Indefero

Indefero Commit Details


Date:2011-12-22 18:06:13 (12 years 11 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:6875e62942dbe582611890071e110536f34b60dd
Parents: c07aee6287dab92fb29fc838a5fafb5a80c2fb04
Message:Add some more documentary to the cronjob.

Changes:

File differences

scripts/activitycron.php
2525
2626
2727
28
29
30
31
32
33
34
2835
2936
3037
* This script recalculates the "project activity" for all of the
* forge's projects for the given date.
* If no date is given, yesterday's date is used.
*
* This script should run once a day. You can configure its behaviour
* with $cfg['activity_section_weights'] and $cfg['activity_lookback'].
*
* If the script runs more than once with the same date argument,
* previously recorded project activity values are replaced with the
* newly created ones.
*/
require dirname(__FILE__).'/../src/IDF/conf/path.php';

Archive Download the corresponding diff file

Page rendered in 0.07596s using 13 queries.