whchuang [Wed, 20 Feb 2008 18:45:35 +0000 (18:45 +0000)]
minor bug fix to add the missing string definition 'remove' back to the /lang/zh_tw/moodle.php
moodler [Wed, 20 Feb 2008 01:01:29 +0000 (01:01 +0000)]
Added a note relating to MDL-9772
moodler [Mon, 11 Feb 2008 07:39:37 +0000 (07:39 +0000)]
Fix for MDL-6770 - show previously submitted files for assignments
gbateson [Tue, 13 Nov 2007 03:54:32 +0000 (03:54 +0000)]
replace CFG->dbfamily with CFG->dbtype, because CFG->dbfamily is not available on Moodle 1.7 and earlier
gbateson [Mon, 12 Nov 2007 08:51:22 +0000 (08:51 +0000)]
fix for MDL-9713 : use XMLDB functions to create tables when mod/hotpot/db/mysql.sql is not found. This allows upgrade direct from Moodle 1.5 (or earlier) to Moodle 1.8 (or later)
whchuang [Fri, 26 Oct 2007 00:06:48 +0000 (00:06 +0000)]
Fixed MDL-10353. Note that this problem is now fixed in 1.5.x, 1.8.x, 1.9.x and HEAD, but not yet in 1.6.x and 1.7.x (not yet backported).
skodak [Mon, 8 Oct 2007 19:59:05 +0000 (19:59 +0000)]
MDL-11663 sanitise submitted data when editing users; merged from MOODLE_16_STABLE
gbateson [Mon, 8 Oct 2007 06:53:55 +0000 (06:53 +0000)]
added escaping of quotes in TimesUp message, so that apostrophes do not cause Javascript errors
whchuang [Tue, 2 Oct 2007 23:58:36 +0000 (23:58 +0000)]
added missing string definition for sectionerror. Fixed MDL-10766
skodak [Wed, 27 Jun 2007 12:09:22 +0000 (12:09 +0000)]
MDL-10276 Text cleaning trouble; backported from HEAD
ethem [Fri, 15 Jun 2007 18:05:36 +0000 (18:05 +0000)]
MDL-9836
Authorize.net / SSL Config Bug prevents display of options from enrol/authorize/enrol.php
martinlanghoff [Thu, 7 Jun 2007 21:25:23 +0000 (21:25 +0000)]
moodlelib:moodle_request_shutdown() - only call apache_child_terminate if child_terminate is true - MDL-9350
Apparently there _is_ a PHP ini setting controlling
it -- defaults to off.
moodler [Wed, 9 May 2007 06:43:19 +0000 (06:43 +0000)]
Added body class for current language MDL-9750
martinlanghoff [Thu, 12 Apr 2007 00:47:14 +0000 (00:47 +0000)]
Fixed 'off by one' month bug in month select boxes generated by
print_date_selector when users time zone set to GMT-13.
Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt <mattc@catalyst.net.nz>
stronk7 [Sat, 7 Apr 2007 15:58:13 +0000 (15:58 +0000)]
Now $CFG->apachemaxmem is respected.
martinlanghoff [Thu, 5 Apr 2007 04:45:09 +0000 (04:45 +0000)]
lib/setup moodelib: Introducing moodle_request_shutdown()
Now Moodle will have a 'shutdown_function' function. Right now
registered (and useful) only when running under apache + mod_php.
This initial function checks whether memory usage in this process exceeded
10MiB or $CFG->apachemaxmem (int, in bytes). This is really useful to prevent
using more RAM than we have.
stronk7 [Mon, 19 Mar 2007 15:53:59 +0000 (15:53 +0000)]
small typo in var name
martinlanghoff [Mon, 19 Mar 2007 05:50:00 +0000 (05:50 +0000)]
Auto-linking filters: fix serious caching bug in forum mailouts
Autolinking of glossaries, activity, resources and wiki names were using a
trivial single-entry cache implemented with static vars. The cache was _not_
keyed on course.
This bug was visible during forum_cron() which walks many courses. The cache
would get "stuck" on the first course that had something to put in the cache.
All mailouts from there onwards would autolink to stuff in the wrong course.
skodak [Sun, 11 Mar 2007 20:03:13 +0000 (20:03 +0000)]
MDL-8849 use proper value quoting; backported from MOODLE_18_STABLE
tjhunt [Sat, 10 Mar 2007 00:37:53 +0000 (00:37 +0000)]
MDL-8177 - Oops. In Moodle 1.5, the table was called something different.
tjhunt [Sat, 10 Mar 2007 00:35:11 +0000 (00:35 +0000)]
MDL-8177 - Random questions selected deleted questions. Backported from MOODLE_18_STABLE.
gbateson [Sun, 4 Mar 2007 01:12:30 +0000 (01:12 +0000)]
fix checking answers for JQuiz Hybrid questions when in ShortAnswer mode
gbateson [Sun, 28 Jan 2007 00:12:42 +0000 (00:12 +0000)]
correct the display of the "Update this Hot Potatoes Quiz" button in Danish (da_utf8) and German (de_utf8) - see mdl-8322
moodler [Tue, 23 Jan 2007 05:02:45 +0000 (05:02 +0000)]
FIxed up the site identifier (more unique)
skodak [Sat, 6 Jan 2007 15:28:41 +0000 (15:28 +0000)]
revised adobe XSS protection SC#346 - backported from HEAD
skodak [Thu, 4 Jan 2007 00:31:15 +0000 (00:31 +0000)]
Adobe Acrobat JavaScript Execution Bug SC#346; backported from HEAD
moodler [Mon, 4 Dec 2006 07:03:03 +0000 (07:03 +0000)]
Latest timeszones from 1.8
bobopinna [Thu, 2 Nov 2006 16:30:53 +0000 (16:30 +0000)]
Fixed an Hystoric problem with & in aicc_script prerequisites during package importing
Now Moodle is really SCORM 1.2 fully compliant
moodler [Wed, 1 Nov 2006 06:58:17 +0000 (06:58 +0000)]
Merged fix from 1.7 MDL-7211
gustav_delius [Fri, 13 Oct 2006 23:06:27 +0000 (23:06 +0000)]
When javascript was turned off the group menu did not work because the Go button linked to course/view.php rather than mod/forum/view.php
stronk7 [Mon, 9 Oct 2006 16:16:23 +0000 (16:16 +0000)]
Raising MSSQL min req. to 2005 (9.0)
julmis [Sat, 30 Sep 2006 14:24:40 +0000 (14:24 +0000)]
Fixing $tempfiledir path
stronk7 [Thu, 28 Sep 2006 16:37:08 +0000 (16:37 +0000)]
Added PHP 5.0.x restriction to Moodle 1.7. MDL-5653
vyshane [Mon, 25 Sep 2006 03:59:54 +0000 (03:59 +0000)]
Fix for MDL-6363. Patch by Si Carter.
moodler [Wed, 13 Sep 2006 14:40:48 +0000 (14:40 +0000)]
Fixed MDL-6508 ... a wrongful update to the hotpot version was killing Moodle upgrade
tjhunt [Tue, 12 Sep 2006 14:25:08 +0000 (14:25 +0000)]
Fix syntax errors. I wish more people used Eclipse.
gustav_delius [Fri, 1 Sep 2006 20:29:04 +0000 (20:29 +0000)]
Fix by Jesse Scott so that database sessions respect sessiontimeout setting. Closing bug 5912
gbateson [Thu, 31 Aug 2006 21:36:32 +0000 (21:36 +0000)]
fix "get_jcross_item"s and "get_jcross_grid" so that function arguments are assigned BEFORE the function call, not AS the function is called. This fixes blank crosswords and matching exercises in PHP5
gbateson [Tue, 29 Aug 2006 08:26:24 +0000 (08:26 +0000)]
remove assignment of variables in calls to functions as this was making empty HotPot reports in PHP 5
gbateson [Tue, 29 Aug 2006 06:34:23 +0000 (06:34 +0000)]
corrected a two calls to get_string: allattempts=>attemptsall, bestattempt=>attemptsbest
stronk7 [Wed, 23 Aug 2006 15:14:16 +0000 (15:14 +0000)]
Adding one PHP close tar that has been missing (but working!) since years!
skodak [Thu, 10 Aug 2006 15:51:44 +0000 (15:51 +0000)]
new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283; backported from HEAD
ethem [Tue, 1 Aug 2006 11:20:50 +0000 (11:20 +0000)]
Don't show authorize.net password for security reasons. Backported from HEAD.
martinlanghoff [Mon, 31 Jul 2006 04:58:12 +0000 (04:58 +0000)]
assignment: count_user_files() no longer creates extraneous dirs (bug#4658)
Applied the fix by Samuli.Karevaara, from the bug report - the directory is checked for existence beforehand.
Previously it was created if it didn't exist, then the files within it were counted.
Author: Luke Hudson <luke@catalyst.net.nz>
skodak [Wed, 12 Jul 2006 06:01:58 +0000 (06:01 +0000)]
fixed printing of filenames from zip archives - SC#273; backported from MOODLE_16_STABLE
skodak [Tue, 11 Jul 2006 13:24:17 +0000 (13:24 +0000)]
better cleaning of $file parameter SC#276; backported from MOODLE_16_STABLE
ethem [Thu, 29 Jun 2006 19:03:32 +0000 (19:03 +0000)]
Added print_simple_box_start, print_simple_box_end.
ethem [Thu, 29 Jun 2006 18:40:46 +0000 (18:40 +0000)]
Bug #5941, Petr's patch is incorrect. Rewritten.
If course cost is 0 then always fall back to manual method. This is not authorize problem if enrolment key is empty and guest access with key.
ethem [Thu, 29 Jun 2006 14:37:55 +0000 (14:37 +0000)]
Bug #5941 affects authorize plugin at this point:
Enrolment Method: Authorize
Enrollment key: Empty Field
Guest Access: Allow Guests with Key
Normally, empty enrolment key and and setting 'Allow Guests with Key' will not be allowed.
So, user can view course contents when click enrol me witout key.
stronk7 [Sun, 25 Jun 2006 11:00:19 +0000 (11:00 +0000)]
Backporting latest changes from 16_STABLE and HEAD to 15_STABLE
Some minor changes in order to avoid some notices...
moodler [Fri, 16 Jun 2006 04:30:19 +0000 (04:30 +0000)]
Added check for $CFG->disablemycourses
stronk7 [Tue, 13 Jun 2006 15:59:11 +0000 (15:59 +0000)]
Updated, from Jose Miguel Arnaiz (Euskaltegi Municipal de Santurtzi)
stronk7 [Tue, 13 Jun 2006 15:50:10 +0000 (15:50 +0000)]
Updated, from Jose Miguel Arnaiz (Euskaltegi Municipal de Santurtzi)
vyshane [Tue, 13 Jun 2006 07:45:34 +0000 (07:45 +0000)]
Fix for Bug #5767 - Section links block is removed from course view after
settings update.
stronk7 [Thu, 8 Jun 2006 21:57:05 +0000 (21:57 +0000)]
Backporting markdown 1.0.1 Extra from HEAD to 1.5
because of bug 5768.
(http://moodle.org/bugs/bug.php?op=show&bugid=5768)
stronk7 [Tue, 6 Jun 2006 16:47:44 +0000 (16:47 +0000)]
Adding two new strings for RESTRICTED tests in environmenlib.
stronk7 [Tue, 6 Jun 2006 16:11:22 +0000 (16:11 +0000)]
Now environmentlib supports RESTRICT sections (to be able to deny
any general test with more detail (the opposite to the BYPASS section)
(http://moodle.org/bugs/bug.php?op=show&bugid=5653)
bobopinna [Tue, 6 Jun 2006 14:34:13 +0000 (14:34 +0000)]
Fixed some regular expression Bug 5041
bobopinna [Tue, 6 Jun 2006 13:34:24 +0000 (13:34 +0000)]
Fixed user data escaping
bobopinna [Mon, 5 Jun 2006 08:19:31 +0000 (08:19 +0000)]
Fixed two typos: Bugs 4729, 5641
bobopinna [Mon, 5 Jun 2006 08:11:29 +0000 (08:11 +0000)]
Fixed Bug 4748
bobopinna [Mon, 5 Jun 2006 07:46:02 +0000 (07:46 +0000)]
Fixed a typo [bug 4522]
stronk7 [Tue, 30 May 2006 16:54:47 +0000 (16:54 +0000)]
Users with messages (and messages) are only included in
SITEID backup. Bug 5658.
(http://moodle.org/bugs/bug.php?op=show&bugid=5658)
ethem [Tue, 30 May 2006 08:50:36 +0000 (08:50 +0000)]
If config wwwroot starts with 'https', ignore config loginhttps value.
Dependency: Bug #5647
skodak [Fri, 26 May 2006 09:09:18 +0000 (09:09 +0000)]
Bug #5619 - Assignment Feedback mail lacks linefeed; backported from MOODLE_16_STABLE
skodak [Thu, 25 May 2006 06:19:15 +0000 (06:19 +0000)]
fixed short tags
stronk7 [Mon, 22 May 2006 17:59:01 +0000 (17:59 +0000)]
proper initialisation of sqlsortkey SC#258
Merged from HEAD
stronk7 [Mon, 22 May 2006 17:52:41 +0000 (17:52 +0000)]
Allowing also numbers and underscores in sessioncookie
stronk7 [Mon, 22 May 2006 15:58:08 +0000 (15:58 +0000)]
Going back to previous revision because latest was in English.
stronk7 [Sun, 21 May 2006 23:46:30 +0000 (23:46 +0000)]
Bump 1.5.4+
stronk7 [Sun, 21 May 2006 23:45:29 +0000 (23:45 +0000)]
Bump 1.5.4!
moodler [Sun, 21 May 2006 08:37:18 +0000 (08:37 +0000)]
Bumped to Moodle 1.5.4 +
moodler [Sun, 21 May 2006 08:00:05 +0000 (08:00 +0000)]
Moodle 1.5.4 - yay!
moodler [Sun, 21 May 2006 07:59:15 +0000 (07:59 +0000)]
I'm in a rush, unfortunately, but here are Martin Langhoff's auto-generated
change list items integrated into the other stuff.
It's not pretty but it's probably getting close to complete.
moodler [Sun, 21 May 2006 07:11:59 +0000 (07:11 +0000)]
Added release notes from documentation wiki
stronk7 [Sat, 20 May 2006 00:08:42 +0000 (00:08 +0000)]
This was really old and it's useful to determine versions...
martinlanghoff [Thu, 18 May 2006 00:49:36 +0000 (00:49 +0000)]
login: Changing passwords now works when logged in as guest
vyshane [Tue, 16 May 2006 04:07:47 +0000 (04:07 +0000)]
Fixed Bug #5354 - Gradebook [DropXLowest and Exclude]
skodak [Mon, 15 May 2006 14:49:24 +0000 (14:49 +0000)]
better cleaning of post title SC#251 revisited; backported from MOODLE_16_STABLE
skodak [Mon, 15 May 2006 14:35:13 +0000 (14:35 +0000)]
better cleaning of post title SC#251; backported from MOODLE_16_STABLE
urs_hunkler [Sun, 14 May 2006 09:22:24 +0000 (09:22 +0000)]
patch for prototype compatibility
gustav_delius [Sat, 13 May 2006 17:28:28 +0000 (17:28 +0000)]
Making sure timelimit is converted to integer before being written to database, otherwise postgreSQL complains. Closing bug 5401
stronk7 [Sat, 6 May 2006 16:53:14 +0000 (16:53 +0000)]
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)
moodler [Wed, 3 May 2006 08:19:43 +0000 (08:19 +0000)]
Fixed: Bug #5164 - Assignment email lacks student name
moodler [Tue, 2 May 2006 08:04:11 +0000 (08:04 +0000)]
An old fix for optional_variable use
moodler [Tue, 2 May 2006 07:59:38 +0000 (07:59 +0000)]
Old addition never checked in
moodler [Tue, 2 May 2006 05:57:12 +0000 (05:57 +0000)]
Changed all files to DOS and added some Id tags
stronk7 [Sun, 30 Apr 2006 10:05:17 +0000 (10:05 +0000)]
One debug line killed! :-/
stronk7 [Sun, 30 Apr 2006 10:02:23 +0000 (10:02 +0000)]
Too much restrictive optional_param was producing
some undesired efects with formats. Bug 4858.
(http://moodle.org/bugs/bug.php?op=show&bugid=4858)
stronk7 [Sun, 30 Apr 2006 09:44:26 +0000 (09:44 +0000)]
entrylist format now show the 'send ratings' button. Bug 4915.
(http://moodle.org/bugs/bug.php?op=show&bugid=4915)
Merged from HEAD
exe-cutor [Thu, 27 Apr 2006 11:48:25 +0000 (11:48 +0000)]
Fixed a bug that was not yet merged for stable version
ethem [Thu, 27 Apr 2006 08:21:17 +0000 (08:21 +0000)]
1 - Shorter coding. I like short codes. Martin D had made longer before.
2 - Create indexes sliently.
ethem [Wed, 26 Apr 2006 15:31:28 +0000 (15:31 +0000)]
Shorter coding. I like short codes. Martin D had made longer before.
urs_hunkler [Wed, 26 Apr 2006 14:58:32 +0000 (14:58 +0000)]
bug #5347 - JS code after page end??? corrected
ethem [Wed, 26 Apr 2006 11:18:50 +0000 (11:18 +0000)]
SQL file contains all upgrades.
ethem [Wed, 26 Apr 2006 10:20:07 +0000 (10:20 +0000)]
SQL file contains all upgrades.
moodler [Wed, 26 Apr 2006 08:05:46 +0000 (08:05 +0000)]
Removed forecolor hilitecolor in htmleditor
skodak [Sun, 23 Apr 2006 23:17:14 +0000 (23:17 +0000)]
fixed typo bug #4527; backported from HEAD
urs_hunkler [Sun, 23 Apr 2006 18:53:15 +0000 (18:53 +0000)]
Bug #4315 - Use current_theme() instead of the $CFG-theme
ethem [Sun, 23 Apr 2006 10:23:27 +0000 (10:23 +0000)]
Create indexes sliently.