20 Commits

Author SHA1 Message Date
nicolasconnault
e42f153c33 MDL-19976 Changing redirect($url->out()) to redirect($url). NEVER, NEVER use redirect($url->out())!!! Bad Tim! :p 2009-07-31 09:30:11 +00:00
tjhunt
a28c92539e MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url 2009-07-03 06:38:41 +00:00
samhemelryk
ce02a9bf94 lib MDL-19236 Added boilerplates and copyrights 2009-05-26 02:46:09 +00:00
tjhunt
c65921d422 Question categories. Move code to a more appropriate place. 2009-03-05 04:19:33 +00:00
tjhunt
004ff192d4 listlib: MDL-17422 Paging in listlib was badly screwed 2008-11-27 10:53:46 +00:00
tjhunt
4f8190a59f listlib: off-by-one error. I found this while preparing my Brisbane MoodleMoot demo. It was causing notices on the question bank page, or something like that. 2008-10-23 09:04:52 +00:00
skodak
d9cde0edeb MDL-15094 towards full dml conversion 2008-06-09 12:02:20 +00:00
nicolasconnault
b7064779f5 Updated copyright notice in header 2007-10-10 05:25:14 +00:00
jamiesensei
f6ea3132c1 small commenting change 2007-08-15 11:08:37 +00:00
jamiesensei
20c55233c3 small change to make icons easier to override in child classes. 2007-06-29 14:19:22 +00:00
jamiesensei
d65cb30f63 reverting last commit "added another parameter to moodle_url out, out_action and get_query_string so that developer can output url with query string joined by '&' and not '&'. & breaks redirect on IE." It turned out to be unnecessary. 2007-05-29 06:14:09 +00:00
jamiesensei
099f7fb6ca added another parameter to moodle_url out, out_action and get_query_string so that developer can output url with query string joined by '&' and not '&'. & breaks redirect on IE. 2007-05-28 14:25:40 +00:00
jamiesensei
bdc66c2a5d fix for category.php lists. Slight change in listlib api caused breakage. 2007-05-25 04:59:17 +00:00
jamiesensei
b0bc5219d8 some changes to listlib to make it possible to chain the paging of several lists together that are displayed on the same page, so that paging can work across several lists 2007-05-20 13:59:58 +00:00
jamiesensei
850e85b7b2 some changes to make it easier to override editing icons in child classes and to make several lists work well with each other on the same page. 2007-05-11 22:22:14 +00:00
jamiesensei
986effb653 pass the category list page param from page to page in question bank editing pages. 2007-05-07 05:53:20 +00:00
jamiesensei
400edee1ec always make sure that page param is in the pageurl 2007-05-07 05:30:06 +00:00
jamiesensei
81be5cdec3 added argument to constructor to specify the name of the page parameter used to pass the page no of the list. Default to 'page' 2007-05-07 05:25:44 +00:00
jamiesensei
0d32a25dd5 oops. small mistake with copyright notice. 2007-04-27 05:36:03 +00:00
jamiesensei
dac786f300 MDL-9437 lib/listlib.php for displaying and editing a nested list of items. And changes to question\category.php to use the new lists. 2007-04-19 08:57:54 +00:00