Age | Commit message (Expand) | Author | Files | Lines |
2011-04-13 | Fix iteration over localized fields, added test for it | Christian Schneider | 2 | -2/+14 |
2011-04-12 | documentation | Urban Müller | 1 | -1/+1 |
2011-04-08 | save function | Urban Müller | 1 | -46/+58 |
2011-04-06 | Added support for localized fields with suffix, e.g. copy title_de to title o... | Christian Schneider | 2 | -1/+55 |
2011-04-05 | Removed obsolete (and unused) parameter setcookie | Christian Schneider | 1 | -3/+2 |
2011-04-03 | handle empty files | Urban Müller | 1 | -1/+1 |
2011-03-31 | return lines array | Urban Müller | 1 | -0/+8 |
2011-03-14 | handle ; as split char | Urban Müller | 1 | -1/+2 |
2011-03-03 | allow multiple or no (=stdin) fn | Urban Müller | 1 | -1/+4 |
2011-03-01 | Handle keepfailed when blocked process discovers that file could not be fetched | Christian Schneider | 1 | -2/+9 |
2011-02-28 | Fix ICS date format without time | Christian Schneider | 1 | -7/+3 |
2011-02-28 | Added support for icsdate and icsdatetime formats in it::date() | Christian Schneider | 1 | -3/+14 |
2011-02-25 | Also consider HTTP headers when calculating cache filename and document heade... | Christian Schneider | 1 | -1/+2 |
2011-02-23 | handle comma separation | Urban Müller | 1 | -2/+3 |
2011-02-18 | Switch from ImageMagick to GraphicsMagick (new ImageMagick is too broken) | Christian Schneider | 1 | -1/+1 |
2011-02-07 | typo | Nathan Gass | 1 | -1/+1 |
2011-01-27 | Fix bug with double connections caused by overwriting link cache when putting... | Christian Schneider | 1 | -0/+4 |
2011-01-26 | Always fall back to script tag on iOS devices as it does not use cache, fix s... | Christian Schneider | 2 | -11/+15 |
2010-12-09 | IE9 Beta causes problems so downgrade it to IE8 for now | Christian Schneider | 1 | -1/+1 |
2010-11-25 | add exec modifier | Nathan Gass | 1 | -1/+3 |
2010-11-24 | Enable latest IE mode | Christian Schneider | 1 | -0/+4 |
2010-11-23 | Use ULTRAHOSTNAME or hostname command to find domain name for check_email() | Christian Schneider | 1 | -1/+1 |
2010-11-23 | Made mailcheck output its progress with 'mailcheck' debug parameter | Christian Schneider | 1 | -1/+1 |
2010-11-11 | add reorder argument and tests to it::filter_keys | Nathan Gass | 2 | -6/+33 |
2010-11-11 | early version of generic line processor | Urban Müller | 2 | -0/+182 |
2010-11-09 | LIMIT warning | Urban Müller | 1 | -1/+1 |
2010-11-04 | string cast accesses field | Urban Müller | 1 | -0/+5 |
2010-11-04 | safer date output | Urban Müller | 1 | -0/+1 |
2010-11-03 | dbi::update() returns affected rows | Urban Müller | 2 | -0/+15 |
2010-10-28 | better documentation | Urban Müller | 1 | -7/+8 |
2010-10-19 | Replace special double-quotes as in it_html::latinize | Thomas Brüderli | 1 | -1/+1 |
2010-10-14 | provide url in error_log | Urban Müller | 1 | -1/+1 |
2010-10-08 | reverted fast version for now | Urban Müller | 1 | -38/+1 |
2010-10-05 | Make ITools use only standard syntax | Christian Schneider | 2 | -3/+3 |
2010-09-23 | Add support for .no_it_syntaxconvert in directories to ignore them in syntax ... | Christian Schneider | 1 | -4/+7 |
2010-09-20 | bugfixes | Urban Müller | 1 | -5/+8 |
2010-09-20 | it_html speedup | Urban Müller | 1 | -1/+35 |
2010-07-27 | Don't attempt to read record after insert if no keyfield is defined. This pre... | Thomas Brüderli | 1 | -1/+1 |
2010-07-14 | fix keepfailed mode | Urban Müller | 1 | -1/+3 |
2010-06-30 | add me | Nathan Gass | 1 | -0/+1 |
2010-06-29 | allow absolut paths in it::log | Urban Müller | 1 | -8/+9 |
2010-06-28 | Also replace typographic quotes in itjs::encode as done in it_html::latinize ... | Thomas Brüderli | 1 | -1/+1 |
2010-06-14 | add backtrace to suppressed redirect | Urban Müller | 1 | -1/+1 |
2010-06-05 | document header param of it_url::get() | Christian Weber | 1 | -0/+1 |
2010-06-02 | it_url::get() no longer creates new objects if not called statically. Added i... | Christian Weber | 2 | -4/+49 |
2010-06-02 | Use a-z0-9_ instead of w character class because because it is locale aware | Christian Schneider | 1 | -3/+3 |
2010-06-01 | dont mark empty strings | Urban Müller | 1 | -1/+1 |
2010-05-06 | log slow queries | Urban Müller | 1 | -6/+6 |
2010-05-03 | avoid trouble with single > in select text | Urban Müller | 1 | -2/+7 |
2010-04-22 | entity decoder; urlencoding of user in U() | Urban Müller | 2 | -2/+22 |