History | View | Annotate | Download (2.4 kB)
commit cfede1db83fad170c7ac4d1c3be8363cfd306283Merge: a27a39e a627133Author: Igor Wiedler <igor@wiedler.ch>Date: Sat Mar 12 18:17:25 2011 +0100
Merge branch 'ticket/bantu/10046-develop' into develop
commit 04bd2e640e771948671ab6554df8962de980f511Merge: 8f0e9ae 1fd8d6dAuthor: Igor Wiedler <igor@wiedler.ch>Date: Sun Feb 13 15:54:42 2011 +0100
Merge branch 'feature/system-cron' into develop
commit adfa1656fb9d8b5bb601af1d7a6720884954d87aMerge: bd579c8 af5b9a9Author: Nils Adermann <naderman@naderman.de>Date: Mon Dec 13 16:35:55 2010 +0100
Merge branch 'ticket/igorw/9556' into develop
Copy 3.0.x branch to trunk
Hiding everywhere little buggers, eh?
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
dumdidum... sorry. ;)
some tiny fixes...
fixing some language and style bugs...
fix bug with cron execution for all new RC4 installations as well as those having manually updated.
do not get too excited
- cron now uses a locking variable to make sure it does not spawn too many webserver processes [Bug #12741]
changes
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)...
- added class="radio" to all radio- and checkboxes- make sure the database gets closed correctly in cron.php- bugfixes
- 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)
- 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
- 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
- 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 ;)
- fix cookie shortening- let the acm handle the module cache- call $cache->save() after destroying data if necessary
Expire issued warnings after and admin configurable timeTODO: Add config option for this value to the ACP
looks like I forgot to commit these two files :o
at least update the config variable if nothing is done. :)
- 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)
oopsie
Timberrrrrrrr ... added new cron service to tidy expired persistent login keys.
- new queue invocation method