2347 Commits

Author SHA1 Message Date
patrickslee
9a0f8502f5 Allow tutors to be added in bulk email list.
In addition, if any tutor in the list is not subscribed to the teacher forum they will be subscribed automatically.

Also show hidden tutors as well when a teacher is viewing the participants list.

And some small bug fixes
2005-11-17 03:37:30 +00:00
mjollnir_
1b4fe47b08 Merged from MOODLE_15_STABLE: Pulling in a missing global CFG in datalib:execute_sql (affects CFG->dblogerror) 2005-11-17 02:27:05 +00:00
mjollnir_
68d9654316 Display fix to stats 2005-11-16 19:49:07 +00:00
mjollnir_
4907efae2b Merged from MOODLE_15_STABLE: Another fix to the perf printing patch from earlier. I didn't realise that 'no' in the context of perf means 7 ;) 2005-11-16 02:12:12 +00:00
skodak
4d7c4f7f5c Do not use set_default() and isset_param(), becasue those ugly hacks will be removed SOON!! 2005-11-15 23:32:22 +00:00
skodak
5d7a9f5669 PARAM_BOOL now detects on and off values + UNCHECKED_VARS detection; merged from MOODLE_15_STABLE 2005-11-15 23:28:10 +00:00
mjollnir_
d1f1e3f899 Merged from MOODLE_15_STABLE: perf configvar & footer 2005-11-15 21:34:53 +00:00
skodak
24e202cd4f added register_globals off as recommended setting; merged from MOODLE_15_STABLE 2005-11-14 22:58:02 +00:00
skodak
578dcc4019 add GLOBALS overwrite protection and improved magic_quotes_gpc hack SC#191, SC#184, SC#92; merged together with Jon's last patch from MOODLE_15_STABLE
also removed the broken unregister_globals() function
2005-11-14 22:53:44 +00:00
defacer
136f43dcda Missing footers, XHTML warnings.
I suppose the "home page" button is not a problem, as the "continue" button
is very obvious on screen.
2005-11-14 04:33:25 +00:00
mjollnir_
860cea3526 Merged from MOODLE_15_STABLE: Getting directory sizes with du - use escapeshellarg on the file/directory as unzipping files on the server can result in filenames that need escaping 2005-11-13 21:19:23 +00:00
defacer
9013e4ad73 Now get_sql_sort can be called static-function-imitation style as well.
Necessary to solve SC#187 gracefully.
2005-11-13 04:42:21 +00:00
dhawes
ab848302ee bug 4244. extended max title entry field length to 128 from 64. replaced rss_edit with rssedit keyword everywhere. 2005-11-10 23:33:03 +00:00
skodak
ad489e94c3 fixed login block at http://site/index.php when secure forms on - bug #4305; merged from MOODLE_15_STABLE 2005-11-10 21:41:10 +00:00
moodler
6911cc8880 Merged in the new ADOdb 4.66 from STABLE 2005-11-10 08:06:07 +00:00
moodler
b48fd7b59a added function popupchecker to help checking with popup blockers 2005-11-09 02:18:50 +00:00
moodler
fa22fd5fff BIG FEATURE - MULTIPLE GROUPS
Users can now be assigned to multiple groups.  Thanks Yu!
Break out the Bob Marley!!

Otherwise groups work more or less like they did before.

This has been pretty well tested by Yu and myself, but since Yu started
uncovering lots of existing groups bugs it's possible there may be still
a few corner cases still lurking here and there.

