moodle.git
12 years agoMDL-36002 javascript: Fix keyboard drag/drop not opening win
Damyon Wiese [Wed, 14 Aug 2013 06:36:35 +0000 (14:36 +0800)]
MDL-36002 javascript: Fix keyboard drag/drop not opening win

This was caused by changes in MDL-39851.

12 years agoMerge branch 'MDL-4908-m' of git://github.com/andrewnicols/moodle
Sam Hemelryk [Tue, 13 Aug 2013 21:15:00 +0000 (09:15 +1200)]
Merge branch 'MDL-4908-m' of git://github.com/andrewnicols/moodle

Conflicts:
version.php

12 years agoMDL-4908 Forum: Add backup/restore steps for per-forum digest settings
Andrew Nicols [Tue, 6 Aug 2013 22:41:13 +0000 (23:41 +0100)]
MDL-4908 Forum: Add backup/restore steps for per-forum digest settings

12 years agoMDL-4908 Forum: Add help for profile maildigest setting
Andrew Nicols [Fri, 19 Jul 2013 12:10:29 +0000 (13:10 +0100)]
MDL-4908 Forum: Add help for profile maildigest setting

12 years agoMDL-4908 Forum: Add a digest option link to outgoing forum mails
Andrew Nicols [Fri, 19 Jul 2013 12:03:13 +0000 (13:03 +0100)]
MDL-4908 Forum: Add a digest option link to outgoing forum mails

12 years agoMDL-4908 Forum: per-forum digests
Andrew Nicols [Fri, 5 Jul 2013 00:12:36 +0000 (01:12 +0100)]
MDL-4908 Forum: per-forum digests

12 years agoweekly release 2.6dev
Sam Hemelryk [Thu, 8 Aug 2013 04:24:00 +0000 (16:24 +1200)]
weekly release 2.6dev

12 years agoAutomatically generated installer lang files
AMOS bot [Wed, 7 Aug 2013 00:42:59 +0000 (00:42 +0000)]
Automatically generated installer lang files

12 years agoAutomatically generated installer lang files
AMOS bot [Tue, 6 Aug 2013 00:42:16 +0000 (00:42 +0000)]
Automatically generated installer lang files

12 years agoAutomatically generated installer lang files
AMOS bot [Fri, 2 Aug 2013 00:38:30 +0000 (00:38 +0000)]
Automatically generated installer lang files

12 years agoMDL-40662 block_course_overview: added addinstance capability string
Mark Nelson [Wed, 7 Aug 2013 03:14:48 +0000 (11:14 +0800)]
MDL-40662 block_course_overview: added addinstance capability string

12 years agoMDL-31836 upgrade.txt: add a note about encrypt change
Dan Poltawski [Tue, 13 Aug 2013 06:55:48 +0000 (14:55 +0800)]
MDL-31836 upgrade.txt: add a note about encrypt change

12 years agoMerge branch 'wip-MDL-31836-m26' of git://github.com/samhemelryk/moodle
Dan Poltawski [Tue, 13 Aug 2013 06:57:23 +0000 (14:57 +0800)]
Merge branch 'wip-MDL-31836-m26' of git://github.com/samhemelryk/moodle

12 years agoMerge branch 'MDL-39954-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Tue, 13 Aug 2013 05:23:31 +0000 (13:23 +0800)]
Merge branch 'MDL-39954-master' of git://github.com/FMCorz/moodle

12 years agoMerge branch 'MDL-40668-master' of git://github.com/damyon/moodle
Dan Poltawski [Tue, 13 Aug 2013 03:14:37 +0000 (11:14 +0800)]
Merge branch 'MDL-40668-master' of git://github.com/damyon/moodle

12 years agoMerge branch 'MDL-39851-master-squashed' of git://github.com/damyon/moodle
Dan Poltawski [Tue, 13 Aug 2013 02:56:26 +0000 (10:56 +0800)]
Merge branch 'MDL-39851-master-squashed' of git://github.com/damyon/moodle

12 years agoMDL-40668 tinymce: Remove collapsable editor options
Damyon Wiese [Fri, 2 Aug 2013 05:39:25 +0000 (13:39 +0800)]
MDL-40668 tinymce: Remove collapsable editor options

