History | View | Annotate | Download (41.7 kB)
Hiding everywhere little buggers, eh?
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
dumdidum... sorry. ;)
- two new packages... diff and utf- only 60 chars for topic title if new post (please see changelog for explanation)- change utf8_wordwrap (had some bugs david and nils spotted - was not really functional, sorry for this. :D)
lest we forget
another thing was never included, now it is
OH NO, WHAT HAS HE DONE?!- bug in the normalizer, we must renormalize... again...
#8058
;-)
adjust some comments to work with phpdocumentor. :)
#5362- small opti/bugfix in normalizer
- 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
- fix security issue in download.php- fixing some phpdocumentor warnings/errors- adjust pop-before-smtp "auth" (nowadays no one should rely on it)- add backtrace for smtp email errors if DEBUG_EXTRA is enabled
some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.
Added: support for CJK and Hangul into the search engine
Changed: being anal with the notation of Unicode codepointsFixed: moved some constants out of the if construct because they're needed by other classes, even if the utfnormal extension exists
Added: UTF-8 normalizer along with all the data files required