History | View | Annotate | Download (41.8 kB)
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
commit 9d28bcd30812e0706536988cb6e43118f3dc5851Author: Nils Adermann <naderman@naderman.de>AuthorDate: Sat Mar 6 04:41:49 2010 +0100Commit: Nils Adermann <naderman@naderman.de>CommitDate: Sat Mar 6 04:41:49 2010 +0100
Make a few functions truly static to fix the tests.
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. ;)
- 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