Git commits in Moodle 1.3.2 by stronk7

commit 935ba6ed19db5510971cc43d4726720c3c10cb6e
Author: stronk7 <stronk7>
Date:   Thu, 08 Jul 2004 03:28:26 +0800
Tag:    v1.3.2

Force to destroy the php session. Without this, some buggy PHP versions can have problems under certain situations. smile

commit 94826e8e57e9f8d7089dcf87f268e5fc06fb2afb
Author: stronk7 <stronk7>
Date:   Fri, 02 Jul 2004 02:56:22 +0800
Tag:    v1.3.2

Minor copy/paste bug solved... smile

commit ae397462892a91186d8f8a0ed354200126420876
Author: stronk7 <stronk7>
Date:   Fri, 02 Jul 2004 02:52:44 +0800
Tag:    v1.3.2

Some polishing of "TAB" chars in source code done. Minor changes in glossary export/import to include the displayformat field. Added a new feature (it was hidden and uncompleted in source code): Import a glossary file, creating automatically a new glossary activity. Bug 1606. http://moodle.org/bugs/bug.php?op=show&bugid=1606

commit 49970424741a8b41f0e9f9059c5108a3d212c166
Author: stronk7 <stronk7>
Date:   Tue, 29 Jun 2004 07:54:00 +0800
Tag:    v1.3.2

Take care of empty aliases in glossary xml files when importing them. See bug 1599. Thanks to skodak. smile http://moodle.org/bugs/bug.php?op=show&bugid=1599

commit 119402672950c85196dd6db3211ac687f0df6ffb
Author: stronk7 <stronk7>
Date:   Mon, 28 Jun 2004 06:28:19 +0800
Tag:    v1.3.2

Modified to delete temp files older than 4 hours (previously it was configured to 48 hours). Force to execute the clean before doing the backup itself. This should avoid the disk full of temp backup files issue. See bug 1520. http://moodle.org/bugs/bug.php?op=show&bugid=1520

commit e0dd8f326049021b6d82bf1a2cb1da9fec09ea7e
Author: stronk7 <stronk7>
Date:   Sun, 13 Jun 2004 09:07:16 +0800
Tag:    v1.3.2

Added a new check in selectItemInMenuByName() javascript to apply the select only to menus by checking element.type == select-one. Thanks to Antonio Vicent.