]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agoMDL-15349, repository_cache class added, which can reduce request time significantly.
dongsheng [Tue, 8 Jul 2008 05:00:59 +0000 (05:00 +0000)]
MDL-15349, repository_cache class added, which can reduce request time significantly.

16 years agoMDL-15402, searching repository folder for language files.
dongsheng [Tue, 8 Jul 2008 01:48:40 +0000 (01:48 +0000)]
MDL-15402, searching repository folder for language files.

16 years agoMDL-15402, add lang file for flickr plugin.
dongsheng [Tue, 8 Jul 2008 01:45:00 +0000 (01:45 +0000)]
MDL-15402, add lang file for flickr plugin.

16 years agoMDL-15402, lang files for boxnet plugin.
dongsheng [Tue, 8 Jul 2008 01:43:41 +0000 (01:43 +0000)]
MDL-15402, lang files for boxnet plugin.

16 years agoUpdated the HEAD build version to 20080708
moodlerobot [Tue, 8 Jul 2008 01:37:14 +0000 (01:37 +0000)]
Updated the HEAD build version to 20080708

16 years agoAutomatic installer.php lang files by installer_builder (20080708)
moodlerobot [Tue, 8 Jul 2008 01:18:14 +0000 (01:18 +0000)]
Automatic installer.php lang files by installer_builder (20080708)

16 years agoMDL-13383 fixed restore form; merged from MOODLE_19_STABLE
skodak [Mon, 7 Jul 2008 22:35:23 +0000 (22:35 +0000)]
MDL-13383 fixed restore form; merged from MOODLE_19_STABLE

16 years agoMDL-15561 unsubscribe all option implemented
skodak [Mon, 7 Jul 2008 21:51:01 +0000 (21:51 +0000)]
MDL-15561 unsubscribe all option implemented

16 years agoMDL-15562 database tables, upgrade and version bump for portfolio API
mjollnir_ [Mon, 7 Jul 2008 15:09:40 +0000 (15:09 +0000)]
MDL-15562 database tables, upgrade and version bump for portfolio API
- portfolio_instance, portfolio_instance_user, portfolio_instance_config

16 years agoMDL-15413 warn admins if display_errors enabled
skodak [Mon, 7 Jul 2008 14:34:40 +0000 (14:34 +0000)]
MDL-15413 warn admins if display_errors enabled

16 years agoMDL-15560 Install fails again (missing global $DB)
sam_marshall [Mon, 7 Jul 2008 12:33:45 +0000 (12:33 +0000)]
MDL-15560 Install fails again (missing global $DB)

16 years agoMDL-15473
thepurpleblob [Mon, 7 Jul 2008 11:54:39 +0000 (11:54 +0000)]
MDL-15473
Fixed typo causing the image location to be ignored if the base_64 image is not included.

Mereged from STABLE_19

16 years agoMDL-15488, version.php added
dongsheng [Mon, 7 Jul 2008 08:36:53 +0000 (08:36 +0000)]
MDL-15488, version.php added

