Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-22 | use php's gettext modulegettext | Florian Pritz | 1 | -43/+43 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-06-22 | Do not redirect on single search results | Lukas Fleischer | 1 | -29/+22 | |
The use of header() to redirect after previous output was a design flaw. Our only luck here was PHP's "output_buffering" config variable defaulting to 4096, which kind of hid the bug for a long time. Fixes FS#24580. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||||
2011-06-22 | rename *.inc files to *.inc.php and adjust imports and references | elij | 1 | -0/+1001 | |
Lukas: Add note to "UPGRADING". Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> |