Damyon Wiese
3cb75dd1fb
MDL-36803 tinymce: Version bump for js changes
2013-08-26 09:29:06 +08:00
Damyon Wiese
8920b2e288
Merge branch 'MDL-36803-m' of https://github.com/andrewnicols/moodle
2013-08-26 09:27:57 +08:00
Dan Marsden
c7e6fb6c8d
MDL-35380 SCORM: improve check for imsmanifest file and consolidate into a single function.
2013-08-26 13:06:59 +12:00
Nadav Kavalerchik
e89dfdbce6
MDL-39871 Blocks,Themes: Swap block regions in RTL mode (using pre-defined array)
2013-08-26 01:06:55 +03:00
Sam Hemelryk
85008bedd5
MDL-41106 cache: several fixes for the session cache.
...
This issue makes several fixes for the session loader and the session store.
* maxsize argument now works for session caches.
* fixed performance hole when interation occurs frequently.
* fixed cache purge bug occuring when multiple caches are defined before being used.
* improved lastaccess handling.
Big thanks to Marina who contributed the following commits:
* Always make sure the elements in cache are sorted so we need to remove only elements in the beginning of array
* Remove expired elements from session store to free memory
* Minor bug fixes
2013-08-26 09:15:57 +12:00
Sam Hemelryk
4d5c7cb0d8
MDL-41081 navigation: added unit tests for navbar::prepend
2013-08-26 08:52:35 +12:00
Sam Hemelryk
c16b882bcd
MDL-41081 navigation: added means to prepend to the navbar.
2013-08-26 08:52:35 +12:00
Sam Hemelryk
141d7a3f0c
MDL-41213 bootstrap: fixed sizing of filepicker selected file licence selector
2013-08-26 08:40:26 +12:00
Sam Hemelryk
22c943b33b
MDL-41213 filepicker: corrected outline of selected file dialogue
2013-08-26 08:40:11 +12:00
Sam Hemelryk
4c51269061
MDL-40249 bootstrap: activity chooser now enabled for bootstrap based themes
2013-08-26 08:33:26 +12:00
Mary Evans
f021743ecb
MDL-41175 themes: Add/remove group members page broken on small screens.
2013-08-25 16:56:37 +01:00
Damyon Wiese
64450444c4
MDL-41149 assign: Group submission updates emailed to wrong person
...
grade_item_update was altering the userid in the submission record
instead of cloning it. This meant only the last member of a group
recieved all notifications meant for other students in the group.
2013-08-25 22:16:34 +08:00
Damyon Wiese
b5711fe527
MDL-41249 assign: Restore step missing gradingform mapping
...
Thanks to Matthieu Raggett for the report and the solution.
2013-08-25 21:20:53 +08:00
Matteo Scaramuccia
a94bc886bb
MDL-41410 Caching: move comment to the appropriate place.
...
MDL-38162 fixes the issue about testing the connection to the memcached
daemon, which means testing once the connection to the pool of servers
and not to each of the servers while being added to the pool.
It misses to move the comment to that code too.
2013-08-25 14:00:47 +02:00
Nadav Kavalerchik
772b01f4a7
MDL-39682 Forms, File Picker, Themes: Fix alignment of Form's Labels and Input elements in RTL mode (theme/clean)
2013-08-25 01:18:42 +03:00
Gareth J Barnard
44877c48d0
MDL-40321 theme_bootstrapbase: Remove URL's from printed pages.
2013-08-24 22:50:13 +01:00
Petr Škoda
686d4ec921
MDL-41022 cleanup core_grade_scale_testcase
2013-08-24 16:21:09 +02:00
Petr Škoda
c952e0911d
MDL-41022 cleanup core_grade_item_testcase
2013-08-24 16:21:01 +02:00
Petr Škoda
78953f03fd
MDL-41022 cleanup core_grade_grade_testcase
2013-08-24 16:20:53 +02:00
Petr Škoda
59c50aff20
MDL-41022 cleanup core_grade_category_testcase
2013-08-24 16:19:25 +02:00
Petr Škoda
401c82d7a7
MDL-41022 cleanup core_test_generator_testcase
2013-08-24 16:18:19 +02:00
Petr Škoda
f52f2c9597
MDL-41022 cleanup core_phpunit_basic_testcase
2013-08-24 16:18:19 +02:00
Petr Škoda
3405d82c91
MDL-41022 cleanup core_phpunit_advanced_testcase
2013-08-24 16:18:19 +02:00
Petr Škoda
1eb135568a
MDL-41022 cleanup form tests
2013-08-24 16:18:18 +02:00
Petr Škoda
5f15f7c9aa
MDL-41022 cleanup core_files_zip_packer_testcase
2013-08-24 16:18:18 +02:00
Petr Škoda
4c34571b76
MDL-41022 cleanup core_files_file_storage_testcase
2013-08-24 16:18:18 +02:00
Petr Škoda
5d071be68e
MDL-41022 cleanup core_external_testcase
2013-08-24 16:18:18 +02:00
Petr Škoda
9d6d32b6f0
MDL-41022 cleanup core_dml_testcase
2013-08-24 16:18:02 +02:00
Petr Škoda
d5ded4e72d
MDL-41022 cleanup core_ddl_testcase
2013-08-24 16:14:25 +02:00
Petr Škoda
82b1cf00b0
MDL-41245 fix multiple install, upgrade and uninstallation issues
...
Includes rework of cache parameter detection on admin/index.php.
Another problem is that uninstall does not leave system in consistent state,
we need to force users to go through upgrade after any type of uninstall.
This fixes also add-on installation redirect and other issues.
2013-08-24 16:08:11 +02:00
AMOS bot
a28bdb1938
Merge branch 'master' into install_master
2013-08-24 00:58:58 +00:00
Dan Poltawski
007cbfe03e
MDL-41401 backup: fix misnamed test method
2013-08-23 15:09:12 +08:00
Jean-Michel Vedrine
efbe07b03c
MDL-38505 Permit lesson to import images in question text
2013-08-23 07:54:57 +02:00
Mark Nelson
6d8627cb6b
MDL-36126 backup: changed the message column in the table backup_logs to a text field to prevent DB errors
2013-08-23 11:40:36 +08:00
Dan Poltawski
179d0baa05
MDL-33472 google plugins: move helper functions to upgradelib.php
...
upgrade.php is reserved for the upgrade steps only. See also
MDL-34103
2013-08-23 11:32:15 +08:00
Damyon Wiese
d2aa53be1b
weekly release 2.6dev
2013-08-23 10:31:56 +08:00
Mark Nelson
1e0cb59ab5
MDL-41387 tags: changed character case in string used when deleting a course
2013-08-22 17:41:52 +08:00
Dan Poltawski
c232da0432
Revert "MDL-36044 - Delete Icon ("X") blocks Score numbers, when in RTL mode (mod/assign , Rubrics editor)"
...
This reverts commit 42fabe1e87
.
2013-08-22 17:36:16 +08:00
Damyon Wiese
aff220edd9
MDL-36002 dragdrop: Implement keyboard dragdrop for blocks
...
This is for the NEW block drag and drop code - not the other one :)
All it does it add proper drag handles.
2013-08-22 16:37:49 +08:00
Damyon Wiese
aee8151f7d
Revert "MDL-35380 SCORM: improve check for imsmanifest file and consolidate into a single function."
...
This reverts commit 492407e9f7
.
2013-08-22 14:11:18 +08:00
Damyon Wiese
9ead041cdb
Revert "MDL-40931 useragent: separated user agent functionality into a lib"
...
This reverts commit af62237d0e
.
This reverts commit 87a4194fdc
.
This reverts commit b2c66eb60c
.
Conflicts:
version.php
2013-08-22 13:31:25 +08:00
Damyon Wiese
50cb89177e
Merge branch 'wip-MDL-41196-m26' of git://github.com/samhemelryk/moodle
2013-08-22 11:19:55 +08:00
Dan Poltawski
52ef7502d6
Merge branch 'MDL-30839-master' of git://github.com/phalacee/moodle
2013-08-22 11:17:49 +08:00
Jason Fowler
72d08bd153
MDL-30839 Accessibility - Focusing on error on submit
2013-08-22 10:54:19 +08:00
Sam Hemelryk
ba214fa54c
MDL-41196 phpmailer: fixed unit test detection
2013-08-22 14:46:26 +12:00
Russell Smith
cdd8382b63
MDL-41380 backup: Fix incorrect function name from MDL-40618.
2013-08-22 12:41:51 +10:00
Dan Poltawski
c44ff50cbc
Merge branch 'debugdeveloperbitwisemess' of git://github.com/skodak/moodle
2013-08-22 10:40:47 +08:00
Dan Poltawski
d7d2f263dd
Merge branch 'MDL-41125-master' of git://github.com/FMCorz/moodle
2013-08-22 10:32:54 +08:00
Dan Poltawski
695969987a
Merge branch 'MDL-30839-master' of git://github.com/phalacee/moodle
2013-08-22 10:14:21 +08:00
Dan Poltawski
915a6b4117
Merge branch 'MDL-39980' of git://github.com/timhunt/moodle
2013-08-22 10:04:55 +08:00