66 Commits

Author SHA1 Message Date
Tony Levi
d9b49c23da MDL-27228: Fix label 'eye' does not match show/hide setting 2011-08-21 14:54:00 +02:00
David Mudrak
fa82056328 MDL-11288 Added ability to duplicate module in the course
Internally, the new script modduplicate.php performs a single activity
backup and restore and then moves the newly created copy right below the
original.
2011-03-31 13:39:05 +02:00
Petr Skoda
431ac39634 MDL-26623 fix file permissions
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Andrew Robert Nicols
218a465980 lib/ajax/ MDL-25675 Use className instead of classList.toString()
Signed-off-by: Andrew Robert Nicols <andrew.nicols@luns.net.uk>
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk>
2011-01-05 23:26:28 +00:00
Petr Skoda
e2bbe5ff7d Merge branch 'MDL-25682' of git://github.com/danpoltawski/moodle 2010-12-27 12:37:37 +01:00
Andrew Robert Nicols
a8a44f2845 MDL-25682 Set the iconsmall class correctly on all section icons.
When using AJAX the icons are not styled correctly. I've taken out
all of the non-css style from the move icon since this is all covered
by the iconsmall and img classes anyway.

Signed-off-by: Andrew Robert Nicols <andrew.nicols@luns.net.uk>
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk>
2010-12-22 15:23:07 +00:00
Andrew Robert Nicols
1a0d7bd785 MDL-25676 Add back missing test for editing_assign class
This had caused the assign roles button disappeared in AJAX view.

Note - this does not fix the issue with the cloned buttons being resized
(MDL-25682)

