Dan Poltawski
cb1268b109
Merge branch 'MDL-41068' of https://github.com/mr-russ/moodle
2013-08-12 13:42:41 +08:00
Frederic Massart
fe5204f92c
MDL-41136 badges: Prevent extra loading due to unnecessary includes
2013-08-12 13:31:21 +08:00
Dan Poltawski
df8cd014be
Merge branch 'w33_MDL-41019_m26_langcaches' of https://github.com/skodak/moodle
2013-08-12 13:29:17 +08:00
Dan Poltawski
f8f6dbc37d
Merge branch 'MDL-22236-master' of git://github.com/damyon/moodle
2013-08-12 13:27:50 +08:00
Jason Fowler
baffb422e6
MDL-35919 - Activity Chooser - Adding Aria attributes to improve accessibility
2013-08-12 13:18:57 +08:00
Marina Glancy
a7a04f6d62
MDL-41114 Avoid unnecessary retrieving of coursecat from DB
...
- course category depth can be estimated in make_categories_options() by the number of separators
2013-08-12 15:07:46 +10:00
Rossiani Wijaya
1b25169215
MDL-35934 Filemanager: change the set attribute to use setAttribute() instead of YUI set().
2013-08-12 12:28:03 +08:00
Kirill Astashov
faaf3f63c2
MDL-41122: Trim on RSS body to prevent Remote RSS block from failing on valid feeds
2013-08-12 13:38:59 +09:30
Dan Poltawski
f2b45ad65f
Merge branch 'MDL-36002-master' of git://github.com/damyon/moodle
...
Conflicts:
theme/base/style/core.css
theme/bootstrapbase/style/moodle.css
2013-08-12 11:56:37 +08:00
Frederic Massart
5297336942
MDL-41125 course: Only require dndupload library when necessary
2013-08-12 11:34:51 +08:00
Damyon Wiese
873482fe9b
MDL-22236 webservice upload files: Update unit tests
2013-08-12 10:38:30 +08:00
Sam Hemelryk
d3fb29877e
Merge branch 'w33_MDL-41086_m26_upgradecheck' of https://github.com/skodak/moodle
2013-08-12 14:23:10 +12:00
Sam Hemelryk
63106eae7f
Merge branch 'w33_MDL-41073_m26_needsupgrade' of https://github.com/skodak/moodle
2013-08-12 14:03:30 +12:00
Sam Hemelryk
8b7378cff0
Merge branch 'MDL-22236-master' of git://github.com/damyon/moodle
...
Conflicts:
version.php
2013-08-12 12:11:07 +12:00
Sam Hemelryk
61bec33f53
Merge branch 'MDL-31487' of git://github.com/timhunt/moodle
2013-08-12 11:02:48 +12:00
Sam Hemelryk
45f133884e
Merge branch 'MDL-36005-master' of git://github.com/damyon/moodle
...
Conflicts:
version.php
2013-08-12 10:38:06 +12:00
Sam Hemelryk
1f0608ed34
MDL-31836 moodlelib: removed legacy encryptkey support
2013-08-12 10:26:01 +12:00
kordan
dee76d242d
MDL-41117 theme_formal_white: fixed border around header of course categories and sub-categories
2013-08-11 15:54:41 +02:00
Marina Glancy
e4008e9db5
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.
2013-08-11 21:58:12 +10:00
Petr Škoda
598a82c950
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
2013-08-11 09:52:34 +02:00
Jean-Michel Vedrine
2f04508377
MDL-39691 Lesson - Email graded essays not working
2013-08-11 08:18:42 +02:00
Petr Škoda
770a25c6c8
MDL-41112 fix theme and js caching info in config-dist.php
2013-08-10 23:46:09 +02:00
Jamie Pratt
3652dddda8
MDL-40077 quiz stats : Test stats as expected for csv file responses
2013-08-10 11:17:47 +07:00
Rajesh Taneja
35e4eb42c0
MDL-40044 Roles: Updated role_assigned and role_unassigned event to remove add_to_log
2013-08-09 18:02:02 +08:00
sam marshall
975f8442c9
MDL-38191 Backup/restore: Should use large memory limit
2013-08-09 11:01:14 +01:00
Rajesh Taneja
1613ffa55f
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
2013-08-09 17:59:54 +08:00
Rajesh Taneja
82ddcad0a3
MDL-40044 Roles: Added role_capabilites_updated event and replaced related add_to_log
2013-08-09 17:59:54 +08:00
Rajesh Taneja
a7524e354b
MDL-40044 Roles: Added role_deleted event and replaced related add_to_log
2013-08-09 17:59:54 +08:00
Frederic Massart
ce4619be9b
MDL-41082 navigation: Remove unnecessary load of portfolio instances
2013-08-09 17:44:46 +08:00
Rajesh Taneja
cdc541990e
MDL-39955 completion: Added unittest for course_module_completion_updated event
2013-08-09 17:06:12 +08:00
Rajesh Taneja
137d94f335
MDL-39955 completion: Added course_module_completion_updated event
...
Conflicts:
lib/tests/completionlib_advanced_test.php
2013-08-09 17:04:34 +08:00
Adrian Greeve
e727e8ff58
MDL-40871 - mod_data: Unit tests for data_delete_record()
2013-08-09 16:53:18 +08:00
Adrian Greeve
cf9ecfdac4
MDL-40871 - mod_data: Allow bulk deletion of entries in the database module.
2013-08-09 16:53:18 +08:00
Frederic Massart
d0cac8b51b
MDL-41100 libraries: Deprecating get_plugin_list_with_file
2013-08-09 11:59:48 +08:00
Frederic Massart
d26ec8a598
MDL-41100 libraries: Moved get_plugin_list_with_file to core_component
2013-08-09 11:56:48 +08:00
Rossiani Wijaya
f2e4da6876
MDL-41033 Filepicker: add ARIA attributes for selecting file in a modal
2013-08-09 10:56:21 +08:00
Rossiani Wijaya
26489591ab
MDL-35934 Filemanager: update set focus attribute.
...
Also limit the display string for the dialog header to fit nicely on mobile devices
2013-08-09 10:01:36 +08:00
Rossiani Wijaya
7f60308a35
MDL-35934 Filemanager: add aria attributes for editing file/folder.
...
Add unique reference ids
2013-08-09 10:01:36 +08:00
Mayank Gupta
0264b3eaac
MDL-40773 mod_scorm: convert yui2 -> yui3
2013-08-09 13:10:39 +12:00
Petr Škoda
7b4d5af74d
MDL-41094 purge caches only before and after upgrade of plugins
...
It should not be necessary to purge before/after individual plugins
because caches are disabled during install and upgrade.
2013-08-08 22:40:10 +02:00
Petr Škoda
c5701ce7d4
MDL-41086 rework detection of necessary upgrades
2013-08-08 21:11:40 +02:00
Henning Bostelmann
f6a5ffe802
MDL-19171 Calendar: show course links in more places
2013-08-08 17:55:01 +01:00
Tim Hunt
df7d175d0f
MDL-41091 questions: fix get_all_submitted_qt_vars for unit testing.
2013-08-08 14:41:53 +01:00
sam marshall
84028810f4
MDL-41004 Resource: Does not have generator
2013-08-08 12:14:24 +01:00
Tim Hunt
370ee378f3
MDL-40996 quiz show user pic should also show name.
...
This was a regression introduced by MDL-20636 two years ago!
2013-08-08 10:24:46 +01:00
Jerome Mouneyrac
83f47164b1
MDL-30895 switch from dl tag to table in the accessible chat
2013-08-08 17:15:03 +08:00
Jean-Michel Vedrine
6c23d0d403
MDL-39507 questions: fix pluginfile URLs before format_text.
2013-08-08 10:05:48 +01:00
Tim Hunt
3987312883
MDL-31487 fix FEATURE_CONTROLS_GRADE_VISIBILITY for quiz.
...
This is a followup to MDL-18301. That fix missed the following points:
1. On the edit categories and items screens, all items had an eye-con to
control the visibility, even if the visibility was controlled by the
module.
2. Changing the visibility of a grade category change the visibility of
all items within it, even if the visibility was controlled by the
module.
3. The quiz ingored $cm->visible when controlling whether its grade item
was visible.
2013-08-08 10:03:47 +01:00
Tim Hunt
2d22f3d97f
MDL-27655 improve purge all caches.
...
If you click the link in the page footer, then it will reliably
redirect you back to the page you were on after purging the caches.
If you go to the purge all caches page in the admin menu, it shows you a
purge button, with no cancel button. Clicking the button purges the
caches and takes you back to the page with the button.
2013-08-08 09:59:55 +01:00
Petr Škoda
166c1d74e3
MDL-41073 do not delete plugininfo caches when testing if upgrade necessary
...
This should help with performance for all users when admin is logged in
because these caches need to be purged only after upgrade.
2013-08-08 10:19:01 +02:00