tjhunt
0be7010474
Fix logging of course settings updates.
2007-06-07 15:40:08 +00:00
tjhunt
edf3ef00a7
Make code slightly more robust, merged from MOODLE_18_STABLE.
2007-06-07 15:33:56 +00:00
moodler
05c8db0fa7
Merged typo fixes for MDL-10013
2007-06-04 12:42:17 +00:00
jamiesensei
305f5b4b1d
removed unecessary sesskey hidden param. sesskey is automatically included and processed in formslib forms. Removed redundant validation method.
2007-05-20 11:56:57 +00:00
urs_hunkler
f145c2482d
added/changed custom corners lib and calls to add the necessary divs
2007-05-09 15:03:01 +00:00
poltawski
b6903c43eb
MDL-9187 Added missing - between week course date periods, merged from
...
MOODLE_18_STABLE
2007-05-09 08:39:14 +00:00
poltawski
2ee60b4944
MDL-9742 Replaced stray tabs with spaces
2007-05-08 16:11:58 +00:00
poltawski
e73457e4ba
MDL-9742 Converting tabs to spaces
2007-05-08 15:44:37 +00:00
poltawski
a044c05ddb
MDL-9742 - changed tabs to spaces in a few places where there are one
...
or two
2007-05-08 15:07:25 +00:00
ikawhero
2230cb9178
Call theme_setup() after change so new theme displays correctly
2007-05-05 07:43:08 +00:00
ikawhero
a907c54043
GUI for category themes.
...
New language strings.
2007-05-03 07:00:55 +00:00
andreabix
4e957c8698
Fixed Task MDL-9611
2007-04-30 18:18:07 +00:00
skodak
54bb33eb10
MDL-9652 rename new password reveal to unmask
2007-04-30 18:03:19 +00:00
skodak
40935142f7
MDL-9647 simplify dealing with headers/footers in admin sections; some more cleanup
...
fixed continue button in error() on admin page when link present
2007-04-30 17:28:29 +00:00
skodak
1ae083e424
MDL-9647 simplify dealing with headers/footers in admin sections
2007-04-30 17:08:34 +00:00
moodler
be63689802
Merge XHTML fixes for MDL-9589
2007-04-26 08:49:21 +00:00
mattc-catalyst
70c6c0ad70
MDL-9474: Updated build_navigation() to use global $COURSE
...
- Removed $course parameter from build_navigation()
- Updated all calls to build_navigation()
Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-23 21:11:10 +00:00
skodak
2d11be3b33
MDL-9484 cm-idnumber implementation is incorrect
2007-04-21 13:15:34 +00:00
toyomoyo
fb31c40a9c
fix for MDL-9398, users need site:config to create course categories
2007-04-18 04:54:47 +00:00
moodler
afc58a289b
Merged some fixes for MDL-9402 from stable (causing forum unread counts to break)
2007-04-17 09:29:55 +00:00
mattc-catalyst
e1d2eb00e2
Breadcrumbs: course admin changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 22:02:22 +00:00
moodler
1519aa2b71
Merged fixes for latest news from 1.8 MDL-9308
2007-04-15 07:26:23 +00:00
nicolasconnault
933e257ab2
MDL-9322 Fixed non-compliant xhtml code for mnet pages, logs and enrol pages
2007-04-13 07:03:04 +00:00
toyomoyo
115a622d8c
merged MDL-9273 related fixes
2007-04-13 05:40:11 +00:00
nicolasconnault
f4f274d10c
MDL-9273 Applied suggested fix
2007-04-13 02:00:41 +00:00
mjollnir_
bd903ae9de
merged: fixing warnings in stats lib - rather than doing an include_once and noticing for every missing mod, check the file exists first from MOODLE_16_STABLE, and fixed up some weirdness in the reports
2007-04-11 23:53:15 +00:00
toyomoyo
177d4abf11
adding idnumber field for course modules and modedit form
2007-04-11 09:19:24 +00:00
skodak
e96167d2fa
MDL-9181 Use new password field with reveal option in editadvanced and enrolment, group and quiz keys
2007-04-06 16:23:48 +00:00
nicolasconnault
a937b16452
MDL-8537 Added $CFG as the object to check for enrol method when the course is being created.
2007-04-05 07:58:15 +00:00
toyomoyo
f20d7c41af
fix for MDL-9197. multilang filter is not applied to default role in course settings
2007-04-05 03:56:50 +00:00
nfreear
008b2b07ab
Fixes bug MDL-9175 "Groups simpletest, fatal errors", also DONOTCOMMIT.
2007-04-03 10:16:51 +00:00
skodak
571880d220
MDL-9172 "Turn editing off" button disappear from category page; merged from MOODLE_18_STABLE
2007-04-02 13:46:01 +00:00
moodler
88ca32b967
Merged editsection button alignment from stable
2007-04-01 15:18:06 +00:00
stronk7
d9bb8caa28
Adding a missing parameter to the "add new course" button. MDL-9129
...
Merged from MOODLE_18_STABLE
2007-03-30 15:36:52 +00:00
dwoolhead
07996c8e4d
MDL-9122 Unnecessary li opening tag (without closing tag) no longer printed when moving course section activity
2007-03-30 10:23:12 +00:00
moodler
3730488451
Merging MDL-9101 from 1.8
2007-03-29 03:28:37 +00:00
toyomoyo
de0d92e378
fix for MDL-9010, course request button should not appear when it is disabled
2007-03-26 05:50:55 +00:00
toyomoyo
7b44777ef7
fixing a warning
2007-03-26 03:06:39 +00:00
moodler
bfefa87eab
Moved create_course and update_course into course/lib.php and cleaned them up to be more useful in general MDL-9015
2007-03-23 02:29:05 +00:00
toyomoyo
0150c561c5
fix for MDL-8966, customizable role names
2007-03-22 08:11:30 +00:00
nicolasconnault
cddbd5d5fe
MDL-8807: The icon's title attribute wasn't being updated along with its img.src
...
MDL-8997: A couple of typos: groupseparate instead of groupsseparate etc...
2007-03-22 07:16:57 +00:00
skodak
3887fe4acd
MDL-8840 Loginas cleanup, some more improvements; merged from MOODLE_18_STABLE
...
+ merging of format_string fixes
2007-03-20 07:42:41 +00:00
nicolasconnault
a0648316ec
MDL-8921 : Converted the page from table layout to divs (except tabular data) and added
...
related css rules in styles_layout.css. Looks the same and validates XHTML strict.
2007-03-20 00:27:38 +00:00
skodak
f6f66b0338
MDL-8840 Loginas cleanup; merged from MOODLE_18_STABLE
...
+ merging perflib toys from moodlelib.php
2007-03-19 18:54:58 +00:00
moodler
ca7ad7ee74
Merged error() fix from stable
2007-03-19 03:02:14 +00:00
poltawski
f054df1784
MDL-8582 - xhtml course report fixes
2007-03-15 16:03:44 +00:00
skodak
5e992f564b
MDL-8867 Add setting to define role that is assigned to creators in new courses
...
MDL-8868 Set only minimal permissions for creator role
+ improved accesslib to handle changes of context levels in capability definitions
merged from MOODLE_18_STABLE
2007-03-14 21:42:38 +00:00
poltawski
650408a336
MDL-8455 - merged from MOODLE_18_STABLE
2007-03-14 13:08:00 +00:00
toyomoyo
cbc943f755
merged fix for MDL-8885, teachers should not be able to set course as hidden if they can not view hidden courses
2007-03-14 04:31:04 +00:00
jamiesensei
24e25bc124
small change to fix MDL-8788 which was a problem with non unique header element names
2007-03-13 14:50:22 +00:00