Signed-off-by: Andrew Robert Nicols <andrew.nicols@luns.net.uk>
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk>
2010-12-22 14:51:03 +00:00
Sam Hemelryk
060cd0c887 course MDL-25269 Fixed up module/resource indentation on the course view page. Now uses div margins rather than spacer images. 2010-11-19 04:02:21 +00:00
David Mudrak
b31b2d842d MDL-14790 ajax delete confirmation box now uses the same wording as the non-ajax confirmation page 2010-11-09 11:55:26 +00:00
Rossiani Wijaya
b2b204b764 MDL-20044: fixed ajax functionality when using bullet points (<ul>) in topic summary. 2010-10-29 03:38:59 +00:00
Petr Skoda
e8b32e2bfa MDL-24316 ajax course edit now works with orphaned activities 2010-10-14 14:07:01 +00:00
Petr Skoda
b532c911e8 fixed unterminated JS statements 2010-09-17 20:11:03 +00:00
Sam Hemelryk
56dc41d0c4 course ajax MDL-22653 Toggling of label visibility now dims text correctly. Kudos to Davo 2010-06-03 08:55:08 +00:00
Sam Hemelryk
424a353056 course-ajax MDL-22645 Fixed broken image urls in course ajax editing scripts 2010-06-02 02:10:38 +00:00
Martin Dougiamas
81f92309f3 MDL-22535 Fixed a little typo. Thanks Davo Smith! 2010-05-31 06:59:26 +00:00
Sam Hemelryk
5233807ca7 course MDL-22535 Fixed spacer image in ajax course editing 2010-05-27 01:49:57 +00:00
Petr Skoda
5884a8e6b3 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-10 19:45:34 +00:00
Moodle HQ git importer
8926f8449f Fixing drift between CVS and git 2009-11-02 00:32:03 +00:00
rwijaya
ddc660600a course/view MDL-20123 section 0 visibility and highlight 2009-10-21 06:25:21 +00:00
nicolasconnault
8c3c518f98 MDL-20415 Modified the behaviour of AJAX moving of sections when in "weekly" format, so that dates don't get moved along with the sections. This reflects the final, saved state. Merged from MOODLE_19_STABLE 2009-10-03 01:53:17 +00:00
nicolasconnault
49c4d8caa4 MDL-10221 Simulating the HTTP DELETE method by using a URL param (action), because some web servers don't allow DELETE. AJAX Course and Block deletion now works as expected. Merged from MOODLE_19_STABLE 2009-10-02 07:53:01 +00:00
tjhunt
ddedf979b4 MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url 2009-07-03 06:19:25 +00:00
nicolasconnault
9810d8a08c MDL-14909 Preventing the border from being assigned to label list elements. Merged from MOODLE_19_STABLE 2009-04-29 09:31:24 +00:00
nicolasconnault
472a4b92c8 MDL-9306 Converting tabs to spaces. Merged from MOODLE_19_STABLE 2009-04-23 07:22:27 +00:00
nicolasconnault
ca255392e2 MDL-12198 Fixed ordering of sections, Merging from MOODLE_19_STABLE 2008-10-08 12:22:04 +00:00
nicolasconnault
fcc286a4e9 MDL-10201 Merged from MOODLE_19_STABLE 2008-10-08 09:10:05 +00:00
nicolasconnault
3440ec1234 MDL-12198 2008-08-08 05:25:54 +00:00
moodler
9aa82ed6d4 MDL-14399 Merged RTL fixes from 1.9 2008-04-17 08:50:56 +00:00
nfreear
5cfea9fbae Follow up for MDL-12256, "Course AJAX has very poor accessibility - ALT text" - IE tooltip/ title hack. 2007-11-20 14:37:58 +00:00
nfreear
f8eaeffa21 Fixes for bug MDL-12256, "Course AJAX has very poor accessibility - ALT text" (includes white-space cleanup). 2007-11-19 17:22:04 +00:00
nicolasconnault
1ce18c08d3 MDL-9306 Applied Ann's patches: seems to work very well, the output is entirely XHTML compliant, and displays really nicely. 2007-11-06 14:01:13 +00:00
nicolasconnault
9837bd1d2c MDL-7574 Applying Matthew Davidson's patch. 2007-08-27 16:59:04 +00:00
poltawski
72d2845296 MDL-9742 Converting tabs to spaces 2007-05-09 01:11:45 +00:00
nicolasconnault
cddbd5d5fe MDL-8807: The icon's title attribute wasn't being updated along with its img.src
MDL-8997: A couple of typos: groupseparate instead of groupsseparate etc...
2007-03-22 07:16:57 +00:00
vyshane
74a344bf3b Merged from 1.7. 2007-02-09 05:16:43 +00:00
vyshane
24af22cc20 Removed comment that no longer applies 2007-02-08 07:58:35 +00:00
vyshane
446d6e7dd0 *** empty log message *** 2007-01-30 04:55:59 +00:00
vyshane
15c331b2e8 Merged from 1.7. 2007-01-29 07:58:47 +00:00
vyshane
c4ca9cb3b2 Merged from 1.7. 2007-01-29 02:22:18 +00:00
vyshane
e50b0ad904 Merged from 1.7. 2007-01-25 04:37:39 +00:00
vyshane
4c72307e24 Merged from 1.7 2007-01-24 05:58:59 +00:00
vyshane
9f4dff704b Merged from 1.7. 2006-12-18 06:26:23 +00:00
vyshane
53a4443bae Merged from 1.7. 2006-12-14 07:48:40 +00:00
vyshane
da28afbb3b Merged from 1.7. 2006-12-01 02:40:47 +00:00
vyshane
d14d739d24 Merged from 1.7. 2006-11-23 08:36:22 +00:00
vyshane
4b5c8f24db Merged from 1.7. 2006-11-22 08:26:59 +00:00
vyshane
607c1bc1c6 Merged from 1.7. 2006-11-22 07:36:41 +00:00
vyshane
22206b6722 Merged from 1.7. 2006-11-22 07:04:41 +00:00
vyshane
90ebdf654b Merged from 1.7. 2006-11-21 04:19:01 +00:00
vyshane
d2a11d460a Merged from 1.7. 2006-11-20 09:21:27 +00:00