2418 Commits

Author SHA1 Message Date
dhawes
9420ae5bc2 updating magpie to version 0.72 2005-12-14 01:07:54 +00:00
dhawes
9273dc56c1 upgraded Snoopy to version 1.2.3 - see http://www.sec-consult.com/216.html 2005-12-13 23:38:47 +00:00
dhawes
68d2d83622 moving Snoopy references to moodle/lib/snoopy/Snoopy.class.inc 2005-12-13 23:35:54 +00:00
dhawes
e53b6045fe updating magpie to version 0.72 2005-12-13 23:34:21 +00:00
patrickslee
0986271ba2 Moved the new functions added for Bug #4074 to datalib.php 2005-12-13 19:31:48 +00:00
stronk7
7c1222573d Updated to newest version. Solved one important bug.
(http://bugs.typo3.org/view.php?id=2020)

Merged from MOODLE_16_UTF8
2005-12-13 17:21:53 +00:00
patrickslee
7fb0fec757 Fixed courses and subcategories in an invisible category being visible (Bug #4074)
This patch is different from the one form MOODLE_15_STABLE as it used the stored path in category data.
2005-12-13 04:05:04 +00:00
dhawes
80be7ee37e minor phpdoc update 2005-12-13 03:44:08 +00:00
dhawes
735b85670a correct malformed phpdoc function comments, rearranged phpdoc comments associated with wrong globals, and removed some tab characters 2005-12-13 02:21:02 +00:00
dhawes
f5ecb599ec PHPDoc todo tags added to functions called out as close to EOL 2005-12-10 16:40:23 +00:00
toyomoyo
fd78420b78 patch for cookieless sessions 2005-12-05 02:24:45 +00:00
moodler
410a24c09e Merged Hannes Gassert's code for podcasting support more or less without changes.
http://opensource.mediagonal.ch/moodle/patches/podcasting/
2005-12-02 07:07:44 +00:00
toyomoyo
a266c90455 fixes bug 4400 2005-12-02 02:26:39 +00:00
toyomoyo
8f23e33bf7 merged from stable, makes autologin guest possible at site level 2005-11-28 02:23:11 +00:00
stronk7
ec6bee0f8e Prevent a warning when params is empty. Bug 4328.
(http://moodle.org/bugs/bug.php?op=show&bugid=4328)
2005-11-21 13:13:23 +00:00
patrickslee
3468d58a1b New feature: Configureable visibility of fields in Participants page
A new configuration variable is avaliable to limit which fields normal user can see about other users. Teachers/admins can still see the full info.

This provides some degree of privacy for students.
2005-11-20 21:29:59 +00:00
moodler
81532b92f2 Merged bug 4351 fix from stable 2005-11-19 15:39:31 +00:00
mjollnir_
f53fba389a If tablelib is going to do fullname voodoo, it should allow us to make the default order field something that makes up fullname (ie, firstname/lastname) 2005-11-18 04:19:58 +00:00
julmis
3e7fa1f8cb Merging from stable 2005-11-17 19:33:48 +00:00
julmis
8da03148ee Merging from stable.
Added required_param or optional_param.
2005-11-17 10:37:41 +00:00
moodler
2deebecdc5 Merged Petr's fixes for SC189 from STABLE 2005-11-17 06:45:40 +00:00
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