Commit graph

561 commits

Author SHA1 Message Date
moodler
c4d044b5e3 Updated copyright notice 2006-03-10 08:28:59 +00:00
ikawhero
eaad0cb614 Adding new pluggable reports 2006-03-10 07:46:24 +00:00
patrickslee
cb8229d0a8 UTF8 migration - now supporting PostgreSQL 2006-03-10 03:43:33 +00:00
martinlanghoff
f9667a5aea [multienrol]Initial commit for multi enrolment plugin feature 2006-03-09 02:48:29 +00:00
skodak
045e9e2484 parameter cleaup - round 2 2006-03-06 13:22:37 +00:00
moodler
799ce77d79 mechanism for unicode db migration is in. Please only use for testing at this stage. This is not for production site! (yet) 2006-01-31 08:21:04 +00:00
stronk7
2455eace43 Page finished. Now it's possible to check current and future
moodle versions... PostgreSQL people, check it against your
servers, please.
In 1-2 days I'll merge this changes to 15_STABLE, to allow
moodlers to pre-check their environments...
2006-01-18 23:05:07 +00:00
defacer
e58e1a9474 XHTML fixes for the administration page, plus a couple assorted styles. 2006-01-13 15:30:24 +00:00
moodler
3699264c68 Something old needing checking in 2006-01-05 06:28:57 +00:00
moodler
6aaa17c7cc Merging language-pack-related updates from Eloy's MOODLE_16_UTF8 branch.
Do not use that branch any more!!
2006-01-04 08:23:42 +00:00
mjollnir_
1217708363 My moodle sticky block config now generic, can be used for any pagetype.
Currently implemented: course-view (and my moodle, of course)
2005-10-16 22:34:25 +00:00
mjollnir_
b32145b87c Missing strings for new stats report, new link in admin/index.php for admin reports 2005-10-16 22:13:35 +00:00
mjollnir_
0d6b9d4f4d MyMoodle: new /my/ page, contains course overview (module based, forum done). User defined blocks on /my/ page, admin defined stickyblocks. Needs lots of testing. Held off bumping version.php for blocks because of the postgres upgrade fixes Patrick is putting in. 2005-08-16 00:25:39 +00:00
mjollnir_
43e664cca7 Added locallib - hook to provide easier means for local customisations. Currently contains mechanism for having local db upgrades without munging the main CFG->dbtype.php scripts. 2005-08-15 22:31:22 +00:00
moodler
10942acb38 Howard, please, please check your code and stop making me do it ... 2005-07-07 14:00:58 +00:00
gustav_delius
917dfbb66a Fixed typo that prevented upgrade 2005-06-27 15:37:27 +00:00
gustav_delius
9e20154488 XHTML compliance, merged from STABLE 2005-06-24 13:02:32 +00:00
thepurpleblob
993ef10da7 require_variable() and optional_variable() replaced with required_param() &
optional_param. Other tweaks to suit.
2005-06-15 12:31:09 +00:00
gustav_delius
c9350c2957 Removed the quiz upgrade warning. Merged from stable 2005-06-04 09:44:09 +00:00
moodler
a2a3c59019 Merged from stable 2005-05-26 14:46:28 +00:00
gustav_delius
ee1fb969c8 Merging in from the MOODLE_15_QUIZREFACTOR branch.
The quiz module now can handle adaptive questions and can render remote questions via RQP web services.
2005-05-06 06:24:04 +00:00
moodler
3a70cb6441 Added new script to upgrade the forum records (it has a pretty progress bar
and it means the main upgrade isn't held up.
2005-04-23 13:36:18 +00:00
moodler
76c78acfea Better flushing 2005-04-22 14:21:12 +00:00
martinlanghoff
d6ead3a251 Polish and fixes for language cache -- addresses bug 2891 2005-04-20 07:29:28 +00:00
defacer
bb74176fbf HTML improvements, including fix for bug 2967. 2005-04-19 20:54:52 +00:00
moodler
637e9bf79f Fixing rogue tag 2005-04-18 11:27:20 +00:00
thepurpleblob
7b0272a78f Fixed lots of dodgy html - unbalanced tags, missing quotes around attributes etc.
Much more to go - bad page this!
2005-04-12 15:20:57 +00:00
gustav_delius
e163bf2d33 Create guest user account during installation, fixing bug 2667 2005-03-03 14:56:19 +00:00
moodler
0143fb9f94 Upgrade activity modules first ... see bug 2630 2005-02-24 09:03:24 +00:00
gustav_delius
6e3e7e0e18 fixed typo, closing bug 2167 2005-02-13 21:29:20 +00:00
moodler
1695b68032 New feature: maintenance mode.
Admin can put a site on hold during an upgrade or theme changing etc

Controlled by a file in dataroot, so it can also be controlled via command line:

    touch moodledata/1/maintenance.html

    rm moodledata/1/maintenance.html
2005-02-10 05:11:34 +00:00
moodler
9ca16fd456 Some cleaning up of configuration interfaces 2005-02-09 13:04:04 +00:00
moodler
8b55d08598 Update copyright to 2005 2005-02-01 10:08:26 +00:00
moodler
3c02d134da Removed $THEME from admin pages 2005-01-25 17:08:05 +00:00
stronk7
a3f6fc66fe Changed some sesskey behaviours SC#73 (admin part) 2005-01-23 11:49:13 +00:00
moodler
a61b898a30 Ensure that $CFG->siteidentifier is always defined (32-byte key) 2005-01-22 03:27:37 +00:00
martinlanghoff
35de9e2487 Ported from MOODLE_14_STABLE - Show a warning to admins if cron.php hasn't been run 2005-01-17 20:59:17 +00:00
defacer
86f092d25e New "Calendar" section in Admin -> Configuration.
Includes preliminary support for DST!
Includes "admin sees all events or only own?" setting (bug 1972)

WARNING: Modified moodlelib.php to explicitly specify NOT-DST when
calling mktime() and gmmktime(). This is essential since we don't want
PHP to second-guess us for the DST matters, but... it may affect existing
code?
2004-12-15 07:14:41 +00:00
stronk7
d99ceac20f course/index.php is using sesskey.
Merged form MOODLE_14_STABLE
2004-10-09 13:22:59 +00:00
stronk7
4cfc640037 admin/user.php is now using sesskey.
Merged from MOODLE_14_STABLE
2004-10-03 17:19:36 +00:00
stronk7
8a68d4c0f3 admin/uploaduser.php is now using sesskey.
Merged from MOODLE_14_STABLE
2004-10-03 16:08:27 +00:00
stronk7
4fa24bb889 admin/register.php is now using sesskey.
Solved a minor bug with the use of one incorrect string.

Merged from MOODLE_14_STABLE
2004-10-03 15:28:35 +00:00
stronk7
58a1c3ea32 admin/filters.php is now using sesskey.
Merged from MOODLE_14_STABLE
2004-10-03 00:32:13 +00:00
stronk7
d2df6e0933 admin/enrol.php is now using sesskey.
Merged from MOODLE_14_STABLE
2004-10-03 00:21:26 +00:00
stronk7
e2b459ad22 admin/editor.php is now using sesskey.
Merged from MOODLE_14_STABLE
2004-10-03 00:07:27 +00:00
stronk7
1c2614a1f1 admin/creators.php is now using sesskey.
Merged from MOODLE_14_STABLE
2004-10-02 23:52:42 +00:00
stronk7
17ecd09f71 admin/backup.php is now using sesskey.
Merged from MOODLE_14_STABLE
2004-10-02 22:44:03 +00:00
stronk7
df0d5501d9 admin/auth.php is now using sesskey.
Merged from MOODLE_14_STABLE
2004-10-02 19:50:16 +00:00
stronk7
ad97e350fc admin/admin.php is now using sesskey.
Merged from MOODLE_14_STABLE
2004-10-02 19:22:52 +00:00
gustav_delius
839f2456bb XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00