]>
git.mjollnir.org Git - moodle.git/log
dongsheng [Fri, 11 Apr 2008 08:13:08 +0000 (08:13 +0000)]
MDL-14129, fix print_error() calls
dongsheng [Fri, 11 Apr 2008 07:49:07 +0000 (07:49 +0000)]
MDL-14129, fix print_error() call
dongsheng [Fri, 11 Apr 2008 07:41:49 +0000 (07:41 +0000)]
MDL-14249, add more needed functions to excellib.php
scyrma [Fri, 11 Apr 2008 06:58:20 +0000 (06:58 +0000)]
MDL-9410 - In user profile display, add http:// to web links if it's not already there (merge from 1.9)
dongsheng [Fri, 11 Apr 2008 05:47:20 +0000 (05:47 +0000)]
MDL-10735, fix worksheet name, thanks our patch Mitsuhiro Yoshida
dongsheng [Fri, 11 Apr 2008 05:34:23 +0000 (05:34 +0000)]
MDL-12662, fix undefined index(IIS)
dongsheng [Fri, 11 Apr 2008 03:59:41 +0000 (03:59 +0000)]
MDL-9534, fix xmlize() call
dongsheng [Fri, 11 Apr 2008 03:14:43 +0000 (03:14 +0000)]
MDL-9758, remove 2 useless string
dongsheng [Fri, 11 Apr 2008 03:13:54 +0000 (03:13 +0000)]
MDL-9758, remove html tags
dongsheng [Fri, 11 Apr 2008 02:38:50 +0000 (02:38 +0000)]
MDL-9758, add 4 new string for database tags, see tracker.
dongsheng [Fri, 11 Apr 2008 02:34:11 +0000 (02:34 +0000)]
MDL-9758, add 2 new tags, see tracker.
moodlerobot [Fri, 11 Apr 2008 01:50:23 +0000 (01:50 +0000)]
Updated the HEAD build version to
20080411
stronk7 [Thu, 10 Apr 2008 21:00:38 +0000 (21:00 +0000)]
Check for 60s interval from PHP. Save 3 queries per request. MDL-14272 ; merged from 19_STABLE
wildgirl [Thu, 10 Apr 2008 14:18:40 +0000 (14:18 +0000)]
MDL-14307 lang string typo fixes
sam_marshall [Thu, 10 Apr 2008 12:07:58 +0000 (12:07 +0000)]
doc comment change: improved comment on download_file_content to clarify $headers
sam_marshall [Thu, 10 Apr 2008 11:50:52 +0000 (11:50 +0000)]
MDL-14286: Help popup now includes title of help page in window <title>
skodak [Thu, 10 Apr 2008 09:08:25 +0000 (09:08 +0000)]
MDL-14301 wrong label - credit goes to Daniele Cordella; merged from MOODLE_19_STABLE
skodak [Thu, 10 Apr 2008 09:05:33 +0000 (09:05 +0000)]
MDL-14300 unclosed input - credit goes to Daniele Cordella; merged from MOODLE_19_STABLE
dongsheng [Thu, 10 Apr 2008 06:28:20 +0000 (06:28 +0000)]
MDL-14129, createing error string
dongsheng [Thu, 10 Apr 2008 06:19:26 +0000 (06:19 +0000)]
MDL-14129, createing error string
dongsheng [Thu, 10 Apr 2008 06:19:07 +0000 (06:19 +0000)]
MDL-14129, creating error string
dongsheng [Thu, 10 Apr 2008 05:58:13 +0000 (05:58 +0000)]
MDL-14129, createing error string
dongsheng [Thu, 10 Apr 2008 04:22:22 +0000 (04:22 +0000)]
MDL-14129, creating error string
dongsheng [Thu, 10 Apr 2008 03:44:09 +0000 (03:44 +0000)]
MDL-14129, creating error string
moodler [Thu, 10 Apr 2008 03:35:17 +0000 (03:35 +0000)]
MDL-14293 Merged from 1.9, fix for undefined $status variable
dongsheng [Thu, 10 Apr 2008 02:56:25 +0000 (02:56 +0000)]
MDL-14129, creating error string
moodlerobot [Thu, 10 Apr 2008 01:47:20 +0000 (01:47 +0000)]
Updated the HEAD build version to
20080410
arborrow [Wed, 9 Apr 2008 23:46:12 +0000 (23:46 +0000)]
MDL-14295 - initiate $status to avoid PHP notice
arborrow [Wed, 9 Apr 2008 19:04:54 +0000 (19:04 +0000)]
fixing syntax error - missing { - introduced during last commit (revision 1.42)
jamiesensei [Wed, 9 Apr 2008 13:01:40 +0000 (13:01 +0000)]
MDL-14283 attempt in mdl_question_states is always 1 - typo in attempt.php introduced in Tim's access rules refactor meant that attempt in quiz_attempts table was always set to 1. This meant that only one attempt was shown on the quiz/view.php page as well as causing other problems.
dongsheng [Wed, 9 Apr 2008 09:55:17 +0000 (09:55 +0000)]
MDL-14129
dongsheng [Wed, 9 Apr 2008 08:21:51 +0000 (08:21 +0000)]
MDL-14129, create a new debug.php, and fix print_error() call
dongsheng [Wed, 9 Apr 2008 06:08:23 +0000 (06:08 +0000)]
MDL-14137, replace htmlentities with htmlspecialchars, merged from MOODLE_19_STABLE
dongsheng [Wed, 9 Apr 2008 03:45:30 +0000 (03:45 +0000)]
MDL-12611, realign the help icon, merged from MOODLE_19_STABLE
dongsheng [Wed, 9 Apr 2008 03:10:26 +0000 (03:10 +0000)]
MDL-14129, cannot use a full string in the param
dongsheng [Wed, 9 Apr 2008 02:46:55 +0000 (02:46 +0000)]
MDL-14091, fix myMoodle courses list sort order, Thanks Iñaki
moodlerobot [Wed, 9 Apr 2008 01:49:09 +0000 (01:49 +0000)]
Updated the HEAD build version to
20080409
stronk7 [Tue, 8 Apr 2008 23:17:20 +0000 (23:17 +0000)]
Unset rcache on UPDATE statements not using dmllib.php. MDL-14257 ; merged from 19_STABLE
diml [Tue, 8 Apr 2008 21:55:58 +0000 (21:55 +0000)]
fixes slash issues that avoid finding relative pathes to converters
diml [Tue, 8 Apr 2008 21:55:22 +0000 (21:55 +0000)]
added post URL backconversion to UTF8
sam_marshall [Tue, 8 Apr 2008 16:10:49 +0000 (16:10 +0000)]
MDL-14260: Changed print_heading_with_help so that the help button is outside the heading (for accessibility reasons) and changed themes so that this makes no visual difference.
dongsheng [Tue, 8 Apr 2008 05:53:12 +0000 (05:53 +0000)]
MDL-12531, make the new member value available to all the affected plugins, thanks, Robert
dongsheng [Tue, 8 Apr 2008 03:49:58 +0000 (03:49 +0000)]
MDL-14079, improve UI consistency, merged from MOODLE_19_STABLE
dongsheng [Tue, 8 Apr 2008 03:34:30 +0000 (03:34 +0000)]
MDL-12611, fix the alignment of help icons.(merged from MOODLE_19_STABLE)
scyrma [Tue, 8 Apr 2008 03:04:52 +0000 (03:04 +0000)]
MDL-13792 - Commiting Patch by Skodak, fixing problem with japanese characters under some conditions. This has been reported to work, if nobody else
comes foward with bugs related to this, it will need to be changed everywhere else where there is no urlencoding done at this time. (merge from 1.8
and 1.9)
moodlerobot [Tue, 8 Apr 2008 01:52:34 +0000 (01:52 +0000)]
Updated the HEAD build version to
20080408
dongsheng [Tue, 8 Apr 2008 01:51:00 +0000 (01:51 +0000)]
MDL-14085, roll back some error() call
moodlerobot [Tue, 8 Apr 2008 01:18:44 +0000 (01:18 +0000)]
Automatic installer.php lang files by installer_builder (
20080408 )
stronk7 [Mon, 7 Apr 2008 23:44:42 +0000 (23:44 +0000)]
Respect inherited default enrol method when deciding to display the course cost. MDL-14096 ; merged from 19_STABLE
diml [Mon, 7 Apr 2008 21:12:29 +0000 (21:12 +0000)]
makes author completley unmentionned when no author
diml [Mon, 7 Apr 2008 21:11:08 +0000 (21:11 +0000)]
fixes utf-8 over encoding on output links
diml [Mon, 7 Apr 2008 20:36:47 +0000 (20:36 +0000)]
fixes HTM files parsing
diml [Mon, 7 Apr 2008 19:56:44 +0000 (19:56 +0000)]
fixes HTM files parsing
diml [Mon, 7 Apr 2008 19:56:13 +0000 (19:56 +0000)]
fixes 1.8 fullcode compatibility
skodak [Mon, 7 Apr 2008 12:16:10 +0000 (12:16 +0000)]
MDL-14240 reverting previous commit
moodlerobot [Mon, 7 Apr 2008 01:48:05 +0000 (01:48 +0000)]
Updated the HEAD build version to
20080407
diml [Sun, 6 Apr 2008 21:01:28 +0000 (21:01 +0000)]
fixing several error messages
enhancing security of command injections.
allowing space in pathes for files.
allowing binding with tools out of moodleroot
mudrd8mz [Sun, 6 Apr 2008 19:39:21 +0000 (19:39 +0000)]
MDL-13997 Correct linking between missing mode and compare mode.
moodlerobot [Sun, 6 Apr 2008 01:42:52 +0000 (01:42 +0000)]
Updated the HEAD build version to
20080406
moodlerobot [Sat, 5 Apr 2008 01:28:25 +0000 (01:28 +0000)]
Updated the HEAD build version to
20080405
stronk7 [Fri, 4 Apr 2008 22:36:07 +0000 (22:36 +0000)]
Documenting local hack about MDL-14215 ; merged from 19_STABLE
stronk7 [Fri, 4 Apr 2008 19:55:26 +0000 (19:55 +0000)]
Fixed bug preventing correct detection of enums under mysqli. MDL-14215 ; merged from 19_STABLE
stronk7 [Fri, 4 Apr 2008 11:24:57 +0000 (11:24 +0000)]
Fix wrong conversion from '0' to '' in oracle_diry_hack. MDL-14182 ; merged from 19_STABLE
dongsheng [Fri, 4 Apr 2008 06:41:54 +0000 (06:41 +0000)]
MDL-14079, add "Hidden" string after the hidden teacher, thanks Mathieu
dongsheng [Fri, 4 Apr 2008 06:23:43 +0000 (06:23 +0000)]
MDL-14177, remove the useless h1 tags
dongsheng [Fri, 4 Apr 2008 04:32:29 +0000 (04:32 +0000)]
MDL-10662, I found these bugs when I was working on MDL-14068
dongsheng [Fri, 4 Apr 2008 02:54:20 +0000 (02:54 +0000)]
MDL-14129, remove all the other error() call
moodlerobot [Fri, 4 Apr 2008 01:28:03 +0000 (01:28 +0000)]
Updated the HEAD build version to
20080404
moodlerobot [Fri, 4 Apr 2008 01:07:04 +0000 (01:07 +0000)]
Automatic installer.php lang files by installer_builder (
20080404 )
stronk7 [Thu, 3 Apr 2008 18:09:15 +0000 (18:09 +0000)]
Fixed DST calculation when requesting explicit (parameter) timezones. MDL-14093 ; merged from 19_STABLE
moodlerobot [Thu, 3 Apr 2008 01:22:32 +0000 (01:22 +0000)]
Updated the HEAD build version to
20080403
stronk7 [Thu, 3 Apr 2008 00:59:34 +0000 (00:59 +0000)]
MDL-13900 - If the course or the parent category are hidden and the user hasn't the 'course:viewhiddencourses' capability, prevent access. Merged from 19_STABLE
thepurpleblob [Wed, 2 Apr 2008 14:04:47 +0000 (14:04 +0000)]
Replaced some nasty 'magic numbers' with defines.
dongsheng [Wed, 2 Apr 2008 07:21:10 +0000 (07:21 +0000)]
MDL-14111, fix html tag error
nicolasconnault [Wed, 2 Apr 2008 06:54:17 +0000 (06:54 +0000)]
MDL-14026 Fixed the typo
skodak [Wed, 2 Apr 2008 06:51:43 +0000 (06:51 +0000)]
fixed typo; merged from MOODLE_19_STABLE
skodak [Wed, 2 Apr 2008 06:43:42 +0000 (06:43 +0000)]
cvs commmit notification test - fixed tabs; merged from MOODLE_19_STABLE
nicolasconnault [Wed, 2 Apr 2008 06:37:55 +0000 (06:37 +0000)]
MDL-14081 Adding the fullname value to test grade_outcomes. Merging from MOODLE_19_STABLE
skodak [Wed, 2 Apr 2008 06:35:49 +0000 (06:35 +0000)]
MDL-14034 List of participants in SITE course failing... - fixed last access - credit goes to Eloy; merged from MOODLE_19_STABLE
moodlerobot [Wed, 2 Apr 2008 03:30:35 +0000 (03:30 +0000)]
Updated the HEAD build version to
20080402
stronk7 [Tue, 1 Apr 2008 22:17:58 +0000 (22:17 +0000)]
Force download checkbox is not initialized properly, credit goes to skodak. MDL-14010 ; merged from 19_STABLE
skodak [Tue, 1 Apr 2008 19:49:12 +0000 (19:49 +0000)]
MDL-14126 fixed undefined message; merged from MOODLE_19_STABLE
dongsheng [Tue, 1 Apr 2008 16:07:17 +0000 (16:07 +0000)]
MDL-14126, cron shouldn't print html tags, merged from MOODLE_19_STABLE
skodak [Tue, 1 Apr 2008 08:47:43 +0000 (08:47 +0000)]
MDL-10660 reverting previous changes - see tracker
dongsheng [Tue, 1 Apr 2008 06:31:19 +0000 (06:31 +0000)]
MDL-14085, add debug information to error() function,
dongsheng [Tue, 1 Apr 2008 06:19:10 +0000 (06:19 +0000)]
MDL-14085, Make print_error() autonomous, merged from MOODLE_19_STABLE
dongsheng [Tue, 1 Apr 2008 05:57:00 +0000 (05:57 +0000)]
MDL-14111, multilang htmlblock title, merged from MOODLE_19_STABLE
dongsheng [Tue, 1 Apr 2008 04:15:13 +0000 (04:15 +0000)]
Move error() to deprecatelib.php, merged from MOODLE_19_STABLE
moodlerobot [Tue, 1 Apr 2008 03:24:48 +0000 (03:24 +0000)]
Updated the HEAD build version to
20080401
dongsheng [Tue, 1 Apr 2008 01:39:44 +0000 (01:39 +0000)]
MDL-14111, multilang html-block title, merged from MOODLE_19_STABLE, thanks Gordon Bateson
stronk7 [Mon, 31 Mar 2008 22:52:17 +0000 (22:52 +0000)]
Prevent cloning of non-object. Delegate to parent method as fallback. MDL-14120 ; merged from 19_STABLE
diml [Mon, 31 Mar 2008 22:23:02 +0000 (22:23 +0000)]
code review for packaging and code cleaning
fixes minor bug (variable misnamed)
diml [Mon, 31 Mar 2008 22:22:20 +0000 (22:22 +0000)]
code review for packaging and code cleaning
diml [Mon, 31 Mar 2008 22:21:42 +0000 (22:21 +0000)]
code review for packaging and code cleaning
fixes type wilcard issue on add/delete/update cron scripts
tjhunt [Mon, 31 Mar 2008 15:07:14 +0000 (15:07 +0000)]
MDL-8682 - the last commit caused a regression that stopped it working.
!something==somethingelse
is not the same as
something!==somethingelse
in javascript, it seems.
nicolasconnault [Mon, 31 Mar 2008 12:13:46 +0000 (12:13 +0000)]
MDL-14073 New param for download_file_content: skipcertcheck. ssl now used in recaptchalib
scyrma [Mon, 31 Mar 2008 06:53:35 +0000 (06:53 +0000)]
MDL-14103 - remove the call to s() - the string has to already be in html format. (merge - 1.9)
nicolasconnault [Mon, 31 Mar 2008 06:15:51 +0000 (06:15 +0000)]
MDL-13397 Fixed the language string.
moodlerobot [Mon, 31 Mar 2008 03:39:12 +0000 (03:39 +0000)]
Grr false information .... it was correct
moodlerobot [Mon, 31 Mar 2008 03:23:55 +0000 (03:23 +0000)]
Updated the HEAD build version to
20080331