]>
git.mjollnir.org Git - moodle.git/log
moodlerobot [Tue, 20 Jan 2009 23:53:34 +0000 (23:53 +0000)]
Updated the HEAD build version to
20090121
moodlerobot [Tue, 20 Jan 2009 23:27:44 +0000 (23:27 +0000)]
Automatic installer.php lang files by installer_builder (
20090121 )
pilpi [Tue, 20 Jan 2009 20:44:33 +0000 (20:44 +0000)]
quiz editing: MDL-17977 show content of the random question -link always visible
pilpi [Tue, 20 Jan 2009 20:41:41 +0000 (20:41 +0000)]
quiz editing: MDL-17334 further space for grading box
wildgirl [Tue, 20 Jan 2009 10:44:52 +0000 (10:44 +0000)]
forum lang string: MDL-17364 small rewording
tjhunt [Tue, 20 Jan 2009 10:11:23 +0000 (10:11 +0000)]
question bank: MDL-17871 refactor the code that displays particular information about each question into classes.
Work in progress. Most required classes are writted, but nothing uses them yet, and I have not dealt with column headers yet.
moodler [Tue, 20 Jan 2009 07:55:49 +0000 (07:55 +0000)]
forum/css MDL-16749 added a div named "posting" around the posting (merged from 1.9)
tjhunt [Tue, 20 Jan 2009 06:56:38 +0000 (06:56 +0000)]
upgrade reload icon MDL-17924 unobfuscate Martin's reload icon.
moodler [Tue, 20 Jan 2009 06:22:51 +0000 (06:22 +0000)]
calendar/ical MDL-17964 Better hostname for UID, merged from 1.9
moodler [Tue, 20 Jan 2009 06:01:05 +0000 (06:01 +0000)]
maintenance mode MDL-15700 Just some little tidyups of the maintenance mode page
tjhunt [Tue, 20 Jan 2009 04:24:07 +0000 (04:24 +0000)]
quiz backup: MDL-17970 MSSQL text / varchar compare issue.
Commiting this fix so it gets into 1.9.4. I've tested and it does not break sensible databases, and probably fixes the problem on MSSQL.
tjhunt [Tue, 20 Jan 2009 03:58:35 +0000 (03:58 +0000)]
Merge whchang's typo fix to HEAD.
tjhunt [Tue, 20 Jan 2009 03:16:30 +0000 (03:16 +0000)]
backup/restore: MDL-16614 more reliable test for when we are restoring a backup that was made of the same site that we are restoring to.
* Use this to fix a question restore bug.
* Replace older code that does something similar with the new test.
* Refactor initialisation of $CFG->siteidentifier into a function. There were about 4 copies of this code ;-)
moodler [Tue, 20 Jan 2009 03:09:10 +0000 (03:09 +0000)]
calendar/export MDL-17964 explicitly define a non-random UID for each event (merged from 1.9)
moodlerobot [Mon, 19 Jan 2009 23:53:31 +0000 (23:53 +0000)]
Updated the HEAD build version to
20090120
moodlerobot [Mon, 19 Jan 2009 23:27:00 +0000 (23:27 +0000)]
Automatic installer.php lang files by installer_builder (
20090120 )
sam_marshall [Mon, 19 Jan 2009 14:20:36 +0000 (14:20 +0000)]
MDL-17965: Prevent forum move to forum you can't start discussions in
tjhunt [Mon, 19 Jan 2009 08:50:48 +0000 (08:50 +0000)]
question bank: MDL-17302 refactor question bank display code into a class.
Step 2. Remove as many as possbile of the differences between the two classes. This is mostly whitespace and irrelevant code formatting issues, but there are also a few changes to the generated output, taking the best of both views.
skodak [Mon, 19 Jan 2009 08:13:56 +0000 (08:13 +0000)]
MDL-17942 fixed incorrect mysql setting name
skodak [Mon, 19 Jan 2009 08:03:55 +0000 (08:03 +0000)]
MDL-17942 reimplemented detection of mysql max_packet_size problems
moodler [Mon, 19 Jan 2009 07:57:49 +0000 (07:57 +0000)]
Added headers for javascript dump
moodler [Mon, 19 Jan 2009 07:52:23 +0000 (07:52 +0000)]
Just minor tweaking for appearance
dongsheng [Mon, 19 Jan 2009 07:49:15 +0000 (07:49 +0000)]
"REPOSITORY/MDL-13766, fix js path"
skodak [Mon, 19 Jan 2009 07:25:12 +0000 (07:25 +0000)]
MDL-17942 fixed session regeneration
dongsheng [Mon, 19 Jan 2009 07:07:54 +0000 (07:07 +0000)]
"REPOSITORY/MDL-13766, merge js files into one file"
moodler [Mon, 19 Jan 2009 06:42:09 +0000 (06:42 +0000)]
repository/picasa MDL-17473 Added a preview link
jerome [Mon, 19 Jan 2009 06:28:02 +0000 (06:28 +0000)]
web service MDL-12886 use named parameters in tmp_get_users
moodler [Mon, 19 Jan 2009 06:19:26 +0000 (06:19 +0000)]
repository/picasa MDL-17473 Use picasa description as the filename if it exists
moodler [Mon, 19 Jan 2009 05:59:47 +0000 (05:59 +0000)]
repository/picasa MDL-17473 Hardcode image heights and widths for nicer display
tjhunt [Mon, 19 Jan 2009 05:30:01 +0000 (05:30 +0000)]
question bank: MDL-17302 refactor question bank display code into a class.
Step 1. Just convert the existing functions quiz_question_showbank and question_showbank and friends into methods of a class and subclass.
More to come.
moodler [Mon, 19 Jan 2009 04:53:26 +0000 (04:53 +0000)]
Messaging MDL-3321 Searching for empty string returns all messages
moodler [Mon, 19 Jan 2009 04:35:09 +0000 (04:35 +0000)]
Messaging MDL-17581 Various fixes to use the new fields names
dongsheng [Mon, 19 Jan 2009 01:57:02 +0000 (01:57 +0000)]
"FILTER/MDL-17703, use classname instead of inline style, merged from 1.9"
dongsheng [Mon, 19 Jan 2009 01:38:07 +0000 (01:38 +0000)]
"FORUM/MDL-17709, replace p with div in forum summary, merged from 1.9"
jerome [Mon, 19 Jan 2009 00:42:06 +0000 (00:42 +0000)]
web service MDL-12886 remove some outdated comments
moodlerobot [Sun, 18 Jan 2009 23:51:32 +0000 (23:51 +0000)]
Updated the HEAD build version to
20090119
moodlerobot [Sun, 18 Jan 2009 23:25:41 +0000 (23:25 +0000)]
Automatic installer.php lang files by installer_builder (
20090119 )
skodak [Sun, 18 Jan 2009 23:12:14 +0000 (23:12 +0000)]
MDL-17942 improved mysql truncation prevention
skodak [Sun, 18 Jan 2009 23:06:52 +0000 (23:06 +0000)]
MDL-17942 lot more session refactoring
skodak [Sun, 18 Jan 2009 20:30:54 +0000 (20:30 +0000)]
MDL-17942 yet more session refactoring
skodak [Sun, 18 Jan 2009 18:00:44 +0000 (18:00 +0000)]
MDL-17942 more session refactoring
skodak [Sun, 18 Jan 2009 17:37:56 +0000 (17:37 +0000)]
MDL-17942 $CFG->respectsessionsettings obsoleted by db sessions - can not be used anymore
skodak [Sun, 18 Jan 2009 12:20:55 +0000 (12:20 +0000)]
MDL-17942 fixed gc regressions, added gc after deleting users and similar cases
skodak [Sun, 18 Jan 2009 11:19:40 +0000 (11:19 +0000)]
MDL-17942 implemented gc and timeouts for db sessions
moodlerobot [Sun, 18 Jan 2009 00:01:49 +0000 (00:01 +0000)]
Updated the HEAD build version to
20090118
moodlerobot [Sat, 17 Jan 2009 23:35:18 +0000 (23:35 +0000)]
Automatic installer.php lang files by installer_builder (
20090118 )
skodak [Sat, 17 Jan 2009 23:24:31 +0000 (23:24 +0000)]
MDL-17942 fixed some incorrect uses of exceptions and typos
skodak [Sat, 17 Jan 2009 23:16:20 +0000 (23:16 +0000)]
MDL-17267 simplified create_role - not adding assign and override perm to admin accounts, they have it now always
skodak [Sat, 17 Jan 2009 20:25:58 +0000 (20:25 +0000)]
MDL-17617 - installation session related improvements; logout fixes + other improvements
stronk7 [Sat, 17 Jan 2009 19:45:40 +0000 (19:45 +0000)]
MDL-17364 forum ajax rating - erasing some unused print_error(). Exceptions handle that now
stronk7 [Sat, 17 Jan 2009 19:32:54 +0000 (19:32 +0000)]
MDL-17364 forum ajax rating - needed strings
stronk7 [Sat, 17 Jan 2009 19:14:37 +0000 (19:14 +0000)]
MDL-17364 forum ajax rating working
skodak [Sat, 17 Jan 2009 18:47:54 +0000 (18:47 +0000)]
MDL-17617 - fixed regressions - missing $ch
skodak [Sat, 17 Jan 2009 18:46:28 +0000 (18:46 +0000)]
MDL-17617 - fixed regressions - missing $ch
skodak [Sat, 17 Jan 2009 17:44:48 +0000 (17:44 +0000)]
MDL-14992 adding links to oracle locking info - thanks Eloy
skodak [Sat, 17 Jan 2009 17:44:30 +0000 (17:44 +0000)]
MDL-14992 adding links to oracle locking info - thanks Eloy
skodak [Sat, 17 Jan 2009 15:25:08 +0000 (15:25 +0000)]
MDL-14992 refactored use of session_write_close()
skodak [Sat, 17 Jan 2009 14:48:37 +0000 (14:48 +0000)]
MDL-14992 towards better db sessions
skodak [Sat, 17 Jan 2009 14:35:04 +0000 (14:35 +0000)]
MDL-14992sid rewriting improvement
skodak [Sat, 17 Jan 2009 14:31:29 +0000 (14:31 +0000)]
MDL-14992 pg session locking (8.2 and later only), refactoring and db session not default yet in new installs
skodak [Sat, 17 Jan 2009 12:15:57 +0000 (12:15 +0000)]
MDL-14992 towards better db sessions
skodak [Sat, 17 Jan 2009 12:12:48 +0000 (12:12 +0000)]
MDL-14992 pg sessions advisory locks accept only integers :-( trying to find a workaround
moodlerobot [Sat, 17 Jan 2009 00:05:45 +0000 (00:05 +0000)]
Updated the HEAD build version to
20090117
moodlerobot [Fri, 16 Jan 2009 23:39:00 +0000 (23:39 +0000)]
Automatic installer.php lang files by installer_builder (
20090117 )
skodak [Fri, 16 Jan 2009 23:02:24 +0000 (23:02 +0000)]
MDL-14992 towards better db sessions - session locking for mysql
skodak [Fri, 16 Jan 2009 22:07:10 +0000 (22:07 +0000)]
MDL-14992 towards better db sessions
skodak [Fri, 16 Jan 2009 21:37:47 +0000 (21:37 +0000)]
MDL-14992 towards better db sessions
skodak [Fri, 16 Jan 2009 20:43:17 +0000 (20:43 +0000)]
MDL-14992 towards better db sessions
skodak [Fri, 16 Jan 2009 17:27:36 +0000 (17:27 +0000)]
MDL-14992 towards better db sessions
nicolasconnault [Fri, 16 Jan 2009 14:57:43 +0000 (14:57 +0000)]
MDL-17883 Added title attribute to grade item link. Merged from MOODLE_19_STABLE
skodak [Fri, 16 Jan 2009 13:57:24 +0000 (13:57 +0000)]
MDL-17457 implemented lical/install.php and some other minor refactoring
skodak [Fri, 16 Jan 2009 13:54:44 +0000 (13:54 +0000)]
MDL-17458 minor coding style improvements
nicolasconnault [Fri, 16 Jan 2009 10:26:22 +0000 (10:26 +0000)]
MDL-13778 Added new display types to course settings. Merged from MOODLE_19_STABLE
dongsheng [Fri, 16 Jan 2009 09:00:25 +0000 (09:00 +0000)]
"GLOSSARY/MDL-17707, remove extra div, merged from 1.9"
dongsheng [Fri, 16 Jan 2009 08:54:10 +0000 (08:54 +0000)]
"MDL-17710, remove extra div, merged from 1.9"
jerome [Fri, 16 Jan 2009 08:00:18 +0000 (08:00 +0000)]
web service MDL-12886 add SOAP wsdl generator
tjhunt [Fri, 16 Jan 2009 08:00:06 +0000 (08:00 +0000)]
question bank: MDL-12787, MDL-17870 field in the question editing form to tag questions, and load and save the tags from the DB.
tjhunt [Fri, 16 Jan 2009 07:34:29 +0000 (07:34 +0000)]
formslib / tags: MDL-17889 debugging message if you try to create a tags field when $CFG->usertags if false.
tjhunt [Fri, 16 Jan 2009 07:14:39 +0000 (07:14 +0000)]
blog / tags: MDL-17900 Use the new tags field type to tag users' interests.
tjhunt [Fri, 16 Jan 2009 07:08:58 +0000 (07:08 +0000)]
blog / tags: MDL-17900 Use the new tags field type to tag blog posts.
tjhunt [Fri, 16 Jan 2009 07:07:21 +0000 (07:07 +0000)]
formslib / tags: MDL-17889 improvements to this field type:
* Fix bug with rendering.
* Ensure the value is correctly set and returned.
tjhunt [Fri, 16 Jan 2009 06:29:56 +0000 (06:29 +0000)]
Whitespace cleanup.
dongsheng [Fri, 16 Jan 2009 05:38:40 +0000 (05:38 +0000)]
"WIKI/MDL-17704, wrap wiki summary by div, merged from 1.9"
dongsheng [Fri, 16 Jan 2009 05:34:15 +0000 (05:34 +0000)]
"QUIZ/MDL-17710, wrap quiz summary by div, merged from 1.9"
dongsheng [Fri, 16 Jan 2009 05:21:03 +0000 (05:21 +0000)]
"FILTER/MDL-17703, wrap object tag by div, merged from 1.9"
dongsheng [Fri, 16 Jan 2009 04:56:21 +0000 (04:56 +0000)]
"GLOSSARY/MDL-17708, use css selector instead of inline style, merged from 1.9"
dongsheng [Fri, 16 Jan 2009 04:52:30 +0000 (04:52 +0000)]
"FORUM/MDL-17709, use css selector instead of inline style, merged from 1.9"
tjhunt [Fri, 16 Jan 2009 04:47:23 +0000 (04:47 +0000)]
quiz / questions: MDL-17919 Bad link edit questions from quiz preview page.
Thanks to Ann Adamcik for noticing this. It was a regression from MDL-6085.
dongsheng [Fri, 16 Jan 2009 04:47:16 +0000 (04:47 +0000)]
"MDL-17707, replace p with div in module summary, merged from 1.9"
tjhunt [Fri, 16 Jan 2009 04:24:24 +0000 (04:24 +0000)]
questiontypes: MDL-17800
Fix another merge error.
tjhunt [Fri, 16 Jan 2009 04:23:21 +0000 (04:23 +0000)]
questiontypes: MDL-17800
Fix merge error.
dongsheng [Fri, 16 Jan 2009 04:21:49 +0000 (04:21 +0000)]
"MDL-17864, remove all styles in language pack"
tjhunt [Fri, 16 Jan 2009 04:18:43 +0000 (04:18 +0000)]
moodlelib: MDL-17761 More consistent error handling in get_string.
moodlerobot [Fri, 16 Jan 2009 03:37:59 +0000 (03:37 +0000)]
Updated the HEAD build version to
20090116
moodlerobot [Fri, 16 Jan 2009 03:08:11 +0000 (03:08 +0000)]
Automatic installer.php lang files by installer_builder (
20090116 )
moodler [Fri, 16 Jan 2009 02:48:05 +0000 (02:48 +0000)]
lang fix MDL-12886 Updated description of web services to explain what they are ;-)
moodler [Fri, 16 Jan 2009 02:29:33 +0000 (02:29 +0000)]
upgrade reload icon MDL-17924 Replaced form with an icon
jerome [Fri, 16 Jan 2009 01:17:55 +0000 (01:17 +0000)]
web service MDL-12886 few more SOAP tests
skodak [Thu, 15 Jan 2009 22:41:20 +0000 (22:41 +0000)]
MDL-17458 minor cleanup
skodak [Thu, 15 Jan 2009 22:19:35 +0000 (22:19 +0000)]
MDL-17458 removed obsoleted example.com check from admin/index.php - now handled in default config or new setup.php code