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 />
- & in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
gustav_delius
0cdd138180
some fixes for XHTML compliance
2004-09-12 00:21:21 +00:00
moodler
6981792762
All upgrades now print a warning, allowing people to avoid accidental upgrading
2004-09-04 15:47:30 +00:00
julmis
eb2042f685
Add editor settings feature and Ludo's (Marc Alier) spellchecking functionality.
...
- Needs testing and should consider unstable.
2004-08-21 10:12:09 +00:00
moodler
1108bebde1
Added checks for enrolment plugin databases, and also moved some
...
stuff out to the new lib/adminlib.php
2004-08-19 09:38:20 +00:00
moodler
39a5a35d6d
Finalise the switchover to using the user->auth field when authenticating.
...
Thanks, Howard Miller!
2004-08-16 15:41:57 +00:00
moodler
f28db22d06
Fixed duplicate in log_display, and improved installation
...
for non-English users
2004-07-29 18:44:57 +00:00
moodler
2eb68e6f6b
Various cleanups of the installation process
2004-07-29 18:01:32 +00:00
moodler
d846e50acc
MERGED in some changes from the defunct resource branch
2004-07-25 14:14:56 +00:00
moodler
a71bfa1c78
Supress errors on set_time_limit() for servers with safe mode restrictions
2004-05-18 14:12:21 +00:00
stronk7
0f3fe4b6ad
First Official realease of the "Blocks System".
...
Integrated with Moodle:
- Install automatically.
- Update course->blockinfo for each course at installation time.
- Modified course creation to insert into blockinfo field.
- Modified restore to insert into blockinfo field.
- Admin options (hide, show, delete, config) from admin page.
- Lang strings inserted (en only).
- Database support to mysql and postgresql (not tested!!).
Moodle, backup and block versions updated to 2004041800.
Tested with mysql: Install fresh and upgrade from previous.
section_activities block renamed to social_activities and created
its own lang file to support name "Social Activities". This can
be changed at any time.
TODO:
=====
Support it really in backup/restore.
????
Enjoy!! Ciao :-)
2004-04-18 23:20:53 +00:00
moodler
39e1c4158f
I think this might solve the mysterious problems with
...
session garbage collection and timeouts not working.
Note: upgrading to this will KILL all current sessions, so
you will need to log back in.
2004-04-15 14:46:54 +00:00
moodler
01f2900014
Better checking of admin user stuff
2004-03-22 01:58:40 +00:00
moodler
abc3b857a2
Fixed some copyrights
2004-03-10 13:23:00 +00:00
moodler
828aeff2d6
A proper GUI for filters :-)
...
Still needs work, but it works fine now.
Later I want to add config pages for each filter, like modules have.
2004-02-22 12:17:27 +00:00
moodler
bc5bb6f8f5
Don't show scheduled backups menu if they are disabled
2004-02-08 14:24:44 +00:00
moodler
4da1a0a1db
Improvements to the way the log upgrading works.
...
Centralised with an interface now.
2004-02-05 09:55:50 +00:00
moodler
6deb891b4c
Allow modules to define the version of Moodle they require, and
...
abort their installation if this requirement isn't met.
2004-01-28 04:26:58 +00:00
moodler
1b69867429
Use is_internal_auth function instead
2004-01-11 18:08:10 +00:00
moodler
f99035c299
Add a link to the upload user script in the admin menus
2004-01-06 02:35:27 +00:00
moodler
74b1ef5af6
Turn off time limits on all upgrades
2003-12-08 06:11:56 +00:00
moodler
cf3eb7c310
Slight change to make packaging easier on Debian. :-)
2003-12-05 03:10:45 +00:00
stronk7
de4746a8a2
Initial release of the configure backup.
...
It now uses backup_config instead of config.
Not finished !!
2003-11-27 23:28:29 +00:00
moodler
5e70f06961
Removed one hard-coded "admin"
2003-10-19 05:19:14 +00:00
moodler
875ea7db1b
Removed typo .php
2003-09-14 18:56:45 +00:00
moodler
9dbdc98e6e
Doh! No need to check for short_tags any more.
2003-09-11 12:09:50 +00:00
moodler
2ae0cc7759
Don't bother checking for magic quotes any more
2003-08-26 03:22:40 +00:00
moodler
5315b6f2f0
Added a link to the PHP info page from the admin page, and cleaned
...
up the PHP info page a bit by using a frame.
2003-08-25 14:56:46 +00:00