Eloy Lafuente (stronk7)
6d0085ef24
Merge branch 'MDL-40123_master' of git://github.com/dmonllao/moodle
2013-07-23 01:09:52 +02:00
Eloy Lafuente (stronk7)
63ff2c5c2f
Merge branch 'MDL-39635_master' of git://github.com/dmonllao/moodle
2013-07-23 00:45:13 +02:00
Eloy Lafuente (stronk7)
59af378baf
Merge branch 'w30_MDL-40795_m26_ajaxerrordisplay' of https://github.com/skodak/moodle
2013-07-22 18:56:40 +02:00
Dan Poltawski
b3a570b56e
Merge branch 'w30_MDL-38867_m26_gspell' of https://github.com/skodak/moodle
2013-07-22 17:00:40 +08:00
Damyon Wiese
bbc8485708
Merge branch 'wip-MDL-40174-m26' of git://github.com/samhemelryk/moodle
2013-07-22 16:00:41 +08:00
Dan Poltawski
7a3f9421cb
Merge branch 'w30_MDL-40545_m26_localcachedir' of https://github.com/skodak/moodle
2013-07-22 15:47:48 +08:00
Damyon Wiese
c31909cb69
Merge branch 'w30_MDL-39846_m26_event2' of https://github.com/skodak/moodle
2013-07-22 15:05:53 +08:00
Dan Poltawski
27e2400782
Merge branch 'MDL-38837_dev' of https://github.com/totara/openbadges
2013-07-22 15:01:26 +08:00
Dan Poltawski
82d1dc3f17
Merge branch 'wip-MDL-40121-master' of git://github.com/marinaglancy/moodle
2013-07-22 14:36:29 +08:00
Damyon Wiese
91313e43ca
Merge branch 'MDL-40649_master' of https://github.com/markn86/moodle
2013-07-22 12:11:43 +08:00
Damyon Wiese
c39423139d
Merge branch 'MDL-40468_master' of https://github.com/markn86/moodle
2013-07-22 11:47:21 +08:00
Dan Poltawski
51425cc045
Merge branch 'MDL-39441_master' of git://github.com/dmonllao/moodle
2013-07-22 10:45:42 +08:00
Russell Smith
5f052b571f
MDL-40793 profiling: Allow multiple reference runs in display
2013-07-22 12:12:58 +10:00
Matt Petro
2f8edd067f
MDL-35674 formslib: Optimized disabledIf javascript for large forms
2013-07-22 00:08:18 +01:00
Sam Hemelryk
75eb202ebd
MDL-40174 navigation: don't remove active root nodes without children
2013-07-22 10:48:59 +12:00
Sam Hemelryk
83fa6ab6ee
MDL-40540 dock: the dock loader is now a proper sub module
2013-07-22 10:46:46 +12:00
Sam Hemelryk
e9d412b3f8
MDL-40700 pagelib: cleaned up phpdocs
2013-07-22 10:41:17 +12:00
Petr Škoda
dba745265f
MDL-40723 use will_have_course_capability() to verify future course creator capabilities when creating courses
2013-07-21 17:03:20 +02:00
Petr Škoda
a56ec91842
MDL-40723 add new will_have_course_capability()
2013-07-21 11:55:22 +02:00
Andrew Nicols
ce286101f0
MDL-40806 JavaScript: Add module metadata in JS dev modes
2013-07-21 10:41:49 +01:00
Petr Škoda
09bacfd7ae
MDL-40801 import latest jQuery and jQuery UI
2013-07-20 21:58:17 +02:00
Andrew Nicols
7868699535
MDL-40678 JavaScript: Split out moodle-core-notification into submodules
2013-07-20 20:21:31 +01:00
Andrew Nicols
fbd3143412
MDL-40799 JavaScript: Correct tooltip dependency on cache-base
2013-07-20 16:20:44 +01:00
Petr Škoda
cb9ee2a953
MDL-40795 enable NO_DEBUG_DISPLAY in AJAX_SCRIPT by default
...
This should prevent some ajax problems in incorrectly configured production sites.
Note that developers need to learn to watch error logs all the time during development!
2013-07-20 14:23:03 +02:00
Petr Škoda
cb8108dd22
MDL-40545 convert js and theme resources to localcachedir
2013-07-20 14:10:25 +02:00
Petr Škoda
85b3806114
MDL-40545 add $CFG->localcachedir intended for local caching on cluster nodes
2013-07-20 14:10:25 +02:00
Petr Škoda
37824e73f9
MDL-23493 allow numbers in components used in CSS placeholders
2013-07-20 13:08:35 +02:00
Petr Škoda
9ba6076cff
MDL-23493 add support for theme fonts
2013-07-20 12:47:08 +02:00
Tim Hunt
60bfa04693
MDL-40480 tablelib: specify charset in XHMTL downloads.
...
Thanks to Jürgen Zimmer for the suggestion.
2013-07-19 12:05:39 +01:00
Mark Nelson
02ca2cada5
MDL-40649 libraries: deprecated get_recent_enrolments()
2013-07-19 18:17:31 +08:00
David Monllao
8cda2e6fe7
MDL-40123 behat: Show all of form's elements changes.
...
* Avoid waiting until Show more... links appears if we
already waited.
* Use collapse/expand button rather than clicking on
each of the form's fieldsets.
2013-07-19 10:03:39 +02:00
David Monllao
3897608152
MDL-39635 behat: XPath cleanups
...
- Escaping steps arguments redirected to other steps
- Adding normalized-space() in all contains() assertions
- General xpaths review
- Convering provided xpath text strings to xpath literals
to avoid problems with arguments containing both single
quotes and double quotes
2013-07-19 10:02:36 +02:00
David Monllao
dedb973878
MDL-39635 behat: Replacing hardcoded language strings
...
Using get_string() instead.
2013-07-19 10:02:10 +02:00
David Monllao
3194dc83ca
MDL-39635 behat: Fixing line breaks
...
Not supported by Windows OSs.
2013-07-19 10:02:10 +02:00
Petr Škoda
e4d3403e58
MDL-38867 remove Google spell checking option
2013-07-19 09:31:50 +02:00
Petr Škoda
eb459f7192
MDL-40642 set more restrictive umask and use proper permission for new dirs and files
2013-07-19 09:18:44 +02:00
Mark Nelson
4e829d48d1
MDL-40468 libraries: removed usages of get_related_contexts_string() in core
...
Also tidied up the functions by removing unused parameters.
2013-07-19 15:17:50 +08:00
Mark Nelson
b645284403
MDL-40468 libraries: deprecated get_related_contexts_string()
2013-07-19 15:17:49 +08:00
Petr Škoda
82b1fb5184
MDL-39846 make all legacy info protected so that it is not used accidentally outside of trigger()
2013-07-19 09:00:42 +02:00
Petr Škoda
fd4f3e9e8e
MDL-39846 lock down snapshot handling in event
2013-07-19 08:46:29 +02:00
Petr Škoda
006f2724a5
MDL-39846 fix forgotten object event property
...
Thanks Dan!
2013-07-19 08:43:31 +02:00
Petr Škoda
fb23739e8d
MDL-39846 prevent data modification from event init() method
2013-07-19 08:43:31 +02:00
Petr Škoda
ef1987dcdd
MDL-39846 use new special value -1 in $CFG->loglifetime to prevent legacy logging
2013-07-19 08:43:31 +02:00
Petr Škoda
132eff909c
MDL-39846 rename the $object var to match the property name
...
Thanks Fred again.
2013-07-19 08:43:31 +02:00
Petr Škoda
660f049f09
MDL-39846 rename object property to target
...
Credit goes to Fred, this should be easier to understand.
2013-07-19 08:43:31 +02:00
Petr Škoda
c61a3a5c94
MDL-39846 improve docs
2013-07-19 08:43:31 +02:00
Petr Škoda
f8a39659aa
MDL-39846 remove contextlevel validation
...
Do this in new validate_data() instead, thanks Fred.
2013-07-19 08:43:30 +02:00
Petr Škoda
2d36d49860
MDL-39846 fix comment typos
...
Thanks Fred!
2013-07-19 08:43:30 +02:00
Petr Škoda
097011c450
MDL-39846 simplify context parameter when creating new evetns
2013-07-19 08:43:30 +02:00
Petr Škoda
fddd1018f6
MDL-39846 improve validation and enable hardcoding of system context
2013-07-19 08:43:30 +02:00