Commit Graph

1576 Commits

Author SHA1 Message Date
nicolasconnault 7c08ef3653 Fixed MDL-8582
Not sure if the hotpot module is converting ampersands correctly. $heading and $title are set up differently than in other modules: instead of outputting $course->title, a temporary $title variable is created and assigned that value. That made it difficult for me to decide whether it was already formatted elsewhere or not.

Also I didn't format_string() any of the variables included in $navigation rings, because I assume these strings get processed by print_navigation(), which includes format_string().
2007-02-28 05:36:13 +00:00
martinlanghoff 7ac2e04a44 Stopping warning and possible errors in graphlib.php caused by bugs in statsgraph.php
Ported from LDC (1.5) branch


Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>
2007-02-28 00:32:22 +00:00
toyomoyo ab1736ab1f fixing wrong capability check 2007-02-27 05:46:57 +00:00
toyomoyo 9f39ff6d96 fix for MDL-8666, groups import broken 2007-02-27 05:40:05 +00:00
nicolasconnault 5d4c573887 Corrected end of line delimiters 2007-02-27 05:05:39 +00:00
nicolasconnault f1ad20d929 Fixed 2 typos identified by Dan (guset instead of guest). MDL-8676 2007-02-27 04:20:26 +00:00
toyomoyo 0a6a753a7f taking care of context_rel cache when moving a course across categories 2007-02-26 02:33:41 +00:00
moodler 7d728003ae Some beautification fixes for MDL-8583 2007-02-23 08:17:54 +00:00
toyomoyo afb3efd947 checking in nick's patch for MDL-8582 2007-02-23 05:05:56 +00:00
thepurpleblob 0542e675b9 D'oh - counting $totalcount wrongly (duplicate courses are ignored) 2007-02-21 13:08:27 +00:00
thepurpleblob 3cae7304e5 Slightly more helpful message if no courses can be shown. 2007-02-21 13:02:26 +00:00
thepurpleblob 59194f400e Whoops... missed setting $totalcount var 2007-02-21 11:56:34 +00:00
thepurpleblob 7577a51e48 MDL-8087
Modules and Blocks lists now link to course search page for
actual instances.
2007-02-21 11:41:39 +00:00
tjhunt 3ca50b0dd3 MDL-8154 - Typo in course search code. Fix thanks to Anthony Borrow. 2007-02-17 17:16:50 +00:00
vyshane ae21a6519b Merged from 1.7. 2007-02-16 08:43:10 +00:00
moodler 522737665c Fixed page path (docs and css) for module editing MDL-8452 2007-02-14 14:08:50 +00:00
toyomoyo 6463b3dea7 adding a div to help with css 2007-02-14 05:45:36 +00:00
toyomoyo 35d0244a37 taking out deprecated width in print_courses and print_course 2007-02-14 04:56:26 +00:00
moodler 2cae9a4f11 Added a 'courseboxes' div around the course boxes on the course listing to help some CSS 2007-02-14 04:22:24 +00:00
moodler 42044d0971 Fixes so that no-one can "login as" users with "doanything" MDL-8411 2007-02-13 08:31:10 +00:00
urs_hunkler 54f404fbef 'removed old block width definitions' 2007-02-11 10:41:42 +00:00
stronk7 c327e15031 This was throwing duplicate declaration errors in my PHP5 box
since some hours ago. Not sure why it worked before, but...
2007-02-09 20:51:56 +00:00
vyshane 211480c3db Merged from 1.7. 2007-02-07 07:09:31 +00:00
urs_hunkler dd9098cc8b 'added felxible columns and round corner code' 2007-02-06 21:31:04 +00:00
urs_hunkler 012beafb2a 'deleted uh comments' 2007-02-06 20:44:16 +00:00
urs_hunkler 689456eb15 'deleted old block width definition' 2007-02-06 20:18:45 +00:00
toyomoyo fbe31d22d1 xhtml validation fixes for MDL-8425 2007-02-06 08:24:37 +00:00
moodler 1e0fb1054c Resolved duplicate id issue MDL-8410 2007-02-05 07:58:29 +00:00
moodler 378ef1fe98 Cleaned up HTML, quotes and styles for the neglected category editing screen MDL-8145 2007-02-05 07:27:07 +00:00
urs_hunkler 56595370a3 'MDL-8418 - I added and changed some classes to center the table and use more standrad cell classes.' 2007-02-04 20:11:05 +00:00
vyshane f47e1c1751 Changed to work with new require_js().
Related to MDL-7682 and MDL-8374.
2007-02-02 06:35:59 +00:00
skodak 5841aa9122 fixed obsoleted course->category test for finding if course is site 2007-02-01 09:06:48 +00:00
urs_hunkler c15816ce95 'set sideblock left and right min/max width with values set in theme/config.php' 2007-01-28 17:11:05 +00:00
martinlanghoff 36e6379ef8 mnet: $CFG->mnet_dispatcher_mode - ensure we set it on install and upgrade, silence warnings - MDL-8284 2007-01-24 22:17:42 +00:00
moodler 3b456f6ae2 Added a summary to layout tables "layout tables" for further accessibility 2007-01-23 08:28:55 +00:00
martinlanghoff caa90d5642 mnet: print_remote_host() must be xhtml strrrrikt! 2007-01-22 01:57:05 +00:00
martinlanghoff 985d7a350d mnet: remove debugging statements 2007-01-22 01:31:15 +00:00
jamiesensei 658772186a some small changes 2007-01-21 09:26:33 +00:00
jamiesensei ec3dac9876 fixes for 'Choose legend/header text carefully - short and non-repeated' MDL-7780 2007-01-19 11:10:09 +00:00
tjhunt 627c9eae47 Missing space. 2007-01-19 10:07:05 +00:00
tjhunt 7f60ca5ec5 correct icon path to use $CFG->pixpath. 2007-01-19 09:59:13 +00:00
martinlanghoff 1fd80ad3d9 mnet: introducing print_remote_host()... and use it in print_my_courses() - add a space 2007-01-19 09:37:28 +00:00
martinlanghoff 643b67b8b8 mnet: introducing print_remote_host()... and use it in print_my_courses() 2007-01-19 09:36:40 +00:00
martinlanghoff 86dd62a724 mnet: introducing print_remote_course() and use it in print_my_moodle()
mbwa-ha-ha-ha! All your remote courses belong to us.
2007-01-19 09:23:47 +00:00
martinlanghoff 6480b0da92 get_config(): fix a call using the oldstyle return value 2007-01-17 06:13:09 +00:00
tjhunt ab6803a97c missed defaults_reprocessing to data_preprocessing 2007-01-16 18:01:02 +00:00
jamiesensei a7f7e52fc5 changed name of moodleform_mod method 'defaults_preprocessing' to 'data_preprocessing' in line with change of set_defaults name to set_data. 2007-01-16 15:36:33 +00:00
skodak 5577ceb354 xhtml fixing in logs and reports, code cleanup MDL-8187 2007-01-15 21:28:25 +00:00
vyshane 68febe8361 Fixes for MDL-7861. 2007-01-15 08:15:04 +00:00
vyshane dd2a21da76 Fixes for MDL-7861. 2007-01-15 07:59:28 +00:00