| Commit message (Expand) | Author | Age | Files | Lines |
* | proper solution to #6114, guarantees $seed lies below 0x7FFFFFFF | David M | 2006-12-09 | 1 | -4/+2 |
* | - re-add script_path for "strange configurations" to let them force the gener... | Meik Sievertsen | 2006-12-08 | 1 | -3/+11 |
* | #6076 | David M | 2006-12-08 | 1 | -5/+9 |
* | minor bugfixing | Meik Sievertsen | 2006-12-06 | 1 | -1/+1 |
* | oops :D | David M | 2006-12-05 | 1 | -1/+1 |
* | #5734 | David M | 2006-12-03 | 1 | -1/+3 |
* | some tiny bugfixes. | Meik Sievertsen | 2006-12-03 | 1 | -1/+1 |
* | - a bunch of fixes | Meik Sievertsen | 2006-12-02 | 1 | -1/+1 |
* | better layed out... | Meik Sievertsen | 2006-11-27 | 1 | -3/+20 |
* | #5610 | Meik Sievertsen | 2006-11-27 | 1 | -1/+1 |
* | Using a different approach for the data updates (same as the schema updates) | Meik Sievertsen | 2006-11-27 | 1 | -1/+1 |
* | blah .. | Dominik Dröscher | 2006-11-27 | 1 | -1/+1 |
* | #4892 | Dominik Dröscher | 2006-11-27 | 1 | -3/+14 |
* | - bug fixes for #5618, #5588 and #5584 | Meik Sievertsen | 2006-11-26 | 1 | -3/+3 |
* | rather large update, most important things done: | Meik Sievertsen | 2006-11-24 | 1 | -6/+8 |
* | decrease the barrier for E_ALL error reporting and email traces from DEBUG_EX... | Meik Sievertsen | 2006-11-21 | 1 | -11/+8 |
* | - fixing a bunch of bugs | Meik Sievertsen | 2006-11-21 | 1 | -3/+3 |
* | 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 |