Nicolas Connault
1a96363a9d
MDL-15050 Grades entered/updated through grader report now get correctly displayed in course user activity reports (commenting on last commit). Merged from MOODLE_19_STABLE
2009-10-27 12:37:15 +00:00
ashleyholman
b55d0869e9
MDL-20578 forum_print_overview() performance: fix unnecessary ILIKE match to make better use of log_coumodact_ix index
2009-10-19 00:18:23 +00:00
samhemelryk
261c6ef0ea
forum MDL-19808 Upgraded deprecated calls
2009-10-16 03:20:23 +00:00
moodler
862f5a49d5
forum/single MDL-18599 Merged single-discussion-owner fix from 1.9
2009-10-14 07:07:05 +00:00
samhemelryk
d972bad1b0
navigationMDL-20216 Moved type argument to third argument
2009-09-04 08:43:49 +00:00
samhemelryk
91152a3518
navigation MDL-20216 Refactored add arguments
...
Moved $action argument from arg5 to arg2
2009-09-04 03:12:01 +00:00
samhemelryk
7d2a049292
navigation MDL-14632 Very significant navigation commit
...
This patch introduces two new blocks global_navigation_tree and settings_navigation_tree
both of which have been designed to make full use of the new navigation objects available through
the $PAGE object.
Bulk of this code is within lib/navigationlib.php
2009-08-28 08:47:31 +00:00
stronk7
5d9827e442
Added missing global that was causing discussions to fail with fatal error.
2009-08-21 18:11:04 +00:00
nicolasconnault
5047d38ae7
MDL-19808 Upgraded calls to link_to_popup_window()
2009-08-20 13:16:21 +00:00
nicolasconnault
59e28d8f5d
MDL-19808 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:44:35 +00:00
nicolasconnault
9146b979fe
MDL-19808 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:14:39 +00:00
nicolasconnault
b46eec3bba
MDL-19808 Upgraded calls to choose_from_menu
2009-08-18 00:11:38 +00:00
nicolasconnault
7b1f2c829f
MDL-19756 Renamed moodle_select to html_select for better API consistency
2009-08-10 08:38:45 +00:00
nicolasconnault
9fc666e5e7
MDL-19808 Converted calls to popup_form()
2009-08-10 03:36:42 +00:00
nicolasconnault
4e412c459d
MDL-19808 Converted calls to print_paging_bar
2009-08-07 01:37:44 +00:00
nicolasconnault
4369ae7028
MDL-19808 Upgraded call to print_scale_menu_helpbutton
2009-08-06 01:53:22 +00:00
nicolasconnault
cb86049171
MDL-19808 Upgraded calls to print_headline
2009-08-06 01:36:33 +00:00
skodak
0a8a7b6c24
MDL-14589 added missing require_login()
2009-07-19 08:56:45 +00:00
samhemelryk
19c9f09430
filelib MDL-19707 Converted existing ...str_replace('png','gif')... to use file_extension_icon and file_mimetype_icon
2009-07-07 06:16:01 +00:00
skodak
86900a93bb
MDL-14589 improved _pluginfile function - added forcedownload param and fixed docs
2009-07-03 13:40:37 +00:00
tjhunt
d436d197d1
MDL-19690 - the last lot of $CFG->pixpath to $OUTPUT->old_icon_url
...
Including MDL-19693
RIP $CFG->pixpath
2009-07-03 07:55:30 +00:00
tjhunt
e63f88c9a6
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
...
and $CFG->modpixpath to $OUTPUT->mod_icon_url
2009-07-02 12:07:58 +00:00
tjhunt
f2a1963c43
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-02 11:09:15 +00:00
samhemelryk
7bfe17822a
modforum MDL-16706 Removed inline js script call in mod forum and added forum.js
2009-06-23 03:16:16 +00:00
skodak
17da2e6f28
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
2009-06-19 14:25:56 +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
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
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
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
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
samhemelryk
df1ba0f4e2
mod-forum MDL-19294 Added boilerplate and phpdocs
2009-05-27 07:27:53 +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
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
skodak
99a3aa38b8
MDL-16915 fixed warnings caused by empty arrays in forum ratings; merged from MOODLE_19_STABLE
2009-05-06 18:14:01 +00:00
skodak
a08171c5c2
MDL-19002 file upload limits support
2009-04-28 19:08:33 +00:00
skodak
3268cf9921
MDL-18910 full support for module intro editor with embedded images
2009-04-22 06:48:15 +00:00
skodak
dc5c2bd9eb
MDL-18910 full support for module intro editor with embedded images
2009-04-21 21:17:21 +00:00
skodak
42f103be4c
MDL-18910 moving modedit features to modname_supports()
2009-04-21 08:57:20 +00:00
skodak
702dc57b54
MDL-18902 fixed whitespace, sorrrry
2009-04-20 11:49:26 +00:00
skodak
e2d7687fc4
MDL-18902 reimplemented trusstext support in forum + standardising format column for text fields
2009-04-20 11:36:01 +00:00
sam_marshall
4d10247fdb
MDL-18768: Limited size of context and modinfo caches to avoid memory problems with code that loops through many courses, also changed forum role_assign to use recordset for all-courses loops
2009-04-06 09:48:39 +00:00
arborrow
b09e003cc1
typo - missinf instead of missing
2009-04-05 05:12:12 +00:00
tjhunt
edc0c49332
file api: MDL-18754 improve the names of some functions.
...
The new names are documented on
http://docs.moodle.org/en/Development:Convert_Draftarea_Files
2009-04-01 04:34:58 +00:00
skodak
342650a7aa
MDL-18417 fixed DML conversion
2009-03-26 21:15:12 +00:00
dongsheng
8d96a7b4e6
"EDITOR/MDL-16698, replace htmleditor element with editor element in forum, move draft files to correct file area"
2009-03-26 02:52:59 +00:00
poltawski
a99543ca32
mod/forum - invalid html in q&a forum MDL-18305
...
thanks to Neil Streeter for the patch
2009-03-20 13:39:07 +00:00
dongsheng
ad9c22aa12
"FORUM/MDL-15968, respect mod/forum:viewqandawithoutposting in forum_search_posts, merged from 1.9"
2009-03-03 06:48:03 +00:00
sam_marshall
3ae8d0dd80
MDL-18322: Fix debug warning on course view page when forum has grouping set
2009-02-19 17:41:40 +00:00
mudrd8mz
c5ce3d837c
MDL-17940 Display the count of ratings together with the aggregated grade for the post. Merged from 1.9
2009-01-30 11:32:46 +00:00