Git commits in Moodle 1.4.x by stronk7

commit e32fac556dfbf58c2e7b99ecffb65e9667d314f7
Author: stronk7 <stronk7>
Date:   Sat, 07 May 2005 17:58:51 +0800
Tag:    v1.4.5

Updated to 1.4.5 (links to bus processed too)

commit ce18f817f140accd444fa0cf91c367b237fe6584
Author: stronk7 <stronk7>
Date:   Fri, 15 Apr 2005 07:13:13 +0800
Tag:    v1.4.5

Bug 2918. Change proposed by t.imoto. (http://moodle.org/bugs/bug.php?op=show&bugid=2918)

commit 7940571d9ba0ef0642006b70bab02ede4705b060
Author: stronk7 <stronk7>
Date:   Mon, 11 Apr 2005 02:43:23 +0800
Tag:    v1.4.5

Argh! Simply forget my previous commit. I was mixing 1.4 and 1.5 in my tests! Sorry! Under 1.4.x, assessments.php is always called from itself.

commit f1b1783d733ce85def18ea2ba36a69f333b68c1f
Author: stronk7 <stronk7>
Date:   Mon, 11 Apr 2005 02:36:25 +0800
Tag:    v1.4.5

Whorkshop assessments weren't working in 1.4.4+ with secure forms enabled. this script can be called from a different one (assess.php), so I've used the 'nomatch' trick.

commit 2e9ddb98af5c5b8aee36556d64bee8ca94b2b171
Author: stronk7 <stronk7>
Date:   Sun, 03 Apr 2005 02:24:56 +0800
Tag:    v1.4.5

Replace $HTTP_POST_FILES to $_FILES because the old one is "deprecated" in new PHP versions.

commit 965f6d9ba549ddddd00d5bc9f2ac66c8c99e511d
Author: stronk7 <stronk7>
Date:   Sun, 03 Apr 2005 01:37:36 +0800
Tag:    v1.4.5

Replacing some HTTP_POST_VARS uses because it doesn't work always! Using data_submitted() or $_POST

commit 77051d2c6fc49ea764e7eb82cf6b837d8c25b606
Author: stronk7 <stronk7>
Date:   Sat, 02 Apr 2005 19:24:24 +0800
Tag:    v1.4.5

Now course/recent.php works under PHP5. See bug 2828 (http://moodle.org/bugs/bug.php?op=show&bugid=2828)

commit 2fecd30383385024c31e4a0a5750d45e398723c5
Author: stronk7 <stronk7>
Date:   Sat, 02 Apr 2005 08:04:02 +0800
Tag:    v1.4.5

Manual links from lesson pages to resources are now preserved between backup/restore anywhere. (see discussion http://moodle.org/mod/forum/discuss.php?d=21044)

commit e137c8f3f95e6656ed43cfd19c9a6047ec799361
Author: stronk7 <stronk7>
Date:   Sun, 13 Mar 2005 01:54:30 +0800
Tag:    v1.4.5

Opps. 2nd try to hide lessons under 1.4. I was supposing that some new code under 1.5 require_login() was working here too! Bug 2733. (http://moodle.org/bugs/bug.php?op=show&bugid=2733)

commit d04f8b6cdce77fc527cb4122a87f1f3c029d6e74
Author: stronk7 <stronk7>
Date:   Sun, 13 Mar 2005 01:20:12 +0800
Tag:    v1.4.5

Now hidden lessons cannot be viewed. Thanks to Javier Gil detecting it. Bug 2733. (http://moodle.org/bugs/bug.php?op=show&bugid=2733)

commit 3cc821f8fe3f507881a7fc216de1a223b2f6f038
Author: stronk7 <stronk7>
Date:   Tue, 08 Mar 2005 16:31:09 +0800
Tag:    v1.4.4

Release info updated (es)

commit 067ce317500b8d65c2ddcca445355dcc8093d859
Author: stronk7 <stronk7>
Date:   Tue, 08 Mar 2005 02:08:30 +0800
Tag:    v1.4.4

New way to get the server name from wwwroot instead of using such SERVER_NAME and HTTP_HOST variables.

commit af7d98d0281f8cd71509a2df57304f36926cf3b9
Author: stronk7 <stronk7>
Date:   Fri, 04 Mar 2005 07:39:11 +0800
Tag:    v1.4.4

Minor changes: Corrected some indentation and change a bit the method used to store (oldid,newid) pairs to be a bit more standard.

commit 0002702346d3bad29b9d411a0ec1f2fcea46db8e
Author: stronk7 <stronk7>
Date:   Sun, 27 Feb 2005 10:07:19 +0800
Tag:    v1.4.4

Some $ME are now out!

commit 3de575a6b528f24139426081697838182bc4a84c
Author: stronk7 <stronk7>
Date:   Sun, 27 Feb 2005 08:48:44 +0800
Tag:    v1.4.4

Some $ME are now out!

commit 8b66564aa4907449108cb31d67ecde3eceba5354
Author: stronk7 <stronk7>
Date:   Fri, 25 Feb 2005 08:10:04 +0800
Tag:    v1.4.4

Avoid some notices breaking image display and correct redirects. Bug 2638. (http://moodle.org/bugs/bug.php?op=show&bugid=2638)

commit e8704f463db74ea827588c34adf4aee4bcc0408d
Author: stronk7 <stronk7>
Date:   Fri, 25 Feb 2005 07:48:17 +0800
Tag:    v1.4.4

Now the get_participants() standard function is working inside wiki module

commit 602aea1221d9966d881a11755b6e98c74e8f1ca5
Author: stronk7 <stronk7>
Date:   Fri, 18 Feb 2005 09:15:15 +0800
Tag:    v1.4.4

Now 0 rates are supported in glossary. Bug 2582 (http://moodle.org/bugs/bug.php?op=show&bugid=2582)

commit eea96a893f6e5512a3ab2585870f33a600dcb076
Author: stronk7 <stronk7>
Date:   Fri, 18 Feb 2005 08:23:01 +0800
Tag:    v1.4.4

ARGGG. I spent 1 hour discovering where was the error!! Under PHP5 we must cast objects to arrays to use them in loops. But what is really annoying is that, instead of return an error, PHP returns the 1st element! This should close bug 2581. (http://moodle.org/bugs/bug.php?op=show&bugid=2581)

commit b88317c2e7a5a340a61c69fa8681bf36e5390ac9
Author: stronk7 <stronk7>
Date:   Fri, 18 Feb 2005 06:53:31 +0800
Tag:    v1.4.4

If the user isn't admin and the restored course hasn't teachers, add teacher. Bug 2381 (http://moodle.org/bugs/bug.php?op=show&bugid=2381)

commit fd495cc1ad8115852cec300d398288de6b96f060
Author: stronk7 <stronk7>
Date:   Tue, 08 Feb 2005 09:05:50 +0800
Tag:    v1.4.4

Small typo (bug 2512) (http://moodle.org/bugs/bug.php?op=show&bugid=2512)

commit 20caf128b91628f94155c9f3d7de4bab5fbdb876
Author: stronk7 <stronk7>
Date:   Sat, 05 Feb 2005 00:13:42 +0800
Tag:    v1.4.4

Now group members are only included (backup and restore) if we have selected to have users! Thanks to Etienne! Bug 2486 (http://moodle.org/bugs/bug.php?op=show&bugid=2486)

commit 3b28c9003a873fc8b88c8f60633dbf2e2547637f
Author: stronk7 <stronk7>
Date:   Tue, 18 Jan 2005 01:15:17 +0800
Tag:    v1.4.4

Latest changes from english version.

commit 16b0406dd9710c4c60fcb19a72164b99c434f798
Author: stronk7 <stronk7>
Date:   Fri, 14 Jan 2005 16:28:00 +0800
Tag:    v1.4.4

Remove one notice in PHP5. From HEAD.

commit f3f90ac5532b1ddbb7985bf486f1abb9816bd61d
Author: stronk7 <stronk7>
Date:   Tue, 11 Jan 2005 19:27:11 +0800
Tag:    v1.4.4

Maintain whitespace when importing glossary entries. Aplied to blackboard import of questions too. Bug 2310.

commit 6bf83ea6bbd720f841451493e630fb554280d27e
Author: stronk7 <stronk7>
Date:   Tue, 11 Jan 2005 19:22:42 +0800
Tag:    v1.4.4

Maintain whitespace when importing glossary entries. I forgot to commit this! Bug 2310.

commit 2ea8fe3e5756476005cc9d0e1ddfc6e01e1f4772
Author: stronk7 <stronk7>
Date:   Sat, 08 Jan 2005 18:47:00 +0800
Tag:    v1.4.4

Typo. Bug 2351.

commit 77d94a35e36c0b2938b6d3126084cd72d24ba1ca
Author: stronk7 <stronk7>
Date:   Wed, 05 Jan 2005 08:25:35 +0800
Tag:    v1.4.4

Now text sent to PayPal can be 'sanitised' to avoid some diacritics (spanish for now) break the enrol process. Only German and French diacritics are supported for now by PayPal. Functionality can be easily expanded to other characters. It make the sanitity when $CFG->sanitise_for_paypal is enabled.

commit 14717970db17c0d820eb256bab0b0de5d47a2a9c
Author: stronk7 <stronk7>
Date:   Mon, 20 Dec 2004 00:15:47 +0800
Tag:    v1.4.4

Now backup names are cleaned completely, avoiding some problems with translations and manually typed names with diacritics. Thanks to Marian Zvalo!

commit 8c2bcbf240e4f9bb65fb3dc99da7af2926713b23
Author: stronk7 <stronk7>
Date:   Sun, 19 Dec 2004 04:26:25 +0800
Tag:    v1.4.4

The entrylist format now shows the approval button. Bug 2291. (http://moodle.org/bugs/bug.php?op=show&bugid=2291)

commit df01154cc0e39b09c563ae945e5a5560f48bc8be
Author: stronk7 <stronk7>
Date:   Sun, 19 Dec 2004 03:18:42 +0800
Tag:    v1.4.4

Updated to 1.4.3 (from HEAD)

commit 391d1268bd44c9f01a245208524fe33177978670
Author: stronk7 <stronk7>
Date:   Thu, 16 Dec 2004 16:45:55 +0800
Tag:    v1.4.3

Changes to RSS. SC#23. Retrofitted from HEAD

commit bbb34b78a6257f2c351faa28b5d897829dc68df0
Author: stronk7 <stronk7>
Date:   Thu, 16 Dec 2004 16:39:15 +0800
Tag:    v1.4.3

Added send_file() here. SC#23. Retrofitted from HEAD

commit 01dced7e992a2b62f3dd1a9130ca4aa2bd017779
Author: stronk7 <stronk7>
Date:   Thu, 16 Dec 2004 03:59:28 +0800
Tag:    v1.4.3

small typo!

commit 01988ca33f68ed37e8939d901ea88aaafdbb187a
Author: stronk7 <stronk7>
Date:   Wed, 15 Dec 2004 17:01:12 +0800
Tag:    v1.4.3

Some checks are now done. SC#18.

commit da8648b4b5886e0b822b3cc46b6c9bb3567aa617
Author: stronk7 <stronk7>
Date:   Mon, 13 Dec 2004 09:30:34 +0800
Tag:    v1.4.3

Some dyslexic problem solved! big grin

commit d1f9ad57d5c9e7feff291c24513aed7db51a3dd7
Author: stronk7 <stronk7>
Date:   Mon, 13 Dec 2004 09:23:22 +0800
Tag:    v1.4.3

Now activity names are sorted by name length to avoid Bug 2282 (http://moodle.org/bugs/bug.php?op=show&bugid=2282)

commit ec3a195f560640cfd9d5e618c87cd16a4efe5044
Author: stronk7 <stronk7>
Date:   Sun, 12 Dec 2004 20:52:55 +0800
Tag:    v1.4.3

Check added. SC#23

commit 651a50567a59ec9bd805a6ea2764c69a963d3892
Author: stronk7 <stronk7>
Date:   Sun, 12 Dec 2004 20:31:24 +0800
Tag:    v1.4.3

Some checks added. SC#34.

commit 470dda0aa9b783ee7828bb462351094dc1a6d230
Author: stronk7 <stronk7>
Date:   Sat, 11 Dec 2004 08:52:19 +0800
Tag:    v1.4.3

Now search function look into aliases too.

commit 4d1aead12e551bc074bee0c3c4664b353b2a1ec1
Author: stronk7 <stronk7>
Date:   Sat, 11 Dec 2004 02:25:45 +0800
Tag:    v1.4.3

Skipping empty categories in restore. They shouldn't exist but I've received some examples of this these days.

commit 9fba045d1a051fca0bbc48075c01149f0fd73cd4
Author: stronk7 <stronk7>
Date:   Thu, 02 Dec 2004 03:49:58 +0800
Tag:    v1.4.3

New rss_geterrorxmlfile() function added and some optional data checked.

commit d5c9d4bac82437a6ad6552c6c7236e4a0477a013
Author: stronk7 <stronk7>
Date:   Wed, 01 Dec 2004 01:52:07 +0800
Tag:    v1.4.3

Updated to 2.4RC1. This should terminate some know incompatibilities. Bug 2234 (http://moodle.org/bugs/bug.php?op=show&bugid=2234)

commit 98e83c15172e12c4ca97353f252100c1bed47621
Author: stronk7 <stronk7>
Date:   Mon, 29 Nov 2004 07:51:49 +0800
Tag:    v1.4.3

Changed some parameters. SC#33.

commit 54669cd37685f4428150b10b50ae9f7a196ab7ce
Author: stronk7 <stronk7>
Date:   Sun, 28 Nov 2004 07:29:18 +0800
Tag:    v1.4.3

Calculate NEXT course->sortorder in restore to avoid sortorder grown always (by fix_course_sortorder()).

commit 02eb71379e3d862a8db8877eb5fd19f270ad8d6b
Author: stronk7 <stronk7>
Date:   Fri, 26 Nov 2004 09:16:16 +0800
Tag:    v1.4.3

Solve some visualisation issues in encyclopedia format. I think that now it will be correct!

commit b9734b5d15c2eb4dd28269f67f73106c49bcf381
Author: stronk7 <stronk7>
Date:   Thu, 25 Nov 2004 07:27:43 +0800
Tag:    v1.4.3

New paging system for glosaries. 100% compatible with Moodle's one. Supports more options. Perhaps we could use it sitewide.

commit 00878c64d56d420257bbfe2f0d1f8914bfecfbfd
Author: stronk7 <stronk7>
Date:   Fri, 19 Nov 2004 03:14:35 +0800
Tag:    v1.4.3

2004111000 downto 2004060401 (version never changes in STABLE branches)

commit ac8d60eae019cb7c1247cc36373ad8e297ee4f6d
Author: stronk7 <stronk7>
Date:   Fri, 19 Nov 2004 03:12:32 +0800
Tag:    v1.4.3

2004111200 downto 2004070103 (version never changes in STABLE branches)

commit 4f854e3830b794a4a3fe365cb0c1935fd6f87270
Author: stronk7 <stronk7>
Date:   Fri, 19 Nov 2004 03:08:56 +0800
Tag:    v1.4.3

2004121100 downto 2004060401 (version never changes in STABLE branches)

commit cd3565a13cbbf3b7692217451a2602748695c673
Author: stronk7 <stronk7>
Date:   Fri, 19 Nov 2004 03:01:47 +0800
Tag:    v1.4.3

2004111200 downto 2004060401 (version never changes in STABLE branches)

commit b0e5543a31a563ecf2d9e20cb83b21a73e5c13c2
Author: stronk7 <stronk7>
Date:   Wed, 17 Nov 2004 08:06:36 +0800
Tag:    v1.4.3

Just changing some parameters stuff to new functions... See SC and Bug 1837

commit d5e739bc92c0a3bc3e615931ef49479cf9a1e269
Author: stronk7 <stronk7>
Date:   Wed, 17 Nov 2004 07:34:29 +0800
Tag:    v1.4.3

Print view isn't accesible if the activity is hidden.

commit 7ba2b3a7f4b3decaec4267061f44776ae57a67ae
Author: stronk7 <stronk7>
Date:   Wed, 17 Nov 2004 07:09:23 +0800
Tag:    v1.4.3

Header is out and "Site:" is in.

commit 21b674db66436a2d5d423c681fa6629f9903b27a
Author: stronk7 <stronk7>
Date:   Wed, 17 Nov 2004 01:03:03 +0800
Tag:    v1.4.3

Now hidden sections are hidden completely from student view if "invisible sections" are configured in course settings. Patch sent by Geoff Wilbert. Thanks! See Bug 2185 (http://moodle.org/bugs/bug.php?op=show&bugid=2185)

commit ffe79bd906e72ab9ad84f884fcc879239543f303
Author: stronk7 <stronk7>
Date:   Wed, 10 Nov 2004 02:37:02 +0800
Tag:    v1.4.3

Old-awaiting for 1.4.2 release changes in the glossary. Now, print view is different for each format (consistent with it). New, custom formats can, optionally, define their print view. Else the default one will be used. With this, 1.4.x glossary developments are finished and we can start solving some pending things in 1.5...

commit f94c9601f0ce6ccc4cc4eb6831da800b7dff13e7
Author: stronk7 <stronk7>
Date:   Mon, 08 Nov 2004 01:03:56 +0800
Tag:    v1.4.3

New release of the multilang filter:     - 100% compatible with previous "Multilang" filter.     - Supports a new "short" syntax to make things easier. Simply use:         <lang lang="XX">     - It needs less resources and executes faster.     - It Allows any type of content to be used. No restrictions at all!

commit cc67fc0b5d1b5c00e0cd8a99fffd70522ab92cc9
Author: stronk7 <stronk7>
Date:   Fri, 05 Nov 2004 16:30:50 +0800
Tag:    v1.4.3

Updated to 1.4.2 release (from HEAD)

commit f4f27c0675da1927652e7c92f0c94e0239f2cd06
Author: stronk7 <stronk7>
Date:   Thu, 04 Nov 2004 08:11:34 +0800
Tag:    v1.4.2

Ready BUMP!

commit 796d3c880ac98fbf244958ea3a18f89866b053f1
Author: stronk7 <stronk7>
Date:   Thu, 04 Nov 2004 08:08:28 +0800
Tag:    v1.4.2

Now courses are deleted from backup_courses when they have been deleted from Moodle. See: http://moodle.org/mod/forum/discuss.php?d=13633

commit 412e0bb881709d101d06517f97f4a2d06b5e6247
Author: stronk7 <stronk7>
Date:   Tue, 02 Nov 2004 04:47:48 +0800
Tag:    v1.4.2

Bug 2140 solved partially. Now categories are deleted properly.

commit 7092220f990b201545fddab3a034911eb2cc3130
Author: stronk7 <stronk7>
Date:   Mon, 25 Oct 2004 07:51:51 +0800
Tag:    v1.4.2

Added sesskey to more actions + bug fix when detecting directory traversals.

commit e674aa8ba89a609fc3609d6ab20616f78c96a04c
Author: stronk7 <stronk7>
Date:   Sun, 24 Oct 2004 08:04:56 +0800
Tag:    v1.4.2

Now everything in files/index.php is using sesskey.

commit 4cc9465bc7d744caf977c8154885459b2275b38e
Author: stronk7 <stronk7>
Date:   Thu, 21 Oct 2004 07:22:16 +0800
Tag:    v1.4.2

Solved one annoying bug where label texts in sections != first was being always cleared, preventing some tags to be there!

commit 4a6981940554eeae752e94008c993d0af17236ba
Author: stronk7 <stronk7>
Date:   Mon, 18 Oct 2004 07:42:48 +0800
Tag:    v1.4.2

Strip control chars when unzipping.

commit dcf2a27a32286b4fbe558e10f8a40de25ef2e74a
Author: stronk7 <stronk7>
Date:   Mon, 18 Oct 2004 07:14:40 +0800
Tag:    v1.4.2

Now Wiki's FileManager is using central zip & unzip functions.

commit 83b640f9575970800937dd1f97d469e6ace69a87
Author: stronk7 <stronk7>
Date:   Mon, 18 Oct 2004 07:08:59 +0800
Tag:    v1.4.2

Now Editor's FileManager is using central zip and unzip functions.

commit 07d0fff0f34bb30b50110d499cd9e44507cc11d1
Author: stronk7 <stronk7>
Date:   Mon, 18 Oct 2004 06:46:31 +0800
Tag:    v1.4.2

Now Scorm's FileManager is using central zip and unzip functions.

commit e5e3f219dd283197d3ba6d88095ef69a94654533
Author: stronk7 <stronk7>
Date:   Mon, 18 Oct 2004 06:34:49 +0800
Tag:    v1.4.2

Small change in condition...

commit 6ee3b260cbe31dc6519c58e0a8c2077e5228666f
Author: stronk7 <stronk7>
Date:   Mon, 18 Oct 2004 06:26:45 +0800
Tag:    v1.4.2

Included some filename transformations to work like info-zip. Directory traversal protection added.

commit 35a510d8b6f683cd015502cbfdbb873767d50549
Author: stronk7 <stronk7>
Date:   Mon, 18 Oct 2004 03:33:46 +0800
Tag:    v1.4.2

Now resource's FileManager is using central zip & unzip functions.

commit 1a9911452e097acc0b3400ba724a84e2079e568f
Author: stronk7 <stronk7>
Date:   Sun, 17 Oct 2004 21:34:26 +0800
Tag:    v1.4.2

Now pclzip generated files are compatible with info-zip (linux, macos x, win32, bsd...) based extractors. This include command-line flavours, stuffit and so on...

commit 736db01dc416c448d387871817b2ead23b149176
Author: stronk7 <stronk7>
Date:   Sun, 17 Oct 2004 01:47:26 +0800
Tag:    v1.4.2

ZIP_METHOD included in backup for future tests at restore time.

commit 1e55f8cfce37c09ba84e375b4d90596d613b1f7a
Author: stronk7 <stronk7>
Date:   Sun, 17 Oct 2004 01:36:37 +0800
Tag:    v1.4.2

Not mandatory but I prefer to initialise it.

commit 3eb92f112c6b865e50ab1f0eb877e75fa0a35a8c
Author: stronk7 <stronk7>
Date:   Sun, 17 Oct 2004 01:09:49 +0800
Tag:    v1.4.2

Now backup and restore are using central zip & unzip functions.

commit 20b53a7ba2573b0a3c06565e13b895e874cdb10f
Author: stronk7 <stronk7>
Date:   Sun, 17 Oct 2004 00:29:57 +0800
Tag:    v1.4.2

Added the optional showstatus parameter to unzip_file() to avoid sending any output if desired.

commit 4bc418dc6daf2733f2bd908d9dd34f3996ade1b6
Author: stronk7 <stronk7>
Date:   Sun, 17 Oct 2004 00:10:04 +0800
Tag:    v1.4.2

Bump to 1.4.2

commit 27974c8587ace78f708074a617fb42299dfc05c4
Author: stronk7 <stronk7>
Date:   Sat, 16 Oct 2004 19:30:14 +0800
Tag:    v1.4.2

Latest patches from skodak included in param functions. Simple and double quotes are out now. Full paths in unzip are now hidden too.

commit 176d456ed95cfdd14132f2749994755108b05b93
Author: stronk7 <stronk7>
Date:   Mon, 11 Oct 2004 07:24:15 +0800
Tag:    v1.4.2

Under Win32, we need backslashes in paths. Now it works!!

commit 4f64ed94056028562a26245aa35cd77992452916
Author: stronk7 <stronk7>
Date:   Mon, 11 Oct 2004 06:45:00 +0800
Tag:    v1.4.2

Added some nedded strings

commit 27ed82e82ff0fbde49f71b0d7b1d8a4a160130d6
Author: stronk7 <stronk7>
Date:   Mon, 11 Oct 2004 06:44:37 +0800
Tag:    v1.4.2

Deleted some unused strings

commit 54ce5e46c86b32f7cc3d49da29df11ef12a06cfa
Author: stronk7 <stronk7>
Date:   Mon, 11 Oct 2004 05:57:58 +0800
Tag:    v1.4.2

Delete some debug output...

commit a748a0f84dee1457a6a3f14a889fbf0f3b46034c
Author: stronk7 <stronk7>
Date:   Mon, 11 Oct 2004 05:54:11 +0800
Tag:    v1.4.2

Now we are using the new, central, unzip_file() function here...

commit ed124087d73e0a44d6a9d30626002dbc683212a6
Author: stronk7 <stronk7>
Date:   Mon, 11 Oct 2004 05:47:29 +0800
Tag:    v1.4.2

vim is in again... smile

commit 0954d514b8447fbec8661372432ec5cdd276a900
Author: stronk7 <stronk7>
Date:   Mon, 11 Oct 2004 05:33:46 +0800
Tag:    v1.4.2

Central unzip_file() function included:     - Supports both internal and external zip execution.     - Displays the results of the execution.     - All Petr's patched added.     - External zip execution in Win32 supported. Please TEST, TEST, TEST.

commit 291fd046029dbd24f454e5b2c4fdb88569fae536
Author: stronk7 <stronk7>
Date:   Mon, 11 Oct 2004 02:46:25 +0800
Tag:    v1.4.2

Order logs by creation order (id)

commit f54d5ea5fb78a9c3ba2361043877c06d09ee6fb1
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 09:17:20 +0800
Tag:    v1.4.2

Now FileManager is using the new, central zip_files() function. Only tested under MacOS X. It should support all the new features of that function (Win32 external zip, imporved security...).

commit 2b26825cb2671eb1c798d4dbc686aee234264385
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 09:01:02 +0800
Tag:    v1.4.2

Now the zip_files() function is working better:

commit d5640b844b972de420e81d6d3503e94526ce95e7
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 07:00:51 +0800
Tag:    v1.4.2

Use of cleardoubleslashes() added to the backup and restore functions. They will be changed to calls to new, central zip and unzip functions. (coming soon)

commit 3099dc3e6f04b8dd839403aae39be3b32d4a8149
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 04:04:45 +0800
Tag:    v1.4.2

course/view.php is using sesskey (changes in blocks done, please check them)

commit 18240770525dbe453423c5d0e5f18b04b816d385
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 03:06:51 +0800
Tag:    v1.4.2

course/unenrol.php is using sesskey.

commit 672610e60595dd6ff9a207c7b8829124206fb73f
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 03:01:02 +0800
Tag:    v1.4.2

course/teacher.php is using sesskey. (in POST form too)

commit 473d3495a517dda6b3753ffd5c5fc650a741c8b6
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 02:43:32 +0800
Tag:    v1.4.2

course/student.php is using sesskey.

commit dfcbccbbef1046e16969add6072b9078323b018e
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 02:30:11 +0800
Tag:    v1.4.2

course/scales.php is using sesskey.

commit 55b55d08f9ab28787d0f5796bfaf4e2ce2c84b74
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 01:02:28 +0800
Tag:    v1.4.2

course/mod.php is using sesskey.

commit 952d9baf580ee656435e30ba978ffd3417d0d04d
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 21:11:49 +0800
Tag:    v1.4.2

course/index.php is using sesskey.

commit bccdea508c3dd62d6c5d0ea59b16df58db2b6ac5
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 20:01:34 +0800
Tag:    v1.4.2

course/groups.php is using sesskey.

commit ecea1540da18afaf2eeee9e1037095c1f3bb9c70
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 19:45:48 +0800
Tag:    v1.4.2

course/group.php is using sesskey.

commit 2e989420c99649ac31ef620e2f549bbbd2578915
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 19:36:10 +0800
Tag:    v1.4.2

course/grades.php is using sesskey.

commit ac63a3f445d1c2ebf941096cb85d39e83ed33c6c
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 02:29:02 +0800
Tag:    v1.4.2

course/editsection.php is using sesskey.

commit 58b956518450a66357cba57aaf061de1b05e93f5
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 02:10:37 +0800
Tag:    v1.4.2

edit.php is using sesskey

commit 4a25390975c817a10b1d1366148a02bbf48f7fdd
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 01:55:16 +0800
Tag:    v1.4.2

course/delete.php is now using sesskey

commit d177dd771368b9debd80b894c6ae948ea2868991
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 00:41:04 +0800
Tag:    v1.4.2

course/category.php is using sesskey

commit 3db6b58aa4c35c1fe9690a4cdbcdeb7a614f49ed
Author: stronk7 <stronk7>
Date:   Thu, 07 Oct 2004 22:05:33 +0800
Tag:    v1.4.2

PclZip library upgraded to 2.1

commit 913f74432522fcc65b21ecc74dba753c1d79864c
Author: stronk7 <stronk7>
Date:   Thu, 07 Oct 2004 22:04:37 +0800
Tag:    v1.4.2

Changes to the zip, unzip, listzip and restore sections of the file:

commit c5544714a85ea41f369a92b6bc84a7ffa8e0c9d4
Author: stronk7 <stronk7>
Date:   Thu, 07 Oct 2004 00:47:27 +0800
Tag:    v1.4.2

Changed some conditions against the $USER variable to work fine under PHP5.

commit 2c13dbe497a859ff83f62ef44d01168ffc126a2a
Author: stronk7 <stronk7>
Date:   Wed, 06 Oct 2004 08:03:32 +0800
Tag:    v1.4.2

Now sesskey is working fine at installation time.

commit 92ff33eee85729e2432584557b185f2fb5ae1aec
Author: stronk7 <stronk7>
Date:   Wed, 06 Oct 2004 07:12:25 +0800
Tag:    v1.4.2

Small typo closing tr...

commit 7c957e6052d574d5ee6a29ecfb68d2acfd536fb8
Author: stronk7 <stronk7>
Date:   Wed, 06 Oct 2004 06:51:48 +0800
Tag:    v1.4.2

Now RSS links ae showed properly in SITE course when user isn't logged.

commit 2a8d898ae051f5d21f37e1c68bfdb9c984a54357
Author: stronk7 <stronk7>
Date:   Tue, 05 Oct 2004 06:05:36 +0800
Tag:    v1.4.2

Now RSS links are displayed ok in SITEID course.

commit b0fbbd20f624a932c28b0cb400d1b4cb7124ac8c
Author: stronk7 <stronk7>
Date:   Mon, 04 Oct 2004 01:04:56 +0800
Tag:    v1.4.2

admin/user.php is now using sesskey.

commit c6ad74fad462e75f7df9c468257d35cfc1e81a14
Author: stronk7 <stronk7>
Date:   Mon, 04 Oct 2004 00:03:44 +0800
Tag:    v1.4.2

admin/uploaduser.php is now using sesskey.

commit 37a192becaee13ad594ca85c149ce23ab0730014
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 23:24:51 +0800
Tag:    v1.4.2

admin/register.php is now using sesskey.

commit 13a2015285f01da3a676f0ef5fb5ae725e0a915c
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 23:05:11 +0800
Tag:    v1.4.2

admin/modules.php is now using sesskey.

commit 215241b0f092c1b0a8523aed85484f1dbe2439d5
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 17:44:59 +0800
Tag:    v1.4.2

admin/module.php is now using sesskey.

commit e85705799e5c49fff9a83e0324c701ff63b0374d
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 17:11:11 +0800
Tag:    v1.4.2

admin/lang.php is now using sesskey.

commit 5657bcafcd98dc0396b8c982054cb7846610db37
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 08:28:22 +0800
Tag:    v1.4.2

admin/filters.php is now using sesskey.

commit 0f8c7865b14e655d05be9188698ec93384254aa4
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 08:17:55 +0800
Tag:    v1.4.2

admin/enrol.php is now using sesskey.

commit a959544c5b77b3cc2c5764d5cdd7a81e1553c6c2
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 08:01:58 +0800
Tag:    v1.4.2

admin/editor.php is now using sesskey.

commit 09b1a30d72f68d92bac8228ab66800696a2d87f0
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 07:49:22 +0800
Tag:    v1.4.2

admin/creators.php is now using sesskey.

commit 9b464d9fb23245716e7b57f677c7f1f68b3c059c
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 07:29:44 +0800
Tag:    v1.4.2

admin/blocks.php is now using sesskey.

commit a8b50ee01eb5d0ef99f9cd2fc0c71ca25f448731
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 07:09:36 +0800
Tag:    v1.4.2

admin/block.php is now using sesskey.

commit 36b1e811e4cb10f3f68116ca0bedbb0a3b3eb863
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 07:07:22 +0800
Tag:    v1.4.2

admin/block.php is now using sesskey.

commit 719593e83973c136f222f7c8db0c91ec8aca9e5f
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 06:44:25 +0800
Tag:    v1.4.2

admin/backup.php is now using sesskey.

commit 249c36eaa04dc648a750871ae10996f8fa9367e9
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 03:43:17 +0800
Tag:    v1.4.2

admin/auth.php is now using sesskey.

commit 05c2036b1fb7f6361d0dfc5ab18a62ce49063948
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 03:16:16 +0800
Tag:    v1.4.2

admin/admin.php is now using sesskey.

commit 9d90abb900bcf23a96d2988ed75aeeddaed2a583
Author: stronk7 <stronk7>
Date:   Fri, 01 Oct 2004 19:31:12 +0800
Tag:    v1.4.2

Included one more translation of links from assignments to resources. Required in bug 2027. Easy and not risky.

commit 2a135a5f64d84ff0ba49b6996e2d04cb6ced81b1
Author: stronk7 <stronk7>
Date:   Fri, 01 Oct 2004 18:26:11 +0800
Tag:    v1.4.2

More format_text() calls...

commit f85e2d3767d5d25e428e2d1ddbc2bd8b55eb979b
Author: stronk7 <stronk7>
Date:   Fri, 01 Oct 2004 17:49:06 +0800
Tag:    v1.4.2

Clean text for category->name

commit b430433c2e6483852a473e9c7c9ff4298035e2ff
Author: stronk7 <stronk7>
Date:   Fri, 01 Oct 2004 17:46:08 +0800
Tag:    v1.4.2

clean_text() from entry->concept and aliases!!

commit 8259642b1bd7d30a32ce67d8088669c88e65ac69
Author: stronk7 <stronk7>
Date:   Fri, 01 Oct 2004 17:23:29 +0800
Tag:    v1.4.2

Changed to new 'point release' schema in STABLE.

commit af796dc7741cebb1fa40fb3916c522d1c67c63f7
Author: stronk7 <stronk7>
Date:   Fri, 01 Oct 2004 16:36:36 +0800
Tag:    v1.4.2

New version syntax.

commit d683df80867beb86eddcb1b4de3d92a588d72f2e
Author: stronk7 <stronk7>
Date:   Fri, 01 Oct 2004 09:32:10 +0800
Tag:    v1.4.2

Up to 1.4.2 !!

commit 8d3b392d7d329b13fcdd795ae2138184f30f2c2d
Author: stronk7 <stronk7>
Date:   Wed, 29 Sep 2004 23:18:32 +0800
Tag:    v1.4.2

More use of SITEID

commit 685a07e8ab15ecd745b5b41d4708698a5a0015a6
Author: stronk7 <stronk7>
Date:   Wed, 29 Sep 2004 07:14:31 +0800
Tag:    v1.4.2

Quoted some parameters as they must be. Thanks skodak!

commit 5fd78134a427467b56af965c5d44917e3748e0ac
Author: stronk7 <stronk7>
Date:   Sun, 26 Sep 2004 00:20:35 +0800
Tag:    v1.4.2

Updated xmilze to official new 1.0.1 version (it's 'our' version with some comments).

commit 303eaa286ec22573e83b9f981a1adae621f9f5dc
Author: stronk7 <stronk7>
Date:   Sat, 25 Sep 2004 19:33:12 +0800
Tag:    v1.4.2

Added backup & restore to SITE page. Some changes from hardcoded '1' to SITEID.

commit f258f45e31ab4c9f282632281b02ee5edc3bbac0
Author: stronk7 <stronk7>
Date:   Sat, 25 Sep 2004 03:01:11 +0800
Tag:    v1.4.2

Scheduled backup improvements:

commit 6d5f3867e91ed6b80746c60ade1caedc85664bba
Author: stronk7 <stronk7>
Date:   Sat, 25 Sep 2004 02:37:03 +0800
Tag:    v1.4.2

3 new strings for scheduled backups.

commit e62064ad43d850e72f654595947119e3675f2ba5
Author: stronk7 <stronk7>
Date:   Fri, 24 Sep 2004 19:47:03 +0800
Tag:    v1.4.2

The get_directory_list() function was being executed with directories excluded so backup_delete_old_dirs() was no working fine! This should delete REALLY old dirs in sites with problems in their scheduled backup.

commit 855faed103a6bd3a7bb440c83956c01a53800314
Author: stronk7 <stronk7>
Date:   Tue, 14 Sep 2004 03:31:09 +0800
Tag:    v1.4.2

Release 1.4.1 info merged from HEAD.

commit d7d8758184e85f9db1558f2716607232082153bd
Author: stronk7 <stronk7>
Date:   Fri, 10 Sep 2004 02:25:06 +0800
Tag:    v1.4.1

Important changes about how view.php (and print.php) retrieve records from BD to be displayed. Some SQL statements have been modified to get target records, avoiding a lot of post-processing causing some bugs like Bug 1912 (http://moodle.org/bugs/bug.php?op=show&bugid=1912)

commit 34f5efca4bf3df261503f8f7f8ff5416b2b6a4bd
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 16:39:16 +0800
Tag:    v1.4.1

Solved an small issue when "not clasified" was selected and we tried to edit categories.

commit c16e25ca1dc7f4e79678be7f4aba94670cdf06d2
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 16:35:22 +0800
Tag:    v1.4.1

Simply reformated before solving some bugs to have ideas clearer.

commit fe20798cb697bb4a185d0403840fccdfdaecabe7
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 06:44:42 +0800
Tag:    v1.4.1

Increase memory_limit to 128 in backups & restore.

commit ba9b14e1e89f4a372ea7d40ed1eb5ffe1900fab4
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 02:03:15 +0800
Tag:    v1.4.1

Changed to plural (directorypath-->directorypaths)

commit 8915662a324c06977f9f78eb2a32e5e865bff8d4
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 00:47:57 +0800
Tag:    v1.4.1

Added a help button about directory paths...

commit cda01a605213648e565283aeacca4e0b949ddac7
Author: stronk7 <stronk7>
Date:   Mon, 06 Sep 2004 15:43:07 +0800
Tag:    v1.4.1

Now entries are showed correctly in categories view if they belong to multiple categories.

commit b495ed2b4822ab1444dd324451855b36fd1118e6
Author: stronk7 <stronk7>
Date:   Sun, 05 Sep 2004 17:20:27 +0800
Tag:    v1.4.1

Changed the way to determine the site course...

commit 353a72e0a97c6f2202b51acb11d5c5a497781b3e
Author: stronk7 <stronk7>
Date:   Sat, 04 Sep 2004 00:29:28 +0800
Tag:    v1.4.1

Simplify things a bit. I'm no really sure why I was using get_recods() instead of get_record(). Perhaps it was in my PHP learning process...

commit dfb203cad69aa9569b9c5c05f8c1c0212bd27de2
Author: stronk7 <stronk7>
Date:   Tue, 31 Aug 2004 06:57:38 +0800
Tag:    v1.4.0

Release info for 1.4.

commit 431c81eefa5fc4fd7a998788c8516e6084c971de
Author: stronk7 <stronk7>
Date:   Mon, 30 Aug 2004 22:40:23 +0800
Tag:    v1.4.0

Bug 1831 (http://moodle.org/bugs/bug.php?op=show&bugid=1831)

commit e706e6bf3564271249c6c75413a6476466ee9ed4
Author: stronk7 <stronk7>
Date:   Mon, 30 Aug 2004 07:26:04 +0800
Tag:    v1.4.0

Check that glossary is correct before edit categories.

commit 4e3cfbb4d80c9f21dc7d25928dbc865a922b0d21
Author: stronk7 <stronk7>
Date:   Mon, 30 Aug 2004 06:46:31 +0800
Tag:    v1.4.0

strip_tags() to some parameters. Thanks skodak.

commit 7f322bf4f07fd606e8b8e2620535bfc46476c8d0
Author: stronk7 <stronk7>
Date:   Mon, 30 Aug 2004 06:03:01 +0800
Tag:    v1.4.0

Typo. Thanks to skodak. Bug 1839 (http://moodle.org/bugs/bug.php?op=show&bugid=1839)

commit 420b3d092c4a680f74a72d9c5123ae6c312c13d2
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 18:14:56 +0800
Tag:    v1.4.0

Backup is ready for 1.4! Bump.

commit b50ab1c6ac5d9fc4bb0d76c92211c9925ac78890
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 08:06:28 +0800
Tag:    v1.4.0

Define a bit better the 'automatic link' feature at glossary and entry levels.

commit 486e156924fc234769fd4be6f51e673c22ce9177
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 07:44:25 +0800
Tag:    v1.4.0

translated to es

commit 62368bd2a21304568d0d4e8d4025a3253322ecc3
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 07:41:26 +0800
Tag:    v1.4.0

Slighty change

commit bbbfb3193b4e0b02f895c06fb06e19d6313ce6d6
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 07:20:39 +0800
Tag:    v1.4.0

If we are updating an entry, compare current session user with existing entry user to avoid some potential problems if secureforms=off Perhaps too much security? Anyway thanks to skodak

commit c2716331a44bd9f2d7a8dbb642f5c5076e704194
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 03:58:55 +0800
Tag:    v1.4.0

Avoid one notice

commit a2ce9996846cd634284faaa840dc258175c64871
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 03:45:35 +0800
Tag:    v1.4.0

HTML editor (format popup) display wrong in glossary comments

commit ac75511c408d0798e815711263b875db8086cfca
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 03:10:47 +0800
Tag:    v1.4.0

Now students cannot add/edit/delete entries if glossary->studentcanpost = 0 using manual URLs.

commit c14abb9990b418555d6facd13ce931ab4a6ff1d7
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 02:30:39 +0800
Tag:    v1.4.0

- students cannot add/edit/delete comments if it isn't allowed - students can view comments if they exist - teachers bypass the commentsallowed field always (this can be useful to create glossaries with public comments from the teacher). - buttons are showed correctly.

commit 356f6d69d2f5d8d7532165f860bb8f9be382143d
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 01:28:18 +0800
Tag:    v1.4.0

Added compatibility in user->auth from 1.3 backups...$CFG->auth is used

commit c75a34409f4363ef5e77ca1f9e294bc93ea6d29d
Author: stronk7 <stronk7>
Date:   Sat, 28 Aug 2004 19:23:25 +0800
Tag:    v1.4.0

changed timemodified to timecreated

commit eb4409277eb46913b53e289eaa9df02cd6af7112
Author: stronk7 <stronk7>
Date:   Sat, 28 Aug 2004 19:11:27 +0800
Tag:    v1.4.0

Now action is checked and defaults to edit. Thanks skodak!

commit f7311bbe148b424538db94f35efcc521ae49af4c
Author: stronk7 <stronk7>
Date:   Sat, 28 Aug 2004 18:52:54 +0800
Tag:    v1.4.0

Now maxeditingtime for entries work againt timecreated instead of timemodified. Thanks skodak!

commit 04f1308619bf9ae270d1ba3e149ac8f51ba61d14
Author: stronk7 <stronk7>
Date:   Sat, 28 Aug 2004 18:19:34 +0800
Tag:    v1.4.0

Now user->auth is in backup & restore

commit 1a625fd59055beb490f290d04a1debe270087f02
Author: stronk7 <stronk7>
Date:   Sat, 28 Aug 2004 08:23:09 +0800
Tag:    v1.4.0

Some important changes arrive:    - 'editalways' applied to comments.    - some minor notices out.    - security bug solved:       + users cannot edit any comment now.       + users cannot delete any comment now.       + users cannot edit any entry now.       + users cannot delete any antry now.

commit 7e71e010a7d5673295dcdc65261790b1d6b409b3
Author: stronk7 <stronk7>
Date:   Sat, 28 Aug 2004 01:20:02 +0800
Tag:    v1.4.0

Init 2 arrays

commit bc213d6e8a7aaaa51cc331017dd566ae84dc006f
Author: stronk7 <stronk7>
Date:   Sat, 28 Aug 2004 00:46:22 +0800
Tag:    v1.4.0

Now, terms being defined in URLs aren't broken by the <nolink> tag.

commit 64c548ef7a0c0aff630e516ec2f1084c02ddc3f4
Author: stronk7 <stronk7>
Date:   Fri, 27 Aug 2004 17:12:03 +0800
Tag:    v1.4.0

Error when sending a delete-entry action to logs...

commit 68467fbf9452c9efae84e678b11cc487249324ad
Author: stronk7 <stronk7>
Date:   Fri, 27 Aug 2004 08:57:35 +0800
Tag:    v1.4.0

Another duplicated tag....now it's really well-formed smile

commit b9f5885b4d5585b5fd504b425f3fbb3f72610f32
Author: stronk7 <stronk7>
Date:   Fri, 27 Aug 2004 08:50:22 +0800
Tag:    v1.4.0

Found it!!!! A missing </select> was the cause to the wrong display under Safari!!!

commit 9f46966132194e1f78df86696f52acfd1fac675f
Author: stronk7 <stronk7>
Date:   Fri, 27 Aug 2004 08:00:28 +0800
Tag:    v1.4.0

Solved some inconsistencies when using the HTML editor and the format menu!!

commit b6162f17e271568b165e6f6c8a0a7303e7d79a98
Author: stronk7 <stronk7>
Date:   Fri, 27 Aug 2004 06:36:17 +0800
Tag:    v1.4.0

Strange typo.

commit ba1b26a543d0ecda3061c3d63487fd0409743b0e
Author: stronk7 <stronk7>
Date:   Fri, 27 Aug 2004 05:37:44 +0800
Tag:    v1.4.0

One notice

commit 19b1bd0bc8d4226b5a66e1e86b13215bcd6c8f88
Author: stronk7 <stronk7>
Date:   Thu, 26 Aug 2004 18:56:02 +0800
Tag:    v1.4.0

Recode page->userid at restore time.

commit f54e807d595183bbae7125d71da7abc7628273e6
Author: stronk7 <stronk7>
Date:   Thu, 26 Aug 2004 08:10:51 +0800
Tag:    v1.4.0

Notice out

commit cbac49ac50fc365c66ae0811bd9856a6af254eb1
Author: stronk7 <stronk7>
Date:   Wed, 25 Aug 2004 06:56:24 +0800
Tag:    v1.4.0

Don't clean posted text on input (will be cleaned on output).

commit ea4dec3080f9dabdc01378a2ba3280bd63cae234
Author: stronk7 <stronk7>
Date:   Wed, 25 Aug 2004 06:34:06 +0800
Tag:    v1.4.0

Bump to beta!

commit e73ae3f14ed341072546ce9871fb874d32c0354f
Author: stronk7 <stronk7>
Date:   Wed, 25 Aug 2004 05:44:56 +0800
Tag:    v1.4.0

Deleted to use the English version until it can be updated.

commit 4ec1c2a0bd839a6169558fe3487c7c67d3121386
Author: stronk7 <stronk7>
Date:   Wed, 25 Aug 2004 05:42:13 +0800
Tag:    v1.4.0

Release info updated to 1.3.4

commit 834fc9fd9193ba159df7698870203f5c47be32a9
Author: stronk7 <stronk7>
Date:   Wed, 25 Aug 2004 04:55:40 +0800
Tag:    v1.4.0

one more warning out

commit f3d2d06518ede981826a621511d3c917903fe4f4
Author: stronk7 <stronk7>
Date:   Wed, 25 Aug 2004 04:35:43 +0800
Tag:    v1.4.0

Avoid some warnings Bug 1729 (http://moodle.org/bugs/bug.php?op=show&bugid=1729)

commit da9c60ecc818f77344fb32ae113a2ecc80b8d113
Author: stronk7 <stronk7>
Date:   Tue, 24 Aug 2004 19:24:27 +0800
Tag:    v1.4.0

Now some CFG->glossary_XXXX variables are checked in lib.php Bug 1764 (http://moodle.org/bugs/bug.php?op=show&bugid=1764)

commit 1a2e6cfb12f56282d2176e85aa189dc65c3fe302
Author: stronk7 <stronk7>
Date:   Tue, 24 Aug 2004 19:20:01 +0800
Tag:    v1.4.0

Now some CFG->glossary_XXXX are checked in lib.php. Bug 1764 (http://moodle.org/bugs/bug.php?op=show&bugid=1764)

commit 56bf789ef63412000be041ec12366e7837fc6a40
Author: stronk7 <stronk7>
Date:   Tue, 24 Aug 2004 06:14:03 +0800
Tag:    v1.4.0

Added to spanish language. Thanks to Marc Alier. smile

commit f6bb7eaa39a6bfea8ade56b2969c33c904768c71
Author: stronk7 <stronk7>
Date:   Tue, 10 Aug 2004 17:37:02 +0800
Tag:    v1.4.0

Paging discussions is in CVS just now smile

commit cd2bf3309c518693c65bb89be8c77f9bcb8cab8b
Author: stronk7 <stronk7>
Date:   Tue, 10 Aug 2004 03:20:42 +0800
Tag:    v1.4.0

Now upgrade and restore processes enable editalways for old secondary glossaries. Smooth transition. Thanks, Martin! smile

commit ff1e2621f3d38ffd1f95e83a369a41192f91c890
Author: stronk7 <stronk7>
Date:   Mon, 09 Aug 2004 23:04:36 +0800
Tag:    v1.4.0

Now editalways is working in glossaries.

commit d116ee768a9515dbf31872ab2286f294304b7378
Author: stronk7 <stronk7>
Date:   Mon, 09 Aug 2004 22:58:07 +0800
Tag:    v1.4.0

Added support for glossary->editalways in lang file.

commit 2b1b11c606a3e119bb6030112558e6a9a2704c1f
Author: stronk7 <stronk7>
Date:   Mon, 09 Aug 2004 02:44:45 +0800
Tag:    v1.4.0

Now the RSS link is showed in the list of glossaries.

commit e36a029d1a79f51c5808ef550cd385f40920fb65
Author: stronk7 <stronk7>
Date:   Mon, 09 Aug 2004 02:43:10 +0800
Tag:    v1.4.0

Added a new string. Not sure if it requires translation, but...

commit 48429e57e6cc86e317d7b30c869651be687eb5e7
Author: stronk7 <stronk7>
Date:   Mon, 09 Aug 2004 02:31:09 +0800
Tag:    v1.4.0

Avoid one notice when creating a new glossary.

commit 33f48f030e6a772884ff4ec83845f33dcdf8fb9d
Author: stronk7 <stronk7>
Date:   Mon, 09 Aug 2004 02:00:32 +0800
Tag:    v1.4.0

Now the RSS link is showed in the list of forums. Now going to the glossary...

commit 1ad19170422c21e19f73ebe43b290cd64e5baac7
Author: stronk7 <stronk7>
Date:   Sun, 08 Aug 2004 01:21:43 +0800
Tag:    v1.4.0

Avoid some notices...

commit 65f1df629cf03273449c8a9854102083809d6d94
Author: stronk7 <stronk7>
Date:   Sun, 08 Aug 2004 00:54:25 +0800
Tag:    v1.4.0

Preparing rss stuff to be showed in lists of activities...

commit ba9d68c4c3cde97c4e7003d8657f555ee5744a89
Author: stronk7 <stronk7>
Date:   Sat, 07 Aug 2004 08:03:08 +0800
Tag:    v1.4.0

Added blocklib.php. Now it seems to work. (not really sure if this script should exist!!) Bug 1702 (http://moodle.org/bugs/bug.php?op=show&bugid=1702)

commit 42ad99c5a8a90402975fc8a3b125a3543b074413
Author: stronk7 <stronk7>
Date:   Sat, 07 Aug 2004 07:44:27 +0800
Tag:    v1.4.0

Bump!! Calculated questions are now included

commit 9fd687e0d2e6d8f300e884e6a53a65b07c8c1039
Author: stronk7 <stronk7>
Date:   Sat, 07 Aug 2004 07:43:19 +0800
Tag:    v1.4.0

Now CALCULATED questions are in backup & restore. It was difficult to understand but easy to implement smile Some mechanisms has been added to avoid to duplicate quiz_dataset_definitions (confirmed from Henrik).

commit 04bc8ed1c1cd6ff0d029d4213e532d94605dcc4c
Author: stronk7 <stronk7>
Date:   Fri, 06 Aug 2004 07:11:31 +0800
Tag:    v1.4.0

Now numerical_units support has been added to backup and restore. Currently only working with numerical questions...

commit 1db60bdac07b5b723bd9a7314787b1b20e750132
Author: stronk7 <stronk7>
Date:   Fri, 06 Aug 2004 06:57:57 +0800
Tag:    v1.4.0

Numerical questions lost their category when editing. Fixed.

commit 44d6ae6df4cdfb95079f4f56aa4adca5318ca641
Author: stronk7 <stronk7>
Date:   Fri, 06 Aug 2004 04:10:07 +0800
Tag:    v1.4.0

Applied the same checks than to the forum to generate glossary rss feeds only when necessary. My only dude is if we should use the modification time instead of the creation time (here and in forums...).

commit ee7b19541fcaa6b9554180b43835c725556e90aa
Author: stronk7 <stronk7>
Date:   Thu, 05 Aug 2004 00:48:18 +0800
Tag:    v1.4.0

Updated to 1.4, 1.5 and 2.0

commit 9c28ec452b8fcf038d4064e66502714c026a791d
Author: stronk7 <stronk7>
Date:   Wed, 04 Aug 2004 06:12:21 +0800
Tag:    v1.4.0

Latest changes...

commit ba29c4a9e005571dc9f294c65b037c7e4767fc89
Author: stronk7 <stronk7>
Date:   Wed, 04 Aug 2004 01:27:28 +0800
Tag:    v1.4.0

TODO updated.

commit 8d8275a5c54a2c1a0555afadbeba80fd8889bedb
Author: stronk7 <stronk7>
Date:   Tue, 03 Aug 2004 05:53:47 +0800
Tag:    v1.4.0

TEMPLATE format for glossaries. It is self-documented, but some review will be welcome...ciao smile

commit 77495793439e2456b8340d9fdc4ede0a1e9cfbe8
Author: stronk7 <stronk7>
Date:   Tue, 03 Aug 2004 05:44:06 +0800
Tag:    v1.4.0

Some changes to the formats plugin detection function and minor changes to some functions.

commit e58b1d1edabe3d4fccd3198c06cff7f57df29b27
Author: stronk7 <stronk7>
Date:   Tue, 03 Aug 2004 05:41:49 +0800
Tag:    v1.4.0

Reload current glossary format from DB, because the plugin system can changed it automatically.

commit b99e90b08d6a3bf9122d9af0c60dcdd21d6993b4
Author: stronk7 <stronk7>
Date:   Tue, 03 Aug 2004 02:22:47 +0800
Tag:    v1.4.0

Modified pending formats to be more structured. No visual changes.

commit 26983d03b8fa6bf4a0530635ace902b2142296e2
Author: stronk7 <stronk7>
Date:   Sun, 01 Aug 2004 08:17:07 +0800
Tag:    v1.4.0

Minor changes to make things into formats easier.

commit 2ff5bb1cc6ac781219546d4b8d8fee7cab93ff5f
Author: stronk7 <stronk7>
Date:   Sun, 01 Aug 2004 08:16:17 +0800
Tag:    v1.4.0

More glossary formats checked and slighty modified...

commit bcf1fc075923cf42d08d8d5e9fa841fddbfc3989
Author: stronk7 <stronk7>
Date:   Sun, 01 Aug 2004 02:00:44 +0800
Tag:    v1.4.0

added standard footer

commit 64681af1f09c30ba97207e28035e4b59bc22ef6e
Author: stronk7 <stronk7>
Date:   Sun, 01 Aug 2004 01:55:10 +0800
Tag:    v1.4.0

New documentation for translators ... based on Koen's work. (spanish translation)

commit d653f27820bdb0dcc861961ba08f540f6cdbadde
Author: stronk7 <stronk7>
Date:   Sun, 01 Aug 2004 00:03:57 +0800
Tag:    v1.4.0

Small typo

commit ec9169502ddc49d4a0608297fa58a25ba2ca1a39
Author: stronk7 <stronk7>
Date:   Sat, 31 Jul 2004 23:58:19 +0800
Tag:    v1.4.0

Latest en changes added

commit b619008d277973562da2eb18f3fc698d1cbf5c1b
Author: stronk7 <stronk7>
Date:   Sat, 31 Jul 2004 04:24:38 +0800
Tag:    v1.4.0

Simple bump. Now 1.3<--->1.4 resource backup & restore is finished...I hope smile

commit 903536cf3795d3473d4cf4d28f51c77f317dcfa9
Author: stronk7 <stronk7>
Date:   Sat, 31 Jul 2004 04:23:04 +0800
Tag:    v1.4.0

Adjusted the 'frame' option for some mimetypes when restoring 1.3 courses...

commit 52552be03dca8b2f8bbc42273d64c02ab130cc32
Author: stronk7 <stronk7>
Date:   Sat, 31 Jul 2004 00:55:38 +0800
Tag:    v1.4.0

Now course->enrolperiod is supported in backup & restore.

commit c031bddd2cde7f1d7cdb375e54907b3a1e4435ef
Author: stronk7 <stronk7>
Date:   Fri, 30 Jul 2004 23:39:38 +0800
Tag:    v1.4.0

Some resourcetypeXXXX has been shortenned to display things properly in Site & Course pages. I'll send this to Benito Arias (spanish translator) to inform him...

commit a6b87f82e9578364f9311e316f4f91a8fb6f4d1c
Author: stronk7 <stronk7>
Date:   Fri, 30 Jul 2004 00:35:05 +0800
Tag:    v1.4.0

Display a notice about going to restore a newer backup file. Bug 1675 (http://moodle.org/bugs/bug.php?op=show&bugid=1675) Merged from MOODLE_13_STABLE

commit d735b7ba9c3223620767c71d6aef85299f1086a5
Author: stronk7 <stronk7>
Date:   Wed, 28 Jul 2004 07:05:05 +0800
Tag:    v1.4.0

Now new resources are included in backup & restore. 1.4--->1.4 and 1.3--->1.4 conversions are working fine. Tomorrow I'll try the backwards conversion (1.4--->1.3). Bug 1674 (http://moodle.org/bugs/bug.php?op=show&bugid=1674)

commit a7aea7c3acd5258873f3d5fbfd494b6e78f6347f
Author: stronk7 <stronk7>
Date:   Wed, 28 Jul 2004 01:22:07 +0800
Tag:    v1.4.0

Some new strings to predefined formats in glossary module. Bug 936 (http://moodle.org/bugs/bug.php?op=show&bugid=936)

commit 27e2dea6479c00d41863042753d339b6369bda30
Author: stronk7 <stronk7>
Date:   Wed, 28 Jul 2004 01:21:23 +0800
Tag:    v1.4.0

Bump to support plugin formats in glossaries. Bug 936 (http://moodle.org/bugs/bug.php?op=show&bugid=936)

commit a359c29b791d25a27d9010a5e84d127b337d634b
Author: stronk7 <stronk7>
Date:   Wed, 28 Jul 2004 01:19:47 +0800
Tag:    v1.4.0

Bulk changes to support plugin-formats in glossaries. See the TODO.txt to get details about pending tasks. The db upgrade should work fine (not tested under postgresql). The plugin architecture is finished too. See Bug 936. (http://moodle.org/bugs/bug.php?op=show&bugid=936)

commit eaa9a0684958f6d6872884fe6cc35f742bca864b
Author: stronk7 <stronk7>
Date:   Wed, 28 Jul 2004 01:13:37 +0800
Tag:    v1.4.0

Removed old glossary formats. Part of the new formats plugin structure. See Bug 936 (http://moodle.org/bugs/bug.php?op=show&bugid=936)

commit ff15865f44a2c47c90d8c93e8f438b13bda22f78
Author: stronk7 <stronk7>
Date:   Sat, 24 Jul 2004 01:37:21 +0800
Tag:    v1.4.0

Changed glossary_alias->alias from text to varchar(255). Not mandatory but... See Bug 1398 (http://moodle.org/bugs/bug.php?op=show&bugid=1398)

commit 27757bee579ad49fe57f4a00edf5042d04154e04
Author: stronk7 <stronk7>
Date:   Sat, 24 Jul 2004 01:10:55 +0800
Tag:    v1.4.0

User->maildigest supported now.

commit 1b76b56cbc55a5fa221bbb976a9e2115f8651685
Author: stronk7 <stronk7>
Date:   Tue, 20 Jul 2004 04:04:33 +0800
Tag:    v1.4.0

Added support to timelimit, password and subnet in backup & restore.

commit 93dc66a6b34308cad60704f7b2074a18584a05a5
Author: stronk7 <stronk7>
Date:   Tue, 20 Jul 2004 02:18:21 +0800
Tag:    v1.4.0

Added one string to moodle.php To be used in different places. Bug 1646 (http://moodle.org/bugs/bug.php?op=show&bugid=1646)

commit 7b6de35f02cb1d396f1b93e65761b8f3c7195450
Author: stronk7 <stronk7>
Date:   Sat, 17 Jul 2004 01:11:53 +0800
Tag:    v1.4.0

Updated to 1.3.3

commit 2456532ec4ce8c931861516f7d50cc6c4a2f0208
Author: stronk7 <stronk7>
Date:   Sat, 17 Jul 2004 00:52:55 +0800
Tag:    v1.4.0

Added one string

commit baadcd6560d6a2395e7530d2265d228a5a4eeb96
Author: stronk7 <stronk7>
Date:   Fri, 16 Jul 2004 07:04:22 +0800
Tag:    v1.4.0

Ooops!! I thought I had sent this to CVS some days ago.

commit 6ac3e5877e64ba429bf2d9bdce28372576a9e175
Author: stronk7 <stronk7>
Date:   Wed, 14 Jul 2004 01:17:24 +0800
Tag:    v1.4.0

Fixed ADOdb

commit 1f63b7c6aa6134bc7267c2ffcc711074edc71244
Author: stronk7 <stronk7>
Date:   Tue, 13 Jul 2004 01:11:13 +0800
Tag:    v1.4.0

Now, for glossaries using the 'Entry List' format, their entry->description is viewable with the standard popup window.

commit 6e66130338c84c6a4292ce2f3f4e3a0528fc5ce1
Author: stronk7 <stronk7>
Date:   Tue, 13 Jul 2004 00:35:50 +0800
Tag:    v1.4.0

In 'categories view' (all and only one), now attachements, edit, comment and delete are working properly. Thanks to frank@nomios.de!! See bug 1632 (http://moodle.org/bugs/bug.php?op=show&bugid=1632)

commit eb4852fd16f3b2eeeca409a6d2bd50213a5caa99
Author: stronk7 <stronk7>
Date:   Mon, 12 Jul 2004 07:08:19 +0800
Tag:    v1.4.0

Small typo.

commit f87a3e206990632e69dbfb5332875c0c1a97ff56
Author: stronk7 <stronk7>
Date:   Mon, 12 Jul 2004 07:05:11 +0800
Tag:    v1.4.0

Updated to 1.3.2

commit cf4033976358d70d185caa879329a5ddb2187e72
Author: stronk7 <stronk7>
Date:   Sun, 11 Jul 2004 06:43:31 +0800
Tag:    v1.4.0

Now, course->summary      section->summary      user->description are properly transformed if, in their contents, there was some file.php call. See bug 1631 (http://moodle.org/bugs/bug.php?op=show&bugid=1631)

commit 50ff9a55761cf4be3ddbe35b3f3390bcc82ff498
Author: stronk7 <stronk7>
Date:   Fri, 09 Jul 2004 05:10:56 +0800
Tag:    v1.4.0

Uhm, changed <CR> to <LF> in today's edited filed...

commit be5ebe6663a57e673bd906531c5ec11fdb923cb4
Author: stronk7 <stronk7>
Date:   Fri, 09 Jul 2004 05:05:02 +0800
Tag:    v1.4.0

Completed the release page up to 1.3.1

commit 1bd5607467e0de085664e2b0f8f3c5497300bfd2
Author: stronk7 <stronk7>
Date:   Fri, 09 Jul 2004 00:20:08 +0800
Tag:    v1.4.0

More documentation files updated to their current en version.

commit 837130477cc9860bd19576a0736620b90122ae3f
Author: stronk7 <stronk7>
Date:   Thu, 08 Jul 2004 23:17:38 +0800
Tag:    v1.4.0

Syncronished to current en version.

commit 68b59d7256fc7b60cda223ff6b2ff7c6792753ca
Author: stronk7 <stronk7>
Date:   Thu, 08 Jul 2004 14:05:34 +0800
Tag:    v1.4.0

Now only restored wikis (posts and resources) are re-encoded when restoring to a existing course. Bug 1571. (http://moodle.org/bugs/bug.php?op=show&bugid=1571)

commit db6b033d3ecccb96cccba7f75acf0212f4ece04c
Author: stronk7 <stronk7>
Date:   Thu, 08 Jul 2004 03:35:28 +0800
Tag:    v1.4.0

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

commit 31cf1ffae1690163604836d29f5785941e5809ad
Author: stronk7 <stronk7>
Date:   Mon, 05 Jul 2004 07:41:49 +0800
Tag:    v1.4.0

Actualizado a la version en actual.

commit 0a520df5b0919a748ec5707b6cbc255417eb7ae9
Author: stronk7 <stronk7>
Date:   Mon, 05 Jul 2004 07:27:45 +0800
Tag:    v1.4.0

Actualizado a la versin en actual.

commit 73e6ac63d9a7a97f2977d5ea246aeef91f74c2a3
Author: stronk7 <stronk7>
Date:   Fri, 02 Jul 2004 04:07:43 +0800
Tag:    v1.4.0

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 f77bdcc6364a0634a126c9cbd1c074006737fa2e
Author: stronk7 <stronk7>
Date:   Fri, 02 Jul 2004 03:44:55 +0800
Tag:    v1.4.0

Added support to timeopen, timeclose, release and allowupdate in backup and restore procedure. Added some special checks to mantain backwards compatibility whith pre-1.4 backup files, because the meaning of some settings has changed just now. (I've applied the same differences executed in the upgrade process). smile

commit e1013df8c220b301a87ac7541eb22256791770b9
Author: stronk7 <stronk7>
Date:   Tue, 29 Jun 2004 07:58:16 +0800
Tag:    v1.4.0

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 dfd0229026cb6a8e7ee263a202956ce24efdfe26
Author: stronk7 <stronk7>
Date:   Mon, 28 Jun 2004 06:35:27 +0800
Tag:    v1.4.0

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 d902b189e0a84a7d92999dd47d2e13d688f0900a
Author: stronk7 <stronk7>
Date:   Sat, 26 Jun 2004 20:36:55 +0800
Tag:    v1.4.0

Added course->cost to backup/restore

commit e0f8b50da7107054f071eb89f7a1d99f01503f73
Author: stronk7 <stronk7>
Date:   Fri, 25 Jun 2004 06:41:00 +0800
Tag:    v1.4.0

Added support for timestart and timeend (user_teachers table) and idnumber (course table). smile

commit 4b14ebdc48d6abc3f069a717b20fddbc60c80467
Author: stronk7 <stronk7>
Date:   Mon, 14 Jun 2004 02:58:27 +0800
Tag:    v1.4.0

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