mjollnir_
7e334604be
Added addslashes back in to username field after splitting it out for lowercasing
2004-12-12 20:43:05 +00:00
moodler
80ebbb7c08
Change $FULLME to a define, see SC29
2004-12-12 06:45:03 +00:00
mjollnir_
5aeaa64aee
Upload users should lowercase username field just as user/edit.php does
2004-12-10 04:15:37 +00:00
moodler
ab606712ec
Wow, bad bug in language editing ... every file had those translator
...
messages added ... :-/ How did this escape detection for so long?
2004-11-30 03:47:13 +00:00
martinlanghoff
7a2596f854
Student and teacher enrolments now unique
...
Made student and teacher enrolments unique, enforced at the database level. This patch also removes a cleanup job in moodle's cron that removed duplicate enrolments.
The database changes are rolled as part of a version bump that we are *deferring* on MOODLE_14_STABLE.
Merge of patchset arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-422
2004-11-24 02:20:46 +00:00
mjollnir_
4eebe5eb59
Fix for invalid sql (for postgres) in cron cleanup of duplicate enrolments. Possibly soon to be overridden by a unique index
2004-11-23 01:04:45 +00:00
mjollnir_
fdbadd57eb
Changes to calls to get_courses to not get all fields
2004-11-22 05:40:45 +00:00
martinlanghoff
726f4ca317
moodle--eduforge--1.3.3--patch-335 Now memory_limit can be overriden by higher config settings from php.ini, commandline, httpd.conf, .htaccess
2004-11-18 02:54:35 +00:00
martinlanghoff
ff75e0fe8a
moodle--eduforge--1.3.3--patch-321 Fixed bug in user search: now we trim() the search string
2004-11-18 02:46:30 +00:00
moodler
57af827e39
Trim search string of spaces
2004-11-04 07:14:16 +00:00
stronk7
952d9baf58
course/index.php is using sesskey.
2004-10-09 13:11:49 +00:00
moodler
8b559dc502
Slight fix for logic of USER
2004-10-06 13:42:57 +00:00
stronk7
2c13dbe497
Now sesskey is working fine at installation time.
...
Bug 2049
(http://moodle.org/bugs/bug.php?op=show&bugid=2049 )
2004-10-06 00:03:32 +00:00
moodler
853fdc2076
Added sesskey checking for confirmuser variable
2004-10-04 13:40:32 +00:00
moodler
eb1f864d0a
Added sesskey checking
2004-10-04 13:38:53 +00:00
moodler
9935789477
Added session key checking to timezone.php
2004-10-04 13:14:50 +00:00
moodler
3d3b104b1b
Added sesskey checking to site settings page
2004-10-04 13:08:16 +00:00
moodler
ddc2560146
Added sesskey checks to variables page
2004-10-04 12:54:22 +00:00
stronk7
b0fbbd20f6
admin/user.php is now using sesskey.
2004-10-03 17:04:56 +00:00
stronk7
c6ad74fad4
admin/uploaduser.php is now using sesskey.
2004-10-03 16:03:44 +00:00
stronk7
37a192beca
admin/register.php is now using sesskey.
...
Solved a minor bug with the use of one incorrect string.
2004-10-03 15:24:51 +00:00
stronk7
13a2015285
admin/modules.php is now using sesskey.
2004-10-03 15:05:11 +00:00
stronk7
215241b0f0
admin/module.php is now using sesskey.
2004-10-03 09:44:59 +00:00
stronk7
e85705799e
admin/lang.php is now using sesskey.
2004-10-03 09:11:11 +00:00
moodler
e1f2e71b60
Use a permanent "siteidentifier" code for Moodle.org registrations
2004-10-03 03:45:21 +00:00
stronk7
5657bcafcd
admin/filters.php is now using sesskey.
2004-10-03 00:28:22 +00:00
stronk7
0f8c7865b1
admin/enrol.php is now using sesskey.
2004-10-03 00:17:55 +00:00
stronk7
a959544c5b
admin/editor.php is now using sesskey.
2004-10-03 00:01:58 +00:00
stronk7
09b1a30d72
admin/creators.php is now using sesskey.
2004-10-02 23:49:22 +00:00
stronk7
9b464d9fb2
admin/blocks.php is now using sesskey.
2004-10-02 23:29:44 +00:00
stronk7
36b1e811e4
admin/block.php is now using sesskey.
...
And solved bug when trying to unset config['block']. It isn't
an array but an object.
2004-10-02 23:07:22 +00:00
stronk7
719593e839
admin/backup.php is now using sesskey.
2004-10-02 22:44:25 +00:00
stronk7
249c36eaa0
admin/auth.php is now using sesskey.
2004-10-02 19:43:17 +00:00
stronk7
05c2036b1f
admin/admin.php is now using sesskey.
2004-10-02 19:16:16 +00:00
moodler
27b93cf8e5
Set the sesskey for new admins
2004-10-02 15:21:17 +00:00
moodler
ed6804bf75
New functions to check parameters:
...
required_param()
optional_param()
Putting them in stable to aid backward compatibility later
2004-10-01 08:40:41 +00:00
moodler
b77f5e7a06
Fixes to check path names properly
2004-09-29 05:33:00 +00:00
moodler
ce31ac9abd
Added some instructions for translators on some important strings
2004-09-10 02:21:23 +00:00
stronk7
fe20798cb6
Increase memory_limit to 128 in backups & restore.
2004-09-08 22:44:42 +00:00
defacer
2ebaaa5e68
Mike noticed that PHP_SELF was being used here. Replaced all instances with $ME.
2004-08-31 13:31:00 +00:00
moodler
d0d1008498
Moved loginhttps into main config screen. Some security has been built
...
in to prevent accidental enabling on sites without https.
2004-08-31 08:39:22 +00:00
gustav_delius
8ec882c22f
Access to site participants list is now controlled through $CFG->showsiteparticipantslist
2004-08-30 20:57:26 +00:00
moodler
6908074777
New configuration variable allusersaresitestudents for Gustav to use
...
in modules ...
2004-08-30 13:21:16 +00:00
defacer
4172b51f81
Some improvements to the code that assigns sideblocks to new courses.
...
Moved all "magic strings" to nice and tidy constants.
2004-08-30 11:55:36 +00:00
moodler
3977f41672
MOved the Editor on/off to the editor settings page, and tidied up a bit
2004-08-30 07:45:03 +00:00
defacer
be37cf962d
Candidate fix for bug 1808:
...
When upgrading from versions < 1.4, put blocks in the site front page by
default. This was already taken care of when doing a fresh install.
Please check the validity of the fix, if possible. It needs to be extended
to Postgres, Oracle and also merged to HEAD if everything's OK.
2004-08-28 12:33:25 +00:00
julmis
d390acad28
Added reset to defaults
2004-08-26 18:30:56 +00:00
julmis
c27e555d40
Fix for Bug #1793
2004-08-26 17:27:33 +00:00
moodler
97a8cdafd6
FIxed international display of timezones using string 'strftimedaytime'
...
http://moodle.org/mod/forum/discuss.php?d=11510
2004-08-25 08:27:53 +00:00
gustav_delius
0420e8715d
removed empty bullet point
2004-08-23 20:34:52 +00:00