Commit graph

8031 commits

Author SHA1 Message Date
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
agrabs
b68bff82c9 MDL-19497 - group selection is broken 2009-06-13 14:17:00 +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
samhemelryk
e30d7983a4 cssclasses MDL-17525 Added next and previous classes to quiz pagination links 2009-06-10 08:35:45 +00:00
samhemelryk
fa3835a137 quizheader MDL-18896 Hides quiz closes and feedback if no quizzes use them
Note: Feedback will be shown if there are any possible feedbacks that may one day be used
2009-06-09 08:31:18 +00:00
samhemelryk
6b60b0004e resource MDL-18691 Implemented resource_get_name in one more place for dropdowns 2009-06-09 05:13:48 +00:00
stronk7
302fe95867 MDL-19403 glossary settings - add support to pixpath. Credit goes to Red Morris ; merged from 19_STABLE 2009-06-05 23:55:19 +00:00
tjhunt
51b9ccc084 quiz editing: MDL-19199 merged from HEAD. 2.0 can store decimals here, but we should still be cleaning input. 2009-06-05 09:25:34 +00:00
tjhunt
eacb462e38 quiz reports: MDL-19205 Improved tooltips on individual question grades. 2009-06-05 06:54:42 +00:00
stronk7
5e1f1a6e61 MDL-17327 data module - improve adv. search by avoiding all the extra joins when getting max number of records ; merged from 19_STABLE 2009-06-04 10:31:12 +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
stronk7
b0ec60f10d MDL-19350 upgrade blocks - adding missing savepoints to mod/quiz/reports 2009-06-03 17:16:01 +00:00
stronk7
3e17976332 MDL-19350 upgrade blocks - fixing minor bits in modules 2009-06-03 17:01:51 +00:00
dongsheng
cc852a0a8d "MDL-14651, fixed yui javascript path (since latest yui upgrade), setup in update script in order to get format_text worked" 2009-06-02 05:24:24 +00:00
agrabs
788b72a6a6 MDL-19348 - "Site after submit" option is not clear to understand 2009-05-30 16:53:37 +00:00
samhemelryk
e5cc530bca mod lib MDL-19294 Added boilerplate and phpdocs 2009-05-28 06:32:35 +00:00
samhemelryk
28f672b2df mod lib MDL-19294 Added boilerplate and phpdocs 2009-05-28 05:30:46 +00:00
samhemelryk
8cc8611142 mod lib MDL-19294 Added boilerplate and phpdocs 2009-05-28 03:51:39 +00:00
samhemelryk
44a87f630a mod lib MDL-19294 Added boilerplate and phpdocs 2009-05-28 02:48:34 +00:00
samhemelryk
e121db763a mod-glossary MDL-19294 Added boilerplate and phpdocs 2009-05-27 08:47:58 +00:00
samhemelryk
750eb4343a mod lib MDL-19294 Corrected package tag 2009-05-27 08:09:13 +00:00
samhemelryk
df1ba0f4e2 mod-forum MDL-19294 Added boilerplate and phpdocs 2009-05-27 07:27:53 +00:00
samhemelryk
b2d5a79a35 mod MDL-19294 Corrected package tags to docs spec 2009-05-27 05:33:12 +00:00
samhemelryk
32be99dc23 feedback MDL-19294 Boilerplate and Phpdocs 2009-05-27 05:30:50 +00:00
samhemelryk
4636bf8380 choice data MDL-19294 Boilerplate and Phpdocs 2009-05-27 04:06:19 +00:00
samhemelryk
848bb1134b chat lib MDL-19294 Boilerplate and Phpdocs 2009-05-27 02:40:00 +00:00
moodler
98017ce04a Removing temp files from HEAD (should still be available in MOODLE_20_WORKSHOP branch) 2009-05-27 02:22:05 +00:00
moodler
0a88d0f1c8 Some temp files to create the MOODLE_20_WORKSHOP branch with 2009-05-27 02:18:03 +00:00
skodak
04bce26c4e fixed trailing whitespace 2009-05-26 19:01:18 +00:00
samhemelryk
256578f645 assignment MDL-19294 Corrected PhpDoc 2009-05-26 09:13:14 +00:00
skodak
e3ea4a75e9 MDL-15249 fixed installation warnings 2009-05-25 21:04:29 +00:00
skodak
aa282b10fb MDL-15249 $_SERVER['HTTP_HOST'] not availabel in CLI script, replaced by parsing of wwwroot which should give the same info 2009-05-25 20:55:27 +00:00
agrabs
a600ad359a MDL-17005 - very high memory comsumption for feedback module->show entries on big Moodle platforms 2009-05-25 19:48:33 +00:00
gbateson
14fa46fa00 fixes for XHTML strict: add <fieldset> arround hidden form fields, use "id" instead of "name" to locate forms, use HTML entities in button captions <= and => 2009-05-24 09:03:09 +00:00
stronk7
77a7b86529 MDL-19246 restore - cleanup of "restoreto" options. Some more extra uses updated. Merged from 19_STABLE 2009-05-22 10:32:34 +00:00
skodak
4eef139962 MDL-14589 file browsing refactoring - moving url encoding to filelib.php for now 2009-05-20 22:32:02 +00:00
skodak
a19a06d09e MDL-14589 file api improvements - converting more params to general $options array 2009-05-18 19:04:06 +00:00
skodak
34d39b792c MDL-19002 standardized constructor parameter order 2009-05-11 18:55:03 +00:00
skodak
9d54b8cd95 MDL-19002 file size limits in filepicker + improved options 2009-05-11 18:49:04 +00:00
stronk7
5bd8324b24 MDL-15534 wiki special pages heading title. Apply ewiki_t() to get translated heading names ; merged from 19_STABLE 2009-05-10 15:31:03 +00:00
tjhunt
4e1132a8c5 forum: MDL-19119 missing requires now course/lib.php is not included everywhere.
Put in most of the obvious missing require_once($CFG->libdir . '/completionlib.php');
2009-05-08 09:00:41 +00:00
tjhunt
9cd70d9d73 forum: MDL-19119 missing require now course/lib.php is not included everywhere. 2009-05-08 08:07:45 +00:00
gbateson
801ab89d93 when searhcing for urls of next quiz, remove requirement for navigation buttons to have class="NavButton" 2009-05-07 23:02:34 +00:00
stronk7
99e8a8a838 MDL-13826 link/file resource - check maximum length ; merged from 19_STABLE 2009-05-07 20:41:33 +00:00
Moodle HQ git importer
a54bf344c8 Fixing drift between CVS and git 2009-05-07 00:35:40 +00:00
fmarier
330895d56f MDL-19095 mod/forum: fix for new forum discussions being broken
(This problem was introduced in e2d7687fc4)
2009-05-06 22:41:39 +00:00