]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agocalendar/ical MDL-17964 Better hostname for UID, merged from 1.9
moodler [Tue, 20 Jan 2009 06:22:51 +0000 (06:22 +0000)]
calendar/ical MDL-17964 Better hostname for UID, merged from 1.9

16 years agomaintenance mode MDL-15700 Just some little tidyups of the maintenance mode page
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

16 years agoquiz backup: MDL-17970 MSSQL text / varchar compare issue.
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.

16 years agoMerge whchang's typo fix to HEAD.
tjhunt [Tue, 20 Jan 2009 03:58:35 +0000 (03:58 +0000)]
Merge whchang's typo fix to HEAD.

16 years agobackup/restore: MDL-16614 more reliable test for when we are restoring a backup that...
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 ;-)

16 years agocalendar/export MDL-17964 explicitly define a non-random UID for each event (merged...
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)

16 years agoUpdated the HEAD build version to 20090120
moodlerobot [Mon, 19 Jan 2009 23:53:31 +0000 (23:53 +0000)]
Updated the HEAD build version to 20090120

16 years agoAutomatic installer.php lang files by installer_builder (20090120)
moodlerobot [Mon, 19 Jan 2009 23:27:00 +0000 (23:27 +0000)]
Automatic installer.php lang files by installer_builder (20090120)

16 years agoMDL-17965: Prevent forum move to forum you can't start discussions in
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

16 years agoquestion bank: MDL-17302 refactor question bank display code into a class.
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.

16 years agoMDL-17942 fixed incorrect mysql setting name
skodak [Mon, 19 Jan 2009 08:13:56 +0000 (08:13 +0000)]
MDL-17942 fixed incorrect mysql setting name

16 years agoMDL-17942 reimplemented detection of mysql max_packet_size problems
skodak [Mon, 19 Jan 2009 08:03:55 +0000 (08:03 +0000)]
MDL-17942 reimplemented detection of mysql max_packet_size problems

16 years agoAdded headers for javascript dump
moodler [Mon, 19 Jan 2009 07:57:49 +0000 (07:57 +0000)]
Added headers for javascript dump

16 years agoJust minor tweaking for appearance
moodler [Mon, 19 Jan 2009 07:52:23 +0000 (07:52 +0000)]
Just minor tweaking for appearance

16 years ago"REPOSITORY/MDL-13766, fix js path"
dongsheng [Mon, 19 Jan 2009 07:49:15 +0000 (07:49 +0000)]
"REPOSITORY/MDL-13766, fix js path"

16 years agoMDL-17942 fixed session regeneration
skodak [Mon, 19 Jan 2009 07:25:12 +0000 (07:25 +0000)]
MDL-17942 fixed session regeneration

16 years ago"REPOSITORY/MDL-13766, merge js files into one file"
dongsheng [Mon, 19 Jan 2009 07:07:54 +0000 (07:07 +0000)]
"REPOSITORY/MDL-13766, merge js files into one file"

16 years agorepository/picasa MDL-17473 Added a preview link
moodler [Mon, 19 Jan 2009 06:42:09 +0000 (06:42 +0000)]
repository/picasa MDL-17473 Added a preview link

16 years agoweb service MDL-12886 use named parameters in tmp_get_users
jerome [Mon, 19 Jan 2009 06:28:02 +0000 (06:28 +0000)]
web service MDL-12886 use named parameters in tmp_get_users

16 years agorepository/picasa MDL-17473 Use picasa description as the filename if it exists
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

16 years agorepository/picasa MDL-17473 Hardcode image heights and widths for nicer display
moodler [Mon, 19 Jan 2009 05:59:47 +0000 (05:59 +0000)]
repository/picasa MDL-17473 Hardcode image heights and widths for nicer display

16 years agoquestion bank: MDL-17302 refactor question bank display code into a class.
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.

16 years agoMessaging MDL-3321 Searching for empty string returns all messages
moodler [Mon, 19 Jan 2009 04:53:26 +0000 (04:53 +0000)]
Messaging MDL-3321 Searching for empty string returns all messages

16 years agoMessaging MDL-17581 Various fixes to use the new fields names
moodler [Mon, 19 Jan 2009 04:35:09 +0000 (04:35 +0000)]
Messaging MDL-17581 Various fixes to use the new fields names

16 years ago"FILTER/MDL-17703, use classname instead of inline style, merged from 1.9"
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"

