Git commits in Moodle 1.5.4 by stronk7
commit 5e0bf81737ccd52b378d70b253a481055029b449
Author: stronk7 <stronk7>
Date: Sat, 20 May 2006 08:08:42 +0800
Tag: v1.5.4
This was really old and it's useful to determine versions...
commit 344c9e0034314b654d146bba17b4c008bd153a0c
Author: stronk7 <stronk7>
Date: Sun, 07 May 2006 00:53:14 +0800
Tag: v1.5.4
Now, when a single forum is restored and no user data was created, the initial discussion/post is automatically generated. Bug 5418. (http://moodle.org/bugs/bug.php?op=show&bugid=5418)
commit 49ee0aa3bedd1877934c0d2a21411f9540c1e5ae
Author: stronk7 <stronk7>
Date: Sun, 30 Apr 2006 18:05:17 +0800
Tag: v1.5.4
One debug line killed!
commit 8397552338348267f441c36972646c6a07459460
Author: stronk7 <stronk7>
Date: Sun, 30 Apr 2006 18:02:23 +0800
Tag: v1.5.4
Too much restrictive optional_param was producing some undesired efects with formats. Bug 4858. (http://moodle.org/bugs/bug.php?op=show&bugid=4858)
commit 206afb4c2e1e4bb1379c2bc7bd2acd6cab5bd131
Author: stronk7 <stronk7>
Date: Sun, 30 Apr 2006 17:44:26 +0800
Tag: v1.5.4
entrylist format now show the 'send ratings' button. Bug 4915. (http://moodle.org/bugs/bug.php?op=show&bugid=4915)
commit 427b2f0c21c47024782121bd3f8b245a99c4e071
Author: stronk7 <stronk7>
Date: Wed, 22 Mar 2006 04:07:13 +0800
Tag: v1.5.4
Some excess of security was causing Bug 4713. (http://moodle.org/bugs/bug.php?op=show&bugid=4713)
commit e0348046300aeaf7d42abe953a17e4484b8efa8d
Author: stronk7 <stronk7>
Date: Sun, 05 Feb 2006 18:13:36 +0800
Tag: v1.5.4
Perform one aditional check to avoid one, in my opinion, bad behaviour of PHP5.
commit ad0339241469d189d7ea3168ff4da6a9676c905c
Author: stronk7 <stronk7>
Date: Sun, 05 Feb 2006 03:19:37 +0800
Tag: v1.5.4
Latest functionalities (feedback messages, bypass tests...) added.
commit 28ce8fa510eaf613cbcd86b41d3c366ecac355c6
Author: stronk7 <stronk7>
Date: Sun, 05 Feb 2006 03:17:05 +0800
Tag: v1.5.4
Updating to last xml version available (from HEAD)
commit 17b04836ac56d2a3abec7f0f31f22726d74c7efd
Author: stronk7 <stronk7>
Date: Thu, 02 Feb 2006 03:08:13 +0800
Tag: v1.5.4
Solved one bug when decoding encoded links for resource->reference (http://moodle.org/mod/forum/discuss.php?d=38801)
commit 67f74d896436501fa45246f3c7c2b39f8c3ea961
Author: stronk7 <stronk7>
Date: Sat, 28 Jan 2006 06:59:41 +0800
Tag: v1.5.4
Solving double addslashes to DB when the site is running with magic_quotes_gpc() disabled (because Moodle addslashes to everything). Not a pretty hack, but it seems to work. (http://moodle.org/mod/forum/discuss.php?d=38127)
commit fa4a720513316ef68f2e462d3095b1ab35aee6f5
Author: stronk7 <stronk7>
Date: Wed, 25 Jan 2006 23:50:56 +0800
Tag: v1.5.4
Raising MySQL minimum version to 4.1.16
commit 06493b4e9c564bc502daea62f2dc010715507938
Author: stronk7 <stronk7>
Date: Mon, 23 Jan 2006 03:05:51 +0800
Tag: v1.5.4
Backporting some lang files from HEAD to 1.5 so new environment stuff and installation strings were showed properly.
commit 916d67e854cb736dbeb2812ad68072ee93e258b6
Author: stronk7 <stronk7>
Date: Mon, 23 Jan 2006 02:16:44 +0800
Tag: v1.5.4
Backport the current_charset() function to 1.5 to be able to run MoodleWindowInstaller without modifications.
commit 45fbcf1088a180138d66f5f4e1c3c0f69a10b06c
Author: stronk7 <stronk7>
Date: Sat, 21 Jan 2006 08:17:19 +0800
Tag: v1.5.4
Changed harcoded 'admin' to $CFG->admin
commit ce0a539a54be8c03e9f746acfaadc018cd014a9a
Author: stronk7 <stronk7>
Date: Sat, 21 Jan 2006 02:49:39 +0800
Tag: v1.5.4
Now results of check_moodle_environment() are cached, saving us of some work when the script is called more than once per request (install)
commit 4dfed138d24f57b991241033a7166efa90551b98
Author: stronk7 <stronk7>
Date: Fri, 20 Jan 2006 23:07:04 +0800
Tag: v1.5.4
First field must be unique in every select. Bug 4619. (http://moodle.org/bugs/bug.php?op=show&bugid=4619)
commit 449b6e984db0bdecf2d987956e1f3633e0b3d15b
Author: stronk7 <stronk7>
Date: Fri, 20 Jan 2006 00:16:19 +0800
Tag: v1.5.4
Moving environment stuff to 1.5
commit c4a006cc6b4b7437935996601d31d49376c236e2
Author: stronk7 <stronk7>
Date: Thu, 19 Jan 2006 19:10:26 +0800
Tag: v1.5.4
file environmentlib.php was added on branch MOODLE_15_STABLE on 2006-01-19 16:15:04 +0000
commit 6840f49faf194ff109b8da38419e3f46d577418a
Author: stronk7 <stronk7>
Date: Thu, 19 Jan 2006 08:20:55 +0800
Tag: v1.5.4
Now course shortname is searched too, to avoid duplicates over it. Bug 4607 (http://moodle.org/bugs/bug.php?op=show&bugid=4607)
commit 794b1378654aa1962490d5cbb77dd0f6e823d1ae
Author: stronk7 <stronk7>
Date: Thu, 19 Jan 2006 07:05:07 +0800
Tag: v1.5.4
file environment.php was added on branch MOODLE_15_STABLE on 2006-01-19 16:16:19 +0000
commit 6c094570f5517430816f34c5529c4be6d6c4f936
Author: stronk7 <stronk7>
Date: Tue, 17 Jan 2006 06:06:15 +0800
Tag: v1.5.4
file environment.xml was added on branch MOODLE_15_STABLE on 2006-01-19 16:16:19 +0000
commit fe36756ae07608932b8ea8ddb3184624a4585e4e
Author: stronk7 <stronk7>
Date: Sun, 15 Jan 2006 19:55:59 +0800
Tag: v1.5.4
Now ewiki supports initial load of contents from course file area. Original preg_match() was a bit strange so I've replaced it with clean_filename() + !is_dir() check. Bug 3830. (http://moodle.org/bugs/bug.php?op=show&bugid=3830)
commit 1237e64d6316d19c8c351b77afaeba45598aa4a1
Author: stronk7 <stronk7>
Date: Wed, 11 Jan 2006 23:21:02 +0800
Tag: v1.5.4
Solved one problem with frames and activitynames filter. (http://moodle.org/mod/forum/discuss.php?d=28382)
commit 8cfab834352e3a59ba7b079f11a3f9c5df60cbfb
Author: stronk7 <stronk7>
Date: Sat, 07 Jan 2006 20:29:29 +0800
Tag: v1.5.4
We were beint too much extrict and concepts can contain quotes and other characters. Bug 4543. (http://moodle.org/bugs/bug.php?op=show&bugid=4543)
commit f6dccf0d2afc992db9bfa557d0fed507a8b1f8d0
Author: stronk7 <stronk7>
Date: Wed, 14 Dec 2005 01:13:40 +0800
Tag: v1.5.4
Updated to newest version. Solved one important bug. (http://bugs.typo3.org/view.php?id=2020)
commit 88535c6753e47420901734e090683269e571d87f
Author: stronk7 <stronk7>
Date: Tue, 06 Dec 2005 07:59:24 +0800
Tag: v1.5.4
Now delete_instance() in resource classes receives the full $resource record instead of the $id alone. Needed to be able to specialize such method in some resource types.
commit 114e550c35472d21326f522591e64b6bef320a86
Author: stronk7 <stronk7>
Date: Tue, 29 Nov 2005 04:22:07 +0800
Tag: v1.5.4
Merged from HEAD. To be showed in the Windows Installer.
commit 20cfdcef312c9ea23b1210ad275e6651ed201fa0
Author: stronk7 <stronk7>
Date: Wed, 23 Nov 2005 17:39:31 +0800
Tag: v1.5.4
Log actions must be strored to DB without & print_log() takes care of it! Bug 3853. (http://moodle.org/bugs/bug.php?op=show&bugid=3853)
commit a1235e9d496d3b96e6642a751ad75f409231ee9c
Author: stronk7 <stronk7>
Date: Mon, 21 Nov 2005 23:40:53 +0800
Tag: v1.5.4
shorten_text() AFTER format properly. See bug 4355. (http://moodle.org/bugs/bug.php?op=show&bugid=4355)
commit 061e5eb8158070d0b4ebf4f2ffd75386c134ce6f
Author: stronk7 <stronk7>
Date: Mon, 21 Nov 2005 21:18:03 +0800
Tag: v1.5.4
Prevent a warning when params is empty. Bug 4328. (http://moodle.org/bugs/bug.php?op=show&bugid=4328)
commit bae2c2a470b470b3dd176dba0c353379c63f8382
Author: stronk7 <stronk7>
Date: Sun, 20 Nov 2005 03:58:30 +0800
Tag: v1.5.4
Now the section "jumpto" menu (showed in collapse mode), supports the multilang filter. Bug 4341. (http://moodle.org/bugs/bug.php?op=show&bugid=4341)
commit 32c8bf5b3d774e7462fa21033616ed1136ae33a3
Author: stronk7 <stronk7>
Date: Sun, 20 Nov 2005 02:21:58 +0800
Tag: v1.5.4
Print performance info if exists and $CFG->perfdebug is enabled.
commit 1b258734f6d8224bb821996202c378fd199daf77
Author: stronk7 <stronk7>
Date: Sat, 19 Nov 2005 08:26:36 +0800
Tag: v1.5.4
Solved bug found when trying to backup all users! (http://moodle.org/mod/forum/discuss.php?d=27105)
commit b565aa835e12817015ab2c59590aa6fc6562741e
Author: stronk7 <stronk7>
Date: Sat, 19 Nov 2005 00:22:56 +0800
Tag: v1.5.4
Mimic changes from "Ought to mention the improved assignment grading!"
commit 5ebb4f2d42c597633ff5615325dd54cb4af66d35
Author: stronk7 <stronk7>
Date: Fri, 18 Nov 2005 02:02:40 +0800
Tag: v1.5.4
A bit later, but here it's release info.