History | View | Annotate | Download (8 kB)
commit 2895ade5662032caac4af2c82143d34f40f5800bMerge: 6582455 0452da2Author: Igor Wiedler <igor@wiedler.ch>Date: Sun Oct 17 21:32:20 2010 +0200
Merge branch 'ticket/bantu/7538' into develop-olympus
Make sure captcha factory is there. Make sure language array is there.
spaces
Always require a fresh solved captcha, don't accept a stored solution.
make userdata available
#51395 - remove legacy captcha code. authorised by: acyd burn
Oh right. PHP4
some corrections, only very minor things.
Okay, a first ci of the new captcha plugins. We'll add dynamic template includes later, as well as documentation on how to use this. I'm prepared to get yelled at for bugs (oh, I know that there are plenty); but please blame spammers for broken styles and MODs.
As proposed by marshalrusty: re-hash plain MD5s left in the database
Hiding everywhere little buggers, eh?
#22525
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
#i42new password hashing mechanism for storing passwords
necessary changes...
- always use convert error message for unconverted incorrect passwords [Bug #10893]
timezone box + shortening pm options variable as well as max login attempts fix.
- acp popup, shouldn't require 700 px width- throw an error if an image that's edited into an imageset doesn't exist- convert the password not its hash ;-)- only update user_login_attempts if necessary- make password requirements even clearer
- fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156]- allow cancelling search index creation/removal- custom CSS class name input too short [Bug #8328]...
- Pruning doesn't lower user post counts anymore [Bug #7676]- Better resync explanations in ACP- relative link to board shouldn't result in an empty link [Bug #7762]- allow spaces to define multiple classes [Bug #7700]- forgot addslashes for password conversion [Bug #7530]...
message
- introducing clean usernames, needs to be tested more, I'm not sure I didn't miss anything- homograph list should probably be extended
- display age in user profile and make it available on viewtopic- various tiny bugfixes including [Bug #2351] [Bug #2549] [Bug #2681] [Bug #3015]- strip first, then change newlines [Bug #2403]- added support for creating user profiles to the login function (makes use of user_add), triggered by LOGIN_SUCCESS_CREATE_PROFILE constant...
- removed db cache (might re-appear, but for now we do not see the need for it)- all changes to styles/subsilver/template are purely cosmetic (no functional changes)- cosmetics- bugfixes- add index to modules table- use modules ordering code for forums too
a few changes ;-)
- captcha stuff- unique_id
- streamlined reports to consist of the feature set we decided upon (Nils, your turn now)- use getenv instead of $_ENV (with $_ENV the case could be wrong)- permission fixes (there was a bug arising with getting permission flags - re-added them and handled roles deletion differently)...
- ability to change anonymous user settings more easily- fix serious bugs in permissions (always allowing if permissions explicitly set and getting wrong permission options from bitfield)- added option for returning an array to make_forum_select- again fixing bugs in module system (one for a very query consuming part and one for correctly filling the cache)
- Documentation related changes- added resend activation email dialog- fixed issue in session code- log failed/successful admin re-authentication/login- fixed simple forum dropdown box (used in mcp and posting)
Remove need for session_ids for "allowed" bots, dump user_founder/user_active in favour of user_type, new user_type, USER_IGNORE
Updated the various "users of emailer", fixed issue(!) of jabber using the email address as the uid, blah fixes, blah, blah di blah yakety smackety
Add Id tags
Some changes to the returned data format + cleanups
Mostly changes to turn userdata into user->data, lang into user->lang + bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final
Auth plug-in, say thanks to Sergey Kanareykin