We have an alternative (pdw toolbars)
Also, allow tinymce to be collapsed down to a single row.

12 years agoMDL-39507 qtype_essay: hacky fix for unit tests
Dan Poltawski [Tue, 13 Aug 2013 02:46:10 +0000 (10:46 +0800)]
MDL-39507 qtype_essay: hacky fix for unit tests

This is just to get the tests passing for integration purposes. Tim
may want to do a robust fix and revert this.

12 years agoMDL-39851 M.core.dialogue: Various fixes
Damyon Wiese [Mon, 5 Aug 2013 03:13:16 +0000 (11:13 +0800)]
MDL-39851 M.core.dialogue: Various fixes

Items addressed
* Get rid of custom attribute srcNode
* Change extraClasses to a config only parameter.
* Change attribute fullscreen to a method.
* Restore the original window overflow value.
* Use setStyles instead of setStyle for performance.
* Tinymce end the zindex wars
* Prevent fullscreen dialogs in an iframe (tinymce managefiles plugin).
* tinymce: Cross browser fix for zindex on popups
* Use CSS for overflow changes (easier to keep track of the previous state).
* Fix Coding style for css changes

12 years agoMDL-39851 filepicker: Fix for toolbar display wrapping on small screens
Damyon Wiese [Tue, 30 Jul 2013 03:35:59 +0000 (11:35 +0800)]
MDL-39851 filepicker: Fix for toolbar display wrapping on small screens

12 years agoMDL-39851 forms: Convert filemanager popups to M.core.dialogue
Damyon Wiese [Tue, 30 Jul 2013 02:30:13 +0000 (10:30 +0800)]
MDL-39851 forms: Convert filemanager popups to M.core.dialogue

12 years agoMDL-39851 javascript: Full screen dialogs on small screens
Damyon Wiese [Thu, 13 Jun 2013 06:24:29 +0000 (14:24 +0800)]
MDL-39851 javascript: Full screen dialogs on small screens

This change adds support to M.core.dialogue for showing fullscreen
dialogs on small screen sizes. There are 2 new configuration values that
can be set to control this when creating a dialog (responsive and responsiveWidth).

Setting responsive to false will disable this functionality completely (old behaviour).
Setting responsiveWidth controls the screen width that the dialog will switch to
fullscreen mode. Try not to think of the device that will be accessing the dialog,
but the width at which the content of the dialog needs to be displayed differently.

The activity chooser and the filepicker are the two dialogs that have been converted
in this patch. The filepicker first had to be converted to use M.core.dialog and not
Y.Panel.

12 years agoMerge branch 'wip-mdl-39955' of git://github.com/rajeshtaneja/moodle
Sam Hemelryk [Tue, 13 Aug 2013 02:13:13 +0000 (14:13 +1200)]
Merge branch 'wip-mdl-39955' of git://github.com/rajeshtaneja/moodle

12 years agoMDL-19171 fix trailing whitespace
Dan Poltawski [Tue, 13 Aug 2013 02:06:34 +0000 (10:06 +0800)]
MDL-19171 fix trailing whitespace

12 years agoMerge branch 'MDL-19171' of https://github.com/bostelm/moodle
Dan Poltawski [Tue, 13 Aug 2013 01:57:52 +0000 (09:57 +0800)]
Merge branch 'MDL-19171' of https://github.com/bostelm/moodle

12 years agoMerge branch 'MDL-39507' of git://github.com/timhunt/moodle
Dan Poltawski [Tue, 13 Aug 2013 01:52:35 +0000 (09:52 +0800)]
Merge branch 'MDL-39507' of git://github.com/timhunt/moodle

12 years agoMDL-39955 completion: Added unittest for course_completed event
Rajesh Taneja [Mon, 5 Aug 2013 03:39:12 +0000 (11:39 +0800)]
MDL-39955 completion: Added unittest for course_completed event

12 years agoMDL-39955 completion: Added course_completed event
Rajesh Taneja [Fri, 2 Aug 2013 03:03:31 +0000 (11:03 +0800)]
MDL-39955 completion: Added course_completed event

