Andrew Nicols
040e13010d
MDL-44906 atto_collapse: Keep focus on the collapse button on toggle
2014-04-14 09:51:50 +08:00
Petr Škoda
6b7da257af
MDL-45070 relax the mariaDB version checker to work with long Ubuntu versions
...
Example of Ubuntu version: 5.5.5-10.0.10-MariaDB-1~saucy-log
2014-04-14 09:44:45 +08:00
Petr Škoda
5d2abe72a2
MDL-44910 enable new logging during upgrade and installation
...
The legacy logging is now enabled for reading only
if legacy log data older than one day exists.
2014-04-14 09:43:40 +08:00
Petr Škoda
1e83288de7
MDL-44366 improve glossary filter performance
...
This should have when there are no glossaries in course or
when there are no linked entries in existing glossaries.
2014-04-14 09:42:40 +08:00
Petr Škoda
86286bdb7e
MDL-44366 bump up glossary and filter version
2014-04-14 09:42:40 +08:00
Petr Škoda
37625e2abb
MDL-44366 rework glossary filter caching
2014-04-14 09:42:39 +08:00
Mark Nelson
4e651893b7
MDL-45071 mod_quiz: retrieve all the name fields when deleting a user override
2014-04-13 18:41:58 -07:00
Tim Lock
1349800dd7
MDL-45012: Enable support for wma files within tinymce Moodle Media plugin
2014-04-14 08:31:17 +09:30
sam marshall
02dd7ac2ea
MDL-45059 Availability: Hide group options with groupmembersonly
...
When groupmembersonly is turned on, the 'restrict access' options
for group and grouping are supposed to appear only for sections
(which don't have groupmembersonly) and not for modules.
Prior to this fix, they appeared when creating a new module but
not when editing an existing one.
2014-04-11 12:11:35 +01:00
sam marshall
0a8de7f6c8
MDL-44992 Conditional availability tab focus bug
...
Tabbing through the eye icon triggered it to change. Corrected by
making it work the same way as the delete icon (Enter key to change).
2014-04-11 11:37:59 +01:00
sam marshall
2a848ab9e2
MDL-45027 Availability API: Better handling of invalid data in GUI
...
If there is invalid data in the availability condition (note: this
should not happen, but can do in unusual situations, such as
specifying a date after 2038 in 32-bit PHP), this should not
leave the course so broken that users cannot edit the activity and
update it.
2014-04-11 10:57:15 +01:00
Dan Poltawski
069fe267b6
Moodle release 2.7beta
v2.7.0-beta
2014-04-11 17:42:43 +08:00
Dan Poltawski
97c274ded7
MDL-40063/MDL-45057 quiz: disable related unit tests
...
I kept the commit number format same as the last commit just
to annoy Fred.
2014-04-11 17:36:40 +08:00
Dan Poltawski
c5e5f1b786
MDL-40063/MDL-45057 quiz: disable firing of override events
...
This hacky solution is brought to you by the the motivation to
release.
2014-04-11 16:58:10 +08:00
James Pratt
ea6db479dd
MDL-45023 quiz statistics report : refactoring of tests for code reuse
2014-04-11 15:07:08 +07:00
Frederic Massart
cf7a50b28e
MDL-45048 repository_wikimedia: Abusing usage of optional_param
...
The optional_param call was moved outside of the constructor
because it was called every time the repository would be initialised.
That was leading to problems when the parameter was defined from
another form and not complying with its expected type.
2014-04-11 15:19:48 +08:00
Jetha Chan
cee8be6325
MDL-44951 theme_bootstrapbase: forum post css tweaks
...
Adjusted forum post CSS for cleaner appearance.
2014-04-11 14:40:54 +08:00
Dan Poltawski
34f7e31ffb
Merge branch 'MDL-40063_master' of https://github.com/markn86/moodle
2014-04-11 14:31:27 +08:00
Adrian Greeve
f3f60eb27b
MDL-45036 blocks: Update to the mentee block sql to incorporate additional name fields.
2014-04-11 14:00:46 +08:00
Adrian Greeve
0ee4ccb636
MDL-43719 tags: Fix the sql statement in the tag management page.
...
MSSQL and Oracle require that all fields in teh select also be present
in the group by section.
2014-04-11 13:54:54 +08:00
Ankit Agarwal
3610ad436c
MDL-45035 events: Fix @package and @since tags in Moodle 2.7 events
2014-04-11 13:45:33 +08:00
James Pratt
f4555f88c8
MDL-45003 qtype numeric : classify invalid response as no response.
2014-04-11 12:41:23 +07:00
Adrian Greeve
c4a8dce799
MDL-43626 survey: Addition of additional names to survey.
2014-04-11 13:33:56 +08:00
Ankit Agarwal
9638600bbb
MDL-45035 events: Fix @package and @since tags in Moodle 2.6 events
2014-04-11 13:32:33 +08:00
Dan Poltawski
9d1eed69a0
Merge branch 'MDL-44981-master' of git://github.com/jamiepratt/moodle
2014-04-11 13:01:38 +08:00
Damyon Wiese
2e8cbbb3ac
MDL-44826 Atto: Remove most of the image alignment options
...
Just keep the simple ones and put some default padding on images.
2014-04-11 12:55:28 +08:00
Dan Poltawski
d6a756a949
Merge branch 'MDL-44980-master-v2' of git://github.com/jamiepratt/moodle
2014-04-11 12:55:15 +08:00
Dan Poltawski
8a69b046e5
Merge branch 'wip-MDL-45038-master' of git://github.com/marinaglancy/moodle
2014-04-11 12:48:14 +08:00
Frederic Massart
eddc1461f8
MDL-44936 csslib: Chunking supports @media queries and commas in rules
2014-04-11 12:05:00 +08:00
Mark Nelson
9d65d3e70b
MDL-40063 mod_quiz: created 'override_created' events
2014-04-10 20:42:44 -07:00
Mark Nelson
e8365f27e5
MDL-40063 mod_quiz: replaced ‘manualgrade’ add_to_log call with an event
2014-04-10 20:42:24 -07:00
Mark Nelson
a2caf56dff
MDL-40063 mod_quiz: replaced 'attempt' add_to_log call with an event
2014-04-10 20:41:56 -07:00
Mark Nelson
45e1e3bd76
MDL-40063 mod_quiz: replaced 'preview' add_to_log call with an event
2014-04-10 20:41:54 -07:00
Mark Nelson
e0114708af
MDL-40063 mod_quiz: replaced 'continue attempt' add_to_log call with an event
2014-04-10 20:41:39 -07:00
Mark Nelson
8de2eb3582
MDL-40063 mod_quiz: replaced 'delete override' add_to_log call with events
2014-04-10 20:41:09 -07:00
Mark Nelson
e7d80a059a
MDL-40063 mod_quiz: replaced 'edit override' add_to_log call with events
2014-04-10 20:40:51 -07:00
Mark Nelson
68758eff12
MDL-40063 mod_quiz: removed 'close attempt' add_to_log call
2014-04-10 20:40:27 -07:00
Mark Nelson
60ab03eb10
MDL-40063 mod_quiz: replaced 'view summary' add_to_log call with an event
2014-04-10 20:40:25 -07:00
Mark Nelson
2a3f82041f
MDL-40063 mod_quiz: replaced 'review' add_to_log call with an event
2014-04-10 20:40:13 -07:00
Dan Poltawski
af8a43248e
weekly release 2.7dev
2014-04-11 11:39:56 +08:00
Mark Nelson
2ec79ad996
MDL-40063 mod_quiz: replaced 'report' add_to_log call with an event
2014-04-10 20:39:56 -07:00
Dan Poltawski
ea1be84468
NOBUG: Fixed file access permissions
2014-04-11 11:39:56 +08:00
Dan Poltawski
f940d3ad6d
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-04-11 11:39:52 +08:00
Mark Nelson
7dad3d95fd
MDL-40063 mod_quiz: replaced 'delete attempt' add_to_log call with an event
2014-04-10 20:39:15 -07:00
Mark Nelson
58940b190a
MDL-40063 mod_quiz: replaced 'addcategory' add_to_log call with an event
2014-04-10 20:38:34 -07:00
Mark Nelson
5e8f736565
MDL-40063 mod_quiz: replaced 'editquestions' add_to_log call with an event
2014-04-10 20:34:27 -07:00
Mark Nelson
b332fc6c8c
MDL-40063 mod_quiz: replaced 'view' and 'view all' add_to_log calls with events
2014-04-10 20:34:14 -07:00
Andrew Nicols
58f70bb6af
MDL-43145 dock: Enable regions before the drag operation starts
2014-04-11 10:57:57 +08:00
Sam Hemelryk
34df4e4ba4
MDL-43145 dock: fixed up region_completely_docked code to ignore empty regions
2014-04-11 10:34:31 +08:00
Damyon Wiese
7b28067413
Revert "MDL-44758 editor-atto: prevent table-in-table creation"
...
This reverts commit 3a6511a530015813f7bfda5547f8fc9de750efcf.
Conflicts:
lib/editor/atto/plugins/table/yui/build/moodle-atto_table-button/moodle-atto_table-button-debug.js
lib/editor/atto/plugins/table/yui/build/moodle-atto_table-button/moodle-atto_table-button-min.js
lib/editor/atto/plugins/table/yui/build/moodle-atto_table-button/moodle-atto_table-button.js
lib/editor/atto/plugins/table/yui/src/button/js/button.js
2014-04-11 09:47:57 +08:00