Petr Škoda
bedd0982e8
MDL-35506 improve pg transaction snapshotting perf
2012-09-26 10:39:28 +02:00
Rossiani Wijaya
04a530c9c8
MDL-34573 Tag mod: remove extra quote for new tag name field
2012-09-26 16:27:33 +08:00
Rossiani Wijaya
ca2d7327a2
MDL-34573 tag: convert to html_writer
2012-09-26 16:25:02 +08:00
Rossiani Wijaya
e3416381b2
MDL-34573 - add label for search tag input text
2012-09-26 16:25:02 +08:00
Rossiani Wijaya
647e902aeb
MDL-34573 Tag: update label for suggested tag
2012-09-26 16:25:02 +08:00
Rossiani Wijaya
bbfae1eb6e
MDL-34573 accessibility compliance for tag: Add forform input text and select tag
2012-09-26 16:25:02 +08:00
Dan Poltawski
03f09a8a9b
Merge branch 'wip-MDL-35276-master' of git://github.com/marinaglancy/moodle
2012-09-26 15:21:29 +08:00
Marina Glancy
0e116922b4
MDL-35276 fix redirect to course/section pages
2012-09-26 15:16:24 +08:00
Dan Poltawski
942866dd09
MDL-31873 - mod_assign version bump for new webservice
2012-09-26 14:50:48 +08:00
Dan Poltawski
21d3bfb39a
MDL-31859 - fix more trailing whitespace
2012-09-26 14:44:42 +08:00
Dan Poltawski
d0068cd007
MDL-31859 - fix trailing whitespace
2012-09-26 14:36:59 +08:00
Jerome Mouneyrac
acf6459645
MDL-35644 user_get_details: admin should be able to see description
2012-09-26 14:24:29 +08:00
Dan Poltawski
ac994d5a8a
Merge branch 'MDL-31859' of git://github.com/Lightwork-Marking/moodle
2012-09-26 14:16:55 +08:00
Jerome Mouneyrac
36a7059542
MDL-34971 PHPunit test: user/externallib.php
2012-09-26 14:16:19 +08:00
Dan Poltawski
b95e21b8c5
MDL-15471 - oops messed up version number update
2012-09-26 12:10:25 +08:00
Dan Poltawski
d0dff189b0
MDL-15471 tag: minor coding style fixes
2012-09-26 12:06:46 +08:00
Dan Poltawski
680afde951
MDL-15471 tag - add upgrade.txt notification of changes
2012-09-26 12:06:35 +08:00
Dan Poltawski
90762324f9
MDL-15471 - fix typo inappropriate
...
Thanks Sam for spotting it!
2012-09-26 12:06:27 +08:00
Dan Poltawski
50a6106409
MDL-15471 install.xml fixup spacing
2012-09-26 12:06:20 +08:00
Dan Poltawski
bb14cc2d23
Merge branch 'wip-MDL-15471' of https://github.com/jennymgray/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-09-26 12:04:41 +08:00
Sam Hemelryk
4aede312e7
Merge branch 'wip-MDL-35276-master' of git://github.com/marinaglancy/moodle
2012-09-26 15:50:56 +12:00
Jerome Mouneyrac
2650c2b03e
MDL-35636 login/token.php: confusing 'create user token' log appearing before 'token user request'
2012-09-26 11:47:23 +08:00
Marina Glancy
923451c59f
MDL-35276 fix redirect to course/section pages
2012-09-26 10:51:28 +08:00
Sam Hemelryk
c89613edaa
Merge branch 'MDL-34573_accessibility' of git://github.com/rwijaya/moodle
2012-09-26 10:20:13 +12:00
Sam Hemelryk
86d055360c
Merge branch 'wip-MDL-34476-master' of git://github.com/phalacee/moodle
2012-09-26 08:40:11 +12:00
Sam Hemelryk
38cdfab3ca
MDL-31976 course: Better alt for edit section icon
2012-09-26 08:23:55 +12:00
Sam Hemelryk
d998c1a440
Merge branch 'MDL-31976-master' of git://github.com/FMCorz/moodle
2012-09-26 08:20:53 +12:00
Andrew Robert Nicols
2b42518aa7
MDL-34328 Correct usage of e.drop when catching missed drag/drop events
2012-09-25 09:27:31 +01:00
Paul Nicholls
1e78b3e66f
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-25 09:27:31 +01:00
Paul Nicholls
6cc43fedbb
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-25 09:27:31 +01:00
Paul Nicholls
a000ff6833
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-25 09:27:31 +01:00
Paul Nicholls
de21fb1def
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-25 09:27:31 +01:00
Paul Nicholls
d2ce925279
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-25 09:27:31 +01:00
Aparup Banerjee
8d7f1b1530
MDL-34992 message : grouped message profile setting providers by component
2012-09-25 14:53:09 +08:00
Aparup Banerjee
d2ae1df1a3
MDL-34992 message : ordered the providers settings list.
2012-09-25 14:52:46 +08:00
Dan Poltawski
415af656b2
Merge branch 'wip-MDL-35415-master' of git://github.com/marinaglancy/moodle
2012-09-25 14:48:44 +08:00
Marina Glancy
b874d5c6b4
MDL-35415 completely remove add activity in settings (MDL-22732)
2012-09-25 14:42:25 +08:00
Dan Poltawski
6d0d5b848b
Merge branch 'w39_MDL-35506_m24_pgerrorrollback' of git://github.com/skodak/moodle
2012-09-25 14:34:33 +08:00
Dan Poltawski
ac9f5e3fc7
Merge branch 'wip-MDL-32180-master' of git://github.com/phalacee/moodle
2012-09-25 14:27:39 +08:00
Dan Poltawski
03a1ef0cbc
Merge branch 'MDL-28616-master' of https://github.com/mackensen/moodle
2012-09-25 14:26:41 +08:00
Brian Jorgensen
d2b4684946
MDL-32180 calendar - added developer hint for a missing or unreadable calendar hook file
2012-09-25 14:12:32 +08:00
Dan Poltawski
32441f0c51
Merge branch 'MDL-34778_accessibility' of git://github.com/rwijaya/moodle
2012-09-25 13:43:25 +08:00
Dan Poltawski
6ff5f14a82
Merge branch 'wip-mdl-30918' of git://github.com/rajeshtaneja/moodle
2012-09-25 13:36:48 +08:00
Dan Poltawski
b53e0f53b9
Merge branch 'MDL-35252' of git://github.com/raymondAntonio/moodle
2012-09-25 13:14:37 +08:00
Dan Poltawski
7ce576e317
Merge branch 'MDL-34571_accessibility' of git://github.com/rwijaya/moodle
...
Conflicts:
report/log/lang/en/report_log.php
2012-09-25 13:04:54 +08:00
Raymond Wijaya
49b6109666
MDL-35437: mod_assign: Stop Moodle from giving out a notice when grading worksheets with missing columns are uploaded via 'Upload grading worksheet' option in the drop-down menu
2012-09-25 11:50:55 +08:00
Dan Poltawski
412d7c7b65
Merge branch 'MDL-35202' of git://github.com/netspotau/moodle-mod_assign
2012-09-25 11:42:57 +08:00
Dan Poltawski
86f564e5cc
Merge branch 'MDL-35321-master' of git://github.com/micaherne/moodle
2012-09-25 11:32:21 +08:00
Dan Poltawski
1abadbc38a
Merge branch 'WIP-MDL-35275' of git://github.com/nadavkav/moodle
2012-09-25 10:12:07 +08:00
Dan Poltawski
23e1c92db6
Merge branch 'MDL-35521' of https://github.com/raymondAntonio/moodle
2012-09-25 09:45:07 +08:00