12 years agoMerge branch 'wip_MDL-40077' of https://github.com/jamiepratt/moodle
Sam Hemelryk [Mon, 12 Aug 2013 22:49:12 +0000 (10:49 +1200)]
Merge branch 'wip_MDL-40077' of https://github.com/jamiepratt/moodle

12 years agoMerge branch 'MDL-38191-master' of git://github.com/sammarshallou/moodle
Sam Hemelryk [Mon, 12 Aug 2013 22:26:26 +0000 (10:26 +1200)]
Merge branch 'MDL-38191-master' of git://github.com/sammarshallou/moodle

12 years agoMerge branch 'MDL-41045-master' of git://github.com/sammarshallou/moodle
Sam Hemelryk [Mon, 12 Aug 2013 22:19:34 +0000 (10:19 +1200)]
Merge branch 'MDL-41045-master' of git://github.com/sammarshallou/moodle

12 years agoMerge branch 'MDL-41082-master' of git://github.com/FMCorz/moodle
Sam Hemelryk [Mon, 12 Aug 2013 22:16:14 +0000 (10:16 +1200)]
Merge branch 'MDL-41082-master' of git://github.com/FMCorz/moodle

12 years agoMerge branch 'MDL-41004-master' of git://github.com/sammarshallou/moodle
Sam Hemelryk [Mon, 12 Aug 2013 21:46:17 +0000 (09:46 +1200)]
Merge branch 'MDL-41004-master' of git://github.com/sammarshallou/moodle

12 years agoMerge branch 'master_MDL-40773' of git://github.com/danmarsden/moodle
Sam Hemelryk [Mon, 12 Aug 2013 21:45:03 +0000 (09:45 +1200)]
Merge branch 'master_MDL-40773' of git://github.com/danmarsden/moodle

12 years agoMerge branch 'MDL-39691' of git://github.com/jmvedrine/moodle
Sam Hemelryk [Mon, 12 Aug 2013 21:41:27 +0000 (09:41 +1200)]
Merge branch 'MDL-39691' of git://github.com/jmvedrine/moodle

12 years agoMerge branch 'MDL-41091' of git://github.com/timhunt/moodle
Sam Hemelryk [Mon, 12 Aug 2013 21:38:40 +0000 (09:38 +1200)]
Merge branch 'MDL-41091' of git://github.com/timhunt/moodle

12 years agoMerge branch 'MDL-41100-master' of git://github.com/FMCorz/moodle
Sam Hemelryk [Mon, 12 Aug 2013 21:37:02 +0000 (09:37 +1200)]
Merge branch 'MDL-41100-master' of git://github.com/FMCorz/moodle

Conflicts:
version.php

12 years agoMerge branch 'wip-MDL-41114-master' of git://github.com/marinaglancy/moodle
Sam Hemelryk [Mon, 12 Aug 2013 21:32:48 +0000 (09:32 +1200)]
Merge branch 'wip-MDL-41114-master' of git://github.com/marinaglancy/moodle

12 years agoMerge branch 'MDL-41050-master' of git://github.com/sammarshallou/moodle
Sam Hemelryk [Mon, 12 Aug 2013 21:27:50 +0000 (09:27 +1200)]
Merge branch 'MDL-41050-master' of git://github.com/sammarshallou/moodle

12 years agoMerge branch 'MDL-41033' of git://github.com/rwijaya/moodle
Sam Hemelryk [Mon, 12 Aug 2013 21:24:12 +0000 (09:24 +1200)]
Merge branch 'MDL-41033' of git://github.com/rwijaya/moodle

12 years agoMerge branch 'MDL-40711-master' of git://github.com/ankitagarwal/moodle
Sam Hemelryk [Mon, 12 Aug 2013 21:12:24 +0000 (09:12 +1200)]
Merge branch 'MDL-40711-master' of git://github.com/ankitagarwal/moodle

12 years agoMerge branch 'MDL-40852_master' of git://github.com/dmonllao/moodle
Sam Hemelryk [Mon, 12 Aug 2013 21:10:28 +0000 (09:10 +1200)]
Merge branch 'MDL-40852_master' of git://github.com/dmonllao/moodle

