Commit Graph

560 Commits

Author SHA1 Message Date
samhemelryk 458eb0d10c overlib MDL-19735 Overlib is now included only where it is used
At the same time I have converted the calendar block to use YUI instead of overlib, this introduces one regression in that the panel is shown immediatly but should really have a minimal delay for usability.
This will be fixed once the theme changes for 2.0 have been commited
2009-09-17 07:46:20 +00:00
samhemelryk b06a2d46da questions-type-calculated MDL-20275 Fixed bug causing error when upgrading
Bug was caused because $result was being set by database_manager::create_table which does not return a value
2009-09-14 02:49:51 +00:00
pichetp bb02e41fe2 MDL-19519 , MDL-1728 setting correctly synchonize value when saving question
from datasetdefinitions_form.php
2009-09-13 13:49:50 +00:00
stronk7 63dc5bfcb2 Getting same records twice... ;-) 2009-09-08 08:41:43 +00:00
pichetp 86e8577599 MDL-19418 Correcting expression by escaping ~ so that it is interpreted as a charracter 2009-09-06 20:34:09 +00:00
pichetp 06f80c6ce7 MDL-20176 Eliminate all PARAM_CLEAN, MDL-17366 cleaning code 2009-09-06 19:06:23 +00:00
skodak 53e8c830fb MDL-20176 param types mandatory - temporary hacks, needs to be fixed properly 2009-08-27 20:54:52 +00:00
pichetp 1bf9a6311e MDL-19519 , MDL-1728 minor strings changes 2009-08-22 16:50:46 +00:00
pichetp ac5230fe8e MDL-18924 Testing if dataitems are numericals 2009-08-22 15:00:51 +00:00
pichetp f79a4158ad MDL-19519 , MDL-1728 Adding database question_calculated_options
final strings text will be added later after users comments
2009-08-22 14:59:46 +00:00
pichetp e593233a22 MDL-19519 , MDL-1728 Adding database question_calculated_options 2009-08-22 14:54:36 +00:00
pichetp 1ee53ca929 MDL-19519 , MDL-1728 Adding database question_calculated_options
MDL-18924 Testing in dataitems are numericals
2009-08-22 14:53:41 +00:00
nicolasconnault 80e7bb44cf MDL-19820 Upgraded calls to link_to_popup_window() 2009-08-20 13:17:43 +00:00
nicolasconnault a941387a02 MDL-19820 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno 2009-08-20 08:49:11 +00:00
nicolasconnault fef8f84e4b MDL-19822 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:19:00 +00:00
nicolasconnault 44c64ad857 MDL-19820 Upgraded calls to choose_from_menu 2009-08-18 00:13:28 +00:00
nicolasconnault beb677cda6 MDL-19820 Converted print_box* to $OUTPUT->box* 2009-08-10 05:01:23 +00:00
nicolasconnault 9b59580b36 MDL-19820 Converted all print_footer() calls 2009-08-06 14:19:16 +00:00
nicolasconnault 04a7ba52e9 MDL-19756 Removed explicit aligning CSS class from $OUTPUT->heading() calls 2009-08-06 08:55:02 +00:00
nicolasconnault 723d610c91 MDL-19820 Migrated calls to print_heading 2009-08-06 08:26:06 +00:00
stronk7 1a861d244b NOBUG Fixed error happening when restoring missingtype questions if answers weren't present (cast error) Merged from 19_STABLE 2009-07-29 19:00:55 +00:00
tjhunt aeab3f8d37 calculated qtype: Remove unnecessary call-time pass by reference. 2009-07-24 09:18:19 +00:00
tjhunt ddedf979b4 MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url 2009-07-03 06:19:25 +00:00
tjhunt f2a1963c43 MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url 2009-07-02 11:09:15 +00:00
tjhunt 4096752d1d MDL-19690 - first 53 $CFG->pixpath to $OUTPUT->old_icon_url 2009-07-02 10:06:39 +00:00
stronk7 81d18ad5c4 MDL-19579 code coverage - finished adding initial $includecoverage attributes 2009-06-26 18:25:46 +00:00
nicolasconnault 6dbcaceef1 MDL-19418 Replaced ereg* by preg* 2009-06-22 01:22:37 +00:00
tjhunt 25ddb7efc9 javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
This is the final batch.
2009-06-15 07:57:53 +00:00
mudrd8mz 488275fc71 Fixed missing ";" - spotted during upgrade 2009-06-13 20:56:14 +00:00
skodak fc29e51b2d MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup 2009-06-13 18:34:43 +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 0bcf8b6f0d MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup 2009-06-13 17:55:51 +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 cf6155226c ajaxlib/require_js: MDL-16693 $PAGE->requires->... deprecates require_js etc.
There is a new implementation of require_js in lib/deprecatedlib.php,
based on $PAGE->requires.

There were a few other recently introduced functions in lib/weblib.php,
namely print_js_call, print_delayed_js_call, print_js_config and
standard_js_config. These have been removed, since they were never in
a stable branch, and all the places that used them have been changed
to use the newer $PAGE->requires->... methods.

get_require_js_code is also gone, and the evil places that were calling
it, even though it is an internal function, have been fixed.

Also, I made some minor improvements to the code I committed yesterday
for MDL-16695.

All that remains is to update all the places in core code that are
still using require_js.

(This commit also fixes the problem where the admin tree would not
start with the right categories expanded.)
2009-06-12 12:13:07 +00:00
pichetp 0735b50962 MDL-17366 cleaning code ( space, indentation etc.) 2009-06-11 17:04:18 +00:00
stronk7 577ba35087 MDL-19350 upgrade blocks - adding missing savepoints to question types 2009-06-03 17:27:07 +00:00
stronk7 4ff9ba7d7c towards 2.0 DML 2009-06-03 14:38:25 +00:00
pichetp 4328f8233d MDL-17366 define CALCULATEDSIMPLE , used in xml/format.php 2009-06-03 03:04:04 +00:00
pichetp 1d1f5784f8 MDL-17366 detecting real number of data items in database and modifying lang strings 2009-06-03 03:01:37 +00:00
pichetp acb85fd541 MDL-17366 a new "temporary" icon image 2009-06-01 20:11:13 +00:00
pichetp f965e5fbfc MDL-17366 removing echo debugging lines. 2009-06-01 03:14:51 +00:00
pichetp a31697ba49 MDL-17366 adding control of number of values displayed and validation improvments. 2009-06-01 03:12:29 +00:00
pichetp 83a15d025c MDL-17366 adding the calculatedsimple questiontype 2009-05-29 22:42:22 +00:00
pichetp 315efce701 MDL-19214 Adding category hidden element 2009-05-24 02:33:42 +00:00
pichetp 66d0a55c56 MDL-19210 using the get_database_dataset_items() function 2009-05-24 02:02:31 +00:00
pichetp a2155a7b74 MDL-19210 adding get_database_dataset_items() function 2009-05-24 02:01:03 +00:00
pichetp ad3a4aa67f MDL-19210 eliminate the generation of multiple dataitems having the same item number 2009-05-21 12:10:42 +00:00
stronk7 74c288a100 MDL-18577 drop enums support - step2: enums out from install.xml files 2009-05-01 14:07:43 +00:00
tjhunt f13b675702 shortanswer qtype: Add the problem case from http://moodle.org/mod/forum/discuss.php?d=120557 to the unit tests. 2009-04-06 02:03:10 +00:00
fmarier 316914bf6e MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00