Commit Graph

45 Commits

Author SHA1 Message Date
483f306734 Updating the translate_list for YUI components. 2008-05-13 07:24:43 +00:00
b244b9b776 MDL-14163 YUI implementation complete, new grader_report preference and admin setting for enabling ajax. 2008-04-18 19:30:28 +00:00
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
ca70075a39 MDL-12284 Moved require_js to weblib and improved it so that it works if called during header (also tidied up code) 2007-11-20 18:04:03 +00:00
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
72d2845296 MDL-9742 Converting tabs to spaces 2007-05-09 01:11:45 +00:00
0e9d0c0b85 Made it so you can call require_js after header printed (bug 8823) 2007-03-09 12:52:35 +00:00
c2a9fc9166 Issue 8417:
Added support for array of tested browsers to be passed to ajaxenabled()
Merged in from MOODLE_18_STABLE
2007-03-01 02:08:06 +00:00
d499142e5a Safari 2.0 and Opera 9.0 are now detected and supported for YUI. However, preliminary tests show that drag&drop behaviour is very slow on Opera and user-unfriendly on both browsers. A YUI debug window also pops up on Safari.
I added a unit test for ajaxlib.php

Issue MDL-8417
Merged from MOODLE_18_STABLE
2007-03-01 01:31:37 +00:00
604c634179 Reverted require_js() in lib/ajax/ajaxlib.php. Last changes broke backwards compatibility with the way the function worked in Moodle 1.7.
Small change in lib/weblib.php to allow require_js() to be used from themes. To use it, just call the function from themedir/meta.php.
2007-02-12 06:01:49 +00:00
c630701958 'add a second parameter to enable YUI loading from header.html in the themes - MDL-8374' 2007-02-09 13:25:48 +00:00
f72f94a257 Reworked require_js() so that it will not load libraries more than once.
Related to MDL-7682 and MDL-8374.
2007-02-02 06:35:25 +00:00
446d6e7dd0 *** empty log message *** 2007-01-30 04:55:59 +00:00
15c331b2e8 Merged from 1.7. 2007-01-29 07:58:47 +00:00
c4ca9cb3b2 Merged from 1.7. 2007-01-29 02:22:18 +00:00
32f0b38a4a MDL-8049 Remove all language=Javascript from javascript includes 2007-01-03 19:33:44 +00:00
67c0e16eed Merged from 1.7. 2006-12-14 08:10:41 +00:00
e9880ed208 Merged from 1.7. 2006-12-14 04:47:29 +00:00
4a5548f928 Merged from 1.7. 2006-12-01 03:46:55 +00:00
2f11bfc0a4 Merged from 1.7. 2006-11-27 03:22:28 +00:00
d2a11d460a Merged from 1.7. 2006-11-20 09:21:27 +00:00
88c5092a50 Merged from 1.7. 2006-11-17 05:54:21 +00:00
2a0d551ca5 Merged from 1.7 2006-11-15 08:34:17 +00:00
f68a7947bd Merged from 1.7 2006-11-15 08:07:32 +00:00
3972629d1f Merged from 1.7 2006-11-14 05:34:38 +00:00
d815886370 Merged from 1.7 2006-11-14 03:07:18 +00:00
479afa41ec Merged ajax fix for MDL-7281 2006-10-30 07:48:02 +00:00
c0a35ad61e Merged from 1.7 2006-10-26 07:45:00 +00:00
2469f7ea85 Merged from 1.7 2006-10-24 08:11:38 +00:00
c081fdcaca Merged from 1.7 2006-10-18 09:47:44 +00:00
01059829c2 Merged from 1.7 2006-10-18 08:41:24 +00:00
fc2e40e30e Merged from 1.7 2006-10-18 07:42:44 +00:00
8b8a8779dc Merged from 1.7 2006-10-18 07:05:21 +00:00
4fc45e1dde Merge from 1.7 2006-10-17 05:33:18 +00:00
3287cb4cba resolved: MDL-6579
Added strings needed for delete confirmation.
2006-10-08 21:09:18 +00:00
35b974dae6 Some small formatting changes.
Added some missing semi-colons in js code.
2006-10-05 08:47:13 +00:00
4488daf7ad File had a UTF-8 BOM at the start, was causing problems, now removed 2006-09-25 14:59:21 +00:00
479eea4149 Removed trailing blank line at end of file (was breaking things) 2006-09-25 14:35:41 +00:00
3e1e2b6968 Putting the files back to plain JS files 2006-09-23 15:11:37 +00:00
9bb7417805 Further centralising of course AJAX and cleanup of code formatting, names etc 2006-09-23 14:03:48 +00:00
e78a3505c5 MDL-6544
resolved issue by passing strings into new main.portal.strings for delocalization.
2006-09-21 18:38:54 +00:00
669d3ecd7c Some fixes to move Javascript files to PHP script, so that we can
tweak the contents better.

This was supposed to fix MDL-6544 but it didn't work.  Checking it in
because it will help a fix later.
2006-09-21 17:17:00 +00:00
b2174cc86b FIxed some file paths 2006-08-28 06:57:40 +00:00
d4df8fdcae small changes, also de-tabbed and unix fomatted 2006-08-28 02:05:02 +00:00
0a0bb38019 Ed Coyne's AJAX course format, with some cleanups done.
More cleanups to come from Ed.

This isn't actually working for me right now but he'll fix it now.

This is completely optional and won't affect any other code right now.
2006-08-24 03:20:37 +00:00