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
David Mudrak [Mon, 29 Mar 2010 15:19:54 +0000 (15:19 +0000)]
MDL-21694 Changed the order of the locations to search for strings
David Mudrak [Mon, 29 Mar 2010 14:07:27 +0000 (14:07 +0000)]
MDL-14202 Removing forgotten language file
Penny Leach [Mon, 29 Mar 2010 11:42:22 +0000 (11:42 +0000)]
portfolio MDL-20850 remove require_login and require_capability from admin/portfolio.php since it's done inside admin_externalpage_setup anyway
Penny Leach [Mon, 29 Mar 2010 11:32:01 +0000 (11:32 +0000)]
portfolio MDL-21884 rename LEAP2A to Leap2A in accordance with new community wisdom
Dongsheng Cai [Mon, 29 Mar 2010 07:13:55 +0000 (07:13 +0000)]
"MDL-21170, improve filemanger style"
jerome mouneyrac [Mon, 29 Mar 2010 06:48:17 +0000 (06:48 +0000)]
web service MDL-21964 return null when the return description is null.
Dongsheng Cai [Mon, 29 Mar 2010 06:07:31 +0000 (06:07 +0000)]
"MDL-21954, fixed theme pix output"
Dongsheng Cai [Mon, 29 Mar 2010 05:44:48 +0000 (05:44 +0000)]
"MDL-21958, stop using "_" prefix for private functions"
Dongsheng Cai [Mon, 29 Mar 2010 05:37:22 +0000 (05:37 +0000)]
"MDL-21950 use $PAGE->coures instead of $COURSE"
Dongsheng Cai [Mon, 29 Mar 2010 05:34:50 +0000 (05:34 +0000)]
"MDL-21947, fixed commentsperpage option"
Dongsheng Cai [Mon, 29 Mar 2010 05:29:53 +0000 (05:29 +0000)]
"MDL-21943, fixed paging class name"
Dongsheng Cai [Mon, 29 Mar 2010 04:06:13 +0000 (04:06 +0000)]
"MDL-21943, remove hard-coded style"
Dongsheng Cai [Mon, 29 Mar 2010 03:54:14 +0000 (03:54 +0000)]
"MDL-21942, use $PAGE->url instead of qualified_me"
Dongsheng Cai [Mon, 29 Mar 2010 03:39:08 +0000 (03:39 +0000)]
"MDL-21146, adding file license support to repository api, first commit"
Dongsheng Cai [Mon, 29 Mar 2010 02:58:16 +0000 (02:58 +0000)]
"MDL-19118, added parameter to comment object"
Moodle Robot [Mon, 29 Mar 2010 00:42:14 +0000 (00:42 +0000)]
Updated the HEAD build version to
20100329
Andreas Grabs [Sun, 28 Mar 2010 15:29:49 +0000 (15:29 +0000)]
Non standard codingstyle,
replaced some urls with use of moodle_url class
Petr Skoda [Sun, 28 Mar 2010 10:08:18 +0000 (10:08 +0000)]
MDL-21940 removing the old custom exception handling from nonajax code too + redirects without messags are always better
Andreas Grabs [Sun, 28 Mar 2010 10:00:24 +0000 (10:00 +0000)]
changed line - defined('FEEDBACK_INCLUDE_TEST') ... to defined('MOODLE_INTERNAL')...
Petr Skoda [Sun, 28 Mar 2010 09:52:50 +0000 (09:52 +0000)]
MDL-21940 comments migrated to new ajax error handler
Andreas Grabs [Sun, 28 Mar 2010 09:42:42 +0000 (09:42 +0000)]
Incorrectly defined capability defaults and access control
CAP_PREVENT is not allowed in access.php
Petr Skoda [Sun, 28 Mar 2010 09:05:47 +0000 (09:05 +0000)]
MDL-21938 support for json renderer and error handler
Moodle Robot [Sun, 28 Mar 2010 00:42:17 +0000 (00:42 +0000)]
Updated the HEAD build version to
20100328