phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / includes / utf / utf_normalizer.php

History | View | Annotate | Download (41.7 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8147 10/05/2007 04:36 pm Meik Sievertsen

dumdidum... sorry. ;)

8034 08/16/2007 01:28 pm Meik Sievertsen

- 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)

8031 08/14/2007 08:21 pm David M

lest we forget

8006 08/05/2007 03:35 pm David M

another thing was never included, now it is

8001 08/03/2007 06:42 am David M

OH NO, WHAT HAS HE DONE?!
- bug in the normalizer, we must renormalize... again...

6983 02/13/2007 12:19 am David M

#8058

6613 11/19/2006 09:26 pm David M

;-)

6595 11/17/2006 08:37 pm Meik Sievertsen

adjust some comments to work with phpdocumentor. :)

6593 11/16/2006 09:16 pm David M

#5362
- small opti/bugfix in normalizer

6584 11/15/2006 04:35 pm Meik Sievertsen

- 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)

6549 11/04/2006 12:09 am David M

- 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

6352 09/04/2006 10:35 pm Meik Sievertsen

- 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

6312 08/22/2006 11:26 pm Meik Sievertsen

some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.

6182 07/15/2006 05:44 pm ludovic_arnaud

Added: support for CJK and Hangul into the search engine

6164 07/10/2006 05:05 am ludovic_arnaud

Changed: being anal with the notation of Unicode codepoints
Fixed: moved some constants out of the if construct because they're needed by other classes, even if the utfnormal extension exists

6163 07/10/2006 03:53 am ludovic_arnaud

Added: UTF-8 normalizer along with all the data files required