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
Petr Škoda
99a9d8d937
MDL-41019 refactor string managers to new core_ classes
2013-08-08 09:10:25 +02:00
Petr Škoda
3130c1a71f
MDL-40952 skip only the opcache requirement in environment test
...
Please note we need other optional extensions and settings because otherwise some tests fail without explanation.
2013-08-08 09:02:40 +02:00
Jean-Michel Vedrine
398dc6a3ab
MDL-30001 WEBCT Import does not work for 2.0
2013-08-08 07:43:43 +02:00
Sam Hemelryk
50ff861263
weekly release 2.6dev
2013-08-08 16:24:00 +12:00
Sam Hemelryk
ec94685c4d
Merge branch 'install_master' of git://git.moodle.org/moodle-install
2013-08-08 16:19:12 +12:00
Damyon Wiese
1495f2893e
MDL-22236 webservice : Remove filearea restrictions on user draft areas.
...
It does not make sense to apply restrictions to the size of a users draft areas
so this is only checked if uploading direct to user private files.
2013-08-08 12:18:20 +08:00
Damyon Wiese
9ffa4cb3a6
MDL-22236 user webservice: add_user_private_files
...
Add webservice for adding files to user private files.
2013-08-08 12:05:40 +08:00
Jason Fowler
ee4ab9759e
MDL-35931 Accessibility - adding focus change when repository is selected
2013-08-08 10:52:04 +08:00
Damyon Wiese
106c55fb9c
MDL-22236 Webservice file upload - Allow webservice file uploads direct to a draft filearea.
...
Via post to /webservice/upload.php
2013-08-08 09:57:57 +08:00
sam marshall
5523c34462
MDL-41045 course_add_cm_to_section should not test for sections unless necessary
2013-08-07 17:17:04 +01:00
Frederic Massart
cbb3990bcb
MDL-41071 core: plugininfo_mod caches in plugininfo_mod definition
2013-08-07 20:55:22 +08:00
Russell Smith
ba194bdf2b
MDL-41068 profile: Repair profiling after box API change
...
The box API was used with an extra incorrect parameter
in the profiling code. It worked without issue until
the introduction of error checking in MDL-40842. It
has failed since then.
2013-08-07 19:02:56 +10:00
Sam Hemelryk
f05ea82cdc
Merge branch 'MDL-40662_master' of https://github.com/markn86/moodle
2013-08-07 15:19:49 +12:00
Mark Nelson
a739ff73da
MDL-40662 block_course_overview: added addinstance capability string
2013-08-07 11:14:48 +08:00
Ankit Agarwal
d1554f599c
MDL-40711 events: Resolve conflicts with MDL-41000 and add phpdocs
2013-08-07 11:01:05 +08:00
Ankit Agarwal
6c66b7f3b3
MDL-40711 blogs: Replace blog_entry_deleted with events2
2013-08-07 10:27:01 +08:00
Sam Hemelryk
d4519366f4
Merge branch 'MDL-40934-master' of git://github.com/FMCorz/moodle
...
Conflicts:
version.php
2013-08-07 14:01:51 +12:00
Frederic Massart
4d0752069e
MDL-40934 core: Bump version requiring major upgrade
2013-08-07 09:37:50 +08:00
AMOS bot
8df80d25aa
Automatically generated installer lang files
2013-08-07 00:42:59 +00:00
Sam Hemelryk
823c0c80e9
Merge branch 'MDL-40086-master' of git://github.com/FMCorz/moodle
...
Conflicts:
lib/filestorage/file_storage.php
2013-08-07 10:39:40 +12:00
Sam Hemelryk
774b1089a5
Merge branch 'w32_MDL-40438_m26_textlib' of https://github.com/skodak/moodle
...
Conflicts:
lib/weblib.php
2013-08-07 10:23:32 +12:00
Sam Hemelryk
2e1d38db6f
MDL-41023 weblib: improved coding style
2013-08-07 08:22:05 +12:00