1679 Commits

Author SHA1 Message Date
Sam Hemelryk
6fe060569b forum MDL-20739 Fixed bad conversion of html_select component 2009-11-04 03:15:09 +00:00
Sam Hemelryk
ecf922b8bb forum MDL-20737 Fixed bug causing exception in forum move to drop down 2009-11-04 02:46:18 +00:00
Martin Dougiamas
95b320e59f forum rating ajax MDL-20119 Enable ajax to work on single-discussion forum (and blog forum) 2009-11-02 06:38:52 +00:00
Petr Skoda
1adbd2c350 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 14:55:15 +00:00
Petr Skoda
2a250a0b2e MDL-20697 removing duplicate error string cannotfindsite, fixing get_site() which is now using exceptions 2009-11-01 09:21:41 +00:00
Nicolas Connault
1c7b8b934b MDL-19676 MDL-14408 MDL-8776 Blog improvements 2009-10-30 07:25:50 +00:00
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
skodak
d18e0fe646 MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
samhemelryk
cd4e6b1769 mod-forum MDL-19808 Added set_url calls, replaced deprecated functions 2009-09-24 06:41:04 +00:00
nicolasconnault
d355865942 MDL-19808 Added set_url and fixed minor bugs 2009-09-11 03:21:37 +00:00
samhemelryk
393f161545 core MDL-19786 Updated OUTPUT->header calls that were still using arguments 2009-09-08 02:23:00 +00:00
samhemelryk
d972bad1b0 navigationMDL-20216 Moved type argument to third argument 2009-09-04 08:43:49 +00:00
samhemelryk
15ca5e5e0d forum MDL-19808 Upgraded print_header and build_navigation calls to OUTPUT/PAGE equivilants 2009-09-04 05:50:21 +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
skodak
622365d2e1 MDL-20169 fixed coding style, parameter type required 2009-08-27 18:37:53 +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
e4c5abdc56 MDL-19808 Fixed dropdown for moving forum discussions 2009-08-13 01:43:57 +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
698c90d0be MDL-19808 Converted print_box* to $OUTPUT->box* 2009-08-10 04:59:43 +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
396fb912ff MDL-19808 Converted all print_footer() calls 2009-08-06 14:14:09 +00:00
nicolasconnault
f43f1834d3 MDL-19808 Migrated calls to print_heading 2009-08-06 08:23:02 +00:00
nicolasconnault
2697389834 MDL-19808 Migrated calls to close_window_button() 2009-08-06 02:53:25 +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
nicolasconnault
db056cf2cb MDL-19808 Upgraded calls to print_time_selector and print_date_selector 2009-08-06 01:11:16 +00:00
nicolasconnault
85ed1699f4 MDL-19808 Upgraded calls to print_time_selector and print_date_selector 2009-08-06 01:07:51 +00:00
skodak
0a8a7b6c24 MDL-14589 added missing require_login() 2009-07-19 08:56:45 +00:00
nicolasconnault
385219cba9 MDL-19808 Upgraded view.php to new pagelib and outputlib APIs 2009-07-15 02:54:40 +00:00
tjhunt
fbaaeaebac forum: $PAGE->set_url on forum view page. 2009-07-14 09:36:02 +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
stronk7
ce40c8ff2b MDL-19579 code coverage - add more initial $includecoverage attributes 2009-06-26 18:12:05 +00:00
samhemelryk
002575adeb mod-forum MDL-16706 Removed inline JS and replaced with new PAGE methods 2009-06-26 07:49:37 +00:00
samhemelryk
68533e531a mod-forum MDL-19620 Replaced get_db_family with get_dbfamily 2009-06-25 03:08:05 +00:00
samhemelryk
970df3e01f modforum MDL-16706 Removed inline js script call in mod forum 2009-06-25 02:57:46 +00:00
skodak
7de5a29a33 MDL-19611 fixing regression - video icon disappeared 2009-06-24 23:15:24 +00:00
skodak
5a4ba49ca7 MDL-19611 fixing regression - video icon disappeared 2009-06-24 22:54:49 +00:00