16 years ago"FORUM/MDL-17709, replace p with div in forum summary, 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"

16 years agoweb service MDL-12886 remove some outdated comments
jerome [Mon, 19 Jan 2009 00:42:06 +0000 (00:42 +0000)]
web service MDL-12886 remove some outdated comments

16 years agoUpdated the HEAD build version to 20090119
moodlerobot [Sun, 18 Jan 2009 23:51:32 +0000 (23:51 +0000)]
Updated the HEAD build version to 20090119

16 years agoAutomatic installer.php lang files by installer_builder (20090119)
moodlerobot [Sun, 18 Jan 2009 23:25:41 +0000 (23:25 +0000)]
Automatic installer.php lang files by installer_builder (20090119)

16 years agoMDL-17942 improved mysql truncation prevention
skodak [Sun, 18 Jan 2009 23:12:14 +0000 (23:12 +0000)]
MDL-17942 improved mysql truncation prevention

16 years agoMDL-17942 lot more session refactoring
skodak [Sun, 18 Jan 2009 23:06:52 +0000 (23:06 +0000)]
MDL-17942 lot more session refactoring

16 years agoMDL-17942 yet more session refactoring
skodak [Sun, 18 Jan 2009 20:30:54 +0000 (20:30 +0000)]
MDL-17942 yet more session refactoring

16 years agoMDL-17942 more session refactoring
skodak [Sun, 18 Jan 2009 18:00:44 +0000 (18:00 +0000)]
MDL-17942 more session refactoring

16 years agoMDL-17942 $CFG->respectsessionsettings obsoleted by db sessions - can not be used...
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

16 years agoMDL-17942 fixed gc regressions, added gc after deleting users and similar cases
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

16 years agoMDL-17942 implemented gc and timeouts for db sessions
skodak [Sun, 18 Jan 2009 11:19:40 +0000 (11:19 +0000)]
MDL-17942 implemented gc and timeouts for db sessions

16 years agoUpdated the HEAD build version to 20090118
moodlerobot [Sun, 18 Jan 2009 00:01:49 +0000 (00:01 +0000)]
Updated the HEAD build version to 20090118

16 years agoAutomatic installer.php lang files by installer_builder (20090118)
moodlerobot [Sat, 17 Jan 2009 23:35:18 +0000 (23:35 +0000)]
Automatic installer.php lang files by installer_builder (20090118)

16 years agoMDL-17942 fixed some incorrect uses of exceptions and typos
skodak [Sat, 17 Jan 2009 23:24:31 +0000 (23:24 +0000)]
MDL-17942 fixed some incorrect uses of exceptions and typos

16 years agoMDL-17267 simplified create_role - not adding assign and override perm to admin accou...
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

16 years agoMDL-17617 - installation session related improvements; logout fixes + other improvements
skodak [Sat, 17 Jan 2009 20:25:58 +0000 (20:25 +0000)]
MDL-17617 - installation session related improvements; logout fixes + other improvements

16 years agoMDL-17364 forum ajax rating - erasing some unused print_error(). Exceptions handle...
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

16 years agoMDL-17364 forum ajax rating - needed strings
stronk7 [Sat, 17 Jan 2009 19:32:54 +0000 (19:32 +0000)]
MDL-17364 forum ajax rating - needed strings

16 years agoMDL-17364 forum ajax rating working
stronk7 [Sat, 17 Jan 2009 19:14:37 +0000 (19:14 +0000)]
MDL-17364 forum ajax rating working

16 years agoMDL-17617 - fixed regressions - missing $ch
skodak [Sat, 17 Jan 2009 18:47:54 +0000 (18:47 +0000)]
MDL-17617 - fixed regressions - missing $ch

16 years agoMDL-17617 - fixed regressions - missing $ch
skodak [Sat, 17 Jan 2009 18:46:28 +0000 (18:46 +0000)]
MDL-17617 - fixed regressions - missing $ch

16 years agoMDL-14992 adding links to oracle locking info - thanks Eloy
skodak [Sat, 17 Jan 2009 17:44:48 +0000 (17:44 +0000)]
MDL-14992 adding links to oracle locking info - thanks Eloy

16 years agoMDL-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

16 years agoMDL-14992 refactored use of session_write_close()
skodak [Sat, 17 Jan 2009 15:25:08 +0000 (15:25 +0000)]
MDL-14992 refactored use of session_write_close()

