moodle.git
13 years agoquestion base type: Fix typo.
Tim Hunt [Tue, 6 Apr 2010 11:49:50 +0000 (11:49 +0000)]
question base type: Fix typo.

13 years agoMDL-21696 removing old translation UI which can not work any more + removing unused...
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

13 years agoUpdated the HEAD build version to 20100406
Moodle Robot [Tue, 6 Apr 2010 00:42:43 +0000 (00:42 +0000)]
Updated the HEAD build version to 20100406

13 years agorole/assign gui MDL-21655 Fixed regressions in GUI (missing heading and title on...
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)

13 years agolib/accesslib MDL-21655 Added useful function count_enrolled_users() to help counting...
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

13 years agoUpdated the HEAD build version to 20100405
Moodle Robot [Mon, 5 Apr 2010 00:42:13 +0000 (00:42 +0000)]
Updated the HEAD build version to 20100405

13 years agoMDL-22015 new amos string manager - needs new lang format and removal of '_utf8'...
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

13 years agoMDL-16487 frontpage now properly detects all kinds of plugin upgrades and redirects...
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)

13 years agoMDL-16438 separating subplugin detection from the plugin_supports code because it...
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

13 years agoUpdated the HEAD build version to 20100404
Moodle Robot [Sun, 4 Apr 2010 00:42:32 +0000 (00:42 +0000)]
Updated the HEAD build version to 20100404

13 years agoUpdated the HEAD build version to 20100403
Moodle Robot [Sat, 3 Apr 2010 00:43:16 +0000 (00:43 +0000)]
Updated the HEAD build version to 20100403

13 years agoconvert old dml syntax in the new one in feedback_get_recent_mod_activity()
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()

13 years agocorrection of $cm, $course, $feedback setup
Andreas Grabs [Fri, 2 Apr 2010 21:26:17 +0000 (21:26 +0000)]
correction of $cm, $course, $feedback setup

13 years agoinsert calls to require_capability()
Andreas Grabs [Fri, 2 Apr 2010 20:38:17 +0000 (20:38 +0000)]
insert calls to require_capability()

13 years agoMDL-21218 new help file thanks to David Mudrak for help with wording
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

13 years agolang string MDL-21218 small rewording
Helen Foster [Fri, 2 Apr 2010 12:03:56 +0000 (12:03 +0000)]
lang string MDL-21218 small rewording

13 years agoremoved all calls to feedback_load_capabilities()
Andreas Grabs [Fri, 2 Apr 2010 11:34:28 +0000 (11:34 +0000)]
removed all calls to feedback_load_capabilities()

13 years agoMDL-21845 user profile: Fixed missing multilang support
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

13 years agoMDL-22019 fixed notices caused by deleting blocks without unisntalling
Petr Skoda [Fri, 2 Apr 2010 08:26:59 +0000 (08:26 +0000)]
MDL-22019 fixed notices caused by deleting blocks without unisntalling

13 years agoMDL-22015 moving legacy stuff into the get_string() and making the function get_strin...
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()

13 years agoUpdated the HEAD build version to 20100402
Moodle Robot [Fri, 2 Apr 2010 00:42:35 +0000 (00:42 +0000)]
Updated the HEAD build version to 20100402

13 years agoMDL-22015 more advances in frankenstyle usage needed for new amos_string_manager...
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

13 years agoMDL-22015 more advances in frankenstyle usage needed for new amos_string_manager
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

13 years agoMDL-21657 frankenstyle fix for incorrect rating plurals
Petr Skoda [Thu, 1 Apr 2010 20:33:15 +0000 (20:33 +0000)]
MDL-21657 frankenstyle fix for incorrect rating plurals

13 years agoMDL-21694 moving message processor strings to correct plugin location
Petr Skoda [Thu, 1 Apr 2010 19:43:07 +0000 (19:43 +0000)]
MDL-21694 moving message processor strings to correct plugin location

13 years agoMDL-21694 moving filters 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

13 years agoFixed incorrect getting of Exception message
David Mudrak [Thu, 1 Apr 2010 19:06:02 +0000 (19:06 +0000)]
Fixed incorrect getting of Exception message