16 years agoMDL-14237: Removing all remaining tag-related uses of html_entity_decode (merge from...
scyrma [Mon, 7 Jul 2008 07:45:51 +0000 (07:45 +0000)]
MDL-14237: Removing all remaining tag-related uses of html_entity_decode (merge from 1.9)

16 years agoMDL-14237: Removing calls to html_entity_decode, along with some syntax cleanup ...
scyrma [Mon, 7 Jul 2008 07:19:24 +0000 (07:19 +0000)]
MDL-14237: Removing calls to html_entity_decode, along with some syntax cleanup (merge from 1.9)

16 years ago"MDL-15349, create a new function to get all repository plugins"
dongsheng [Mon, 7 Jul 2008 06:54:39 +0000 (06:54 +0000)]
"MDL-15349, create a new function to get all repository plugins"

16 years agoMDL-14772: Prevent official tags from being deleted when tag_instance table is empty...
scyrma [Mon, 7 Jul 2008 06:40:35 +0000 (06:40 +0000)]
MDL-14772: Prevent official tags from being deleted when tag_instance table is empty. (Patch by Hynek Černoch) (Merge from 1.9)

16 years agoMDL-15348, remove useless image
dongsheng [Mon, 7 Jul 2008 06:37:55 +0000 (06:37 +0000)]
MDL-15348, remove useless image

16 years agoMDL-15488
dongsheng [Mon, 7 Jul 2008 06:34:39 +0000 (06:34 +0000)]
MDL-15488
1. Create a ajax file picker, which can switch views(list and thumbnail now), transfer json data between server and client side
2. Improve curl.class.php
3. Improve boxnet plugin, which won't need to redirect box.net to authenticate from now on
4. Improve flickr plugin

16 years ago"MDL-15348, adding a loading image for repository file picker, created by http:/...
dongsheng [Mon, 7 Jul 2008 06:16:04 +0000 (06:16 +0000)]
"MDL-15348, adding a loading image for repository file picker, created by http://www.ajaxload.info/"

16 years agoMDL-12649: Prevent editing a blog from changing the display sort (based on creation...
scyrma [Mon, 7 Jul 2008 03:21:52 +0000 (03:21 +0000)]
MDL-12649: Prevent editing a blog from changing the display sort (based on creation date) (Patch by Dan Poltawski) (merge from 1.9)

16 years agoUpdated the HEAD build version to 20080707
moodlerobot [Mon, 7 Jul 2008 01:33:11 +0000 (01:33 +0000)]
Updated the HEAD build version to 20080707

16 years agoMDL-13901 guest can not be selected in "Default role for all users" in 1.9.x; merged...
skodak [Sun, 6 Jul 2008 23:54:07 +0000 (23:54 +0000)]
MDL-13901 guest can not be selected in  "Default role for all users" in 1.9.x; merged from MOODLE_19_STABLE

16 years agoMDL-9983 role_unassign should not touch group members table directly - we need events...
skodak [Sun, 6 Jul 2008 22:54:46 +0000 (22:54 +0000)]
MDL-9983 role_unassign should not touch group members table directly - we need events; merged from MOODLE_19_STABLE

16 years agoMDL-9983 role assignment related triggers; merged from MOODLE_19_STABLE
skodak [Sun, 6 Jul 2008 19:30:12 +0000 (19:30 +0000)]
MDL-9983 role assignment related triggers; merged from MOODLE_19_STABLE

16 years agoMDL-15553 events_trigger() perf improvement; merged from MOODLE_19_STABLE
skodak [Sun, 6 Jul 2008 18:58:46 +0000 (18:58 +0000)]
MDL-15553 events_trigger() perf improvement; merged from MOODLE_19_STABLE

16 years agoMDL-9983, MDL-13998 core events related cleanup; merged from MOODLE_19_STABLE
skodak [Sun, 6 Jul 2008 17:57:06 +0000 (17:57 +0000)]
MDL-9983, MDL-13998 core events related cleanup; merged from MOODLE_19_STABLE

16 years agoUpdated the HEAD build version to 20080706
moodlerobot [Sun, 6 Jul 2008 01:31:10 +0000 (01:31 +0000)]
Updated the HEAD build version to 20080706

16 years agoMDL-13811 reworked unsetting of preferences and minor tweaks
skodak [Sat, 5 Jul 2008 22:46:31 +0000 (22:46 +0000)]
MDL-13811 reworked unsetting of preferences and minor tweaks

16 years agoMDL-12505 do not leak separate groups info in advanced search user selection and...
skodak [Sat, 5 Jul 2008 20:57:35 +0000 (20:57 +0000)]
MDL-12505 do not leak separate groups info in advanced search user selection and other fixes; merged from MOODLE_19_STABLE

16 years agoMDL-15548 fixed regression, thanks Gary!
skodak [Sat, 5 Jul 2008 17:25:16 +0000 (17:25 +0000)]
MDL-15548 fixed regression, thanks Gary!

16 years agoMDL-14035 fixed user images on user report; merged from MOODLE_19_STABLE
skodak [Sat, 5 Jul 2008 16:14:08 +0000 (16:14 +0000)]
MDL-14035 fixed user images on user report; merged from MOODLE_19_STABLE

16 years agoMDL-11905 send temp file support; merged from MOODLE_19_STABLE
skodak [Sat, 5 Jul 2008 15:34:54 +0000 (15:34 +0000)]
MDL-11905 send temp file support; merged from MOODLE_19_STABLE

16 years agoMDL-15516 prvent access to deleted profiles and other user areas
skodak [Sat, 5 Jul 2008 14:52:39 +0000 (14:52 +0000)]
MDL-15516 prvent access to deleted profiles and other user areas

16 years agoMDL-13811 Completed the required changes. Also added a "Cancel email change" link...
nicolasconnault [Sat, 5 Jul 2008 14:28:13 +0000 (14:28 +0000)]
MDL-13811 Completed the required changes. Also added a "Cancel email change" link. Merging from MOODLE_19_STABLE

16 years agoMDL-13776 assignment attachment access now verified in module context; merged from...
skodak [Sat, 5 Jul 2008 14:18:30 +0000 (14:18 +0000)]
MDL-13776 assignment attachment access now verified in module context; merged from MOODLE_19_STABLE

16 years agoMDL-15420 fixed commented out continue which was causing leaks of info about hidden...
skodak [Sat, 5 Jul 2008 13:20:21 +0000 (13:20 +0000)]
MDL-15420 fixed commented out continue which was causing leaks of info about hidden activities ;-); merged from MOODLE_19_STABLE

16 years agoMDL-14261 fixed access control issues for backup and unittest plugins; merged from...
skodak [Sat, 5 Jul 2008 13:08:07 +0000 (13:08 +0000)]
MDL-14261 fixed access control issues for backup and unittest plugins; merged from MOODLE_19_STABLE

16 years agofixed previous wrong merging
skodak [Sat, 5 Jul 2008 12:54:38 +0000 (12:54 +0000)]
fixed previous wrong merging

16 years agofix skodak's fix. add a } char to table name.
ethem [Sat, 5 Jul 2008 12:22:57 +0000 (12:22 +0000)]
fix skodak's fix. add a } char to table name.

16 years agoMDL-15077 Fixed link to admin section. Merged from 1.9
mudrd8mz [Sat, 5 Jul 2008 11:19:47 +0000 (11:19 +0000)]
MDL-15077 Fixed link to admin section. Merged from 1.9

16 years agoMDL-15304 fixed empty label names coming from restore; merged from MOODLE_19_STABLE
skodak [Sat, 5 Jul 2008 09:37:30 +0000 (09:37 +0000)]
MDL-15304 fixed empty label names coming from restore; merged from MOODLE_19_STABLE

16 years agoMDL-15545 "sql to fetch question states in overview report should use a JOIN instead...
jamiesensei [Sat, 5 Jul 2008 05:57:22 +0000 (05:57 +0000)]
MDL-15545 "sql to fetch question states in overview report should use a JOIN instead of passing attempt ids in IN clause when downloading data with no paging"

16 years agoUpdated the HEAD build version to 20080705
moodlerobot [Sat, 5 Jul 2008 01:38:11 +0000 (01:38 +0000)]
Updated the HEAD build version to 20080705

16 years agoAutomatic installer.php lang files by installer_builder (20080705)
moodlerobot [Sat, 5 Jul 2008 01:20:04 +0000 (01:20 +0000)]
Automatic installer.php lang files by installer_builder (20080705)

16 years agoMDL-13942 do not interrupt restore if groupmembers missing; merged from MOODLE_19_STABLE
skodak [Sat, 5 Jul 2008 00:45:44 +0000 (00:45 +0000)]
MDL-13942 do not interrupt restore if groupmembers missing; merged from MOODLE_19_STABLE

16 years agoMDL-15544 Disable email signup in new installation - add danger warning
skodak [Fri, 4 Jul 2008 23:53:13 +0000 (23:53 +0000)]
MDL-15544 Disable email signup in new installation - add danger warning

16 years agohttp://moodle.org/mod/forum/discuss.php?d=100629
ethem [Fri, 4 Jul 2008 16:59:24 +0000 (16:59 +0000)]
http://moodle.org/mod/forum/discuss.php?d=100629

16 years agoMake a comment a bit clearer.
tjhunt [Fri, 4 Jul 2008 12:05:04 +0000 (12:05 +0000)]
Make a comment a bit clearer.

16 years agoMDL-15532 "moving progress_bar class into weblib from adminlib"
jamiesensei [Fri, 4 Jul 2008 10:15:00 +0000 (10:15 +0000)]
MDL-15532 "moving progress_bar class into weblib from adminlib"

16 years agoTemporary fix to prevent PHP notice - this will be removed when the correct configuration
scyrma [Fri, 4 Jul 2008 08:47:26 +0000 (08:47 +0000)]
Temporary fix to prevent PHP notice - this will be removed when the correct configuration
items get committed.

16 years agoMDL-14741: Reverting removal of output buffering.
scyrma [Fri, 4 Jul 2008 02:42:49 +0000 (02:42 +0000)]
MDL-14741: Reverting removal of output buffering.

16 years agoPrevent a php notice
scyrma [Fri, 4 Jul 2008 02:17:18 +0000 (02:17 +0000)]
Prevent a php notice

16 years agoUpdated the HEAD build version to 20080704
moodlerobot [Fri, 4 Jul 2008 01:36:00 +0000 (01:36 +0000)]
Updated the HEAD build version to 20080704

16 years agoAutomatic installer.php lang files by installer_builder (20080704)
moodlerobot [Fri, 4 Jul 2008 01:13:48 +0000 (01:13 +0000)]
Automatic installer.php lang files by installer_builder (20080704)

16 years agoMDL-15304, MDL-15526 fixing regression; merged from MOODLE_19_STABLE
skodak [Thu, 3 Jul 2008 23:01:32 +0000 (23:01 +0000)]
MDL-15304, MDL-15526 fixing regression; merged from MOODLE_19_STABLE

16 years agoFixed MDL-13832
andreabix [Thu, 3 Jul 2008 22:07:22 +0000 (22:07 +0000)]
Fixed MDL-13832

16 years agoBump to clean empty role names. MDL-15284
stronk7 [Thu, 3 Jul 2008 17:08:29 +0000 (17:08 +0000)]
Bump to clean empty role names. MDL-15284

16 years agoClean empty role_names. MDL-15284 ; merged from 19_STABLE
stronk7 [Thu, 3 Jul 2008 17:07:54 +0000 (17:07 +0000)]
Clean empty role_names. MDL-15284 ; merged from 19_STABLE

16 years agoMDL-13007
thepurpleblob [Thu, 3 Jul 2008 15:14:25 +0000 (15:14 +0000)]
MDL-13007
Corrected help for category selection. I hope this is what the tick boxes now do :-)