16 years agoMDL-14992 towards better db sessions
skodak [Sat, 17 Jan 2009 14:48:37 +0000 (14:48 +0000)]
MDL-14992  towards better db sessions

16 years agoMDL-14992sid rewriting improvement
skodak [Sat, 17 Jan 2009 14:35:04 +0000 (14:35 +0000)]
MDL-14992sid rewriting improvement

16 years agoMDL-14992 pg session locking (8.2 and later only), refactoring and db session not...
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

16 years agoMDL-14992 towards better db sessions
skodak [Sat, 17 Jan 2009 12:15:57 +0000 (12:15 +0000)]
MDL-14992 towards better db sessions

16 years agoMDL-14992 pg sessions advisory locks accept only integers :-( trying to find a workaround
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

16 years agoUpdated the HEAD build version to 20090117
moodlerobot [Sat, 17 Jan 2009 00:05:45 +0000 (00:05 +0000)]
Updated the HEAD build version to 20090117

16 years agoAutomatic installer.php lang files by installer_builder (20090117)
moodlerobot [Fri, 16 Jan 2009 23:39:00 +0000 (23:39 +0000)]
Automatic installer.php lang files by installer_builder (20090117)

16 years agoMDL-14992 towards better db sessions - session locking for mysql
skodak [Fri, 16 Jan 2009 23:02:24 +0000 (23:02 +0000)]
MDL-14992 towards better db sessions - session locking for mysql

16 years agoMDL-14992 towards better db sessions
skodak [Fri, 16 Jan 2009 22:07:10 +0000 (22:07 +0000)]
MDL-14992 towards better db sessions

16 years agoMDL-14992 towards better db sessions
skodak [Fri, 16 Jan 2009 21:37:47 +0000 (21:37 +0000)]
MDL-14992 towards better db sessions

16 years agoMDL-14992 towards better db sessions
skodak [Fri, 16 Jan 2009 20:43:17 +0000 (20:43 +0000)]
MDL-14992 towards better db sessions

16 years agoMDL-14992 towards better db sessions
skodak [Fri, 16 Jan 2009 17:27:36 +0000 (17:27 +0000)]
MDL-14992 towards better db sessions

16 years agoMDL-17883 Added title attribute to grade item link. Merged from MOODLE_19_STABLE
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

16 years agoMDL-17457 implemented lical/install.php and some other minor refactoring
skodak [Fri, 16 Jan 2009 13:57:24 +0000 (13:57 +0000)]
MDL-17457 implemented lical/install.php and some other minor refactoring

16 years agoMDL-17458 minor coding style improvements
skodak [Fri, 16 Jan 2009 13:54:44 +0000 (13:54 +0000)]
MDL-17458 minor coding style improvements

16 years agoMDL-13778 Added new display types to course settings. Merged from MOODLE_19_STABLE
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

16 years ago"GLOSSARY/MDL-17707, remove extra div, merged from 1.9"
dongsheng [Fri, 16 Jan 2009 09:00:25 +0000 (09:00 +0000)]
"GLOSSARY/MDL-17707, remove extra div, merged from 1.9"

16 years ago"MDL-17710, 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"

16 years agoweb service MDL-12886 add SOAP wsdl generator
jerome [Fri, 16 Jan 2009 08:00:18 +0000 (08:00 +0000)]
web service MDL-12886 add SOAP wsdl generator

16 years agoquestion bank: MDL-12787, MDL-17870 field in the question editing form to tag questio...
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.

16 years agoformslib / tags: MDL-17889 debugging message if you try to create a tags field when...
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.

16 years agoblog / tags: MDL-17900 Use the new tags field type to tag users' interests.
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.

16 years agoblog / tags: MDL-17900 Use the new tags field type to tag blog posts.
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.

16 years agoformslib / tags: MDL-17889 improvements to this field type:
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.

16 years agoWhitespace cleanup.
tjhunt [Fri, 16 Jan 2009 06:29:56 +0000 (06:29 +0000)]
Whitespace cleanup.

16 years ago"WIKI/MDL-17704, wrap wiki summary by div, merged from 1.9"
dongsheng [Fri, 16 Jan 2009 05:38:40 +0000 (05:38 +0000)]
"WIKI/MDL-17704, wrap wiki summary by div, merged from 1.9"

16 years ago"QUIZ/MDL-17710, wrap quiz 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"

16 years ago"FILTER/MDL-17703, wrap object tag 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"

16 years ago"GLOSSARY/MDL-17708, use css selector instead of inline style, 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"

16 years ago"FORUM/MDL-17709, 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"

16 years agoquiz / questions: MDL-17919 Bad link edit questions from quiz preview page.
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.

16 years ago"MDL-17707, replace p with div in module summary, merged from 1.9"
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"

16 years agoquestiontypes: MDL-17800
tjhunt [Fri, 16 Jan 2009 04:24:24 +0000 (04:24 +0000)]
questiontypes: MDL-17800

Fix another merge error.

16 years agoquestiontypes: MDL-17800
tjhunt [Fri, 16 Jan 2009 04:23:21 +0000 (04:23 +0000)]
questiontypes: MDL-17800

Fix merge error.

16 years ago"MDL-17864, remove all styles in language pack"
dongsheng [Fri, 16 Jan 2009 04:21:49 +0000 (04:21 +0000)]
"MDL-17864, remove all styles in language pack"

16 years agomoodlelib: MDL-17761 More consistent error handling in get_string.
tjhunt [Fri, 16 Jan 2009 04:18:43 +0000 (04:18 +0000)]
moodlelib: MDL-17761 More consistent error handling in get_string.

16 years agoUpdated the HEAD build version to 20090116
moodlerobot [Fri, 16 Jan 2009 03:37:59 +0000 (03:37 +0000)]
Updated the HEAD build version to 20090116

16 years agoAutomatic installer.php lang files by installer_builder (20090116)
moodlerobot [Fri, 16 Jan 2009 03:08:11 +0000 (03:08 +0000)]
Automatic installer.php lang files by installer_builder (20090116)

16 years agolang fix MDL-12886 Updated description of web services to explain what they are ;-)
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 ;-)