13 years agoMDL-22015 AMOS - making room for new string manager
Petr Skoda [Thu, 1 Apr 2010 18:50:28 +0000 (18:50 +0000)]
MDL-22015 AMOS - making room for new string manager

13 years agoMDL-22006 fixed problems with E_ALL in PHP 5.3., thanks Mauno Korpelainen for the...
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

13 years agotablelib: MDL-22011 refactor flexible_table::get_sql_sort into several smaller methods.
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.

13 years agofixed code completion
Petr Skoda [Thu, 1 Apr 2010 12:19:37 +0000 (12:19 +0000)]
fixed code completion

13 years ago"MDL-13766, check if plugin file existed before displayed in admin page"
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"

13 years agoweb service MDL-21999 web service support optional parameter now (not only optional...
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)

13 years agoUpdated the HEAD build version to 20100401
Moodle Robot [Thu, 1 Apr 2010 00:42:50 +0000 (00:42 +0000)]
Updated the HEAD build version to 20100401

13 years agograde import: MDL-21987 Problem with repeated imports of the same grade.
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.)

13 years ago"MDL-19118, improve comments management"
Dongsheng Cai [Wed, 31 Mar 2010 09:53:05 +0000 (09:53 +0000)]
"MDL-19118, improve comments management"

13 years agoweb service MDL-13126 little change into create user description (it was not correct...
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).

13 years agopix MDL-21996 Added missing filter icon
Sam Hemelryk [Wed, 31 Mar 2010 09:08:51 +0000 (09:08 +0000)]
pix MDL-21996 Added missing filter icon

13 years agoMDL-21655 improved access control
Petr Skoda [Wed, 31 Mar 2010 08:42:36 +0000 (08:42 +0000)]
MDL-21655 improved access control

13 years agoMDL-21655 whitespace fixed
Petr Skoda [Wed, 31 Mar 2010 08:34:36 +0000 (08:34 +0000)]
MDL-21655 whitespace fixed

13 years agoMDL-21655 whitespace fixed, better access control and moodle_url cleanup
Petr Skoda [Wed, 31 Mar 2010 08:33:17 +0000 (08:33 +0000)]
MDL-21655 whitespace fixed, better access control and moodle_url cleanup

13 years agoMDL-21655 improved access control
Petr Skoda [Wed, 31 Mar 2010 08:23:33 +0000 (08:23 +0000)]
MDL-21655 improved access control

13 years agoMDL-20204 removing deprecated admin headers
Petr Skoda [Wed, 31 Mar 2010 08:05:53 +0000 (08:05 +0000)]
MDL-20204 removing deprecated admin headers

13 years agoMDL-21655 big scary enrolment and roles improvements - see tacker for list of changes...
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

13 years ago"MDL-21146, improve file license code"
Dongsheng Cai [Wed, 31 Mar 2010 03:08:05 +0000 (03:08 +0000)]
"MDL-21146, improve file license code"

13 years agoUpdated the HEAD build version to 20100331
Moodle Robot [Wed, 31 Mar 2010 00:43:33 +0000 (00:43 +0000)]
Updated the HEAD build version to 20100331

13 years agofixed incorect docs that were breaking install of mnet stuff
Petr Skoda [Tue, 30 Mar 2010 20:02:56 +0000 (20:02 +0000)]
fixed incorect docs that were breaking install of mnet stuff

13 years agoMDL-21146 adding missing license install code
Petr Skoda [Tue, 30 Mar 2010 19:59:54 +0000 (19:59 +0000)]
MDL-21146 adding missing license install code

13 years agoMDL-21993 somebody needs to fix the chicken-egg mnet problem during install/upgrade
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

13 years ago"MDL-21943, remove hardcoded css"
Dongsheng Cai [Tue, 30 Mar 2010 09:18:34 +0000 (09:18 +0000)]
"MDL-21943, remove hardcoded css"

13 years ago"MDL-21945, do not pass by reference to plugin_callback"
Dongsheng Cai [Tue, 30 Mar 2010 07:49:21 +0000 (07:49 +0000)]
"MDL-21945, do not pass by reference to plugin_callback"

