Commit Graph

9760 Commits

Author SHA1 Message Date
tjhunt 4ab836113a Unit tests: show total time taken to run the tests. 2009-06-23 10:34:21 +00:00
stronk7 8a97d87176 MDL-19579 code coverage - initial lang strings required 2009-06-23 09:31:49 +00:00
tjhunt 5af6ec1b2e MDL-19600 remove remaining traces of docstyles.php.
(Not used since Moodle 1.6.)
Also remove the remaining bits of lang/en_utf8/docs.
2009-06-23 04:39:11 +00:00
mits 1f66bc15e6 MDL-19597 Fixed a typo. 2009-06-22 15:53:26 +00:00
dongsheng 362a728f81 "MDL-13766, added more language strings for repository api" 2009-06-22 03:45:24 +00:00
dongsheng ab9cdbb976 "MDL-17316, fix upload form in non-js file picker" 2009-06-18 06:31:51 +00:00
mits c4353ccb28 MDL-19552 Fixed a typo. 2009-06-17 17:40:09 +00:00
skodak e3d84fb05d MDL-19522 dragmath plugin now fully supports localization 2009-06-16 10:23:27 +00:00
dongsheng aa8ce6e3fd "MDL-13766, use new API to load javascript files, fix xhtml strict issues in javascript, but YUI cannot work in xml strict mode, so do not true on xml strict option in moodle if you want to use file picker" 2009-06-16 02:42:32 +00:00
skodak a8f3a651c0 MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup 2009-06-13 18:16:08 +00:00
skodak 979425b584 MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup 2009-06-13 18:04:21 +00:00
skodak a8c31db2a3 MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup 2009-06-13 17:47:18 +00:00
skodak 9d7493399d MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup 2009-06-13 17:35:10 +00:00
skodak bb4b6010f3 MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup 2009-06-13 17:17:10 +00:00
tjhunt b2330db606 ajaxlib: MDL-16695 New page_requirements_manager class. Soon to replace require_js.
This new class does the work that require_js used to do, and more.
It can track a number of different things that may be required to
be output somewhere on the page, including:

    * Links to JS files
    * Links to CSS files
    * Links to YUI libraries (this class knows about the dependancies between the different libs).
    * Skip links that go from the top of <body> to various places in the content.
    * Calls to JavaScript functions (for example to initialise things)
    * Bits of data from PHP that need to be available to JavaScript
    * As a special case of that, an easy way to pass language strings to JS.

The new API looks like

$PAGE->requires->css('mod/mymod/styles.css');
$PAGE->requires->js('mod/mymod/script.js');
$PAGE->requires->js('mod/mymod/small_but_urgent.js')->in_head();
$PAGE->requires->js_function_call('init_mymod', array($data))->on_dom_ready();

$PAGE->requires is the canonical instances of this new class.

