| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | recode_basic and recode_cjk (this one is most probably not within the full re... | Meik Sievertsen | 2007-01-06 | 1 | -12/+36 |
* | - allow login with redirect parameter | Nils Adermann | 2007-01-03 | 1 | -14/+18 |
* | - added GB2312 support, made things nicer :D | David M | 2006-12-29 | 1 | -5/+19 |
* | #6646 | David M | 2006-12-28 | 1 | -3/+3 |
* | hah! finally :D | David M | 2006-12-28 | 1 | -4/+101 |
* | - add return links to approve details [#6252] | Meik Sievertsen | 2006-12-28 | 1 | -0/+8 |
* | - removed a regex that made no sense | David M | 2006-12-07 | 1 | -2/+0 |
* | - do data validation via is_int instead of preg_match, ctype has bugs so it c... | David M | 2006-12-07 | 1 | -1/+1 |
* | - pretty serious speed improvement for strtoupper/strtolower | David M | 2006-12-02 | 1 | -116/+105 |
* | use needle | Meik Sievertsen | 2006-11-26 | 1 | -4/+4 |
* | fixes for bugs #5564, #5554 and #5462 | Meik Sievertsen | 2006-11-23 | 1 | -1/+1 |
* | adjust some comments to work with phpdocumentor. :) | Meik Sievertsen | 2006-11-17 | 1 | -29/+25 |
* | #5362 | David M | 2006-11-16 | 1 | -4/+11 |
* | - fixes for the following bugs: | Meik Sievertsen | 2006-11-15 | 1 | -18/+23 |
* | message | Nils Adermann | 2006-11-12 | 1 | -3/+42 |
* | - some fixes | Meik Sievertsen | 2006-11-10 | 1 | -0/+3 |
* | - compress is nicer (fixed a bug :P) | David M | 2006-11-03 | 1 | -2/+2 |
* | ok, i am an idiot... | Meik Sievertsen | 2006-11-03 | 1 | -40/+0 |
* | - implemented the suggested html_entity_decode function made by david | Meik Sievertsen | 2006-11-03 | 1 | -1/+44 |
* | - temporarily disable x-sendfile support (we need to look into methods of che... | Meik Sievertsen | 2006-10-30 | 1 | -7/+8 |
* | - now username changes should work as desired | Meik Sievertsen | 2006-10-22 | 1 | -3/+3 |
* | - introducing clean usernames, needs to be tested more, I'm not sure I didn't... | Nils Adermann | 2006-10-13 | 1 | -0/+35 |
* | hopefully no bugs... | David M | 2006-10-09 | 1 | -292/+246 |
* | filenames and directories are lowercase only | Meik Sievertsen | 2006-10-08 | 1 | -9/+9 |
* | Case folding! :D | David M | 2006-10-07 | 1 | -0/+44 |
* | he braces style is deprecated as of PHP 6 | Meik Sievertsen | 2006-10-07 | 1 | -12/+4 |
* | strpos... | Meik Sievertsen | 2006-10-07 | 1 | -9/+3 |
* | tried to begin adjusting all string functions where applicable - still a *lot... | Meik Sievertsen | 2006-10-07 | 1 | -18/+7 |
* | - forgot to make the same change to the ODBC driver | David M | 2006-10-01 | 1 | -13/+32 |
* | - added confirmation to removing bbcodes | Meik Sievertsen | 2006-09-28 | 1 | -156/+170 |
* | - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio... | Nils Adermann | 2006-09-17 | 1 | -1/+1 |
* | commenting some code :D | David M | 2006-09-17 | 1 | -29/+187 |
* | drat | David M | 2006-09-16 | 1 | -1/+1 |
* | yet another oops... | David M | 2006-09-15 | 1 | -2/+2 |
* | whitespace :P | David M | 2006-09-15 | 1 | -78/+78 |
* | new utf8_* stuff | David M | 2006-09-15 | 1 | -18/+579 |
* | fix some bugs - hopefully not breaking anything... | Meik Sievertsen | 2006-09-01 | 1 | -0/+1 |
* | some updates. Also adjusted the utf tools and normalizer more to our coding g... | Meik Sievertsen | 2006-08-22 | 1 | -23/+11 |
* | Changed: moved functions that encode/decode NCRs from and to UTF-8 to utf_too... | Ludovic Arnaud | 2006-07-15 | 1 | -0/+87 |
* | Added: UTF-8 tools. Both functions are used by the "improved" search engine. ... | Ludovic Arnaud | 2006-07-12 | 1 | -0/+130 |