phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / cron.php

History | View | Annotate | Download (4.4 kB)

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

commit bc42cbd94bddbdea2714978c11327b4897d6fd0f
Merge: 2f57bfb 9a48045
Author: Igor Wiedler <>
Date: Sat Mar 12 18:11:47 2011 +0100

Merge branch 'ticket/bantu/10046' into develop-olympus
  • ticket/bantu/10046:
    [ticket/10046] Do not link bots to cron.php....
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