moodler
c2a4225d1d
Show cost info on info pages MDL-8318
2007-03-05 05:38:46 +00:00
moodler
31e1d6582c
XHTML fixes for course/info.php to make it usable MDL-8755
2007-03-05 05:35:41 +00:00
nicolasconnault
b9a6d9cd1e
MDL-7861 - XHTML errors (strict) were found in course/editsection.html and mod/chat/view.php. They were corrected and additional css rules were written to replace the corrected inline styling.
2007-03-02 02:32:39 +00:00
nicolasconnault
ea799baf48
MDL-8697 - Fixed the legacy HTML for the search table
2007-03-02 01:24:47 +00:00
poltawski
59900bd490
Duplicate alt tags in course category page MDL-8711
2007-03-01 14:47:09 +00:00
nicolasconnault
14b9196e8d
MDL-8697 Moved inline text-align:right to stylesheet, and removed table and td text-align: center
2007-03-01 04:40:19 +00:00
nicolasconnault
9abd181aee
Issue MDL-8697
...
Someone must have fixed this earlier, because there are no more tables. However I found the use of the align attribute which I replaced with inline CSS style=\"text-align:right\"
2007-03-01 04:07:29 +00:00
moodler
9e0c47a5bc
Changed course formats to use the new ajaxenabled() so that only tested browsers are enabled. MDL-8417
2007-03-01 02:39:45 +00:00
poltawski
c2b7ac3fb7
More fixes for MDL-8582
2007-02-28 16:15:36 +00:00
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