phpBB
Statistics
| Revision:

root / trunk / phpBB / cron.php

History | View | Annotate | Download (2.4 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
11050 03/12/2011 05:30 pm Git Gatekeeper

commit cfede1db83fad170c7ac4d1c3be8363cfd306283
Merge: a27a39e a627133
Author: Igor Wiedler <>
Date: Sat Mar 12 18:17:25 2011 +0100

Merge branch 'ticket/bantu/10046-develop' into develop
  • ticket/bantu/10046-develop:
    [ticket/10046] Remove register_shutdown_function() in cron.php from develop.
10965 02/13/2011 03:00 pm Git Gatekeeper

commit 04bd2e640e771948671ab6554df8962de980f511
Merge: 8f0e9ae 1fd8d6d
Author: Igor Wiedler <>
Date: Sun Feb 13 15:54:42 2011 +0100

Merge branch 'feature/system-cron' into develop
  • feature/system-cron: (67 commits)
    [feature/system-cron] More tests for cron manager....
10887 12/13/2010 03:45 pm Git Gatekeeper

commit adfa1656fb9d8b5bb601af1d7a6720884954d87a
Merge: bd579c8 af5b9a9
Author: Nils Adermann <>
Date: Mon Dec 13 16:35:55 2010 +0100

Merge branch 'ticket/igorw/9556' into develop
  • ticket/igorw/9556:
    [ticket/9556] Drop php closing tags, add trailing newline...
10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8146 10/05/2007 04:30 pm Meik Sievertsen

dumdidum... sorry. ;)

8087 09/12/2007 05:32 pm Meik Sievertsen

some tiny fixes...

8079 09/05/2007 03:33 pm Meik Sievertsen

fixing some language and style bugs...

8022 08/12/2007 08:16 pm Meik Sievertsen

fix bug with cron execution for all new RC4 installations as well as those having manually updated.

7954 07/26/2007 05:51 pm Meik Sievertsen

do not get too excited

7947 07/25/2007 07:58 pm Nils Adermann

- cron now uses a locking variable to make sure it does not spawn too many webserver processes [Bug #12741]

7881 07/13/2007 05:47 pm Meik Sievertsen

changes

6317 08/25/2006 05:15 pm Meik Sievertsen

some fixes.

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)...

6055 06/13/2006 05:06 pm Meik Sievertsen

- added class="radio" to all radio- and checkboxes
- make sure the database gets closed correctly in cron.php
- bugfixes

6054 06/13/2006 12:16 am Meik Sievertsen

- get swatch converted into new acp format
- 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)

6048 06/11/2006 08:13 pm Meik Sievertsen

- fixed a few bugs
- 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

5957 05/21/2006 06:54 pm Meik Sievertsen

- fixing a few smaller bugs/glitches
- 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

5929 05/18/2006 08:18 pm Meik Sievertsen

- added a few missing log variables
- 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 ;)

5612 03/09/2006 07:32 pm Meik Sievertsen

- fix cookie shortening
- let the acm handle the module cache
- call $cache->save() after destroying data if necessary

5602 03/04/2006 06:34 pm grahamje

Expire issued warnings after and admin configurable time
TODO: Add config option for this value to the ACP

5476 01/19/2006 05:38 pm Nils Adermann

looks like I forgot to commit these two files :o

5472 01/18/2006 08:26 pm Meik Sievertsen

at least update the config variable if nothing is done. :)

5272 10/19/2005 08:00 pm Meik Sievertsen

- updated topic tracking code
- additional changes (mostly bugfixes)
- bart, if you update your user table with the user_lastmark field, set it to the user_lastvisit value ;)
- and last but not least, introducing some bugs in ucp main front (regarding topic tracking)

5172 07/04/2005 02:06 pm psotfx

oopsie

5171 07/04/2005 01:53 pm psotfx

Timberrrrrrrr ... added new cron service to tidy expired persistent login keys.

5136 04/30/2005 04:28 pm Meik Sievertsen

- new queue invocation method