Nadav Kavalerchik
2bb3259fc3
MDL-35537 - Right align registration text on login page, when in RTL mode
2012-09-25 00:36:37 +02:00
Sam Hemelryk
6b69bf463a
MDL-34607 files: post integration version bump
2012-09-25 09:56:11 +12:00
Sam Hemelryk
8a7cc012fd
Merge branch 'MDL-34607-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-25 09:52:00 +12:00
Sam Hemelryk
fd0758da1b
Merge branch 'MDL-35375-m23' of git://github.com/netspotau/moodle-mod_assign into MOODLE_23_STABLE
2012-09-25 09:23:27 +12:00
Dan Poltawski
675c2b8543
Merge branch 'wip-MDL-32184-s23' of http://github.com/phalacee/moodle into MOODLE_23_STABLE
2012-09-24 15:36:04 +08:00
Dan Poltawski
7e0deaf3fd
Merge branch 'MDL-26940-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-24 15:32:31 +08:00
Frederic Massart
fede879cf2
MDL-31499 Javascript: Handle invalid window names in openpopup
2012-09-24 15:24:30 +08:00
Jason Fowler
a1db00dd1a
MDL-32184 - Course - Fixing incorrect redirect when toggling course edit while inside an activity -- Patch provided by Kanika Goyal
2012-09-24 15:04:06 +08:00
Dan Poltawski
bb6b275906
Merge branch 'wip-MDL-35542-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
2012-09-24 14:37:49 +08:00
Damyon Wiese
b666bddae2
MDL-35375: Ensure the assignment grading table is always sorted by at least one unique column
...
Conflicts:
mod/assign/gradingtable.php
2012-09-24 12:38:24 +08:00
Sam Hemelryk
e1a809b36f
Merge branch 'MDL-35312-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-24 15:53:48 +12:00
Sam Hemelryk
1e112f8801
Merge branch 'MDL-35517_23' of git://github.com/stronk7/moodle into MOODLE_23_STABLE
2012-09-24 15:21:28 +12:00
Ruslan Kabalin
3e8d7ca16e
MDL-35442 Add settings and uninstall link for local plugins
2012-09-24 11:19:50 +08:00
Dan Poltawski
daccc92d9e
Merge branch 'MDL-35242-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-24 11:08:18 +08:00
Sam Hemelryk
3c6510c106
Merge branch 'MDL-30889-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-09-24 15:05:44 +12:00
Sam Hemelryk
91cb7bdab5
Merge branch 'MDL-35398-m23' of git://github.com/netspotau/moodle-mod_assign into MOODLE_23_STABLE
2012-09-24 15:03:26 +12:00
Damyon Wiese
2b7024847d
MDL-35427: Remove resetting of $_POST - use $mform->setConstant to force update to rownum instead.
...
Conflicts:
mod/assign/locallib.php
2012-09-24 15:02:17 +12:00
Rex Lorenzo
e36ab38642
MDL-35587 - Display grouping name for Drag and Dropped resources
2012-09-23 01:15:11 -07:00
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