Age | Commit message (Expand) | Author | Files | Lines |
2013-11-01 | Remove $Id$ | Christian Schneider | 19 | -39/+0 |
2013-10-24 | prevent proxy caching, add jquery to md5 | Urban Müller | 2 | -4/+5 |
2013-10-23 | use source to prevent different crcs for different browsers | Urban Müller | 1 | -15/+4 |
2013-10-21 | correctly use sporadic error filtering | Urban Müller | 1 | -1/+1 |
2013-10-18 | additional check if headers can be modified | Urban Müller | 1 | -1/+1 |
2013-10-18 | dont reset headers unless necessary (makelive.php already sent them) | Urban Müller | 1 | -3/+6 |
2013-10-18 | cleaner solution: execute php but ignore reset headers when computing checksum | Urban Müller | 1 | -3/+11 |
2013-10-18 | dont execute php (which sometimes sets content-type) when generating checksum | Urban Müller | 1 | -3/+3 |
2013-10-17 | ignore itools/ prefix | Urban Müller | 1 | -1/+1 |
2013-10-17 | only report multiple errors | Urban Müller | 1 | -1/+1 |
2013-10-17 | better err msg for it_cache::put | Urban Müller | 1 | -1/+1 |
2013-10-16 | compute checksum over actually used files, cache checksum, kill checksum in d... | Urban Müller | 3 | -23/+24 |
2013-10-16 | return written value from it_cache::put | Urban Müller | 1 | -4/+7 |
2013-10-15 | bugfix: actually use file contents | Urban Müller | 1 | -2/+2 |
2013-10-15 | allow FROM instead of JOIN | Urban Müller | 1 | -4/+4 |
2013-10-14 | use %20 instead of + for blanks in U(), werbeverlags ag needs it that way | Urban Müller | 1 | -2/+2 |
2013-10-14 | use %20 instead of + for blanks in U(), werbeverlags ag needs it that way | Urban Müller | 1 | -2/+2 |
2013-10-11 | use md5 for checksum, use long expire, always return not modified | Urban Müller | 2 | -22/+20 |
2013-10-08 | faster EDC(), ET() docs | Urban Müller | 1 | -13/+18 |
2013-09-19 | avoid false warnings | Urban Müller | 1 | -2/+2 |
2013-09-19 | introduce edplain and edhtml debug parameters to enforce debugging output in ... | David Flatz | 1 | -3/+1 |
2013-09-19 | handle illegal utf-8 characters, small cleanup | Urban Müller | 1 | -4/+6 |
2013-09-16 | ED should output plain txt for json | Urban Müller | 1 | -1/+1 |
2013-09-16 | document defaults | Urban Müller | 1 | -2/+2 |
2013-09-16 | bye denis | Urban Müller | 1 | -1/+0 |
2013-09-03 | hide pointer-events from validator | Urban Müller | 1 | -1/+1 |
2013-08-15 | add it::lcfirst() simliar to it::ucfirst() | Christian Helbling | 1 | -0/+8 |
2013-07-17 | docs | Urban Müller | 1 | -2/+3 |
2013-07-17 | allow defaults in it::getopt | Urban Müller | 1 | -2/+5 |
2013-07-17 | revert special --opts syntax as -opts does not warn on missing dashes anyway | Nathan Gass | 2 | -7/+7 |
2013-07-17 | add --opts variant to shell_command which adds dashes for posix options, add ... | Nathan Gass | 2 | -2/+56 |
2013-07-15 | fix absolute() for urs like /foo//bar | Christian Weber | 1 | -1/+1 |
2013-07-12 | shorter code | Urban Müller | 1 | -3/+1 |
2013-07-12 | only load it_text.class if no Accept-Language header is given | Nathan Gass | 1 | -1/+3 |
2013-07-12 | show (unquoted) cmd line in it::error | Urban Müller | 1 | -1/+1 |
2013-07-05 | Use apcu_ functions if they exists (PHP 5.5) | Christian Schneider | 1 | -2/+7 |
2013-07-04 | also report connection error in error_log, not only in sqllog | Christian Weber | 1 | -1/+1 |
2013-07-03 | To not try to get mysqli_num_rows when using unbuffered queries as this produ... | Christian Schneider | 1 | -1/+1 |
2013-07-02 | Remove generator magic as generators can only be traversed once. Use EDX(iter... | Christian Schneider | 1 | -6/+0 |
2013-07-01 | test sequential pattern application in ::replace | Urban Müller | 1 | -0/+1 |
2013-06-28 | handle generators in ED() | Urban Müller | 1 | -0/+6 |
2013-06-26 | fix for "use strict" | Urban Müller | 1 | -1/+1 |
2013-06-26 | ignore unloadable files for #! check | Urban Müller | 1 | -1/+1 |
2013-06-20 | add missing it_pipe.class | Christian Weber | 1 | -2/+3 |
2013-05-16 | no longer omit it_html in backtrace, renamed $errmsg | Urban Müller | 1 | -7/+7 |
2013-05-13 | test for grapheme_strlen===null for bad utf8 | Urban Müller | 1 | -0/+2 |
2013-04-29 | correctly handle conntect errs | Urban Müller | 1 | -1/+1 |
2013-04-23 | load javascript files separately when debugging to get the right linenumbers | David Flatz | 1 | -5/+29 |
2013-04-22 | introduce debug parameter 'jsdebug' that enforces javascript injection for be... | David Flatz | 1 | -1/+2 |
2013-04-22 | Switch to mysqli functions | Christian Schneider | 2 | -28/+28 |