Age | Commit message (Expand) | Author | Files | Lines |
2023-10-30 | change it_url::is_reachable to static api consistent with it_url::get | Nathan Gass | 2 | -16/+7 |
2023-10-19 | drop support for C extension | Urban Müller | 1 | -3/+0 |
2023-10-02 | disable test until we have a clean OneDomain solution | Urban Müller | 1 | -2/+2 |
2023-10-02 | avoid false positives in redirs from subdomain to onedomain, ::absolute alway... | Urban Müller | 1 | -2/+2 |
2023-09-28 | fix docs | Urban Müller | 1 | -1/+1 |
2023-09-25 | escape dangerous strings inside javascript, including env = | Urban Müller | 2 | -0/+4 |
2023-09-20 | accept login subrequests without lang overrides even on //login--searchfield-... | Urban Müller | 1 | -1/+1 |
2023-09-05 | protect against huge stackdumps from outdooractive | Urban Müller | 1 | -1/+1 |
2023-09-04 | add forgotten url to host, mail2443 | Urban Müller | 1 | -1/+1 |
2023-09-04 | ::get_cache_contents metadata in php format no longer supported | Urban Müller | 1 | -1/+1 |
2023-08-31 | allow https in error mails | Urban Müller | 1 | -3/+6 |
2023-08-28 | handle inline errors, e.g. new $undefined in mail3464 | Urban Müller | 2 | -4/+5 |
2023-08-22 | Add prefix to it_url::absolute() for OneDomain support, add tests for relativ... | Christian Schneider | 2 | -5/+20 |
2023-08-21 | map favicon path to OneDomain | Urban Müller | 1 | -1/+1 |
2023-08-21 | Do not cache content between OneDomain mode and old-style domains | Christian Schneider | 1 | -1/+1 |
2023-08-21 | OneDomain support for it_url::redirect | Christian Schneider | 1 | -2/+2 |
2023-08-18 | support utest mode by removing uok in redirects | Urban Müller | 1 | -2/+5 |
2023-08-16 | run it_dbi tests for postgresql if it is running | Nathan Gass | 1 | -0/+2 |
2023-08-16 | fix failing it_dbi tests when using postgresql | Nathan Gass | 2 | -2/+2 |
2023-08-16 | use it_dbi_postgres everywhere for postgresql tests | Nathan Gass | 1 | -1/+1 |
2023-08-16 | it::map docs | Urban Müller | 1 | -1/+1 |
2023-08-16 | allow prettyprinting on json_encode (used in tv) | Urban Müller | 1 | -2/+2 |
2023-08-16 | respect existing but empty traces | Urban Müller | 1 | -1/+1 |
2023-08-16 | avoid using "trace" identifier for different things | Urban Müller | 1 | -9/+9 |
2023-08-16 | recursive test script for it::error stackdumps | Urban Müller | 1 | -0/+51 |
2023-08-15 | Avoid //foo syntax as they are overloaded for search.ch | Christian Schneider | 1 | -2/+2 |
2023-08-15 | docs fix | Urban Müller | 1 | -1/+1 |
2023-08-15 | consistent variable name for stackframe, handle empty stackdump | Urban Müller | 1 | -4/+4 |
2023-08-03 | avoid name clashes with stats (mail3831); undercore also illustrates out of band | Urban Müller | 1 | -3/+3 |
2023-08-03 | allow echoing and dry-running of it::exec/it::system commands | Urban Müller | 2 | -19/+25 |
2023-07-31 | Stylesheets: Pass url(...) through U() for normalization/OneDomain | Christian Schneider | 1 | -0/+1 |
2023-07-27 | bugfix, thanks buddha | Urban Müller | 1 | -1/+1 |
2023-07-27 | fix mail0 | Urban Müller | 1 | -1/+1 |
2023-07-26 | only use trace for id to simplify deletion of similar errs | Urban Müller | 1 | -1/+1 |
2023-07-25 | experimentally add ID to error mails | Urban Müller | 1 | -2/+4 |
2023-07-25 | Simplify: Do not strip tags as this can lead to empty titles | Christian Schneider | 1 | -1/+1 |
2023-07-25 | ensure that chance=0 never creates an error | Urban Müller | 1 | -1/+1 |
2023-07-25 | strip superfluous newlines in title | Urban Müller | 1 | -1/+1 |
2023-07-21 | Fix 'Decrement on type null has no effect' warning for PHP 8.3 | Christian Schneider | 1 | -0/+1 |
2023-07-19 | Revert "test: trying to push with failing tests": test failed successfully | Urban Müller | 1 | -2/+0 |
2023-07-19 | test: trying to push with failing tests | Urban Müller | 1 | -0/+2 |
2023-07-19 | Adapt test to new behaviour of always removing {}, even without values | Christian Schneider | 1 | -2/+2 |
2023-07-19 | Make test work when called from runtests which changes cwd | Christian Schneider | 1 | -1/+1 |
2023-07-18 | more concise arg merging | Urban Müller | 2 | -9/+8 |
2023-07-18 | support varags in it::pipe like in it::exec | Urban Müller | 2 | -2/+7 |
2023-07-18 | test existing it_pipe frontend behaviour | Urban Müller | 1 | -0/+6 |
2023-07-10 | always use etext() to support {U(/foo)} feature even in absence of values | Urban Müller | 1 | -1/+1 |
2023-07-05 | mark safe it::shell_command calls | Urban Müller | 2 | -4/+4 |
2023-07-03 | mark it::exec call safe, give better it::exec example | Urban Müller | 2 | -2/+2 |
2023-06-26 | guarantee array result on debug_backtrace, avoid doubling of long stack due t... | Urban Müller | 1 | -3/+3 |