Age | Commit message (Expand) | Author | Files | Lines |
2007-09-30 | improved error format | Urban Müller | 1 | -5/+8 |
2007-09-30 | Recalculate dbid for link when switching to update server | Christian Schneider | 1 | -0/+1 |
2007-09-27 | Send notification when script is incomplete; just to find out | Thomas Brüderli | 1 | -0/+4 |
2007-09-26 | Make sure singleton exists. new non-table calls store new settings | Christian Weber | 1 | -1/+4 |
2007-09-26 | bugfix | Urban Müller | 1 | -5/+1 |
2007-09-26 | make sure that singleton never has table or keyfield set | Christian Weber | 1 | -1/+1 |
2007-09-25 | Fix key field attribute calculation in cached case | Christian Weber | 1 | -7/+7 |
2007-09-25 | Q() does not fail on quoting undefined values (same behaviour as php) | Koni Weber | 1 | -1/+1 |
2007-09-25 | Add support for multiple databases, major cleanup, support key updates, enhan... | Christian Weber | 1 | -171/+176 |
2007-09-25 | Add support for multi-select in select() | Christian Weber | 1 | -3/+5 |
2007-09-24 | sparse it:error output in shell mode | Urban Müller | 1 | -11/+12 |
2007-09-24 | Add fieldset,legend,noscript to standard tags to avoid moretags in autoloader | Christian Weber | 1 | -1/+1 |
2007-09-21 | Streamline dumping of debug info | Christian Schneider | 2 | -10/+14 |
2007-09-21 | Simplify expression | Christian Schneider | 1 | -1/+1 |
2007-09-20 | Fix database comparison in constructor | Christian Weber | 1 | -1/+1 |
2007-09-20 | Use singleton defaults only for same db/server, fix passwords with dollar signs | Christian Schneider | 1 | -3/+7 |
2007-09-19 | new it_dbi always adds defaults from singleton | Christian Weber | 2 | -2/+5 |
2007-09-19 | remove special div() and span() methods since this magic is gone for good now. | Christian Weber | 1 | -36/+0 |
2007-09-19 | use it_dbi singleton's defaults when creating our dbi instance | Christian Weber | 1 | -1/+1 |
2007-09-19 | Removed default password from source code | Christian Schneider | 1 | -2/+2 |
2007-09-19 | IE requires this sequence, Safari wants the opposite | Thomas Brüderli | 1 | -1/+2 |
2007-09-19 | Removed obsolete it_db, it_db_table, it_db_record | Christian Schneider | 4 | -1101/+0 |
2007-09-19 | Make it.class PHP4 compatible again | Christian Schneider | 1 | -17/+27 |
2007-09-19 | time.pinc is obsolete. Finally. Requiescat in pace. | Christian Weber | 1 | -139/+0 |
2007-09-18 | add getopt() and gets(), remove obsolet dba_version() | Christian Weber | 1 | -9/+126 |
2007-09-18 | it_user is now based on it_dbi, the obsolete it_db_* api is no longer used | Christian Weber | 1 | -81/+74 |
2007-09-18 | documentation | Christian Weber | 1 | -2/+2 |
2007-09-18 | Retry after script error + panic after retry | Thomas Brüderli | 1 | -13/+17 |
2007-09-17 | Add function get_field_info() | Christian Weber | 1 | -0/+13 |
2007-09-17 | function docs | Urban Müller | 1 | -5/+5 |
2007-09-17 | Prevent IE 6 crashes when loading page from cache | Thomas Brüderli | 1 | -1/+1 |
2007-09-15 | @param $p['fallbacklanguage'] optional language to use for undefined texts (u... | Christian Weber | 1 | -3/+6 |
2007-09-14 | Change default quality to convert default of 75 | Christian Schneider | 1 | -1/+1 |
2007-09-14 | enforce jpeg quality | Urban Müller | 1 | -1/+1 |
2007-09-13 | Fix strict javascript warning | Thomas Brüderli | 1 | -1/+1 |
2007-09-12 | Fix some javascript warnings | Christian Schneider | 1 | -1/+1 |
2007-09-12 | Don't send max-age header for Opera browsers | Thomas Brüderli | 1 | -1/+2 |
2007-09-12 | Variables have been set in the wrong context | Thomas Brüderli | 1 | -3/+4 |
2007-09-12 | Use iframes if possible (to prevent IE6 crashes) | Thomas Brüderli | 1 | -2/+3 |
2007-09-11 | Send scripts uncompressed when no ActiveX is available + reverted r20842 | Thomas Brüderli | 2 | -5/+2 |
2007-09-10 | Desperate attempt to fix mysterious syntax errors in IE 6 | Thomas Brüderli | 1 | -1/+4 |
2007-09-10 | JS error flags again | Thomas Brüderli | 1 | -2/+2 |
2007-09-10 | More process flags for error location | Thomas Brüderli | 1 | -0/+2 |
2007-09-10 | Flags to locate script errors | Thomas Brüderli | 2 | -1/+17 |
2007-09-05 | Check for callback function first. Same effect as XMLHTTPRequest.abort() | Thomas Brüderli | 2 | -2/+2 |
2007-09-05 | Remove all object references to prevent memory leaks | Thomas Brüderli | 1 | -7/+18 |
2007-09-05 | bugfix | Urban Müller | 1 | -1/+1 |
2007-09-04 | vanity | Urban Müller | 2 | -0/+24 |
2007-09-04 | add warning if member vars would influence update/insert (deprecated behaviour) | Christian Weber | 1 | -1/+5 |
2007-09-04 | warnings for deprecated div/span | Urban Müller | 1 | -2/+2 |