Marina Glancy
918cc26541
Merge branch 'wip-MDL-39062-m26' of git://github.com/samhemelryk/moodle
2013-07-15 12:40:46 +10:00
Dan Poltawski
fdb0dfe7c0
MDL-28466 pluginlib: Add enrol_authorize as standard deleted plugin
...
This means we won't bother our users about it in the plugin list
thanks Marina for picking it up!
2013-07-15 10:25:22 +08:00
Dan Poltawski
317638a3d6
MDL-28466 remove enrol_authorize from standard list of plugins
2013-07-15 10:25:22 +08:00
Damyon Wiese
5034db3e9f
Merge branch 'wip-MDL-40658-master' of git://github.com/marinaglancy/moodle
2013-07-15 09:55:44 +08:00
Marina Glancy
929a0ddd73
MDL-40658 Include tinymce_pdw and tinymce_wrap in the list of standard plugins
2013-07-15 11:49:54 +10:00
Sam Hemelryk
10aabcb221
MDL-39062 cache: persist keys now set properly
2013-07-15 11:24:19 +12:00
Sam Hemelryk
b69a3f1ceb
MDL-39814 html_writer: Remove superfluous new lines from html_writer::alist
2013-07-15 10:24:05 +12:00
Sam Hemelryk
61b223a632
MDL-40635 moodle_url: can now set anchor during construction
2013-07-15 10:17:49 +12:00
Sam Hemelryk
a783d21066
MDL-40167 dock: tidied up className attribute
2013-07-15 09:46:03 +12:00
Sam Hemelryk
a69a7e89b8
MDL-40167 dock: tidy up after first peer-review
2013-07-15 09:46:03 +12:00
Sam Hemelryk
84192d7836
MDL-40167 dock: converted the dock JS to a YUI shifted module.
...
The patch converts the dock into a YUI shifter module and at
the same time improves several aspects of its operation.
The features of this patch include:
* Dock Module conversion.
* A loader that ensures we don't include the dock JS or its
requirements unless actually required.
* We no longer include the dock JS for themes that don't
enable it.
* Blocks no longer add registration events to the page
instead a dockable attribute is added to the html and the
loader looks for that.
* The dock module is properly documented and running YUIDoc
gives good quality documentation.
* We no longer need the dock module registration or
subcomponent.
* All events that can be delegated are now delegated.
* Removed unused variables and code left over after fixes.
* Support for docking blocks renderered using the new blocks
render method. Better support for custom block regions.
2013-07-15 09:46:03 +12:00
Petr Škoda
abb043c3a1
MDL-40435 require MOODLE_INTERNAL in core_component
...
We need to include db/subplugins.php when building core_component cache,
there are some MOODLE_INTERNALs there…
2013-07-13 19:25:17 +02:00
Petr Škoda
862a16700d
MDL-40435 allow 0 as valid directory permission when using ACL
2013-07-13 16:10:17 +02:00
Petr Škoda
766e04f38a
MDL-40435 detect permission setting problems in core_component
2013-07-13 16:08:50 +02:00
Petr Škoda
701b063791
MDL-40611 fix context cache size expectation
2013-07-13 15:37:31 +02:00
Petr Škoda
ff74627e62
MDL-40546 send proper caching headers when $CFG->cachejs = 0
...
This should help developers writing old style JS that is served via lib/javascript.php.
2013-07-12 22:22:56 +02:00
Petr Škoda
bf8c71b7fd
MDL-40571 work around block editing hacks on admin page
2013-07-12 14:58:57 +02:00
Petr Škoda
d7245e3400
MDL-40475 add alternative component cache location and other improvements
...
Improvements include:
* Alternative location might be useful when server administrator wants to maintain
a local copy of component cache instead of using shared $CFG->cachedir.
* Component caching is now enabled in behat tests which should improve performance.
* Standardised ignoring of component caching.
* Fixed debug mode in ABORT_AFTER_CONFIG scripts.
* General documentation improvements.
2013-07-12 13:05:41 +02:00
Petr Škoda
72e3a3c9cd
MDL-40549 remove unused legacy assignment upgrade tool
2013-07-12 12:40:55 +02:00
Petr Škoda
98aa874617
MDL-40558 skip admins and guest when deleting incomplete users
2013-07-12 12:36:57 +02:00
Petr Škoda
23ee749bfb
MDL-40569 fix empty CSS files after cache purging
2013-07-12 12:34:05 +02:00
Petr Škoda
485392f308
MDL-40574 remove forgotten $delete from editor subplugins page
2013-07-12 12:33:05 +02:00
David Monllao
8aea365f05
MDL-40315 behat: Performance improvement
...
We look for exceptions after each step, this patch
includes a pre-checking query to avoid multiple queries
for each step when most of the time they are not necessary.
2013-07-12 12:16:18 +02:00
Frederic Massart
2e4c0c9181
MDL-40424 libraries: Deprecate context_instance_preload_sql()
2013-07-12 17:41:49 +08:00
Andrew Nicols
f320e8d00f
MDL-40478 JavaScript: Support loading of YUI submodules in the yui-loader
2013-07-12 10:12:03 +01:00
Dan Poltawski
ac11252375
MDL-40604 upgrade.txt: change style to be more readable
...
As suggested by Tim Hunt.
2013-07-12 16:19:11 +08:00
Dan Poltawski
05226d7607
MDL-40604 deprecatedlib: Sort out old ~2.0 deprecations
...
Make sure things are throwing debugging notices and are documented.
2013-07-12 16:02:49 +08:00
Andrew Nicols
7cfe3ebbcc
MDL-40477 JavaScript: Move YUI config functions out and deminify
...
This should make future development and debugging of these functions much
easier. It also allows us to write inline documentation for them.
2013-07-12 08:31:57 +01:00
Frederic Massart
b123a543a6
MDL-40463 libraries: Deprecate get_courseid_from_context()
2013-07-11 15:54:36 +08:00
Rajesh Taneja
ae38dcb1dc
MDL-40467 Libraries: deprecated get_role_context_caps()
2013-07-11 15:04:33 +08:00
Frederic Massart
a439b2f9b4
MDL-40465 libraries: Deprecate fetch_context_capabilities()
2013-07-11 14:33:25 +08:00
Ankit Agarwal
6acc54b3f0
MDL-40464 libraries: Deprecate get_user_courses_bycap()
2013-07-11 13:43:41 +08:00
Mark Nelson
4c9c06488a
MDL-40462 libraries: added another PHPUnit test to ensure deprecated function returns the same as the replacement
2013-07-11 13:28:45 +08:00
Mark Nelson
dd33f4af0a
MDL-40462 libraries: deprecated get_course_context()
2013-07-11 13:28:45 +08:00
Mark Nelson
9c03dff2c9
MDL-40431 libraries: added another PHPUnit test to ensure deprecated function returns the same as the replacement
2013-07-11 13:23:45 +08:00
Mark Nelson
6c89d4e1c0
MDL-40431 libraries: deprecated get_context_url()
2013-07-11 13:23:45 +08:00
Marina Glancy
0bff314daa
MDL-40621 fixed small bug in function editor_tinymce_plugin::fix_row()
2013-07-11 15:00:23 +10:00
Marina Glancy
bf50508f06
MDL-37565 fixed PDW plugin to calculate number of button rows
2013-07-11 14:47:58 +10:00
Rajesh Taneja
c592eea2d3
MDL-40428 Libraries: Deprecated delete_context
2013-07-11 12:18:55 +08:00
Adrian Greeve
1de02d62c9
MDL-40426 - Libraries: Deprecate mark_context_dirty().
2013-07-11 12:16:47 +08:00
David Monllao
cb9c703cca
MDL-38857 tool_behat: Adding info about the tool purpose
2013-07-10 12:07:11 +02:00
Marina Glancy
06832223d4
Merge branch 'MDL-40354-master' of git://github.com/ankitagarwal/moodle
2013-07-10 13:15:37 +10:00
Ankit Agarwal
e481f05c0d
MDL-40354 groups: Fix issues in groups_group_visible()
2013-07-10 10:50:22 +08:00
Ankit Agarwal
2d4d29da06
MDL-40354 groups:groups_get_activity_allowed_groups() should use passed userid to check capabilities
2013-07-10 10:50:22 +08:00
Ankit Agarwal
e7eb992d3a
MDL-40354 groups: Add new api groups_group_visible()
2013-07-10 10:50:21 +08:00
Ankit Agarwal
f4d46f6848
MDL-40354 groups: Add unit tests for the api groups_group_visible()
2013-07-10 10:50:21 +08:00
Marina Glancy
f8be9f9e73
Merge branch 'm26_MDL-39832_Fix_Chrome_Issues_ETag_XSendfile_2ndRound' of https://github.com/scara/moodle
2013-07-10 11:58:44 +10:00
Sam Hemelryk
6426d2d264
Merge branch 'wip-MDL-40593-master' of git://github.com/marinaglancy/moodle
2013-07-10 12:19:05 +12:00
Marina Glancy
9a2188812d
Merge branch 'wip-mdl-40218' of git://github.com/rajeshtaneja/moodle
2013-07-10 09:58:09 +10:00
Sam Hemelryk
1be1f6be53
Merge branch 'w28_MDL-40450_m26_tinymcebuttons' of https://github.com/skodak/moodle
2013-07-10 11:02:21 +12:00