13 years ago"MDL-21952, comments api, fixed delete_record"
Dongsheng Cai [Tue, 30 Mar 2010 07:38:47 +0000 (07:38 +0000)]
"MDL-21952, comments api, fixed delete_record"

13 years ago"MDL-21959, comments api, fixed javascript events"
Dongsheng Cai [Tue, 30 Mar 2010 03:59:58 +0000 (03:59 +0000)]
"MDL-21959, comments api, fixed javascript events"

13 years agoUpdated the HEAD build version to 20100330
Moodle Robot [Tue, 30 Mar 2010 00:43:33 +0000 (00:43 +0000)]
Updated the HEAD build version to 20100330

13 years agoMDL-21694 Reverted the order of the locations to search for strings
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.

13 years agoMDL-21694 Deleting obsolete README
David Mudrak [Mon, 29 Mar 2010 22:21:24 +0000 (22:21 +0000)]
MDL-21694 Deleting obsolete README

13 years agoMDL-21694 Removing string files of obsoleted modules
David Mudrak [Mon, 29 Mar 2010 22:21:10 +0000 (22:21 +0000)]
MDL-21694 Removing string files of obsoleted modules

13 years agoMDL-21694 Moving question formats strings
David Mudrak [Mon, 29 Mar 2010 22:20:53 +0000 (22:20 +0000)]
MDL-21694 Moving question formats strings

13 years agoMDL-21694 Moving SCORM strings
David Mudrak [Mon, 29 Mar 2010 22:20:18 +0000 (22:20 +0000)]
MDL-21694 Moving SCORM strings

13 years agoMDL-21694 Moving IMSCP strings
David Mudrak [Mon, 29 Mar 2010 22:19:56 +0000 (22:19 +0000)]
MDL-21694 Moving IMSCP strings

13 years agoMDL-21694 Moving theme strings into plugin space
David Mudrak [Mon, 29 Mar 2010 22:19:33 +0000 (22:19 +0000)]
MDL-21694 Moving theme strings into plugin space

13 years agoMDL-21694 Moving Tidy filter strings
David Mudrak [Mon, 29 Mar 2010 20:52:52 +0000 (20:52 +0000)]
MDL-21694 Moving Tidy filter strings

13 years agoMDL-21694 Moving Wiki strings
David Mudrak [Mon, 29 Mar 2010 20:52:30 +0000 (20:52 +0000)]
MDL-21694 Moving Wiki strings

13 years agoMDL-21694 Moving URL strings
David Mudrak [Mon, 29 Mar 2010 20:52:07 +0000 (20:52 +0000)]
MDL-21694 Moving URL strings

13 years agoMDL-21694 Moving Survey strings
David Mudrak [Mon, 29 Mar 2010 20:51:45 +0000 (20:51 +0000)]
MDL-21694 Moving Survey strings

13 years agoMDL-21694 Moving Resource strings
David Mudrak [Mon, 29 Mar 2010 20:51:22 +0000 (20:51 +0000)]
MDL-21694 Moving Resource strings

13 years agoMDL-21694 Moving Page strings
David Mudrak [Mon, 29 Mar 2010 20:50:58 +0000 (20:50 +0000)]
MDL-21694 Moving Page strings

13 years agoMDL-21694 Moving Lesson strings
David Mudrak [Mon, 29 Mar 2010 20:50:35 +0000 (20:50 +0000)]
MDL-21694 Moving Lesson strings

13 years agoMDL-21694 Moving Label strings
David Mudrak [Mon, 29 Mar 2010 20:50:12 +0000 (20:50 +0000)]
MDL-21694 Moving Label strings

13 years agoMDL-21694 Moving Hotpot strings
David Mudrak [Mon, 29 Mar 2010 20:49:50 +0000 (20:49 +0000)]
MDL-21694 Moving Hotpot strings

13 years agoMDL-21694 Moving Glossary strings
David Mudrak [Mon, 29 Mar 2010 20:49:28 +0000 (20:49 +0000)]
MDL-21694 Moving Glossary strings

