Andrew Robert Nicols
cffbc80ac7
MDL-34328 Correct usage of e.drop when catching missed drag/drop events
2012-09-21 15:25:29 +01:00
Paul Nicholls
3f6970bf92
MDL-34328: block dragdrop - disallow dragging from show/hide and dock icons
...
Tell the YUI drag/drop delegate that the show/hide and dock icons are not valid drag handles. Otherwise, a drag can be initiated by showing or hiding a block (probably not from docking one, but better safe than sorry). Not strictly related to MDL-34328, but likely to be encountered whilst testing - and closely related to another patch for MDL-34328.
Note that the "invalid" config option for the delegate takes a string - not an array - but can have multiple selectors separated by commas.
2012-09-21 15:25:29 +01:00
Paul Nicholls
65c8ccc02e
MDL-34328: block dragdrop - performance rewrite
...
Use YUI's DragDrop delegates for block dragdrop - one per block region - rather than initialising a Drag object for each individual block.
2012-09-21 15:25:29 +01:00
Paul Nicholls
a573a5157e
MDL-34328: course section "toolboxes" - performance rewrite
...
Use YUI event delegation to handle events in course section "toolboxes" (visibility and highlight toggles) rather than attaching event handlers to each individual button we care about. Also remove the (now unused) replace_button() function.
2012-09-21 15:25:29 +01:00
Paul Nicholls
e4db46b4d9
MDL-34328: course resource "toolboxes" - performance rewrite
...
Use YUI event delegation to handle events in course resource "toolboxes" (sets of editing icons) rather than attaching event handlers to each individual button we care about. Don't waste time setting the CSS cursor to what it already is, use .all() rather than replace_button() if we just need the node.
Section toolboxes could probably also be done this way to some extent, but the payoff may not be worth the effort - they're so minimal that they don't tend to cause issues.
2012-09-21 15:25:29 +01:00
Paul Nicholls
99cd723af5
MDL-34328: course dragdrop - performance rewrite
...
Use YUI's DragDrop delegates for course dragdrop, rather than initialising a Drag object for each individual section and each individual activity/resource. Also, clone a single drag handle for activities/resources, rather than repeatedly creating a whole new one with the same parameters for each activity/resource.
2012-09-21 15:25:28 +01:00
Jason Fowler
94167a2dee
MDL-34476 - Course Completeion, Blocks - Allowing teachers to access the Full Course Report from the Course Completion Block -- Initial patch provided by Nadav Kavalerchik
2012-09-21 15:21:18 +08:00
Ankit Agarwal
7cdb725081
MDL-30889 calendar: Adding focus and blur events to calendar renderer
2012-09-21 14:34:51 +08:00
Frederic Massart
05daea0f6d
MDL-31976 Accessbility: Action icons on course page do not need title attributes
2012-09-21 11:30:51 +08:00
Frederic Massart
6b15d50a60
MDL-35312 Web Services: Fixed typo in capability of course update
2012-09-21 09:57:45 +08:00
Frederic Massart
aa57854075
MDL-35242 Web Services: Removed translation causing error in add_to_log
2012-09-21 09:57:34 +08:00
Frederic Massart
7ae2136b3f
MDL-34607 Folder: Remove any sort order during upgrade
2012-09-21 09:56:52 +08:00
Frederic Massart
7be6c09db5
MDL-34607 File API: Removed ordering by sortorder in area tree
2012-09-21 09:56:52 +08:00
AMOS bot
58f8b73f26
Automatically generated installer lang files
2012-09-21 00:34:52 +00:00
Michael Aherne
7ab5b064a6
MDL-35321 course sections Enable reset of grouping access
2012-09-20 16:22:29 +01:00
Eloy Lafuente (stronk7)
2974030611
MDL-35517 course: Handle non-existing $course->maxbytes on course creation.
2012-09-20 10:20:21 +02:00
Marina Glancy
a7783bf260
MDL-35542 Fixed a bug when trying to directly link to a file from Dropbox
2012-09-20 15:50:28 +08:00
Marina Glancy
093825d81e
MDL-35001 added unit test for function convert_to_array()
2012-09-20 15:50:12 +08:00
Marina Glancy
7116aca6af
MDL-35001 removed cycle detection from convert_to_array because it causes error in data
2012-09-20 15:50:11 +08:00
Marina Glancy
ed7e6a7356
MDL-33857 Increase performance of queries for Server files repository (small improvements)
2012-09-20 15:49:01 +08:00
Dan Poltawski
c366bea3cf
weekly release 2.3.2+
2012-09-20 14:10:34 +08:00
Dan Poltawski
33672ace5f
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-09-20 14:05:52 +08:00
AMOS bot
5fc1b61a88
Automatically generated installer lang files
2012-09-20 00:34:31 +00:00
Eloy Lafuente (stronk7)
2ed38452aa
MDL-33166 forum: fetch cmid to be used by capability checks.
2012-09-19 21:42:14 +02:00
Dan Poltawski
ed78617491
Merge branch 'wip-mdl-30833-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-09-19 09:52:18 +08:00
AMOS bot
9b65e5841e
Automatically generated installer lang files
2012-09-19 00:34:24 +00:00
Eloy Lafuente (stronk7)
b04027c0cf
MDL-33166 Forum: whitespace fix
2012-09-19 00:53:05 +02:00
Eloy Lafuente (stronk7)
e6084683c8
Merge branch 'wip-mdl-33166-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-09-19 00:39:08 +02:00
Simon Coggins
119b5fdc8b
MDL-35472: Prevent html tags appearing in page titles
...
Only a problem when formatstringstriptags is disabled
2012-09-19 09:07:33 +12:00
Eloy Lafuente (stronk7)
b437a680d2
Merge branch 'MDL-33198-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-09-18 20:06:03 +02:00
Eloy Lafuente (stronk7)
631aedabb4
Merge branch 'w38_MDL-32572_m23_authdbduplicates' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-09-18 19:51:38 +02:00
Petr Škoda
88fbc9a7ef
MDL-32572 fix notice when changing internal auth_db passwords
2012-09-18 13:18:18 +02:00
Petr Škoda
3f22e75663
MDL-32572 skip problematic users in auth_db sync
2012-09-18 12:41:07 +02:00
Rajesh Taneja
9ac00a5394
MDL-30833 Accessibility: Added aria-expanded attribute on navigation nodes
2012-09-18 17:29:00 +08:00
Petr Škoda
45a6d31c4f
MDL-32572 always lookpup passwords only in records from current auth plugin
...
This bug should not be creating any problems thanks to our design of login process, but it should be fixed anyway.
2012-09-18 10:38:29 +02:00
Damyon Wiese
ce86eb4d08
MDL-35202: Allow for language files that contain non-ascii for actions in assignment
2012-09-18 15:27:58 +08:00
Dan Poltawski
85aa469960
Merge branch 'MDL-30909-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-18 15:08:00 +08:00
Frederic Massart
6d3249780b
MDL-30909 Accessibility: Improved access to reply form in forums
2012-09-18 14:57:20 +08:00
Damyon Wiese
97b53d6c05
MDL-35398: Quick grading feedback is now pushed to the gradebook
2012-09-18 14:54:01 +08:00
Dan Poltawski
bb67dc33e1
Merge branch 'wip-mdl-30831-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-09-18 14:51:33 +08:00
Ankit Agarwal
ec5c45c4ed
MDL-33198 book: Adding h tags to book title to increase accessibility
2012-09-18 09:46:21 +08:00
Ankit Agarwal
58ee763bfb
MDL-33198 book: Adding h tags to book titles to increase accessibility while printing a book
2012-09-18 09:46:21 +08:00
Dan Poltawski
05165a7f60
Merge branch 'm23_MDL-34644' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-09-18 09:27:19 +08:00
Eloy Lafuente (stronk7)
0671db29ce
Merge branch 'MDL-32688-m23' of git://github.com/itamart/moodle into MOODLE_23_STABLE
2012-09-18 01:53:50 +02:00
Eloy Lafuente (stronk7)
c59d51b67d
Merge branch 'MDL-35419_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-09-18 01:28:46 +02:00
Eloy Lafuente (stronk7)
b050380df1
Merge branch 'MDL-32230-23' of https://github.com/mackensen/moodle into MOODLE_23_STABLE
2012-09-18 01:20:45 +02:00
Eloy Lafuente (stronk7)
0f5c4b8397
Merge branch 'MDL-34841_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-09-18 01:15:31 +02:00
Eloy Lafuente (stronk7)
a0a02f4e0d
Merge branch 'w38_MDL-35129_m23_dbmigration' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-09-18 01:12:34 +02:00
David Mudrák
1530136c20
MDL-35344 Ignore available updates info with invalid format
...
Previously when the server response validation had failed, the property
available_update_checker::recentresponse was left as NULL. This caused
problems in available_update_checker::compare_responses() that expects
proper arrays passed.
This patch makes invalid data being ignored by setting the property to
an empty array as if no data have been fetched yet. A debugging message
is thrown so the admins will be able to diagnose eventual problems in
the future.
2012-09-17 18:04:17 +02:00
Dan Poltawski
07a145dcfc
Merge branch 'MDL-33982-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-17 16:03:35 +08:00