Log of /moodle/admin/cron.php
Parent Directory
Revision
1.164 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 19 22:25:58 2009 WST (5 months ago) by
skodak
Branch:
MAIN
Changes since
1.163: +23 -20 lines
Diff to
previous 1.163
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
Revision
1.157 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 6 06:37:22 2009 WST (10 months, 2 weeks ago) by
skodak
Branch:
MAIN
Changes since
1.156: +3 -4 lines
Diff to
previous 1.156
MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support
Revision
1.156 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 3 23:28:02 2009 WST (10 months, 2 weeks ago) by
skodak
Branch:
MAIN
Changes since
1.155: +6 -12 lines
Diff to
previous 1.155
MDL-17776 added new define CLI_SCRIPT that identifies all CLI scripts + cron (cli scripts do not have session and do not like HTML in output and are executed from command line, cron is an exception)
Revision
1.151 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 14 05:53:49 2008 WST (13 months, 1 week ago) by
stronk7
Branch:
MAIN
Changes since
1.150: +4 -3 lines
Diff to
previous 1.150
Adding new setting "statsruntimedays" to configure the number of days to
calculate as max per stats cron invocation. Part of MDL-16709 ; merged from 19_STABLE
Revision
1.149 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 11 20:50:26 2008 WST (15 months, 1 week ago) by
mjollnir_
Branch:
MAIN
Changes since
1.148: +8 -1 lines
Diff to
previous 1.148
MDL-15995 - portfolio cron. currently just cleans up any orphaned transfer data
Later should be extended to add hooks in the plugins
Revision
1.147 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 25 01:36:33 2008 WST (16 months ago) by
jamiesensei
Branch:
MAIN
Changes since
1.146: +30 -2 lines
Diff to
previous 1.146
MDL-15818 "allow quiz reports to register cron routines" - Quiz reports can now include files cron.php which include functions quiz_report_{reportname}_cron that will be executed from the moodle cron. They must also modify their quiz_report record to set cron to the number of seconds between cron execution.
Revision
1.139 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 16 05:40:04 2008 WST (18 months, 1 week ago) by
skodak
Branch:
MAIN
Changes since
1.138: +2 -2 lines
Diff to
previous 1.138
MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs
Revision
1.131 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 14 03:46:55 2008 WST (22 months, 1 week ago) by
poltawski
Branch:
MAIN
Changes since
1.130: +2 -2 lines
Diff to
previous 1.130
MDL-8269 - stats wasn't paying attention to run time settings as the strtotime arguments were the wrong way round. Thanks to Mark Nielsen
Revision
1.125 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 7 22:52:29 2007 WST (2 years, 1 month ago) by
moodler
Branch:
MAIN
Changes since
1.124: +10 -1 lines
Diff to
previous 1.124
Added some hooks to increase debugging in admin/cron.php
$CFG->showcronsql
$CFG->showcrondebugging
Revision
1.120 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 3 20:24:07 2007 WST (2 years, 1 month ago) by
moodler
Branch:
MAIN
Changes since
1.119: +4 -4 lines
Diff to
previous 1.119
Fixed longtimenosee unenrolments. user_lastaccess and role_assignments were growing with uneccessary entries, to the point where memory limits were reached and in the end NO unenrolments were happening at all.
See MDL-11571
Revision
1.119 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 19 15:29:20 2007 WST (2 years, 2 months ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.118: +8 -5 lines
Diff to
previous 1.118
admin/cron: move accesslib stuff to occasional cleanups, add build_context_path()
The accesslib cleanups aren't needed every 5. Also, add
build_context_path() and instructions on how to run it
as build_context_path(true) to force a path rebuild.
Revision
1.117 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 19 14:50:53 2007 WST (2 years, 2 months ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.116: +4 -1 lines
Diff to
previous 1.116
accesslib: Introducing cleanup_contexts() and use it in cron
The newly minted cleanup_contexts() walks the context table
matching contexts with the tables they are referencing and
clearing any leftover contexts.
Revision
1.116 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 13 17:13:00 2007 WST (2 years, 2 months ago) by
nfreear
Branch:
MAIN
Changes since
1.115: +17 -12 lines
Diff to
previous 1.115
MDL-11160, Cron exhausts memory on "Removing expired enrolments ..." - changing nested foreach to JOINs with while(..rs_fetch_next_record).
Revision
1.115 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 12 10:57:58 2007 WST (2 years, 2 months ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.114: +9 -1 lines
Diff to
previous 1.114
admin/cron: if $PERF->dbqueries is set, profile modules...
The cron() function of some modules can be a huge drag on the
server. Capture profiling data...
Revision
1.105 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 4 10:15:48 2007 WST (2 years, 6 months ago) by
toyomoyo
Branch:
MAIN
Changes since
1.104: +7 -1 lines
Diff to
previous 1.104
MDL-9510, cron job support of legacy grade functions in modules. Implementation is not finished as the gradebook grade_added event is not complete
Revision
1.104 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 25 00:14:16 2007 WST (2 years, 7 months ago) by
skodak
Branch:
MAIN
Changes since
1.103: +2 -2 lines
Diff to
previous 1.103
MDL-9561 Langimport does not ignore langlist when langcache used
MDL-9563 Improve refreshing of langcache, detect permission problems
merged from MOODLE_18_STABLE
Revision
1.103 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 28 04:26:05 2007 WST (2 years, 7 months ago) by
skodak
Branch:
MAIN
Changes since
1.102: +3 -6 lines
Diff to
previous 1.102
MDL-9053 - adding new function get_enabled_auth_plugins() - this should make the code simpler and the bug should be gone forever; merged from MOODLE_18_STABLE
Revision
1.81.6.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 25 22:48:33 2007 WST (2 years, 8 months ago) by
moodler
Branch:
MOODLE_16_STABLE
CVS Tags:
MOODLE_165,
MOODLE_166
Changes since
1.81: +30 -14 lines
Diff to
previous 1.81
Restoring changes all the changes in MOODLE_16_STABLE since MOODLE_16_BETA.
This had to be done because the MOODLE_16_STABLE branch tags were moved.
Hopefully after this MOODLE_16_STABLE will be back to how it was (and a
proper branch) but some of the history may look a bit odd.
See MDL-9032 for more discussion and details.
Revision
1.98.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 15 05:54:28 2007 WST (2 years, 9 months ago) by
skodak
Branch:
MOODLE_18_STABLE
Changes since
1.98: +5 -2 lines
Diff to
previous 1.98
MDL-8469 increase memory limit everywhere due to changed calculation of used memory in PHP 5.2.x - the real memory useage is the same, but the reported size of used memory is now more accurate; backported from HEAD
Revision
1.99 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 15 05:46:39 2007 WST (2 years, 9 months ago) by
skodak
Branch:
MAIN
Changes since
1.98: +5 -2 lines
Diff to
previous 1.98
MDL-8469 increase memory limit everywhere due to changed calculation of used memory in PHP 5.2.x - the real memory useage is the same, but the reported size of used memory is now more accurate
Revision
1.98 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 29 06:18:10 2007 WST (2 years, 9 months ago) by
skodak
Branch:
MAIN
CVS Tags:
MOODLE_18_BETA
Branch point for:
MOODLE_18_STABLE
Changes since
1.97: +22 -23 lines
Diff to
previous 1.97
MDL-8323 finished full conversion to proper $COURSE global - no more $CFG->coursetheme, $CFG->courselang - improved course_setup(), current_language() and current_theme(); and Chameleon theme fixes needed for global $COURSE
MDL-7962 chat seems to be completely broken in head (fixed wrong JS)
* reworked chat themes support
MDL-8338 Cron does not need cookies
MDL-8339 forum cron capabilities problems
* minor deprecated function current_encoding() cleanup
Revision
1.96 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 4 12:19:49 2007 WST (2 years, 10 months ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.95: +18 -1 lines
Diff to
previous 1.95
mnet/multienrol: admin area changes, including test for curl extension
Revision
1.94 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 12 01:23:24 2006 WST (3 years ago) by
skodak
Branch:
MAIN
Changes since
1.93: +3 -3 lines
Diff to
previous 1.93
we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left
Revision
1.91 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 18 04:47:12 2006 WST (3 years, 1 month ago) by
skodak
Branch:
MAIN
Changes since
1.90: +15 -11 lines
Diff to
previous 1.90
Automatic deletion of users when deleteunconfirmed is setted to 'never' MDL-6726; merged from MOODLE_17_STABLE patch submitted by Jesús Torres
Revision
1.90 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 18 03:16:38 2006 WST (3 years, 1 month ago) by
skodak
Branch:
MAIN
Changes since
1.89: +3 -3 lines
Diff to
previous 1.89
Broken longtimenosee option - PHP notice errors during cron MDL-7058; found and solution submitted by Jenny Gray; merged from MOODLE_17_STABLE
Revision
1.87 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 3 21:10:56 2006 WST (3 years, 2 months ago) by
skodak
Branch:
MAIN
Changes since
1.86: +2 -2 lines
Diff to
previous 1.86
new admin block fixes and reorganisation - I guess we need something more traditional for now
Revision
1.86 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 2 21:14:57 2006 WST (3 years, 2 months ago) by
skodak
Branch:
MAIN
Changes since
1.85: +2 -2 lines
Diff to
previous 1.85
deglobalization of $ADMIN; merged admin/adminlib.php into lib/adminlib.php; fixed includes and some other minor fixes
Revision
1.83 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 20 14:36:33 2006 WST (3 years, 4 months ago) by
skodak
Branch:
MAIN
Changes since
1.82: +14 -2 lines
Diff to
previous 1.82
Bug #6141 - Cron output is not plain text - <pre> and missing encoding, minor lang issues; merged from MOODLE_16_STABLE
Revision
1.82 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 6 22:12:04 2006 WST (3 years, 5 months ago) by
tjhunt
Branch:
MAIN
Changes since
1.81: +2 -2 lines
Diff to
previous 1.81
Make cron a bit more rebust by changing the way the require is done. Merged from MOODLE_16_STABLE.
Revision
1.80 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 20 10:33:40 2006 WST (3 years, 8 months ago) by
moodler
Branch:
MAIN
Changes since
1.79: +3 -3 lines
Diff to
previous 1.79
SLightly more efficiency to help keep the cached_text table smaller see bug 4677
Revision
1.78 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Feb 14 11:24:07 2006 WST (3 years, 9 months ago) by
mjollnir_
Branch:
MAIN
Changes since
1.77: +26 -1 lines
Diff to
previous 1.77
Added cron support for blocks - it was already there in the tables, now we just need to use it
Revision
1.77 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 16 11:15:30 2006 WST (3 years, 10 months ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.76: +7 -1 lines
Diff to
previous 1.76
admin/uploaduser fixes and enhancements
Several fixes and enhancements:
+ No longer fail due to timeouts or memory limits. And let apache know
that we're a memory hog so it can clean up after us.
+ Add support for user account updates (optional)
+ Add support for user account renames (optional)
+ Cleaned up the logic that deals with creation and failure
+ More robust error handling
+ Use optional_param() -- no longer depends on register_globals
-- when do we switch that off?
+ Added the relevant documentation.
Revision
1.76 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 16 10:53:19 2006 WST (3 years, 10 months ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.75: +26 -1 lines
Diff to
previous 1.75
User uploads allow missing password
User upload now has an option to allow missing passwords to be accepted -
if we have an email field available. Cron will pick up those users, and call
setnew_password_and_mail() for them.
Effective way to spam your way through life...
Revision
1.69 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 1 12:14:28 2005 WST (4 years, 2 months ago) by
mjollnir_
Branch:
MAIN
Changes since
1.68: +33 -1 lines
Diff to
previous 1.68
Initial checkin of stats (from processing the log table).
I will write up some information about it for the developers wiki.
Revision
1.65 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 19 04:13:35 2005 WST (4 years, 7 months ago) by
skodak
Branch:
MAIN
Changes since
1.64: +4 -1 lines
Diff to
previous 1.64
Session test to detect user switching, error counter is displayed in healthcenter - please test, test, test; TODO - move string from setup.php to language file
Revision
1.64 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 11 14:41:07 2005 WST (4 years, 7 months ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.63: +6 -1 lines
Diff to
previous 1.63
Merged from MOODLE_14_STABLE. Added option to cache langlist in dataroot/cache/languages. If enabled saves around 10MB of memory and 40 includes (some really large). In HEAD we also get a nice option select in admin->variables.
Revision
1.60 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 24 10:25:36 2004 WST (5 years ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.59: +1 -14 lines
Diff to
previous 1.59
Merge from MOODLE_14_STABLE.
Student and teacher enrolments now unique + version bump
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.
Merge of patchset arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-422
Revision
1.56.2.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 24 10:20:46 2004 WST (5 years ago) by
martinlanghoff
Branch:
MOODLE_14_STABLE
Changes since
1.56.2.3: +1 -14 lines
Diff to
previous 1.56.2.3
, to
branch point 1.56
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
Revision
1.59 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 23 09:05:11 2004 WST (5 years ago) by
mjollnir_
Branch:
MAIN
Changes since
1.58: +3 -3 lines
Diff to
previous 1.58
Merged from MOODlE_14_STABLE: Fix for invalid sql (for postgres) in cron cleanup of duplicate enrolments. Possibly soon to be overridden by a unique index
Revision
1.58 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 18 10:55:06 2004 WST (5 years ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.57: +2 -2 lines
Diff to
previous 1.57
Merged from MOODLE_14_STABLE moodle--eduforge--1.3.3--patch-335 Now memory_limit can be overriden by higher config settings from php.ini, commandline, httpd.conf, .htaccess
Revision
1.54 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 6 01:03:19 2004 WST (5 years, 3 months ago) by
moodler
Branch:
MAIN
Changes since
1.53: +29 -16 lines
Diff to
previous 1.53
Added some better tracing .... makes it easier to debug cron.php
from the cvommand line
Revision
1.50 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 8 03:35:28 2004 WST (5 years, 4 months ago) by
stronk7
Branch:
MAIN
Changes since
1.49: +5 -1 lines
Diff to
previous 1.49
Force to destroy the php session. Without this, some buggy PHP versions
can have problems under certain situations. :-)
Revision
1.45 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 18 21:38:58 2004 WST (5 years, 6 months ago) by
moodler
Branch:
MAIN
Changes since
1.44: +9 -1 lines
Diff to
previous 1.44
A fix from boman in bug 1421 that allows the script to be
run from anywhere on the command line in PHP > 4.3.0.
ie:
php /some/dir/moodle/admin/php.php
... now works again
Revision
1.44 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon May 3 06:57:48 2004 WST (5 years, 6 months ago) by
stronk7
Branch:
MAIN
CVS Tags:
Moodle_13_Beta
Changes since
1.43: +15 -1 lines
Diff to
previous 1.43
First version of RSS System.
Discussion and post forum feeds supported.
Integrated in cron system.
Some strings missing.
Test, test, test...
Revision
1.43 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 22 21:49:45 2004 WST (5 years, 7 months ago) by
stronk7
Branch:
MAIN
Changes since
1.42: +4 -2 lines
Diff to
previous 1.42
Now the scheduled_backup needs lib/blocklib.php to be able to
backup & restore blocks configuration. Done!!
Revision
1.38 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 2 06:53:58 2004 WST (5 years, 8 months ago) by
moodler
Branch:
MAIN
Changes since
1.37: +6 -2 lines
Diff to
previous 1.37
$CFG->deleteunconfirmed can be used to specify the time period
within which a user must confirm by email (default is still 7 days)
Revision
1.34 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Feb 7 13:41:58 2004 WST (5 years, 9 months ago) by
moodler
Branch:
MAIN
Changes since
1.33: +20 -18 lines
Diff to
previous 1.33
A setting $CFG->preventscheduledbackups will prevent scheduled backups
completely.
Revision
1.30 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 15 08:56:12 2003 WST (5 years, 11 months ago) by
stronk7
Branch:
MAIN
CVS Tags:
PREGROUPS
Changes since
1.29: +3 -3 lines
Diff to
previous 1.29
max_execution_time and memory_limit to allow backup of large installations.
(I've executed it with 50 courses)
Revision
1.26 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 1 16:01:41 2003 WST (5 years, 11 months ago) by
moodler
Branch:
MAIN
Changes since
1.25: +5 -1 lines
Diff to
previous 1.25
If a file called cronextra.php exists in the dataroot then cron will
run that too. This allows sites to have "special" maintenance.
Revision
1.22 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 27 20:20:29 2003 WST (6 years, 4 months ago) by
moodler
Branch:
MAIN
Changes since
1.21: +49 -35 lines
Diff to
previous 1.21
Improved cron jobs for central clean up tasks.
- there is now a randomiser so that these jobs are only run 20% of the time
- duplicate enrolments are now cleaned up.
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 21 05:39:47 2003 WST (6 years, 9 months ago) by
paca70
Branch:
MAIN
Changes since
1.16: +2 -2 lines
Diff to
previous 1.16
Added support for usercreation from Moodle to authentication module.
Works currently only with ldap-module (tested with e-directory), but
other modules could be extended too by
adding following functions:
function auth_user_exists ($username) {
//returns true if given username already exists on authetication database
}
function auth_user_create ($userobject,$plainpass) {
//create new user to authentication database
//in inactive state (if posible)
//returns true if user is created
}
function auth_user_activate ($username) {
//activate external user after email-address is confirmed
//returns true if user is activated
}
Revision
1.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 5 22:19:17 2003 WST (6 years, 10 months ago) by
moodler
Branch:
MAIN
Changes since
1.14: +2 -2 lines
Diff to
previous 1.14
Clean sweep through all the important changing all include(), include_once()
and require() to require_once()
Revision
1.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 20 22:43:55 2002 WST (6 years, 11 months ago) by
moodler
Branch:
MAIN
Changes since
1.13: +7 -13 lines
Diff to
previous 1.13
Many many changes lumped in here ... not finished yet either.
Basically all the Database functions are in lib/datalib.php
and the web functions are all in lib/weblib.php, so
moodlelib.php is much thinner than it was.
Data functions have been extended ... most old calls will
still work, but now many more SQL commands can be performed
using the datalib functions rather than using SQL. I'm
currently moving through the whole tree replacing SQL
calls or at least concentrating them in one section of
mod/xxx/lib.php
Still working on forums, quizzes, surveys, resources.
The tree is currently not full working ... some things are
half-completed ... will resume tomorrow.
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 22 22:33:21 2002 WST (7 years, 2 months ago) by
martin
Branch:
MAIN
Changes since
1.11: +2 -6 lines
Diff to
previous 1.11
Fixes to unenrolling students, and unenrol_student() and remove_teacher()
now remove forum_subscriptions correctly
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 27 14:09:54 2002 WST (7 years, 4 months ago) by
martin
Branch:
MAIN
Changes since
1.5: +12 -7 lines
Diff to
previous 1.5
Much better cron function method - instead of using a code fragment in
mod/cron.php, it now uses a function in mod/lib.php ... more contained
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 4 22:02:36 2001 WST (7 years, 11 months ago) by
martin
Branch:
MAIN
Changes since
1.1: +11 -1 lines
Diff to
previous 1.1
Improvements to the process of setting up Moodle the first time, also better interface for adding/removing teachers
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.