History | View | Annotate | Download (70.3 kB)
commit a40bc114c0f658b62c14a00eda59d57a27fff680Merge: d70927e 564ce6cAuthor: Igor Wiedler <igor@wiedler.ch>Date: Thu Mar 31 20:32:11 2011 +0200
Merge branch 'develop-olympus' 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
Use dynamic includes, fix some style bugs, make the old default captcha family backwards compatible to 3.0.5 styles
Oh right. PHP4
some shapes
erm
some fixes, need feedback about parameters and shapes
a little less
and another CAPTCHA setting - add new noise shapes to the noise array for more variations.
New option for the GD VC. Parameters need some more tweaking
Hiding everywhere little buggers, eh?
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
dumdidum... sorry. ;)
While we are at it ...
Trying to improve readability in the cube3d captcha. The freetype one might make a comeback as option :|.
#10547#10543
Introducing a new CAPTCHA. Thanks to Robert "Xore" Hetzler for idea & code and Ashley "Neothermic" Pinner for her expertise and contributions to said code.
This introduces new language variables, so take note translators :).
- fix some oddities (doubled spaces for example)- changed the way make_forum_select() is returning the forum list - now including skipped forums but being disabled. This should make identifying the correct forum much more easier.- Changed some permission namings based on suggestions by the community...
- fixing some bugs- removing utf8 characters from email files (has been discussed internally, you guys know why)- making sure some opendir calls are checked before calling readdir.
#5734- replaced array_rand($array) with mt_rand(0, sizeof($array) - 1) as array_rand did not take my seed
#5672
- fixes for the following bugs:#5326#5318#5304#5290#5288#5278#5276#5272#5266- also fixed the "Call-time pass-by-reference" bug #5252- within this step changed the normalize calls to require references.- added captcha size variables to the class scope (suggestion was posted at area51)
- compress is nicer (fixed a bug :P)- UTF-8 code is nicer (fixed a bug :P)- new CAPTCHA. Replaced the old one for size and usability issues. The old CAPTCHA will most likely be released as a separate package
put a comment to the captcha_gd header so everyone understands that no more policies are allowed to the extend that some will most likely be removed.
radius += 2
- New color generation system, please report any images that have issues.
bugs? bugs.
make sure custom profile fields are created correctly on registration (#2225)
- We are now at seven different policies, not counting the non-GD version. We must remove something...- Made the CAPTCHA system idiot proof, disabling all the policies still lets an image get created.- We handle the case of a user having GD but no TTF. Thankfully, we have CAPTCHAs that don't need TTF!...
a few changes ;-)
- captcha stuff- unique_id
- introduce new function build_url to easily build a valid url from the user->page object as well as optionally removing certain keys- changed attachment config to utilize the config build methods- cleaned up posting.php- the submit/delete_post functions are now usable (functions_posting.php)...
- some adjustements for phpdocumentor
- CAPTCHA!
Xore and NeoThermic are very cool, you must thank them!