moodler
65c59e30b8
New restore link for admins so they can restore courses ...
2003-08-01 15:09:35 +00:00
moodler
10dcde409b
Further integration of backup into main Moodle.
...
The database checks/upgrades are now done on the main
admin page like the other modules.
The database files are now standard format .sql and .php files
PostgreSQL support was added - BUT HAS NOT BEEN TESTED YET!!
2003-08-01 13:59:17 +00:00
moodler
4efea825a1
Put here just temporarily for those who might need it. Will be
...
replaced by the new enrolment code soon anyway.
2003-07-30 15:11:04 +00:00
moodler
c9704833fa
More files related to recent course display changes
2003-07-30 13:05:51 +00:00
moodler
f406e6785e
Avoid problems with quotes and so on in user records when updating users
2003-07-28 12:08:31 +00:00
moodler
e561d3c2fc
Add a message to help debugging
2003-07-27 12:22:05 +00:00
moodler
b2ce450a6b
Improved cron jobs for central clean up tasks.
...
- there is now a randomiser so that these jobs are only run 20% of the time
- duplicate enrolments are now cleaned up.
2003-07-27 12:20:29 +00:00
moodler
351039ae34
Further fixes to the last fix ... the same thing was happening further down.
2003-07-24 14:52:41 +00:00
moodler
4e29914577
If modules have a config.php file in them then a link to this is
...
printed in the modules screen.
These config.php screens presumably allow the setting of site-wide
parameters for modules.
Thanks to Mad Alex. :-)
2003-07-24 12:09:32 +00:00
moodler
3712e0b5b5
YES!!! FINALLY fixed that damn bug that was causing the admin user
...
to be skipped during installation!
Bug 565 has the details, but basically it was caused by not initialising
the variable $user before using it. Some people probably had a cookie
called "user" that was polluting the variable.
YAY!
2003-07-24 08:36:43 +00:00
moodler
35d01c7f31
When using the "manual" method, I've disabled the external method of
...
changing passwords, and enabled the internal "change password" button
just like "email" and "none".
Thanks to Danilo Massa for pointing out the inconsistency.
2003-07-21 15:20:58 +00:00
moodler
2981721b76
Updated backup link (in future perhaps it should link to a generic
...
page from which backup file management and restores can be done too)
2003-07-09 04:55:10 +00:00
stronk7
7f7d8c9508
Little modification to show the "Backup Course" option if
...
backup utility is installed (not shwown else)
2003-07-04 17:47:10 +00:00
moodler
0110e35cc0
Allow default countyr to be unset again
2003-07-02 08:37:15 +00:00
moodler
b4a348291b
Primary admin should never be allowed to be deleted by sub-admins
2003-06-21 04:09:20 +00:00
moodler
9dc9273aa9
Don't allow adding of users when external authentication is being used.
2003-06-19 03:00:58 +00:00
moodler
7c3188e286
Added robustness when no courses defined yet
2003-06-06 06:20:57 +00:00
moodler
cb5e3cb929
Small fix to not throw up error when current path discovered to be empty
2003-06-03 03:00:37 +00:00
moodler
12fa80ff34
Fixed heading on release notes display
2003-05-29 03:24:50 +00:00
moodler
3ee8f1715f
Added a button on the language page that takes you to the moodle.org
...
page to download new language packs
2003-05-29 03:20:11 +00:00
moodler
2334e9083c
Minor bug fixes
2003-05-29 03:09:37 +00:00
moodler
4a6a574f2a
Robustness on finding country name
2003-05-29 03:06:10 +00:00
moodler
a205123f06
Fixed page title
2003-05-29 03:02:10 +00:00
moodler
e7f72d1658
Removed a typo
2003-05-29 02:27:04 +00:00
moodler
1dd2451954
Some minor cleanups and debugging of initial setup
2003-05-26 14:38:41 +00:00
moodler
b39cadbfe7
Formatting fixes from Windows editor
2003-05-23 14:41:22 +00:00
moodler
020181047d
Some hacks to stop the addition of blank lines on Windows machines during editing in the web forms.
2003-05-23 14:25:55 +00:00
moodler
0e3e960a33
New file for debugging purposes, simply shows phpinfo()
2003-05-21 09:50:17 +00:00
moodler
d805c3462e
Removed the remote debugging functions.
...
I used to find these quite useful for helping people debug
configuration problems. I don't think they present a security
problem, but I can see there is the possibility that it can
be PERCEIVED as an issue, and I don't want to be responsible
for that, nor blamed for any break-ins (warranty or not).
So I'll find another way to do remote debugging.
2003-05-21 09:39:51 +00:00
moodler
779a4a8da4
Fixed up some of the headers during installation (remove logout links).
2003-05-19 13:12:27 +00:00
moodler
17ec8eb684
Remove unnecessary check (from a lazy copy/paste)
2003-05-19 03:03:34 +00:00
moodler
2563c5ef7b
Improvements to trustworthiness of the registry form (for suspicious admins!)
...
Hashed password is no longer sent as a key, "secret" field is used instead.
HTML code is now more readable for the View Source crowd. :-)
2003-05-17 05:34:49 +00:00
moodler
07b586eaa3
Use global variable for phpinfo debugging info
2003-05-17 03:10:22 +00:00
moodler
c39c66a5e8
Using new ini_get_bool function to work around a bug with ini_get where
...
the result is different for items set in htaccess
2003-05-17 02:05:10 +00:00
moodler
60a60432a1
Explicit casting to (bool) may help 4.2.3
2003-05-16 04:47:40 +00:00
moodler
ae384ef160
New configuration variable: secureforms (defaults to 'true')
...
Replaces the old $CFG->buggy_referer (reverses it, in fact) and can
now be set in the configuration page (no need for it in config.php).
2003-05-15 15:59:52 +00:00
moodler
d8eece23c9
Revamped "Assign Creators" page with the same code as admins and teachers
2003-05-14 16:27:27 +00:00
moodler
46a244605d
Some little fixes (can only see them on a server with lots of users!)
2003-05-14 16:05:21 +00:00
moodler
e808d25f56
Fixed up "Assign teacher" page, and moved it to admin directory.
2003-05-14 15:58:48 +00:00
moodler
5a74165523
FIxed up function get_user() which now takes lots of parameters and
...
can be used all over the place.
Also, related fixes to "add admin" (MUCH better performance) and the user listings
More to come for "add teacher" and "add creator"
2003-05-14 15:19:04 +00:00
moodler
e9d3eca323
Re-order list for consistency
2003-05-13 16:37:34 +00:00
moodler
fa6a30b75c
Added release and version information to registration
2003-05-13 07:35:18 +00:00
moodler
fe930cf3ca
New feature - registration page. Registration should be working,
...
but I'm still working on the server-side stuff.
Look for the new button on the admin page.
2003-05-12 11:30:19 +00:00
moodler
be912538fa
Tidy up of code, including removal of short php tags
2003-05-10 09:29:53 +00:00
moodler
232d36dffa
Some minor cleanups to this page, including removal of short php tags
2003-05-10 09:21:02 +00:00
moodler
5867bfb50e
New feature to manage installed code modules!
...
You can now hide/show individual activity modules and even delete them completely!
For example, if you hide the "choice" module, then all choice activities
will be hidden throughout the whole site, and "Choice" will not
appear on any "Add..." menu.
Deleting a module is a complete deletion of all data from the database.
If you want to try out the deletion on a real module, I suggest the
pgassignment module, since it will soon be deleted from CVS anyway
(because it's being replaced with workshop).
Look for "Manage modules" on the admin menu.
2003-05-09 17:24:17 +00:00
moodler
2fb7c49f17
Undoing an accidental check-in. These were some experiments trying to
...
solve a Windows problem (not successful yet).
2003-05-06 16:06:56 +00:00
moodler
1f33691c86
Cleaned up the initial setup process. It looks a bit smoother now.
...
Hopefully this is also the end of the occasional errors we keep
hearing about to do with never getting to setup the admin user.
(I think admin/site.php had a redirect that didn't always work).
The setup process is now much better at "trapping" you until it's all done.
2003-05-06 15:58:20 +00:00
moodler
068be67d83
Formatting fixes only
2003-05-05 08:31:04 +00:00
moodler
d7c8a46bc5
Don't throw errors when deleting old logs and unsent mail
2003-05-04 03:46:15 +00:00