12 years agoMerge branch 'MDL-40996' of git://github.com/timhunt/moodle
Sam Hemelryk [Mon, 12 Aug 2013 21:08:15 +0000 (09:08 +1200)]
Merge branch 'MDL-40996' of git://github.com/timhunt/moodle

12 years agoMerge branch 'MDL-40673_master' of git://github.com/dmonllao/moodle
Sam Hemelryk [Mon, 12 Aug 2013 21:03:45 +0000 (09:03 +1200)]
Merge branch 'MDL-40673_master' of git://github.com/dmonllao/moodle

12 years agoMerge branch 'wip-MDL-40871-master' of git://github.com/abgreeve/moodle
Sam Hemelryk [Mon, 12 Aug 2013 20:57:15 +0000 (08:57 +1200)]
Merge branch 'wip-MDL-40871-master' of git://github.com/abgreeve/moodle

12 years agoMerge branch 'MDL-30895-master' of https://github.com/mouneyrac/moodle
Sam Hemelryk [Mon, 12 Aug 2013 20:45:43 +0000 (08:45 +1200)]
Merge branch 'MDL-30895-master' of https://github.com/mouneyrac/moodle

12 years agoNOBUG: fixed whitespace
Sam Hemelryk [Mon, 12 Aug 2013 20:41:09 +0000 (08:41 +1200)]
NOBUG: fixed whitespace

12 years agoMerge branch 'MDL-35931-master' of git://github.com/phalacee/moodle
Sam Hemelryk [Mon, 12 Aug 2013 20:38:33 +0000 (08:38 +1200)]
Merge branch 'MDL-35931-master' of git://github.com/phalacee/moodle

12 years agoMerge branch 'MDL-35919-master' of git://github.com/phalacee/moodle
Sam Hemelryk [Mon, 12 Aug 2013 20:36:01 +0000 (08:36 +1200)]
Merge branch 'MDL-35919-master' of git://github.com/phalacee/moodle

12 years agoMerge branch 'MDL-35934' of git://github.com/rwijaya/moodle
Sam Hemelryk [Mon, 12 Aug 2013 20:33:12 +0000 (08:33 +1200)]
Merge branch 'MDL-35934' of git://github.com/rwijaya/moodle

12 years agoMDL-39954 event: Changing get_legacy_eventname to public static
Frederic Massart [Fri, 9 Aug 2013 06:22:48 +0000 (14:22 +0800)]
MDL-39954 event: Changing get_legacy_eventname to public static

12 years agoMDL-39954 event: Delocalise get_description
Frederic Massart [Fri, 9 Aug 2013 05:50:57 +0000 (13:50 +0800)]
MDL-39954 event: Delocalise get_description

12 years agoMDL-39954 assignment_upload: Replacing old-style event_trigger
Frederic Massart [Thu, 1 Aug 2013 10:44:11 +0000 (18:44 +0800)]
MDL-39954 assignment_upload: Replacing old-style event_trigger

12 years agoMDL-39954 assignment_online: Replacing old-style event_trigger
Frederic Massart [Thu, 1 Aug 2013 09:47:42 +0000 (17:47 +0800)]
MDL-39954 assignment_online: Replacing old-style event_trigger

12 years agoMDL-39954 mod_workshop: Log method can return array of parameters
Frederic Massart [Thu, 1 Aug 2013 08:16:36 +0000 (16:16 +0800)]
MDL-39954 mod_workshop: Log method can return array of parameters

12 years agoMDL-39954 mod_forum: Replacing old-style events_trigger
Frederic Massart [Thu, 1 Aug 2013 03:40:02 +0000 (11:40 +0800)]
MDL-39954 mod_forum: Replacing old-style events_trigger

12 years agoMDL-39954 assignsubmission_onlinetext: Replacing old-style events_trigger
Frederic Massart [Tue, 30 Jul 2013 10:10:21 +0000 (18:10 +0800)]
MDL-39954 assignsubmission_onlinetext: Replacing old-style events_trigger

12 years agoMDL-39954 assignsubmission_file: Replacing old-style events_trigger
Frederic Massart [Mon, 29 Jul 2013 09:37:54 +0000 (17:37 +0800)]
MDL-39954 assignsubmission_file: Replacing old-style events_trigger