13 years agoMDL-21694 Moving Forum strings
David Mudrak [Mon, 29 Mar 2010 20:49:05 +0000 (20:49 +0000)]
MDL-21694 Moving Forum strings

13 years agoMDL-21694 Moving Folder strings
David Mudrak [Mon, 29 Mar 2010 20:48:42 +0000 (20:48 +0000)]
MDL-21694 Moving Folder strings

13 years agoMDL-21694 Moving Feedback module strings
David Mudrak [Mon, 29 Mar 2010 20:48:20 +0000 (20:48 +0000)]
MDL-21694 Moving Feedback module strings

13 years agoMDL-21694 Moving editors strings into plugin space
David Mudrak [Mon, 29 Mar 2010 20:47:57 +0000 (20:47 +0000)]
MDL-21694 Moving editors strings into plugin space

13 years agoMDL-21694 Moving Choice module lang file
David Mudrak [Mon, 29 Mar 2010 20:47:23 +0000 (20:47 +0000)]
MDL-21694 Moving Choice module lang file

13 years agoMDL-21694 Moving Chat module lang file
David Mudrak [Mon, 29 Mar 2010 20:47:01 +0000 (20:47 +0000)]
MDL-21694 Moving Chat module lang file

13 years agoMDL-21694 Moving webservices strings into plugin space
David Mudrak [Mon, 29 Mar 2010 20:46:38 +0000 (20:46 +0000)]
MDL-21694 Moving webservices strings into plugin space

13 years agoMDL-21694 Moving admin report 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

13 years agoMDL-21694 Moving repositories 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

13 years agoMDL-21694 Moving question types 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

13 years agoMDL-21694 Moving portfolio 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

13 years agoMDL-21694 Moving grade report 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

13 years agoMDL-21694 Moving grade import 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

13 years agoMDL-21694 Moving grade export 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

13 years agoMDL-21694 Moving course reports lang files 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

13 years agoMDL-21694 Moving Database module strings into module space
David Mudrak [Mon, 29 Mar 2010 20:31:40 +0000 (20:31 +0000)]
MDL-21694 Moving Database module strings into module space

13 years agoMDL-21694 Moving enrolment methods strings into plugin space
David Mudrak [Mon, 29 Mar 2010 20:31:04 +0000 (20:31 +0000)]
MDL-21694 Moving enrolment methods strings into plugin space

13 years agoMDL-21694 Removing string files for obsolete Exercise module
David Mudrak [Mon, 29 Mar 2010 19:45:25 +0000 (19:45 +0000)]
MDL-21694 Removing string files for obsolete Exercise module

13 years agoMDL-15736 Removing obsolete lang file
David Mudrak [Mon, 29 Mar 2010 17:59:44 +0000 (17:59 +0000)]
MDL-15736 Removing obsolete lang file

13 years agoMDL-21694 Moving blocks lang files into the plugin scope
David Mudrak [Mon, 29 Mar 2010 15:33:27 +0000 (15:33 +0000)]
MDL-21694 Moving blocks lang files into the plugin scope

13 years agoMDL-21694 Moving auth plugins lang files into 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

13 years agoMDL-21694 Moving assignment lang file 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

13 years agoMDL-21694 Moving quiz language files 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

13 years agoMDL-21694 re-enabling all get_string() performance tests
David Mudrak [Mon, 29 Mar 2010 15:20:40 +0000 (15:20 +0000)]
MDL-21694 re-enabling all get_string() performance tests

13 years agoMDL-21694 Changed the order of the locations to search for strings
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

13 years agoMDL-14202 Removing forgotten language file
David Mudrak [Mon, 29 Mar 2010 14:07:27 +0000 (14:07 +0000)]
MDL-14202 Removing forgotten language file

13 years agoportfolio MDL-20850 remove require_login and require_capability from admin/portfolio...
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

13 years agoportfolio MDL-21884 rename LEAP2A to Leap2A in accordance with new community wisdom
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

13 years ago"MDL-21170, improve filemanger style"
Dongsheng Cai [Mon, 29 Mar 2010 07:13:55 +0000 (07:13 +0000)]
"MDL-21170, improve filemanger style"