16 years agoupgrade reload icon MDL-17924 Replaced form with an icon
moodler [Fri, 16 Jan 2009 02:29:33 +0000 (02:29 +0000)]
upgrade reload icon  MDL-17924 Replaced form with an icon

16 years agoweb service MDL-12886 few more SOAP tests
jerome [Fri, 16 Jan 2009 01:17:55 +0000 (01:17 +0000)]
web service MDL-12886 few more SOAP tests

16 years agoMDL-17458 minor cleanup
skodak [Thu, 15 Jan 2009 22:41:20 +0000 (22:41 +0000)]
MDL-17458 minor cleanup

16 years agoMDL-17458 removed obsoleted example.com check from admin/index.php - now handled...
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

16 years agofixed whitespace
skodak [Thu, 15 Jan 2009 22:14:40 +0000 (22:14 +0000)]
fixed whitespace

16 years agoMDL-17458 $CFG->rolesactive cleanup + other cleanup in upgrade code
skodak [Thu, 15 Jan 2009 22:09:57 +0000 (22:09 +0000)]
MDL-17458 $CFG->rolesactive cleanup + other cleanup in upgrade code

16 years agoMDL-17457 moved all STATEMENTS into install.php
skodak [Thu, 15 Jan 2009 21:36:48 +0000 (21:36 +0000)]
MDL-17457 moved all STATEMENTS into install.php

16 years agoMDL-17222 imrpoved configuration links
skodak [Thu, 15 Jan 2009 18:30:26 +0000 (18:30 +0000)]
MDL-17222 imrpoved configuration links

16 years agoMDL-17818: Completion icons are in wrong place with RTL languages
sam_marshall [Thu, 15 Jan 2009 17:48:45 +0000 (17:48 +0000)]
MDL-17818: Completion icons are in wrong place with RTL languages

16 years agoMDL-12886 adding killswitch for webservices - again!
skodak [Thu, 15 Jan 2009 17:22:50 +0000 (17:22 +0000)]
MDL-12886 adding killswitch for webservices - again!

16 years agoMDL-17915: Conditional activities do not update when you change manual activity compl...
sam_marshall [Thu, 15 Jan 2009 17:09:02 +0000 (17:09 +0000)]
MDL-17915: Conditional activities do not update when you change manual activity completion using an AJAX tickbox-

16 years agoMDL-17914: Conditional activities should check that available dates in module form...
sam_marshall [Thu, 15 Jan 2009 14:30:19 +0000 (14:30 +0000)]
MDL-17914: Conditional activities should check that available dates in module form are not stupid