876 Commits

Author SHA1 Message Date
moodler
a570256968 Changing from optional_variable to optional_param 2005-12-06 04:53:28 +00:00
moodler
0063abee89 spacing issue 2005-11-22 02:58:45 +00:00
moodler
16a1fed4d2 spacing issues 2005-11-22 02:55:55 +00:00
moodler
35d781d9a7 -fixed not adding teachers to groups
-allow users to be in multiple groups through uploading
2005-11-22 02:37:47 +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
mjollnir_
d1f1e3f899 Merged from MOODLE_15_STABLE: perf configvar & footer 2005-11-15 21:34:53 +00:00
skodak
04eb5d5243 XSS prevention in older PHP versions SC#190; merged from MOODLE_15_STABLE 2005-11-15 18:21:22 +00:00
moodler
7b8cc33964 Moodle now cleans out accounts that never get completed bug 3309 2005-11-08 07:24:11 +00:00
moodler
2340e991c2 Added Yu's extensions to support assignation of teachers and non-editing teachers 2005-11-05 07:02:49 +00:00
mjollnir_
7b89e1898f Admin setting for stats: ranked courses get userthreshold 2005-11-03 22:45:35 +00:00
mjollnir_
1330905958 Cronjob: override admin user timezone to moodle default timezone 2005-10-28 01:33:32 +00:00
thepurpleblob
a0bb4fcd3a Put in missing parameter type. 2005-10-18 15:32:20 +00:00
thepurpleblob
ba2afbafe1 Fixed some typos and dodgy XHTML. 2005-10-18 15:30:08 +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_
b32145b87c Missing strings for new stats report, new link in admin/index.php for admin reports 2005-10-16 22:13:35 +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
mjollnir_
4900433c84 More fixes to stats to do with runtimes 2005-10-10 00:46:44 +00:00
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
thepurpleblob
1fc53fadc2 Added missing $Id 2005-10-04 12:29:04 +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
mjollnir_
aff2511993 Don't clear out old daily logs unless the run was complete. 2005-09-27 21:09:10 +00:00
thepurpleblob
7ac15a921a Change password url is now one-per-auth-method rather than just one for
the whole site. Password change help field also added (one per auth too).
This is to support improved lost password handling (ie, multiple authentication)
2005-09-22 15:12:31 +00:00
mchurch
19216ba3d8 Prevent a wearning message from being displayed around the modules menu on
a fresh install of Moodle.
2005-09-19 20:56:36 +00:00
thepurpleblob
1ae63ba704 Added settings options for filtermatchoneperpage and filtermatchonepertext. 2005-09-12 14:26:52 +00:00
thepurpleblob
343f4898ed Use correct function for heading with help attached. 2005-09-05 09:33:08 +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
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
thepurpleblob
4478a12b56 Disabled filters are now dimmed. See bug #3994 2005-08-30 10:06:56 +00:00
thepurpleblob
f21bf0639c Fixed some hard code strings. Bug #3993. 2005-08-30 08:56:50 +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
julmis
8af1a3af3b Merged from stable
- Adding escapeshellarg to aspell path
2005-08-25 07:48:28 +00:00
thepurpleblob
31d15a5997 Old version of filters page - no longer used. 2005-08-23 10:19:08 +00:00
mjollnir_
d86ab8c672 Merged from MOODLE_15_STABLE: Backticks are NOT ALLOWED in postgres! 2005-08-23 06:46:50 +00:00
mjollnir_
ee6055eb89 Fixing up the my moodle blocks to use blocks_setup instead of the old way. 2005-08-23 04:03:56 +00:00
thepurpleblob
a6abd71591 Added link to help file 2005-08-22 10:07:55 +00:00
mjollnir_
0705ff843b Course request feature. Allows normal users to 'request' courses they would like created,
and admins can approve or reject pending courses.

Also, contains the ability to restrict activity modules on a per course basic. Strict config options:
  enable restricting modules at ALL (for all courses, no courses, requested courses), what to do by default for newly created courses
  as well as what modules to enable for above category by default.

This feature was created for the aim of building a community side to moodle - for institutes that have strict courses and enrolments, allowing normal users to request interest courses is a good feature,
but some modules may be redundant (assignment, lesson, quiz etc)

  Please test!
2005-08-16 06:15:49 +00:00
mjollnir_
0d6b9d4f4d MyMoodle: new /my/ page, contains course overview (module based, forum done). User defined blocks on /my/ page, admin defined stickyblocks. Needs lots of testing. Held off bumping version.php for blocks because of the postgres upgrade fixes Patrick is putting in. 2005-08-16 00:25:39 +00:00
mjollnir_
43e664cca7 Added locallib - hook to provide easier means for local customisations. Currently contains mechanism for having local db upgrades without munging the main CFG->dbtype.php scripts. 2005-08-15 22:31:22 +00:00
patrickslee
66590bd8a7 Removed/added/moved some redundant/missing/misplaced page headers/footers, merged from 15_STABLE 2005-08-03 01:24:29 +00:00
thepurpleblob
0ba2a83a3c Improved breadcrumb trail and removed a bunch of unused string lookups. 2005-07-26 13:28:54 +00:00
thepurpleblob
8ac1d7f620 Filters admin screen can now have custom settings for filters. 2005-07-26 11:00:28 +00:00
ikawhero
0acfda862b Merged from stable.
Don't run the cleanup code if we are upgrading from a version that does
not already have an assignment type field. Bug 3801.
2005-07-23 10:53:25 +00:00
thepurpleblob
5b127e24a1 New look to match blocks and modules administration.
No new functionality, but will allow provision of individual setup pages
which is coming soon.
2005-07-22 13:05:01 +00:00
moodler
8bd9d5fe2e Fixes database errors from faulty Journal to Online Assignment upgrade code
from 1.4 to 1.5.1
Script can be run at any time.
(SE)
2005-07-21 10:28:30 +00:00
moodler
145ec44bf7 FIx for bug 3181 - empty files are no longer created - make your own! :-) 2005-07-14 16:00:23 +00:00
moodler
10942acb38 Howard, please, please check your code and stop making me do it ... 2005-07-07 14:00:58 +00:00
thepurpleblob
820a1fde46 Replaced confusing set_default() with real code. 2005-07-07 13:59:35 +00:00
patrickslee
aee202822a Fixed a bug that blocks running of forum tracking upgrade. 2005-06-28 22:54:47 +00:00
gustav_delius
917dfbb66a Fixed typo that prevented upgrade 2005-06-27 15:37:27 +00:00
gustav_delius
9e20154488 XHTML compliance, merged from STABLE 2005-06-24 13:02:32 +00:00