The commit also includes unit tests, and hopefully the PHP doc comments are
clear enough that it is easy to understand.
2009-06-12 03:13:29 +00:00
dongsheng b6fd5aee62 "MDL-17316, improve non-js file manager interface" 2009-06-11 08:08:33 +00:00
jerome 2b06294b9a authentication MDL-19182 split auth.php lang file into multiple files separate for each plugin 2009-06-11 03:34:46 +00:00
dongsheng 2b70aa5152 "MDL-16384, add text to descripe what is alfresco API url is" 2009-06-08 06:36:38 +00:00
dongsheng 761265adab "MDL-17316, non-js file picker added" 2009-06-08 06:25:53 +00:00
tjhunt eacb462e38 quiz reports: MDL-19205 Improved tooltips on individual question grades. 2009-06-05 06:54:42 +00:00
skodak b004fca172 MDL-18976 simplexml ext now marked as required, credit goes to Dan Poltawski 2009-06-03 21:15:47 +00:00
skodak 2a7eff41ad MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings 2009-06-03 20:37:28 +00:00
skodak 7826abc79f MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings 2009-06-03 20:25:27 +00:00
skodak a8d6ef8c6c MDL-18293 $DB->somethiong is using exceptions, no need for ifs there, removing useless strings 2009-06-03 20:16:20 +00:00
skodak bf8e93d704 MDL-18293 $DB->somethiong is using exceptions, no need for ifs tehre, removing useless strings 2009-06-03 20:00:08 +00:00
skodak cfe3321562 MDL-19352 maintenance mode reimplemented - now using$CFG + cli script 2009-06-03 08:23:05 +00:00
pichetp b3409111bf MDL-17366 modifying lang strings 2009-06-03 03:05:45 +00:00
mits 851a59a152 MDL-19374 fixed a typo. 2009-06-02 19:26:28 +00:00
pichetp 0d1bd00d48 MDL-17366 adding the calculatedsimple questiontype 2009-06-01 03:33:04 +00:00
pichetp a31697ba49 MDL-17366 adding control of number of values displayed and validation improvments. 2009-06-01 03:12:29 +00:00
skodak 4fe2250a1f MDL-19352 maintenance mode reiplemented 2009-05-31 14:42:29 +00:00
skodak 926378ce4d MDL-15249 localized cli upgrade 2009-05-31 12:39:16 +00:00
skodak b8523467c7 MDL-15249 towards localized cli installer 2009-05-30 19:02:04 +00:00
skodak c31d94e8ba MDL-15249 towards localized cli installer 2009-05-30 17:14:24 +00:00
agrabs 788b72a6a6 MDL-19348 - "Site after submit" option is not clear to understand 2009-05-30 16:53:37 +00:00
skodak 52c2ec00ba MDL-15249 major install lang file cleanup - removing all strings added into 2.0dev that are not going to be used at all 2009-05-30 14:36:12 +00:00
pichetp 83a15d025c MDL-17366 adding the calculatedsimple questiontype 2009-05-29 22:42:22 +00:00
stronk7 024b7605e4 MDL-9176 xmldb editor - now it's possible to save from edit file page (always forget strings, grrr) 2009-05-28 23:27:05 +00:00
stronk7 c1b8eeda68 MDL-19305 renaming string because I'm going to need both 2009-05-28 21:57:56 +00:00
stronk7 9dd35834ee MDL-19305 xmldb editor - throw message when there are changes pending to save and perms don't allow it. 2009-05-28 21:48:13 +00:00
stronk7 17fe4b1f32 MDL-19304 xmldb editor - added "viewxml" string for new option 2009-05-28 21:32:04 +00:00
stronk7 620ba7c372 MDL-19325 lang string - escape $ properly 2009-05-28 15:22:27 +00:00
stronk7 1f9c62b0fa MDL-19319, MDL-19307 xmldb documentation - add new strings 2009-05-28 00:24:38 +00:00
jerome 2b28cae42d community Hub MDL-19313 fix hard coded string for registration form title, merged from 1.9 2009-05-27 03:05:54 +00:00
stronk7 528862df04 MDL-19246 file manager - improved security message. Unused in HEAD. Thanks Helen. 2009-05-22 15:16:13 +00:00
mudrd8mz 1d85bec383 MDL-19279: workshop: deleting files from the core space, they are now in the module space in the contrib 2009-05-22 10:44:20 +00:00
stronk7 66f8c14c2e MDL-19163 restore - 2 new strings to warn about restore over SITEID ; merged from 19_STABLE 2009-05-19 18:37:43 +00:00
fmarier 5505925383 MDL-19222 sessionlib: add a check and error message when initialising file sessions in case there is no free space on the partition 2009-05-18 04:47:58 +00:00
dongsheng da2946c984 "MDL-19180, repository url plugin, download file into moodle by inputing url directly" 2009-05-18 03:51:09 +00:00
skodak a5747cf828 MDL-19211 text editor plugins configuration 2009-05-17 21:10:06 +00:00