Jason Fowler
8cfc92afdd
MDL-32184 - Course - Fixing incorrect redirect when toggling course edit while inside an activity -- Patch provided by Kanika Goyal
2012-10-05 15:27:51 +08:00
Frederic Massart
1c409bfe80
MDL-35634 course: Restored alt attribute on module icons
2012-10-03 17:04:16 +08:00
Ruslan Kabalin
1a2b345232
MDL-35715 course dragdrop Fix the ability to drag back to the empty section
2012-10-02 14:55:48 +01:00
Tim Hunt
40d651bbbb
MDL-34894 course ws unit tests: fix windows problem.
...
This fixes a weird windows-only failure, as explained in the tracker
issue.
2012-09-27 18:59:50 +01:00
Jerome Mouneyrac
786b831653
MDL-35198 replace key_exists by array_key_exists
2012-09-27 15:34:48 +08:00
Dan Poltawski
12f9c36df8
Revert "MDL-32184 - Course - Fixing incorrect redirect when toggling course edit while inside an activity -- Patch provided by Kanika Goyal"
...
This reverts commit a1db00dd1a
.
2012-09-27 11:32:02 +08:00
Dan Poltawski
0a99c77ede
Merge branch 'wip-MDL-35276-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
2012-09-26 15:21:36 +08:00
Marina Glancy
25878bcd22
MDL-35276 fix redirect to course/section pages
2012-09-26 15:17:14 +08:00
Sam Hemelryk
41a5203c2a
Merge branch 'wip-MDL-35276-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
2012-09-26 15:13:33 +12:00
Marina Glancy
583c0cf67f
MDL-35276 fix redirect to course/section pages
2012-09-26 10:58:03 +08:00
Sam Hemelryk
792a3c4ea9
MDL-31976 course: Better alt for edit section icon
2012-09-26 08:24:06 +12:00
Sam Hemelryk
4c6962068a
Merge branch 'MDL-31976-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-26 08:20:37 +12:00
Dan Poltawski
2d39f72b59
Merge branch 'MDL-34328-MOODLE_23_STABLE-2' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-09-25 16:37:32 +08:00
Dan Poltawski
df87119b5a
Merge branch 'MDL-35321-MOODLE_23_STABLE' of git://github.com/micaherne/moodle into MOODLE_23_STABLE
2012-09-25 11:32:34 +08: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
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
Rex Lorenzo
e36ab38642
MDL-35587 - Display grouping name for Drag and Dropped resources
2012-09-23 01:15:11 -07: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
Frederic Massart
05daea0f6d
MDL-31976 Accessbility: Action icons on course page do not need title attributes
2012-09-21 11:30:51 +08: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
Sam Hemelryk
77ef5e06f9
Merge branch 'wip-mdl-30667-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-09-13 11:18:20 +12:00
Sam Hemelryk
d5e317882d
Merge branch 'MDL-35190-MOODLE_23_STABLE' of git://github.com/mouneyrac/moodle into MOODLE_23_STABLE
2012-09-11 16:45:45 +12:00
Frederic Massart
ceed31ad6b
MDL-34765 Course: Fixed missing argument in course reordering
2012-09-11 16:41:37 +12:00
Sam Hemelryk
6ab9c3e2ad
Merge branch 'MDL-34765-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-11 15:31:20 +12:00
Eloy Lafuente (stronk7)
11a3dd0c0e
Merge branch 'MDL-35134_23' of git://github.com/pauln/moodle into MOODLE_23_STABLE
2012-09-11 02:50:29 +02:00
Frederic Massart
d37de5e0df
MDL-34765 Course: Re-sorting courses uses natural order
2012-09-07 14:13:50 +08:00
Jerome Mouneyrac
a66863c357
MDL-35190 random failures in course externallib test
2012-09-06 11:30:43 +08:00
Rajesh Taneja
2f2242efa2
MDl-30667 Course: Maxbytes list will show current value, if it's lower then maxbytes
2012-09-03 14:44:23 +08:00
Aparup Banerjee
bc67dfdb9a
Merge branch 'MDL-35010_23' of git://github.com/stronk7/moodle into MOODLE_23_STABLE
2012-08-30 10:43:38 +08:00
Paul Nicholls
130dd42130
MDL-35134: course/format/weeks: remove trailing comma in object definition
...
IE doesn't like trailing commas in object (or array) definitions, and will cease processing JavaScript when it hits one.
2012-08-30 11:25:35 +12:00
Tim Lock
e24b125a3a
MDL-31623 Course: Course reset bypass modules, which are removed
2012-08-24 10:59:46 +08:00
Eloy Lafuente (stronk7)
364666f371
Merge branch 'MDL-34444' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-08-22 11:14:38 +02:00
Dan Poltawski
e1269d87d4
MDL-34444 - actually display the title, just don't link it..
...
Don't worry, i'm going on holiday, so i'll be away from this git repo
for a while to prevent any more mess.
2012-08-22 17:10:38 +08:00
Eloy Lafuente (stronk7)
a701525345
Merge branch 'MDL-34444' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-08-22 10:49:30 +02:00
Dan Poltawski
ccce6a7e33
MDL-34444 course - don't show to 'unavaibile' sections title
...
Instead we just show the availability info in the index page,
this makes the navigation etc much simpler.
2012-08-22 16:40:43 +08:00
Dan Poltawski
29beeefc70
Revert "MDL-34444 course: show section availability info"
...
Turns out this change was just wrong, we shouldn't be allowing linking
to unaavilable sections. Just show the availability information on the
'index page'
This reverts commit 87a31bb5d8
.
2012-08-22 16:37:36 +08:00
Eloy Lafuente (stronk7)
996e735693
MDL-35010 availability: fix sometimes missing fieldset
2012-08-22 09:47:44 +02:00
Eloy Lafuente (stronk7)
6c475847fb
Merge branch 'MDL-34444' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-08-22 08:40:02 +02:00
Eloy Lafuente (stronk7)
0547143fad
Merge branch 'MDL-34866_23' of git://github.com/rlorenzo/moodle into MOODLE_23_STABLE
2012-08-22 01:50:19 +02:00
Eloy Lafuente (stronk7)
181884b480
Merge branch 'MDL-34941-MOODLE_23_STABLE' of https://github.com/mouneyrac/moodle into MOODLE_23_STABLE
2012-08-21 02:43:10 +02:00
Eloy Lafuente (stronk7)
0c6800e771
Merge branch 'MDL-31957-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2012-08-21 01:23:05 +02:00
sam marshall
40f6697f2e
MDL-31957 Course reset: Does not erase activity completion data
2012-08-17 10:39:38 +01:00
Jerome Mouneyrac
7a4f9ba8e0
MDL-34941 correct timestamp range: startdate of external fct create_course PHPunit test
2012-08-17 16:15:56 +08:00
Rajesh Taneja
a645f67aa5
MDL-31734 Course: removed unused sectiontitle string
2012-08-17 14:33:40 +08:00
Eloy Lafuente (stronk7)
91986f84c2
Merge branch 'MDL-34539' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-08-15 03:23:57 +02:00
Rex Lorenzo
90c510cf9d
MDL-34866 - Make "course display" default a site configurable option
...
* Moved COURSE_DISPLAY_SINGLEPAGE and COURSE_DISPLAY_MULTIPAGE constants from courselib to moodlelib.php
* Using course display constants in course default admin setting page
2012-08-14 12:12:47 -07:00
Dan Poltawski
894446f7fd
MDL-34539 course - allow negative section numbers
...
This gives course format authors more flexibility.
Thanks to Itamar Tzadok for the suggestion.
2012-08-14 11:34:19 +08:00