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

View | Annotate | Download (5.8 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
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