aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/cron.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11189] Replace DEBUG_EXTRA with DEBUGNathaniel Guse2012-11-101-3/+3
| | | | PHPBB3-11189
* [feature/dic] Rename occurances of $container to $phpbb_containerIgor Wiedler2012-04-091-2/+2
| | | | PHPBB3-10739
* [feature/dic] Give all cron tasks a name, change some manager usageIgor Wiedler2012-04-091-1/+1
| | | | PHPBB3-10739
* [feature/dic] Move cron.lock_db into DICIgor Wiedler2012-04-011-1/+1
| | | | PHPBB3-10739
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | PHPBB3-9916
* [feature/extension-manager] Refactoring the structure of extension providerNils Adermann2011-09-291-1/+1
| | | | PHPBB3-10323
* [feature/extension-manager] Remove cron's dependency on the extension manager.Nils Adermann2011-09-291-1/+1
| | | | | | | Instead a separate cron provider supplies the manager with tasks from the extension finder. PHPBB3-10323
* [ticket/10046] Remove register_shutdown_function() in cron.php from develop.Andreas Fischer2011-03-121-15/+2
| | | | PHPBB3-10046
* [feature/system-cron] Clarify comments about flush() call in cron.Nils Adermann2011-02-121-1/+3
| | | | PHPBB3-9596
* [feature/system-cron] Rename lock() to acquire and unlock() to release.Nils Adermann2011-02-121-2/+2
| | | | PHPBB3-9596
* [feature/system-cron] Cache cron's task names.Nils Adermann2011-02-121-1/+1
| | | | | | | | Instead of using a path relative to phpbb_root_path the path to the task directory is directly passed to the cron manager. Dummy tasks are now in the tests directory directly. PHPBB3-9596
* [feature/system-cron] Use a RecursiveDirectoryIterator instead of readdir.Nils Adermann2011-02-121-1/+1
| | | | PHPBB3-9596
* [feature/system-cron] Add array type hints if appropriate and remove globals.Nils Adermann2011-02-121-1/+1
| | | | PHPBB3-9596
* [feature/system-cron] Abstract the database locking mechanism out of cron.Nils Adermann2011-02-121-5/+5
| | | | | | | Added a number of tests for the locking mechanism which can now lock arbitrary config variables. PHPBB3-9596
* [feature/system-cron] use phpbb_request instead of plain superglobalsIgor Wiedler2011-02-121-1/+1
| | | | PHPBB3-9596
* [feature/system-cron] fix remaining missing phpbb_ prefix in cron.phpIgor Wiedler2011-02-121-1/+1
| | | | PHPBB3-9596
* [feature/system-cron] add phpbb_ prefix to all class namesIgor Wiedler2011-02-121-1/+1
| | | | PHPBB3-9596
* [feature/system-cron] remove more includes, adjust pathIgor Wiedler2011-02-121-4/+2
| | | | PHPBB3-9596
* [feature/system-cron] Add debug informationIgor Wiedler2011-02-121-2/+7
| | | | PHPBB3-9596
* [feature/system-cron] Try to work around stealth cron locksOleg Pudeyev2011-02-121-10/+29
| | | | | | Try to work around stealth cron locks resulting from fatal errors during cron processing. PHPBB3-9596
* [feature/system-cron] Fixes to make cron actually run.Oleg Pudeyev2011-02-121-5/+15
| | | | PHPBB3-9596
* [feature/system-cron] Updated includes after moving files.Oleg Pudeyev2011-02-121-1/+1
| | | | PHPBB3-9596
* [feature/system-cron] Reorganized cron task parametrization.Oleg Pudeyev2011-02-121-10/+14
| | | | PHPBB3-9596
* [feature/system-cron] Reformatted cron, includes/cron and includes/cron_lock.Oleg Pudeyev2011-02-121-13/+24
| | | | PHPBB3-9596
* [feature/system-cron] WIP on making cron tasks runnable via system cronOleg Pudeyev2011-02-121-250/+37
| | | | PHPBB3-9596
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
| | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+287
| | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-285/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
* $db-> to phpbb::$db->Meik Sievertsen2009-02-221-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@9336 89ea8834-ac86-4346-8a33-228a782c2dd0
* $auth-> to phpbb::$acl->Meik Sievertsen2009-02-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@9335 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove global and change $user-> to phpbb::$user->Meik Sievertsen2009-02-221-6/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@9334 89ea8834-ac86-4346-8a33-228a782c2dd0
* $config to phpbb::$configMeik Sievertsen2008-12-281-12/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@9242 89ea8834-ac86-4346-8a33-228a782c2dd0
* implement new phpbb::$acm object, replacing $cache globalMeik Sievertsen2008-12-281-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@9240 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove some spacesMeik Sievertsen2008-09-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8902 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok... i hope i haven't messed too much with the code and everything is still ↵Meik Sievertsen2008-05-291-10/+10
| | | | | | | | | | working. Changes: - Ascraeus now uses constants for the phpbb root path and the php extension. This ensures more security for external applications and modifications (no more overwriting of root path and extension possible through insecure mods and register globals enabled) as well as no more globalizing needed. - A second change implemented here is an additional short-hand-notation for append_sid(). It is allowed to omit the root path and extension now (for example calling append_sid('memberlist')) - in this case the root path and extension get added automatically. The hook is called after these are added. git-svn-id: file:///svn/phpbb/trunk@8572 89ea8834-ac86-4346-8a33-228a782c2dd0
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@8146 89ea8834-ac86-4346-8a33-228a782c2dd0
* some tiny fixes...Meik Sievertsen2007-09-121-5/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@8087 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing some language and style bugs...Meik Sievertsen2007-09-051-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@8079 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix bug with cron execution for all new RC4 installations as well as those ↵Meik Sievertsen2007-08-121-0/+6
| | | | | | having manually updated. git-svn-id: file:///svn/phpbb/trunk@8022 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not get too excitedMeik Sievertsen2007-07-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7954 89ea8834-ac86-4346-8a33-228a782c2dd0
* - cron now uses a locking variable to make sure it does not spawn too many ↵Nils Adermann2007-07-251-0/+32
| | | | | | webserver processes [Bug #12741] git-svn-id: file:///svn/phpbb/trunk@7947 89ea8834-ac86-4346-8a33-228a782c2dd0
* changesMeik Sievertsen2007-07-131-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7881 89ea8834-ac86-4346-8a33-228a782c2dd0
* some fixes.Meik Sievertsen2006-08-251-8/+9
| | | | | | | | | | | | | David, could you check the pass_complex expressions? They are: .* PASS_TYPE_ANY (any characters are allowed, no check) [a-zA-Z] PASS_TYPE_CASE (password must contain alphanumerics) [a-zA-Z0-9] PASS_TYPE_ALPHA (password must contain alphanumerics and numbers) [a-zA-Z\W] PASS_TYPE_SYMBOL (password must contain alphanumers, numbers and symbols) At the moment the pass complexity check is done within validate_password(), but the expressions are wrong. :) git-svn-id: file:///svn/phpbb/trunk@6317 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added class="radio" to all radio- and checkboxesMeik Sievertsen2006-06-131-6/+7
| | | | | | | | - make sure the database gets closed correctly in cron.php - bugfixes git-svn-id: file:///svn/phpbb/trunk@6055 89ea8834-ac86-4346-8a33-228a782c2dd0
* - get swatch converted into new acp formatMeik Sievertsen2006-06-121-0/+9
| | | | | | | | | - add page title to ucp pages - add ability to supress getting the who is online list in page_header() (saves us ideally 1-2 queries on ucp/mcp pages) - fixing pm rules a bit as well as now having complete author memberships for author_in_group (sender -> is in usergroup -> xxx) git-svn-id: file:///svn/phpbb/trunk@6054 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed a few bugsMeik Sievertsen2006-06-111-1/+2
| | | | | | | | | | | - added user_add() function - check posted images ([img]) for same domain/scipt and php files - auth_api.html updated to the coding guidelines look&feel - introduced ability to force non page-updates (cron is using it) - correctly resend coppa email git-svn-id: file:///svn/phpbb/trunk@6048 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixing a few smaller bugs/glitchesMeik Sievertsen2006-05-211-0/+3
| | | | | | | | - init user session in cron.php (else it can produce errors if functions expect the user object being set) - fix sql escaping for mssql/mssql_odbc git-svn-id: file:///svn/phpbb/trunk@5957 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added a few missing log variablesMeik Sievertsen2006-05-181-11/+47
| | | | | | | | | | - include acp/common.php language file if displaying logs (LOG_ variables should be stored there only now) - added check to cron.php - added database_gc config variable - recalculate binary trees every once a week ;) git-svn-id: file:///svn/phpbb/trunk@5929 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix cookie shorteningMeik Sievertsen2006-03-091-1/+1
| | | | | | | | - let the acm handle the module cache - call $cache->save() after destroying data if necessary git-svn-id: file:///svn/phpbb/trunk@5612 89ea8834-ac86-4346-8a33-228a782c2dd0
* Expire issued warnings after and admin configurable timeGraham Eames2006-03-041-0/+13
| | | | | | | TODO: Add config option for this value to the ACP git-svn-id: file:///svn/phpbb/trunk@5602 89ea8834-ac86-4346-8a33-228a782c2dd0