Please help test this thoroughly for 1.6!!
2005-11-08 07:19:27 +00:00
mjollnir_
aba94550ad fixing a bogus warning in upload lib about no file selected when allownull is on 2005-11-07 02:43:34 +00:00
mjollnir_
aff2944e78 Changes to uploadlib to deal better with multiple file uploads (I don't think anywhere in moodle is using this yet, but it's much nicer now) 2005-11-04 04:26:29 +00:00
mjollnir_
9afaefaa1f Adding threshold to most active courses (Weighted) 2005-11-04 00:51:42 +00:00
mjollnir_
e7202b3fd2 Adding missing stats string; fixing weird bug for when stats starts processing from now rather than all 2005-11-03 22:57:14 +00:00
mjollnir_
7b89e1898f Admin setting for stats: ranked courses get userthreshold 2005-11-03 22:45:35 +00:00
mjollnir_
ce4a0f541f Adding default for new stats value for threshold to defaults file 2005-11-03 22:44:29 +00:00
mjollnir_
e15df3562f Stats display fix for ranked courses: enrolments and active users should
be max() not sum()
2005-11-03 22:22:05 +00:00
moodler
25e5dbf9e7 Merged tabindex forchoose_from_menu from stable 2005-11-03 05:12:12 +00:00
mjollnir_
42307c47b2 Fixing bug 4259: statslib infinite loop on php 5.1 date/time changes. Credit: Samuli Karevaara (great catch!) 2005-11-02 22:20:35 +00:00
moodler
3cf4fa0cea Ooops. 2005-10-31 08:35:14 +00:00
moodler
a2bed05944 Fix for bug 4242/4243. Optimize insert_record. 2005-10-31 06:25:17 +00:00
moodler
fd5d7fad8b Fixed a bug in isediting() which ignored the $user parameter. 2005-10-31 06:06:41 +00:00
patrickslee
7fa92da9fa Reverting commits just made. This should be in MOODLE_16_MULTIENROL 2005-10-30 22:13:26 +00:00
patrickslee
739f3e5067 DB upgrade script to clean up enrol field for user_students and user_teachers (Merged from MOODLE_15_STABLE) 2005-10-30 21:36:44 +00:00
mjollnir_
78c7303cb4 Fixing warnings in statslib. Bug # 4252, credit: samuli dot karevaara at lamk dot fi 2005-10-30 20:39:16 +00:00
skodak
e7a4715302 fixed caching + cleanup in format_text() SC#172; merged from MOODLE_15_STABLE 2005-10-29 21:32:09 +00:00
mjollnir_
527883218c Participants block shouldn't be shown for my moodle; guests don't want my moodle redirect, fixing page title in edit block instance in my moodle 2005-10-28 04:11:17 +00:00
mjollnir_
4d8e4c38ae Better time handling for stats - ignores dst and no longer relies on 1 day to be +(60*60*24). Also fixes mysql incompatibility in reporting with ::real - bug # 4241 2005-10-27 20:41:49 +00:00
patrickslee
c5c03efb26 Corrected a postgresql definition error. Thanks to Juro Chlebec 2005-10-27 19:55:19 +00:00
defacer
b2b68362c2 I just worked with a few functions which had misleading or no PHPdoc
comments, so it was a good excuse to fix the situation a bit.
2005-10-24 17:25:29 +00:00
julmis
b59648908f Merging from MOODLE_15_STABLE
- Fix for Bug #4201, cursor movement on IE.
2005-10-24 14:15:36 +00:00
stronk7
b8a84ae782 Methods aren't static due to the Typo3 structure. 2005-10-22 16:16:39 +00:00
martinlanghoff
a670108e0f Merged from MOODLE_15_STABLE - If wwwroot is unset, log something before dying 2005-10-18 03:31:13 +00:00
stronk7
779dc9aca1 Initial commit of Typo3 charset libraries and Moodle's textlib.class code.
Merged from MOODLE_15_STABLE
2005-10-17 15:48:46 +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_
3eb9babc71 Some fixes to stats (performance) and new reports for ranking courses based on usage/particpation 2005-10-16 20:55:40 +00:00
stronk7
bdb4cd6b2b Updated to 2.4 Final. From notes: This resolve a lots of bad formated archive errors.
Merged from MOODLE_15_STABLE
2005-10-15 09:58:36 +00:00
mjollnir_
e19db11055 course_request.password should be varchar(50) not text. bug 4180 2005-10-13 21:12:13 +00:00
skodak
67afdb1121 quick fix for the problems with p() and s() - SC#167; merged from MOODLE_15_STABLE 2005-10-13 20:12:23 +00:00
mjollnir_
3a317277b6 Many small fixes to stats, including aggregate activity across all courses when querying for SITEID 2005-10-13 03:16:11 +00:00
patrickslee
80bfd47024 Made clean_param() supports recursive cleanup of arrays 2005-10-12 01:29:34 +00:00
mjollnir_
56eb871c39 Added enrolment key to course requests - fixes wishlist bug 4170 2005-10-12 01:17:03 +00:00
mjollnir_
5ed4dd5a76 Stats: many bug fixes found while running over a very large dataset... 2005-10-11 01:20:37 +00:00