12 years agoMDL-39507 questions: fix pluginfile URLs before format_text.
Tim Hunt [Fri, 2 Aug 2013 12:30:20 +0000 (13:30 +0100)]
MDL-39507 questions: fix pluginfile URLs before format_text.

This commit build's on Jean-Michel's work, tidying up a few lose ends.

12 years agoMerge branch 'MDL-27655' of git://github.com/timhunt/moodle
Dan Poltawski [Mon, 12 Aug 2013 08:41:29 +0000 (16:41 +0800)]
Merge branch 'MDL-27655' of git://github.com/timhunt/moodle

12 years agoMDL-39954 mod_assign: Replace old-style event assessable_submitted
Frederic Massart [Mon, 29 Jul 2013 08:37:51 +0000 (16:37 +0800)]
MDL-39954 mod_assign: Replace old-style event assessable_submitted

12 years agoMDL-39954 mod_assign: add_to_log can return an array of parameters
Frederic Massart [Mon, 29 Jul 2013 07:59:38 +0000 (15:59 +0800)]
MDL-39954 mod_assign: add_to_log can return an array of parameters

12 years agoMDL-39954 core: Abstract event assessable_submitted & assessable_uploaded
Frederic Massart [Tue, 30 Jul 2013 09:21:13 +0000 (17:21 +0800)]
MDL-39954 core: Abstract event assessable_submitted & assessable_uploaded

12 years agoMerge branch 'MDL-30001' of git://github.com/jmvedrine/moodle
Dan Poltawski [Mon, 12 Aug 2013 07:54:53 +0000 (15:54 +0800)]
Merge branch 'MDL-30001' of git://github.com/jmvedrine/moodle

12 years agoMerge branch 'wip-mdl-40044' of git://github.com/rajeshtaneja/moodle
Dan Poltawski [Mon, 12 Aug 2013 06:27:35 +0000 (14:27 +0800)]
Merge branch 'wip-mdl-40044' of git://github.com/rajeshtaneja/moodle

12 years agoMerge branch 'MDL-41068' of https://github.com/mr-russ/moodle
Dan Poltawski [Mon, 12 Aug 2013 05:42:41 +0000 (13:42 +0800)]
Merge branch 'MDL-41068' of https://github.com/mr-russ/moodle

12 years agoMerge branch 'w33_MDL-41019_m26_langcaches' of https://github.com/skodak/moodle
Dan Poltawski [Mon, 12 Aug 2013 05:29:17 +0000 (13:29 +0800)]
Merge branch 'w33_MDL-41019_m26_langcaches' of https://github.com/skodak/moodle

12 years agoMerge branch 'MDL-22236-master' of git://github.com/damyon/moodle
Dan Poltawski [Mon, 12 Aug 2013 05:27:50 +0000 (13:27 +0800)]
Merge branch 'MDL-22236-master' of git://github.com/damyon/moodle

12 years agoMDL-35919 - Activity Chooser - Adding Aria attributes to improve accessibility
Jason Fowler [Mon, 5 Aug 2013 05:22:14 +0000 (13:22 +0800)]
MDL-35919 - Activity Chooser - Adding Aria attributes to improve accessibility

12 years agoMDL-41114 Avoid unnecessary retrieving of coursecat from DB
Marina Glancy [Sun, 11 Aug 2013 12:38:16 +0000 (22:38 +1000)]
MDL-41114 Avoid unnecessary retrieving of coursecat from DB

- course category depth can be estimated in make_categories_options() by the number of separators

12 years agoMDL-35934 Filemanager: change the set attribute to use setAttribute() instead of...
Rossiani Wijaya [Mon, 12 Aug 2013 04:28:03 +0000 (12:28 +0800)]
MDL-35934 Filemanager: change the set attribute to use setAttribute() instead of YUI set().

12 years agoMerge branch 'MDL-36002-master' of git://github.com/damyon/moodle
Dan Poltawski [Mon, 12 Aug 2013 03:56:37 +0000 (11:56 +0800)]
Merge branch 'MDL-36002-master' of git://github.com/damyon/moodle

