summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2021-06-09
never consider first word a debugparam, fixes cine.search.ch
Urban Müller
1
-1
/
+1
2021-06-07
force new connection to be compatible with mysqli_connect, it_dbi does ↵
Nathan Gass
1
-1
/
+1
handle connection reuse itself
2021-05-30
Allow some more tags structuring texts visibly
Christian Schneider
1
-2
/
+2
2021-05-18
call more attention to page-killing problems
Urban Müller
1
-1
/
+1
2021-04-20
handle invalid utf8 in body
Urban Müller
1
-1
/
+1
2021-04-20
it::mail refuses to send mails with null bytes
Urban Müller
1
-1
/
+1
2021-03-29
remove => false args in it::exec, consistent with it_html
Urban Müller
2
-1
/
+5
2021-03-28
it::cdist() does nothing if no filenames are given, it::error() if ↵
Christian A. Weber
1
-0
/
+8
filename=false
2021-03-24
correcly use override traces for long stackdump (ultraexceptionhandler case)
Urban Müller
1
-1
/
+1
2021-03-23
use (local) distributed cache on devel by default
Urban Müller
1
-5
/
+0
2021-03-21
Make errorhandler PHP 8 compatible
Christian Schneider
1
-1
/
+1
2021-03-18
refactor dump_php() to create more stable format using new array syntax ↵
Christian A. Weber
1
-6
/
+9
without calling convertsyntax.php
2021-03-15
filter info not needed interactively
Urban Müller
1
-1
/
+1
2021-03-15
better align subsequent it::error output
Urban Müller
1
-1
/
+1
2021-03-12
avoid empty title when error message contains invalid utf8
Urban Müller
1
-1
/
+1
2021-03-12
allow forcing errors to screen
Urban Müller
1
-3
/
+5
2021-03-05
var_export no longer has a trailing blank after =>
Urban Müller
1
-1
/
+1
2021-03-01
do not use mysql defaultconfig for it_dbi_postgres.class
Nathan Gass
1
-1
/
+1
2021-02-22
avoid lowercase "Fatal:" e.g. when debug_timerlog set programmatically
Urban Müller
1
-2
/
+2
2021-02-16
fix errors on get_cache
Urban Müller
1
-3
/
+3
2021-02-15
grapheme_substr turns false into "" in php 8; return was not taken
Urban Müller
1
-3
/
+4
2021-02-12
allow custom stack traces from exception handler
Urban Müller
1
-2
/
+2
2021-02-12
correctly put Fatal: in front of uncaught exceptions
Urban Müller
1
-1
/
+1
2021-02-12
Fix cols() ignoring some columns, was an exception in PHP 8
Christian Schneider
2
-1
/
+3
2021-02-10
Leave comments like NOCSSLINT in nostrip mode but restrict it to ULTRATRUSTED
Christian Schneider
1
-2
/
+3
2021-02-10
optionally preserve line numbers
Urban Müller
1
-1
/
+1
2021-02-09
Mark static function as such
Christian Schneider
1
-1
/
+1
2021-02-09
Avoid TypeError with null on PHP 8
Christian Schneider
1
-1
/
+1
2021-02-08
correctly report extra params; it::error has recursion protection
Urban Müller
1
-1
/
+1
2021-02-03
no extra line for object literals
Urban Müller
1
-0
/
+1
2021-02-03
Code cleanup: Replace call_user_func* with normal function call equivalent
Christian Schneider
5
-7
/
+7
2021-02-03
Code cleanup: Switch to new style varargs
Christian Schneider
4
-50
/
+29
2021-02-03
Use proper name of option in example
Christian Schneider
1
-1
/
+1
2021-02-03
Support options, e.g. --twofirst as arguments to it::cdist()
Christian Schneider
1
-5
/
+10
2021-01-27
fix boolean handling for postgresql
Nathan Gass
1
-0
/
+9
2021-01-27
add support for type specific escape functions
Nathan Gass
1
-2
/
+24
2021-01-27
add some tests for boolean and float columns
Nathan Gass
1
-9
/
+14
2021-01-26
Fix error suppression for safety => 0
Christian Schneider
3
-3
/
+5
2021-01-25
Avoid failure when calling pg_affected_rows without valid result on PHP 8
Christian Schneider
1
-12
/
+14
2021-01-25
Fix generating errors on SQL syntax errors, add tests for it
Christian Schneider
3
-8
/
+20
2021-01-25
fix 850c9fd: do not presume public schema if none is given (for example temp ↵
Nathan Gass
1
-1
/
+1
tables have their own schema)
2021-01-18
test correct escaping using character that actually needs it
Urban Müller
1
-4
/
+4
2021-01-15
SQL_NO_CACHE is mysql specific
Nathan Gass
1
-1
/
+1
2021-01-13
add missing it_dbi_postgres.class, remove ultra-obsolete it_browser.class
Christian A. Weber
2
-188
/
+1
2021-01-13
Update copyright date
Christian Schneider
19
-19
/
+19
2021-01-13
Unified } else { missed in first iteration
Christian Schneider
4
-4
/
+9
2021-01-13
Unified join to always use implode
Christian Schneider
12
-27
/
+27
2021-01-13
Unified comment style
Christian Schneider
3
-15
/
+15
2021-01-13
Unified brace and else if style
Christian Schneider
10
-46
/
+89
2021-01-13
Revert "give error keys on apc failures"
Christian Schneider
1
-2
/
+2
This reverts commit 333809bea4b0ee8386db1464c90ee9a2cb95569d.
[prev]
[next]