View | Annotate | Download (4.5 KB)
This commit was manufactured by cvs2svn to create tag‘release_3_0_B3’.
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)[a-zA-Z\W] PASS_TYPE_SYMBOL (password must contain alphanumers, numbers and symbols)
At the moment the pass complexity check is done within validate_password(), but the expressions are wrong. :)
- 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