Conflicts:
theme/base/style/core.css
theme/bootstrapbase/style/moodle.css

12 years agoMDL-22236 webservice upload files: Update unit tests
Damyon Wiese [Mon, 12 Aug 2013 02:37:58 +0000 (10:37 +0800)]
MDL-22236 webservice upload files: Update unit tests

12 years agoMerge branch 'w33_MDL-41086_m26_upgradecheck' of https://github.com/skodak/moodle
Sam Hemelryk [Mon, 12 Aug 2013 02:23:10 +0000 (14:23 +1200)]
Merge branch 'w33_MDL-41086_m26_upgradecheck' of https://github.com/skodak/moodle

12 years agoMerge branch 'w33_MDL-41073_m26_needsupgrade' of https://github.com/skodak/moodle
Sam Hemelryk [Mon, 12 Aug 2013 02:03:30 +0000 (14:03 +1200)]
Merge branch 'w33_MDL-41073_m26_needsupgrade' of https://github.com/skodak/moodle

12 years agoMerge branch 'MDL-22236-master' of git://github.com/damyon/moodle
Sam Hemelryk [Mon, 12 Aug 2013 00:11:07 +0000 (12:11 +1200)]
Merge branch 'MDL-22236-master' of git://github.com/damyon/moodle

Conflicts:
version.php

12 years agoMerge branch 'MDL-31487' of git://github.com/timhunt/moodle
Sam Hemelryk [Sun, 11 Aug 2013 23:02:48 +0000 (11:02 +1200)]
Merge branch 'MDL-31487' of git://github.com/timhunt/moodle

12 years agoMerge branch 'MDL-36005-master' of git://github.com/damyon/moodle
Sam Hemelryk [Sun, 11 Aug 2013 22:38:06 +0000 (10:38 +1200)]
Merge branch 'MDL-36005-master' of git://github.com/damyon/moodle

Conflicts:
version.php

12 years agoMDL-31836 moodlelib: removed legacy encryptkey support
Sam Hemelryk [Sun, 4 Aug 2013 21:45:52 +0000 (09:45 +1200)]
MDL-31836 moodlelib: removed legacy encryptkey support

12 years agoMDL-41114 Speeding up course listings on large sites
Marina Glancy [Sun, 11 Aug 2013 11:48:30 +0000 (21:48 +1000)]
MDL-41114 Speeding up course listings on large sites

- function coursecat::make_categories_list() does not use retrieved contexts and has to query them again.
- /course/manage.php uses field coursecat:: that was not fetched when retrieving the course category children.

12 years agoMDL-41019 improve language caching
Petr Škoda [Sat, 3 Aug 2013 22:01:58 +0000 (00:01 +0200)]
MDL-41019 improve language caching

Includes:
* no more hacky reloads, everything is written only once and kept until cache reset
* lang menu list is now cached in MUC
* both string and lang menu caches are compatible with local caches on cluster nodes
* config-dist.php cleanup

12 years agoMDL-39691 Lesson - Email graded essays not working
Jean-Michel Vedrine [Sat, 3 Aug 2013 18:07:55 +0000 (20:07 +0200)]
MDL-39691 Lesson - Email graded essays not working

12 years agoMDL-40077 quiz stats : Test stats as expected for csv file responses
Jamie Pratt [Fri, 9 Aug 2013 06:39:44 +0000 (13:39 +0700)]
MDL-40077 quiz stats : Test stats as expected for csv file responses

12 years agoMDL-40044 Roles: Updated role_assigned and role_unassigned event to remove add_to_log
Rajesh Taneja [Thu, 8 Aug 2013 03:42:13 +0000 (11:42 +0800)]
MDL-40044 Roles: Updated role_assigned and role_unassigned event to remove add_to_log

12 years agoMDL-38191 Backup/restore: Should use large memory limit
sam marshall [Tue, 6 Aug 2013 13:10:57 +0000 (14:10 +0100)]
MDL-38191 Backup/restore: Should use large memory limit