Merged from STABLE_19

16 years agoMDL-13010
thepurpleblob [Thu, 3 Jul 2008 14:50:30 +0000 (14:50 +0000)]
MDL-13010
Now correctly checks for category context id and does not fail if it isn't there.

Merged from STABLE_19

16 years agoMDL-15519: [Accessibility] Added heading tags around current month on monthly calenda...
sam_marshall [Thu, 3 Jul 2008 14:16:22 +0000 (14:16 +0000)]
MDL-15519: [Accessibility] Added heading tags around current month on monthly calendar view (and changed default styling so this doesn't affect appearance).

16 years agoMDL-15021 Deleted not fully setup separate admin settings; merged from MOODLE_18_STAB...
skodak [Thu, 3 Jul 2008 14:09:27 +0000 (14:09 +0000)]
MDL-15021 Deleted not fully setup separate admin settings; merged from MOODLE_18_STABLE but with better delete

16 years agoOnly create role_name aliases if the original course (backup file) contains them...
stronk7 [Thu, 3 Jul 2008 13:00:54 +0000 (13:00 +0000)]
Only create role_name aliases if the original course (backup file) contains them. MDL-15284 ; merged from 19_STABLE

16 years agoMDL-11145 include orphaned mnet ids from user table into mnetid selector; merged...
skodak [Thu, 3 Jul 2008 09:29:19 +0000 (09:29 +0000)]
MDL-11145 include orphaned mnet ids from user table into mnetid selector; merged from MOODLE_19_STABLE

16 years agoMDL-14233 Make bulk user picture upload handle subdirectories in zip files, merged...
jerome [Thu, 3 Jul 2008 07:35:24 +0000 (07:35 +0000)]
MDL-14233 Make bulk user picture upload handle subdirectories in zip files, merged from 19 (updated the code in order to use mdlib 2.0)

16 years agoMDL-14741: re-activate the contextmenu plugin
scyrma [Thu, 3 Jul 2008 07:12:36 +0000 (07:12 +0000)]
MDL-14741: re-activate the contextmenu plugin

16 years agoMDL-14741:
scyrma [Thu, 3 Jul 2008 07:12:03 +0000 (07:12 +0000)]
MDL-14741:
* use a better name for a variable
* remove extra browse button and simplify code. Fix by Mauno K.

16 years agoMDL-14741: Using a better way to include javascript files (removed use of
scyrma [Thu, 3 Jul 2008 05:32:34 +0000 (05:32 +0000)]
MDL-14741: Using a better way to include javascript files (removed use of
output buffering) and corrected parameters so that the file manager is
linked to the right course again.

16 years agoMDL-14635 fix user profil help icons, merged from 19
jerome [Thu, 3 Jul 2008 04:15:23 +0000 (04:15 +0000)]
MDL-14635 fix user profil help icons, merged from 19

16 years agoMDL-14635 fix for user profil help icons, merged from 19
jerome [Thu, 3 Jul 2008 04:10:50 +0000 (04:10 +0000)]
MDL-14635 fix for user profil help icons, merged from 19

16 years agoUpdated the HEAD build version to 20080703
moodlerobot [Thu, 3 Jul 2008 01:36:00 +0000 (01:36 +0000)]
Updated the HEAD build version to 20080703

16 years agoMDL-15160 backup gradebook categories even when user not included; merged from MOODLE...
skodak [Wed, 2 Jul 2008 22:47:57 +0000 (22:47 +0000)]
MDL-15160 backup gradebook categories even when user not included; merged from MOODLE_19_STABLE

16 years agoMDL-15389 better explanation of spam dangers in user profiles - thanks Tim; merged...
skodak [Wed, 2 Jul 2008 22:32:56 +0000 (22:32 +0000)]
MDL-15389 better explanation of spam dangers in user profiles - thanks Tim; merged from MOODLE_19_STABLE

16 years agoMDL-15390 improved subscribe me option when posting to forum - see tracker for more...
skodak [Wed, 2 Jul 2008 22:06:22 +0000 (22:06 +0000)]
MDL-15390 improved subscribe me option when posting to forum - see tracker for more info; merged from MOODLE_19_STABLE

16 years agoMDL-15505
thepurpleblob [Wed, 2 Jul 2008 14:25:16 +0000 (14:25 +0000)]
MDL-15505
Add debugging call if mnet authentication is not enabled.

Merged from STABLE_19

16 years ago[MDL-15426] Distinguish latlong value being zero from no value. Merged from MOODLE_1...
robertall [Wed, 2 Jul 2008 12:53:26 +0000 (12:53 +0000)]
[MDL-15426] Distinguish latlong value being zero from no value.  Merged from MOODLE_19_STABLE.

16 years agoMDL-15488, remove PEAR
dongsheng [Wed, 2 Jul 2008 09:35:18 +0000 (09:35 +0000)]
MDL-15488, remove PEAR

16 years agoMDL-15488, remove PEAR lib
dongsheng [Wed, 2 Jul 2008 09:30:48 +0000 (09:30 +0000)]
MDL-15488, remove PEAR lib

16 years agoMDL-15488.
dongsheng [Wed, 2 Jul 2008 09:24:29 +0000 (09:24 +0000)]
MDL-15488.
1. Remove all the pear stuff in flickr plug-in.
2. Remove database cache for flickr plugin-in, it will be back soon.
3. Remove uploading, repository doesn't need it.
4. Create a curl wrapper class by myself, so no license issues anymore, I will continue to improve it.

16 years ago"MDL-12843, add proper html id, thanks ken"
dongsheng [Wed, 2 Jul 2008 07:34:52 +0000 (07:34 +0000)]
"MDL-12843, add proper html id, thanks ken"

16 years agoTypo fix.
scyrma [Wed, 2 Jul 2008 07:33:41 +0000 (07:33 +0000)]
Typo fix.

16 years ago"MDL-15424, close table tags manually before calling redirect, merged from MOODLE_19_...
dongsheng [Wed, 2 Jul 2008 07:09:38 +0000 (07:09 +0000)]
"MDL-15424, close table tags manually before calling redirect, merged from MOODLE_19_STABALE"

16 years ago"MDL-15500, change helpbutton debug level to developer, merged from MOODLE_19_STABLE"
dongsheng [Wed, 2 Jul 2008 06:43:21 +0000 (06:43 +0000)]
"MDL-15500, change helpbutton debug level to developer, merged from MOODLE_19_STABLE"

16 years agoMDL-14739: some minor modifications to allow per-editor customization, and changing...
scyrma [Wed, 2 Jul 2008 06:11:55 +0000 (06:11 +0000)]
MDL-14739: some minor modifications to allow per-editor customization, and changing ("dos2unix") the format of some files.

16 years ago"MDL-15501, typo, sorry"
dongsheng [Wed, 2 Jul 2008 05:12:51 +0000 (05:12 +0000)]
"MDL-15501, typo, sorry"

16 years ago"MDL-15501, add appropriate div and h2 tags to the header div, merged from MOODLE_19_...
dongsheng [Wed, 2 Jul 2008 05:02:46 +0000 (05:02 +0000)]
"MDL-15501, add appropriate div and h2 tags to the header div, merged from MOODLE_19_STABLE"

16 years ago"MDL-15469, limit email notification"
dongsheng [Wed, 2 Jul 2008 04:54:37 +0000 (04:54 +0000)]
"MDL-15469, limit email notification"

16 years agoMDL-11992: new icon needed for tags in courses
scyrma [Wed, 2 Jul 2008 03:44:40 +0000 (03:44 +0000)]
MDL-11992: new icon needed for tags in courses

16 years agoUpdated the HEAD build version to 20080702
moodlerobot [Wed, 2 Jul 2008 01:35:54 +0000 (01:35 +0000)]
Updated the HEAD build version to 20080702

16 years agoMDL-15387 fixing regression spotted by John Beedell; merged from MOODLE_19_STABLE
skodak [Tue, 1 Jul 2008 22:26:38 +0000 (22:26 +0000)]
MDL-15387 fixing regression spotted by John Beedell; merged from MOODLE_19_STABLE

16 years agoMDL-15494 - No allowance for the possibility that something might go wrong when proce...
tjhunt [Tue, 1 Jul 2008 13:34:09 +0000 (13:34 +0000)]
MDL-15494 - No allowance for the possibility that something might go wrong when processing the response to a question.

16 years agoMDL-14679 minor dml conversion errors in quiz backup
sam_marshall [Tue, 1 Jul 2008 13:19:24 +0000 (13:19 +0000)]
MDL-14679 minor dml conversion errors in quiz backup

16 years agoAnother unit test.
tjhunt [Tue, 1 Jul 2008 10:54:55 +0000 (10:54 +0000)]
Another unit test.

16 years agoMDL-15184: fix sql injection vulnerability
gbateson [Tue, 1 Jul 2008 10:49:22 +0000 (10:49 +0000)]
MDL-15184: fix sql injection vulnerability

16 years ago"MDL-15488, flickr plug-in added"
dongsheng [Tue, 1 Jul 2008 07:37:41 +0000 (07:37 +0000)]
"MDL-15488, flickr plug-in added"

16 years agoUpdated the HEAD build version to 20080701
moodlerobot [Tue, 1 Jul 2008 01:31:55 +0000 (01:31 +0000)]
Updated the HEAD build version to 20080701

16 years agoAutomatic installer.php lang files by installer_builder (20080701)
moodlerobot [Tue, 1 Jul 2008 01:14:25 +0000 (01:14 +0000)]
Automatic installer.php lang files by installer_builder (20080701)

16 years agoMDL-15452 - ongoing - Put the OU quiz navigation improvements into the Moodle codebase
tjhunt [Mon, 30 Jun 2008 16:56:49 +0000 (16:56 +0000)]
MDL-15452 - ongoing - Put the OU quiz navigation improvements into the Moodle codebase

* Javadoc comments for most of the code I committed on Friday.
* Implement the get_question_status method.
* Along the way, refactor duplicated logic between two of the question types, questionlib, and the new code - removing inconsistency while doing so.

16 years agoMDL-15476
thepurpleblob [Mon, 30 Jun 2008 15:01:24 +0000 (15:01 +0000)]
MDL-15476
Can now override the public key lifetime by specificying value
for $CFG->mnetkeylifetime in config.php

Merged from STABLE_19