2244 Commits

Author SHA1 Message Date
mjollnir_
5560ed98c8 Various fixes to stats after our attempts to run it on a large real dataset 2005-10-04 20:25:31 +00:00
patrickslee
f89033b111 New feature: Course enrollable control with date range 2005-10-04 01:59:19 +00:00
stronk7
d134c3dc5e Updated to the very last version of Snoopy. Solves one potential
bug and deletes some harcoded output.

I've seen that, under 1.5, the old 1.0 version remains. Should we
update it too?
2005-10-02 22:12:42 +00:00
patrickslee
7246c2d142 New feature: Notify teachers/students of expirying enrolments 2005-10-02 21:37:54 +00:00
stronk7
3de938d705 Added one check to test that the zipfile in unzip_file() is real! 2005-10-02 18:40:13 +00:00
dhawes
8096d88daf cosmetic change - some spacing and tabs updated 2005-10-02 13:59:12 +00:00
dhawes
c40082bff8 fixed copy/paste error in php comment tag 2005-10-02 13:52:50 +00:00
julmis
7237be41af Merging from MOODLE_15_STABLE
- adding charset to header
2005-10-01 00:50:52 +00:00
julmis
10c836228d Merging from MOODLE_15_STABLE
- added gz_handler for a bit faster page load.
2005-10-01 00:13:12 +00:00
mjollnir_
2b287cacba Merged from MOODLE_15_STABLE : Much better namespace collision fix to apacheloguser thing 2005-09-29 23:40:14 +00:00
mjollnir_
72194b0aa3 Merged from MOODLE_15_STABLE: Fixing up the log apache user patch from the otherday - problem with variable scope 2005-09-29 21:54:03 +00:00
stronk7
360ceb487b Modified clone() method to work better under PHP 4. Credit goes to Julian.
Merged from MOODLE_15_STABLE
2005-09-29 16:38:26 +00:00
mjollnir_
bc83fd0c4a Adding defaults for new config options. Fixes bug 4107 2005-09-29 00:33:12 +00:00
mjollnir_
140c139e56 Various stats fixes - including putting the link to stats in admin block - which somebody had accidently (I presume) backed out during a conflict 2005-09-28 06:07:40 +00:00
mjollnir_
9c5b82dd34 Fixing various small silly things in stats - runtime stuff and a couple PHP notices 2005-09-28 02:36:44 +00:00
thepurpleblob
da7a785be5 Fix for bug #4120. Replaced missing assignment. On behalf of Dave Scotson. 2005-09-27 10:33:29 +00:00
mjollnir_
96e19e7b67 Merged from MOODLE_15_STABLE: Logging apache user now takes into account loginas 2005-09-27 05:25:23 +00:00
gustav_delius
5c3706b27d When teacher has "student view" on then the login string changes to ""Your are logged in as name in student view (Logout)", note the new 'in student view'. Discussed in bug 4113 2005-09-26 10:00:14 +00:00
gustav_delius
1c349f7fa2 fix to isstudent() for student view feature, see bug 4113 2005-09-25 21:44:09 +00:00
gustav_delius
57bc53c652 Made student view work also for admins.
Also modified isstudent() function to take student view into account.
2005-09-25 17:30:51 +00:00
skodak
1c6932d825 new session timeout handling + gecko fix in moodlelib.php - merged from MOODLE_15_STABLE 2005-09-23 18:38:50 +00:00
julmis
132ba6df91 Merged from MOODLE_15_STABLE
- added xxs fix optional_param for id.
2005-09-20 08:59:18 +00:00
skodak
85e006261a fixed IE and https problems; merged from MOODLE_15_STABLE 2005-09-19 17:13:06 +00:00
moodler
1c02f70deb Added Filipino. There is no two letter code for it so we are using the country code 2005-09-16 02:25:22 +00:00
skodak
9b76b4519e formal RFC151 compliance; merged from MOODLE_15_STABLE 2005-09-12 18:45:40 +00:00
thepurpleblob
16d11a6908 Added defaults (off) for filtermatchoneperpage and filtermatchonepertext. 2005-09-12 14:23:03 +00:00
moodler
ad5d16e04b Added some checking of GD functionality before using functions, see bug 4040 2005-09-12 07:57:16 +00:00
stronk7
df8d3e66f4 Now both p() and s() respect html entities.
(and some unmerged silent headers)