12 years agoMDL-40044 Roles: Added role_allow_*_updated events to replace add_to_log on role...
Rajesh Taneja [Thu, 8 Aug 2013 03:07:22 +0000 (11:07 +0800)]
MDL-40044 Roles: Added role_allow_*_updated events to replace add_to_log on role allow page

Added events:
1. role_allow_assign_updated
2. role_allow_override_updated
3. role_allow_switch_updated

12 years agoMDL-40044 Roles: Added role_capabilites_updated event and replaced related add_to_log
Rajesh Taneja [Wed, 7 Aug 2013 02:23:39 +0000 (10:23 +0800)]
MDL-40044 Roles: Added role_capabilites_updated event and replaced related add_to_log

12 years agoMDL-40044 Roles: Added role_deleted event and replaced related add_to_log
Rajesh Taneja [Tue, 6 Aug 2013 01:37:55 +0000 (09:37 +0800)]
MDL-40044 Roles: Added role_deleted event and replaced related add_to_log

12 years agoMDL-41082 navigation: Remove unnecessary load of portfolio instances
Frederic Massart [Thu, 8 Aug 2013 02:20:56 +0000 (10:20 +0800)]
MDL-41082 navigation: Remove unnecessary load of portfolio instances

12 years agoMDL-39955 completion: Added unittest for course_module_completion_updated event
Rajesh Taneja [Mon, 5 Aug 2013 03:15:57 +0000 (11:15 +0800)]
MDL-39955 completion: Added unittest for course_module_completion_updated event

12 years agoMDL-39955 completion: Added course_module_completion_updated event
Rajesh Taneja [Tue, 30 Jul 2013 07:34:07 +0000 (15:34 +0800)]
MDL-39955 completion: Added course_module_completion_updated event

Conflicts:

lib/tests/completionlib_advanced_test.php

12 years agoMDL-40871 - mod_data: Unit tests for data_delete_record()
Adrian Greeve [Wed, 24 Jul 2013 08:03:25 +0000 (16:03 +0800)]
MDL-40871 - mod_data: Unit tests for data_delete_record()

12 years agoMDL-40871 - mod_data: Allow bulk deletion of entries in the database module.
Adrian Greeve [Mon, 22 Jul 2013 08:19:08 +0000 (16:19 +0800)]
MDL-40871 - mod_data: Allow bulk deletion of entries in the database module.

12 years agoMDL-41100 libraries: Deprecating get_plugin_list_with_file
Frederic Massart [Fri, 9 Aug 2013 03:31:40 +0000 (11:31 +0800)]
MDL-41100 libraries: Deprecating get_plugin_list_with_file

12 years agoMDL-41100 libraries: Moved get_plugin_list_with_file to core_component
Frederic Massart [Thu, 8 Aug 2013 08:32:49 +0000 (16:32 +0800)]
MDL-41100 libraries: Moved get_plugin_list_with_file to core_component

12 years agoMDL-41033 Filepicker: add ARIA attributes for selecting file in a modal
Rossiani Wijaya [Mon, 5 Aug 2013 13:39:38 +0000 (21:39 +0800)]
MDL-41033 Filepicker: add ARIA attributes for selecting file in a modal

12 years agoMDL-35934 Filemanager: update set focus attribute.
Rossiani Wijaya [Thu, 8 Aug 2013 06:02:59 +0000 (14:02 +0800)]
MDL-35934 Filemanager: update set focus attribute.
Also limit the display string for the dialog header to fit nicely on mobile devices

12 years agoMDL-35934 Filemanager: add aria attributes for editing file/folder.
Rossiani Wijaya [Fri, 2 Aug 2013 12:25:35 +0000 (20:25 +0800)]
MDL-35934 Filemanager: add aria attributes for editing file/folder.
Add unique reference ids

12 years agoMDL-40773 mod_scorm: convert yui2 -> yui3
Mayank Gupta [Fri, 19 Jul 2013 05:43:41 +0000 (11:13 +0530)]
MDL-40773 mod_scorm: convert yui2 -> yui3

12 years agoMDL-41086 rework detection of necessary upgrades
Petr Škoda [Thu, 8 Aug 2013 19:11:18 +0000 (21:11 +0200)]
MDL-41086 rework detection of necessary upgrades