aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cron/task
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14812] Prune shadow topics during system cron tooOliver Schramm2018-10-041-9/+14
* [ticket/15379] Fix the assignments in reparser cron jobOliver Schramm2017-09-251-2/+2
* Merge branch '3.1.x' into 3.2.xOliver Schramm2017-09-081-3/+3
|\
| * [ticket/15347] Use single quotes in update hashes queryMarc Alexander2017-09-071-3/+3
* | Merge branch 'ticket/15219' into ticket/15219-rheaMarc Alexander2017-05-051-1/+1
|\ \ | |/
| * [ticket/15219] Add missing spaceMarc Alexander2017-05-051-1/+1
* | Merge branch 'ticket/15219' into ticket/15219-rheaMarc Alexander2017-05-051-0/+130
|\ \ | |/
| * [ticket/15219] Update hashes to bcrypt with cronMarc Alexander2017-05-051-0/+130
* | [ticket/14925] Set reparser names in service definitionsMatt Friedman2016-12-181-1/+1
* | [ticket/14814] Fix reparser cronTristan Darricau2016-11-021-4/+4
* | [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-241-8/+11
* | [ticket/14402] Directly pass user id and ipMarc Alexander2016-01-151-3/+1
* | [ticket/14402] Get rid of globals in tidy_plupload cronMarc Alexander2016-01-151-6/+14
* | [ticket/14402] Do not expect user id and ip to be available in cronMarc Alexander2016-01-151-1/+3
* | [ticket/14257] Fix CLI reparser and set cron intervalOliver Schramm2015-11-081-1/+1
* | [ticket/14257] Add text_reparser managerOliver Schramm2015-10-261-56/+27
* | [ticket/14257] Fix if conditionOliver Schramm2015-10-241-1/+1
* | [ticket/14257] Add cron tasks for reparsing textOliver Schramm2015-10-241-0/+197
* | Merge branch '3.1.x'Andreas Fischer2015-06-221-7/+44
|\ \ | |/
| * [ticket/13952] Fix docblocksrxu2015-06-201-6/+40
| * [ticket/13952] Inject dispatcher dependency to the tidy search cron taskrxu2015-06-201-2/+5
* | [ticket/13455] Remove `request_var()` references from commentsGaëtan Muller2015-02-032-2/+2
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-4/+4
|/
* [ticket/13210] Use the correct config valueOliver Schramm2014-10-251-1/+1
* [ticket/12557] Fix php file descriptionn-aleha2014-08-078-8/+8
* [ticket/12557] Search, cron and profilefields fixesn-aleha2014-08-031-0/+2
* [ticket/12883] Remove pointless commentsTristan Darricau2014-07-231-5/+1
* [ticket/12883] Do not use basename() to get the search class in tidy_searchTristan Darricau2014-07-211-2/+2
* [ticket/12790] Use \phpbb\db\driver\driver_interface in prune_shadow_topicsTristan Darricau2014-07-011-2/+2
* [ticket/12715] Cleanup comments in \phpbb\cron\*Tristan Darricau2014-06-151-0/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2715-74/+105
* [ticket/12517] Correctly call $log->add in prune shadow topicsMarc Alexander2014-05-111-2/+8
* Merge remote-tracking branch 'github-nickvergessen/ticket/12282' into develop...Nils Adermann2014-04-103-6/+6
|\
| * [ticket/12282] Use interface for type hintingJoas Schilling2014-04-013-6/+6
* | [ticket/12150] Use log service instead of add_log() functionMarc Alexander2014-03-291-2/+5
* | [ticket/12150] Use shorter column names for prune settingsMarc Alexander2014-03-291-6/+6
* | [ticket/12150] Add missing prune settings variables in acp_forumsMarc Alexander2014-03-291-1/+1
* | [ticket/12150] Add file and caller for pruning shadow topicsMarc Alexander2014-03-291-0/+188
|/
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-3014-112/+0
* [feature/plupload/cron] NamespacificationAndreas Fischer2013-10-111-6/+8
* [feature/plupload/cron] Add cronjob for cleaning plupload temporary directory.Andreas Fischer2013-10-111-0/+122
* [ticket/11906] Fix namespace issues in prune_notificationsJoas Schilling2013-10-111-4/+6
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-0/+65
|\
| * [ticket/11373] Use inheritdocNathan Guse2013-08-281-13/+3
| * [ticket/11373] Prune old read notifications with cronNathan Guse2013-07-271-0/+75
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-1612-45/+69
* | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-143-8/+8
|/
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-1412-0/+1026