Merged from MOODLE_15_STABLE
2005-09-10 11:07:09 +00:00
moodler
b9709905c7 Merged CSS fix for bug 4045 from stable 2005-09-09 16:52:47 +00:00
skodak
4dfa092564 new handling of session timeouts - part 1; merged from MOODLE_15_STABLE 2005-09-09 15:14:48 +00:00
skodak
9259cb73bc reverting previous patch - see http://moodle.org/mod/forum/discuss.php?d=26970 2005-09-09 12:07:13 +00:00
mjollnir_
9284a728b7 Merged from MOODLE_15_STABLE: Much more sophisticated IP address cleansing 2005-09-08 23:04:23 +00:00
mjollnir_
a9b3afb7b1 Merged from MOODLE_15_STABLE: Performance fix: in postgres, sometimes indexes are not used because of type casting. block_instance.pageid is a big int field so the index wasn't being used. Wrapping in '' prevents the typecast. See http://www.postgresql.org/docs/7.4/interactive/datatype.html#DATATYPE-INT for more information 2005-09-07 22:00:55 +00:00
stronk7
324d97ca65 Some RSS readers seems to have problems with that wrong p tag.
Merged from MOODLE_15_STABLE
2005-09-07 17:07:52 +00:00
patrickslee
dd875f1aa2 Finally the *correct* fix for the looping problem. Thanks to Penny (Merged from MOODLE_15_STABLE) 2005-09-07 04:23:37 +00:00
patrickslee
488b94689d The report_session_error() fix does not work all the times. Proper fix here.(Merged from MOODLE_15_STABLE) 2005-09-06 22:16:27 +00:00
mjollnir_
3bff4935eb Merged from MOODLE_15_STABLE: Further tidyup to the cleanremoteaddr function I added - some thing were getting through 2005-09-06 21:34:02 +00:00
patrickslee
c9e2e3ffcf Fixed a rare problem that report_session_error() causes a redirection loop (Merged from MOODLE_15_STABLE) 2005-09-05 23:48:42 +00:00
mjollnir_
51332190b9 Merged from MOODLE_15_STABLE: Performance fix for get_directory_size: new config option for path to du - if we have it, use that instead. MUCH faster on directories with a lot of files 2005-09-05 05:33:02 +00:00
julmis
3500c7c7b3 Merging from MOODLE_15_STABLE
Fixing array_change_key_case errors.
- Function present in version PHP 4 >= 4.2.0, PHP 5
2005-09-02 07:54:08 +00:00
martinlanghoff
4b598ff45b Merged from MOODLE_15_STABLE - auth - bugfixes: update_userinfo() did not truncate values, and did not have proper errorhandling; user creatiwas passing an id to set_user_preference when we wanted an object 2005-09-02 06:44:02 +00:00
mjollnir_
861efb1937 Allow moving courses and editing courses and stuff from the course results search page (now has turn editing on button) 2005-09-01 04:48:22 +00:00
mjollnir_
f2f3893c3b [STATS] Merging forgotten patch 2005-09-01 04:26:59 +00:00
mjollnir_
f3221af9e5 Initial checkin of stats (from processing the log table).
I will write up some information about it for the developers wiki.
2005-09-01 04:14:31 +00:00
mjollnir_
3ec22e352c Merged from MOODLE_15_STABLE: merging check_db_compat function for backwards compatability (just in case) 2005-09-01 00:28:45 +00:00
mjollnir_
d89d870bf5 Merged from MOODLE_15_STABE: prevent stuff being sent to the browser before config.php being included 2005-08-31 02:30:20 +00:00
dhawes
ea3b979660 phpdoc comment 2005-08-30 18:34:41 +00:00
moodler
ca9388440a Merged bugfix 3958 into head from stable 2005-08-30 09:36:14 +00:00
defacer
2280ecf537 Fix for bug 3981 (also quite lively discussed at
http://moodle.org/mod/forum/discuss.php?d=29564):

When the user was not logged in and was not a guest, DST compensation was not
being done. I guess deciding to store the computationally expensive DST cache
in $USER was a major oops on my part. I 've moved everything to $SESSION and
now it works as it should.
2005-08-30 03:27:52 +00:00
mjollnir_
62e4c0959b New config setting for /my redirect and breadcrumb replacement rather than always doing it 2005-08-29 02:34:17 +00:00