| Commit message (Expand) | Author | Age | Files | Lines |
| * | some tiny fixes. | Meik Sievertsen | 2006-11-19 | 1 | -4/+1 |
| * | #5446 | David M | 2006-11-19 | 1 | -4/+4 |
| * | - a handful of mcp fixed, the most important one is the change for check_ids(... | Meik Sievertsen | 2006-11-18 | 1 | -2/+2 |
| * | #5376 | David M | 2006-11-17 | 1 | -2/+2 |
| * | adjust some comments to work with phpdocumentor. :) | Meik Sievertsen | 2006-11-17 | 1 | -3/+3 |
| * | ok, change from doing the same logic all over again we call a function to do ... | Meik Sievertsen | 2006-11-16 | 1 | -0/+59 |
| * | - fixes for the following bugs: | Meik Sievertsen | 2006-11-15 | 1 | -8/+31 |
| * | *** empty log message *** | David M | 2006-11-12 | 1 | -1/+1 |
| * | consistant obtain_* functions | Meik Sievertsen | 2006-11-12 | 1 | -6/+2 |
| * | message | Nils Adermann | 2006-11-12 | 1 | -2/+2 |
| * | - some fixes | Meik Sievertsen | 2006-11-10 | 1 | -1/+1 |
| * | - use the $var_ary for settings in a more logical way (hopefully removes the ... | Meik Sievertsen | 2006-11-04 | 1 | -1/+1 |
| * | - compress is nicer (fixed a bug :P) | David M | 2006-11-03 | 1 | -0/+8 |
| * | ok, i am an idiot... | Meik Sievertsen | 2006-11-03 | 1 | -3/+3 |
| * | - implemented the suggested html_entity_decode function made by david | Meik Sievertsen | 2006-11-03 | 1 | -1/+1 |
| * | some updates; and hopefully not completely breaking redirects (again). :D You... | Meik Sievertsen | 2006-11-02 | 1 | -3/+3 |
| * | Changing regeneration of the rand seed | Graham Eames | 2006-10-31 | 1 | -1/+2 |
| * | Add an optional flag to allow the disabling of generating the cron image for ... | Graham Eames | 2006-10-22 | 1 | -2/+2 |
| * | ENT_COMPAT is the default, with ENT_QUOTES a few features will no longer work. | Meik Sievertsen | 2006-10-22 | 1 | -1/+1 |
| * | - now username changes should work as desired | Meik Sievertsen | 2006-10-22 | 1 | -3/+3 |
| * | Revised attachment categories a bit | Meik Sievertsen | 2006-10-19 | 1 | -0/+1 |
| * | - typo in functions.php | David M | 2006-10-18 | 1 | -1/+1 |
| * | let the forum link work again | Meik Sievertsen | 2006-10-18 | 1 | -1/+1 |
| * | looks like nobody ever found this bug :D | David M | 2006-10-15 | 1 | -5/+19 |
| * | if we want a string, don't close the DB and cache | David M | 2006-10-14 | 1 | -1/+4 |
| * | - store sql_layer directly within the layer itself | Meik Sievertsen | 2006-10-14 | 1 | -19/+2 |
| * | - introducing clean usernames, needs to be tested more, I'm not sure I didn't... | Nils Adermann | 2006-10-13 | 1 | -3/+3 |
| * | some test code, hopefully working for all occassions where we are using the f... | Meik Sievertsen | 2006-10-12 | 1 | -1/+14 |
| * | - make sure all sort keys are valid and selectable. | Meik Sievertsen | 2006-10-11 | 1 | -0/+20 |
| * | do not use parse_str because it could lead to "unexpected" output which could... | Meik Sievertsen | 2006-10-11 | 1 | -2/+13 |
| * | Changes to language functionality. | Graham Eames | 2006-10-08 | 1 | -1/+1 |
| * | he braces style is deprecated as of PHP 6 | Meik Sievertsen | 2006-10-07 | 1 | -3/+3 |
| * | better not. ;) | Meik Sievertsen | 2006-10-07 | 1 | -1/+1 |
| * | strpos... | Meik Sievertsen | 2006-10-07 | 1 | -1/+1 |
| * | tried to begin adjusting all string functions where applicable - still a *lot... | Meik Sievertsen | 2006-10-07 | 1 | -18/+4 |
| * | - support re-caching of theme data if stylesheet.css changed and load_tplcomp... | Meik Sievertsen | 2006-10-06 | 1 | -0/+2 |
| * | - extend config checking to include check for writeable path | Meik Sievertsen | 2006-10-03 | 1 | -1/+1 |
| * | consistent acp layout regarding backlinks and messages. | Meik Sievertsen | 2006-10-02 | 1 | -5/+17 |
| * | Prevent cookies from other applications interfering with our forms | Graham Eames | 2006-10-01 | 1 | -1/+10 |
| * | of course $host instead of $domain | Meik Sievertsen | 2006-09-29 | 1 | -1/+1 |
| * | err, no, from the php manual actually... the zend function has some security ... | Meik Sievertsen | 2006-09-28 | 1 | -2/+3 |
| * | - added confirmation to removing bbcodes | Meik Sievertsen | 2006-09-28 | 1 | -1/+47 |
| * | some tiny fixes here and there | Meik Sievertsen | 2006-09-22 | 1 | -2/+1 |
| * | - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio... | Nils Adermann | 2006-09-17 | 1 | -9/+27 |
| * | implement bare-bone validation for config variables... | Meik Sievertsen | 2006-09-15 | 1 | -2/+6 |
| * | - fixed some bugs | Meik Sievertsen | 2006-09-13 | 1 | -42/+31 |
| * | - fix security issue in download.php | Meik Sievertsen | 2006-09-04 | 1 | -1/+2 |
| * | - fixing profile bug | Meik Sievertsen | 2006-09-04 | 1 | -1/+1 |
| * | some changes/fixes | Meik Sievertsen | 2006-09-02 | 1 | -0/+1 |
| * | fix some bugs - hopefully not breaking anything... | Meik Sievertsen | 2006-09-01 | 1 | -1/+4 |