Petr Skoda [Tue, 6 Apr 2010 18:45:02 +0000 (18:45 +0000)]
MDL-21146 fixed upgrade regression - we need to create all necessary "files" fields before we start the upgrade, it is too late to do that at the end; reshuffling the field order to mach the general convention of putting dates last; splitting upgrade blocks because we should cleanup the upgrade path right before releasing stable 2.0
Petr Skoda [Tue, 6 Apr 2010 18:36:50 +0000 (18:36 +0000)]
MDL-20204 not necessary to refresh styles after upgrade any more
Petr Skoda [Tue, 6 Apr 2010 18:34:38 +0000 (18:34 +0000)]
MDL-21146 $CFG can not be used in low level file operations - please set the defaults elsewhere if really necessary; removing the extra cleaning + undefined notices - please make sure all palces that actually output the strings are processed properly, there is no way around this, cleaning must be always done before output, not just storage; using real nulls where we do not know the value
Helen Foster [Tue, 6 Apr 2010 15:41:47 +0000 (15:41 +0000)]
MDL-22029 obsolete help file index removal
Helen Foster [Tue, 6 Apr 2010 15:24:53 +0000 (15:24 +0000)]
MDL-22029 obsolete help file index removal
Tim Hunt [Tue, 6 Apr 2010 11:49:50 +0000 (11:49 +0000)]
question base type: Fix typo.
Petr Skoda [Tue, 6 Apr 2010 11:34:10 +0000 (11:34 +0000)]
MDL-21696 removing old translation UI which can not work any more + removing unused string_manager code
Moodle Robot [Tue, 6 Apr 2010 00:42:43 +0000 (00:42 +0000)]
Updated the HEAD build version to
20100406
Martin Dougiamas [Mon, 5 Apr 2010 07:54:14 +0000 (07:54 +0000)]
role/assign gui MDL-21655 Fixed regressions in GUI (missing heading and title on page)
Martin Dougiamas [Mon, 5 Apr 2010 07:34:50 +0000 (07:34 +0000)]
lib/accesslib MDL-21655 Added useful function count_enrolled_users() to help counting all participating users in a context
Moodle Robot [Mon, 5 Apr 2010 00:42:13 +0000 (00:42 +0000)]
Updated the HEAD build version to
20100405
Petr Skoda [Sun, 4 Apr 2010 21:18:57 +0000 (21:18 +0000)]
MDL-22015 new amos string manager - needs new lang format and removal of '_utf8' suffix from dir names; caching is not implemented yet
Petr Skoda [Sun, 4 Apr 2010 20:32:21 +0000 (20:32 +0000)]
MDL-16487 frontpage now properly detects all kinds of plugin upgrades and redirects to admin page - previously only main upgrade and modules forced the redirect + performance improvements (for admin account only)
Petr Skoda [Sun, 4 Apr 2010 19:58:03 +0000 (19:58 +0000)]
MDL-16438 separating subplugin detection from the plugin_supports code because it was running into infinite loops in get_string() which is often incorrectly used in lib.php files, but the get_string() itself needs to know about subplugins
Moodle Robot [Sun, 4 Apr 2010 00:42:32 +0000 (00:42 +0000)]
Updated the HEAD build version to
20100404
Moodle Robot [Sat, 3 Apr 2010 00:43:16 +0000 (00:43 +0000)]
Updated the HEAD build version to
20100403
Andreas Grabs [Fri, 2 Apr 2010 22:09:00 +0000 (22:09 +0000)]
convert old dml syntax in the new one in feedback_get_recent_mod_activity()
Andreas Grabs [Fri, 2 Apr 2010 21:26:17 +0000 (21:26 +0000)]
correction of $cm, $course, $feedback setup
Andreas Grabs [Fri, 2 Apr 2010 20:38:17 +0000 (20:38 +0000)]
insert calls to require_capability()
Helen Foster [Fri, 2 Apr 2010 12:38:28 +0000 (12:38 +0000)]
MDL-21218 new help file thanks to David Mudrak for help with wording
Helen Foster [Fri, 2 Apr 2010 12:03:56 +0000 (12:03 +0000)]
lang string MDL-21218 small rewording
Andreas Grabs [Fri, 2 Apr 2010 11:34:28 +0000 (11:34 +0000)]
removed all calls to feedback_load_capabilities()
David Mudrak [Fri, 2 Apr 2010 09:45:36 +0000 (09:45 +0000)]
MDL-21845 user profile: Fixed missing multilang support
Merged from 1.9
Petr Skoda [Fri, 2 Apr 2010 08:26:59 +0000 (08:26 +0000)]
MDL-22019 fixed notices caused by deleting blocks without unisntalling
Petr Skoda [Fri, 2 Apr 2010 08:23:08 +0000 (08:23 +0000)]
MDL-22015 moving legacy stuff into the get_string() and making the function get_string() the public api, no other code should call the string_manager->get_string()
Moodle Robot [Fri, 2 Apr 2010 00:42:35 +0000 (00:42 +0000)]
Updated the HEAD build version to
20100402
Petr Skoda [Thu, 1 Apr 2010 20:56:08 +0000 (20:56 +0000)]
MDL-22015 more advances in frankenstyle usage needed for new amos_string_manager - fixed configurable admin dir
Petr Skoda [Thu, 1 Apr 2010 20:54:27 +0000 (20:54 +0000)]
MDL-22015 more advances in frankenstyle usage needed for new amos_string_manager
Petr Skoda [Thu, 1 Apr 2010 20:33:15 +0000 (20:33 +0000)]
MDL-21657 frankenstyle fix for incorrect rating plurals
Petr Skoda [Thu, 1 Apr 2010 19:43:07 +0000 (19:43 +0000)]
MDL-21694 moving message processor strings to correct plugin location
Petr Skoda [Thu, 1 Apr 2010 19:27:30 +0000 (19:27 +0000)]
MDL-21694 moving filters strings to correct plugin location
David Mudrak [Thu, 1 Apr 2010 19:06:02 +0000 (19:06 +0000)]
Fixed incorrect getting of Exception message
Petr Skoda [Thu, 1 Apr 2010 18:50:28 +0000 (18:50 +0000)]
MDL-22015 AMOS - making room for new string manager
Petr Skoda [Thu, 1 Apr 2010 17:14:55 +0000 (17:14 +0000)]
MDL-22006 fixed problems with E_ALL in PHP 5.3., thanks Mauno Korpelainen for the report
Tim Hunt [Thu, 1 Apr 2010 13:09:24 +0000 (13:09 +0000)]
tablelib: MDL-22011 refactor flexible_table::get_sql_sort into several smaller methods.
Also, change assignemnt to use a separate static method, rather than overloading get_sql_sort.
Petr Skoda [Thu, 1 Apr 2010 12:19:37 +0000 (12:19 +0000)]
fixed code completion
Dongsheng Cai [Thu, 1 Apr 2010 06:09:53 +0000 (06:09 +0000)]
"MDL-13766, check if plugin file existed before displayed in admin page"
jerome mouneyrac [Thu, 1 Apr 2010 03:17:34 +0000 (03:17 +0000)]
web service MDL-21999 web service support optional parameter now (not only optional array/object key)
Moodle Robot [Thu, 1 Apr 2010 00:42:50 +0000 (00:42 +0000)]
Updated the HEAD build version to
20100401
Tim Hunt [Wed, 31 Mar 2010 13:50:56 +0000 (13:50 +0000)]
grade import: MDL-21987 Problem with repeated imports of the same grade.
The thanks to Petr (skodak).
Here is what I learned while working on this:
1. when explicitly setting the final grade (manual edit or import),
it is important that ->overridden gets set, and it should get set
to the time when the override was done.
2. but only on certainly sorts of grade item, and the condition for
setting the flag is different when it is the feedback being changed
or the grade being changed, hence the two different tests
is_overridable_item and is_overridable_item_feedback.
3. but, if the grade and feedback is not actually changed, then the ->overridden
timestamp should not be changed. (That was the bit that was buggy.)
Dongsheng Cai [Wed, 31 Mar 2010 09:53:05 +0000 (09:53 +0000)]
"MDL-19118, improve comments management"
jerome mouneyrac [Wed, 31 Mar 2010 09:25:59 +0000 (09:25 +0000)]
web service MDL-13126 little change into create user description (it was not correct and also breaking a test into the external function).
Sam Hemelryk [Wed, 31 Mar 2010 09:08:51 +0000 (09:08 +0000)]
pix MDL-21996 Added missing filter icon
Petr Skoda [Wed, 31 Mar 2010 08:42:36 +0000 (08:42 +0000)]
MDL-21655 improved access control
Petr Skoda [Wed, 31 Mar 2010 08:34:36 +0000 (08:34 +0000)]
MDL-21655 whitespace fixed
Petr Skoda [Wed, 31 Mar 2010 08:33:17 +0000 (08:33 +0000)]
MDL-21655 whitespace fixed, better access control and moodle_url cleanup
Petr Skoda [Wed, 31 Mar 2010 08:23:33 +0000 (08:23 +0000)]
MDL-21655 improved access control
Petr Skoda [Wed, 31 Mar 2010 08:05:53 +0000 (08:05 +0000)]
MDL-20204 removing deprecated admin headers
Petr Skoda [Wed, 31 Mar 2010 07:41:31 +0000 (07:41 +0000)]
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
Dongsheng Cai [Wed, 31 Mar 2010 03:08:05 +0000 (03:08 +0000)]
"MDL-21146, improve file license code"
Moodle Robot [Wed, 31 Mar 2010 00:43:33 +0000 (00:43 +0000)]
Updated the HEAD build version to
20100331
Petr Skoda [Tue, 30 Mar 2010 20:02:56 +0000 (20:02 +0000)]
fixed incorect docs that were breaking install of mnet stuff
Petr Skoda [Tue, 30 Mar 2010 19:59:54 +0000 (19:59 +0000)]
MDL-21146 adding missing license install code
Petr Skoda [Tue, 30 Mar 2010 19:51:34 +0000 (19:51 +0000)]
MDL-21993 somebody needs to fix the chicken-egg mnet problem during install/upgrade
Dongsheng Cai [Tue, 30 Mar 2010 09:18:34 +0000 (09:18 +0000)]
"MDL-21943, remove hardcoded css"
Dongsheng Cai [Tue, 30 Mar 2010 07:49:21 +0000 (07:49 +0000)]
"MDL-21945, do not pass by reference to plugin_callback"
Dongsheng Cai [Tue, 30 Mar 2010 07:38:47 +0000 (07:38 +0000)]
"MDL-21952, comments api, fixed delete_record"
Dongsheng Cai [Tue, 30 Mar 2010 03:59:58 +0000 (03:59 +0000)]
"MDL-21959, comments api, fixed javascript events"
Moodle Robot [Tue, 30 Mar 2010 00:43:33 +0000 (00:43 +0000)]
Updated the HEAD build version to
20100330
David Mudrak [Mon, 29 Mar 2010 22:21:34 +0000 (22:21 +0000)]
MDL-21694 Reverted the order of the locations to search for strings
This reverts commit
57d864475860cd437a2aa1a1cef0059df53f9594.
David Mudrak [Mon, 29 Mar 2010 22:21:24 +0000 (22:21 +0000)]
MDL-21694 Deleting obsolete README
David Mudrak [Mon, 29 Mar 2010 22:21:10 +0000 (22:21 +0000)]
MDL-21694 Removing string files of obsoleted modules
David Mudrak [Mon, 29 Mar 2010 22:20:53 +0000 (22:20 +0000)]
MDL-21694 Moving question formats strings
David Mudrak [Mon, 29 Mar 2010 22:20:18 +0000 (22:20 +0000)]
MDL-21694 Moving SCORM strings
David Mudrak [Mon, 29 Mar 2010 22:19:56 +0000 (22:19 +0000)]
MDL-21694 Moving IMSCP strings
David Mudrak [Mon, 29 Mar 2010 22:19:33 +0000 (22:19 +0000)]
MDL-21694 Moving theme strings into plugin space
David Mudrak [Mon, 29 Mar 2010 20:52:52 +0000 (20:52 +0000)]
MDL-21694 Moving Tidy filter strings
David Mudrak [Mon, 29 Mar 2010 20:52:30 +0000 (20:52 +0000)]
MDL-21694 Moving Wiki strings
David Mudrak [Mon, 29 Mar 2010 20:52:07 +0000 (20:52 +0000)]
MDL-21694 Moving URL strings
David Mudrak [Mon, 29 Mar 2010 20:51:45 +0000 (20:51 +0000)]
MDL-21694 Moving Survey strings
David Mudrak [Mon, 29 Mar 2010 20:51:22 +0000 (20:51 +0000)]
MDL-21694 Moving Resource strings
David Mudrak [Mon, 29 Mar 2010 20:50:58 +0000 (20:50 +0000)]
MDL-21694 Moving Page strings
David Mudrak [Mon, 29 Mar 2010 20:50:35 +0000 (20:50 +0000)]
MDL-21694 Moving Lesson strings
David Mudrak [Mon, 29 Mar 2010 20:50:12 +0000 (20:50 +0000)]
MDL-21694 Moving Label strings
David Mudrak [Mon, 29 Mar 2010 20:49:50 +0000 (20:49 +0000)]
MDL-21694 Moving Hotpot strings
David Mudrak [Mon, 29 Mar 2010 20:49:28 +0000 (20:49 +0000)]
MDL-21694 Moving Glossary strings
David Mudrak [Mon, 29 Mar 2010 20:49:05 +0000 (20:49 +0000)]
MDL-21694 Moving Forum strings
David Mudrak [Mon, 29 Mar 2010 20:48:42 +0000 (20:48 +0000)]
MDL-21694 Moving Folder strings
David Mudrak [Mon, 29 Mar 2010 20:48:20 +0000 (20:48 +0000)]
MDL-21694 Moving Feedback module strings
David Mudrak [Mon, 29 Mar 2010 20:47:57 +0000 (20:47 +0000)]
MDL-21694 Moving editors strings into plugin space
David Mudrak [Mon, 29 Mar 2010 20:47:23 +0000 (20:47 +0000)]
MDL-21694 Moving Choice module lang file
David Mudrak [Mon, 29 Mar 2010 20:47:01 +0000 (20:47 +0000)]
MDL-21694 Moving Chat module lang file
David Mudrak [Mon, 29 Mar 2010 20:46:38 +0000 (20:46 +0000)]
MDL-21694 Moving webservices strings into plugin space
David Mudrak [Mon, 29 Mar 2010 20:45:38 +0000 (20:45 +0000)]
MDL-21694 Moving admin report strings into plugin space
David Mudrak [Mon, 29 Mar 2010 20:44:00 +0000 (20:44 +0000)]
MDL-21694 Moving repositories strings into plugin space
David Mudrak [Mon, 29 Mar 2010 20:40:06 +0000 (20:40 +0000)]
MDL-21694 Moving question types strings into plugin space
David Mudrak [Mon, 29 Mar 2010 20:37:00 +0000 (20:37 +0000)]
MDL-21694 Moving portfolio strings into plugin space
David Mudrak [Mon, 29 Mar 2010 20:35:22 +0000 (20:35 +0000)]
MDL-21694 Moving grade report strings into plugin space
David Mudrak [Mon, 29 Mar 2010 20:34:24 +0000 (20:34 +0000)]
MDL-21694 Moving grade import strings into plugin space
David Mudrak [Mon, 29 Mar 2010 20:33:50 +0000 (20:33 +0000)]
MDL-21694 Moving grade export strings into plugin space
David Mudrak [Mon, 29 Mar 2010 20:32:51 +0000 (20:32 +0000)]
MDL-21694 Moving course reports lang files into plugin space
David Mudrak [Mon, 29 Mar 2010 20:31:40 +0000 (20:31 +0000)]
MDL-21694 Moving Database module strings into module space
David Mudrak [Mon, 29 Mar 2010 20:31:04 +0000 (20:31 +0000)]
MDL-21694 Moving enrolment methods strings into plugin space
David Mudrak [Mon, 29 Mar 2010 19:45:25 +0000 (19:45 +0000)]
MDL-21694 Removing string files for obsolete Exercise module
David Mudrak [Mon, 29 Mar 2010 17:59:44 +0000 (17:59 +0000)]
MDL-15736 Removing obsolete lang file
David Mudrak [Mon, 29 Mar 2010 15:33:27 +0000 (15:33 +0000)]
MDL-21694 Moving blocks lang files into the plugin scope
David Mudrak [Mon, 29 Mar 2010 15:27:24 +0000 (15:27 +0000)]
MDL-21694 Moving auth plugins lang files into plugin scope
David Mudrak [Mon, 29 Mar 2010 15:22:51 +0000 (15:22 +0000)]
MDL-21694 Moving assignment lang file into plugin scope
David Mudrak [Mon, 29 Mar 2010 15:22:08 +0000 (15:22 +0000)]
MDL-21694 Moving quiz language files into plugin scope
David Mudrak [Mon, 29 Mar 2010 15:20:40 +0000 (15:20 +0000)]
MDL-21694 re-enabling all get_string() performance tests