nicolasconnault
45b26feebb
MDL-2974 - Corrected notification of correctly entered new category with multilang display
2007-03-07 01:25:43 +00:00
moodler
bc254379b8
Show cost info on info pages MDL-8318
2007-03-05 05:39:49 +00:00
moodler
38d5ab866c
Merged xhtml fixes for MDL-8755
2007-03-05 05:36:43 +00:00
nicolasconnault
8058aa051b
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:40:30 +00:00
nicolasconnault
be5539d858
MDL-8697 - Fixed the legacy HTML for the search table
2007-03-02 01:26:19 +00:00
poltawski
b469b1b49c
Duplicate alt tags in course category page MDL-8711, merged from MOODLE_18_STABLE
2007-03-01 14:47:52 +00:00
nicolasconnault
eb1f8f1dd2
MDL-8697 Moved inline text-align:right to stylesheet, and removed table and td text-align: center
2007-03-01 04:42:41 +00:00
nicolasconnault
109694fbf9
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:09:39 +00:00
moodler
61c1b4b573
Merged changes to use new ajaxenabled for MDL-8417
2007-03-01 02:42:16 +00:00
poltawski
e071099001
Merging fixes to MDL-8582 from MOODLE_18_STABLE
2007-02-28 16:30:41 +00:00
moodler
6ba65fa08d
Merged Nicolas' changes from MDL-8582 into HEAD.
2007-02-28 06:25:22 +00:00
martinlanghoff
595fa6468b
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:39 +00:00
toyomoyo
10fddcc4e2
fixing wrong capability check
2007-02-27 05:48:05 +00:00
toyomoyo
b8c15d5f94
merged fix for MDL-8666, groups import broken
2007-02-27 05:42:15 +00:00
nicolasconnault
3e080d75ef
Fixed 2 typos identified by Dan (guset instead of guest). MDL-8676
2007-02-27 05:09:15 +00:00
toyomoyo
118c0f6d5c
merged, taking care of context_rel cache when moving courses across categories
2007-02-26 02:35:00 +00:00
moodler
9deaeaa174
Merged changes from stable to tidy course cats
2007-02-23 08:21:38 +00:00
toyomoyo
e2cd3ed012
merged nick's fix for MDL-8582, ampersand in course name/shortname causes xtheml strict problems
2007-02-23 06:03:09 +00:00
toyomoyo
61e75e959b
fixing broken has_capability() checks
2007-02-22 03:07:10 +00:00
thepurpleblob
474991a19d
D'oh - counting $totalcount wrongly (duplicate courses are ignored)
2007-02-21 13:09:17 +00:00
thepurpleblob
594bb20b95
Slightly more helpful message if no courses can be shown.
2007-02-21 13:03:24 +00:00
thepurpleblob
806dab4385
Whoops. Missed setting $totalcount var
2007-02-21 11:57:28 +00:00
thepurpleblob
616ad119ad
MDL-8087
...
Modules and Blocks lists now link to course search page for
actual instances.
2007-02-21 11:42:48 +00:00
tjhunt
983ce2d579
MDL-8154 - Typo in course search code. Fix thanks to Anthony Borrow.
2007-02-17 17:16:38 +00:00
vyshane
2585a68d54
Merged from 1.8.
2007-02-16 08:46:55 +00:00
toyomoyo
217a8ee950
made some changes so that if a user has any roles assigned in context_module or context_block with moodle/site:manageblocks or moodle/course:manageactivities, he will see the "turn editting on" button without needing to have a role assigned at context_course with moodle/course:manageactivies capability. Of course this user would not be able to edit any blocks or modules he/she is not supposed to edit. Ajax for these users with partial editing privilages are locked. Please report bugs asap as we are looking at backporting this change to 1.8. Cheers.
2007-02-16 07:57:19 +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