Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-19 | [ci skip] Fix a bug in FV valid_email() | Andrey Andreev | 3 | -3/+7 | |
2017-06-17 | Update NEWS2.1.2 | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-06-17 | Fix broken lineendings when rendering ascii colors | Florian Pritz | 1 | -1/+1 | |
Without -m ansi2html may not close the span tags at the end of the line. Since we wrap the output lines in our own tags those left-open tags break the rendering. Fix it by letting ansi2html wrap lines into tags on it's own. This adds superflous tags in the HTML, but it works nicely. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-06-15 | [ci skip] Add changelog entry for #5155 | Andrey Andreev | 1 | -0/+1 | |
2017-06-15 | Merge pull request #5155 from tianhe1986/develop_count_ignore_limit | Andrey Andreev | 2 | -1/+11 | |
Fix CI_DB_query_builder::count_all_results() returning wrong count with LIMIT/OFFSET | |||||
2017-06-15 | [ci skip] Merge pull request #5154 from angelxaces/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Grammatical fix in ancillary_classes.rst doc | |||||
2017-06-13 | [ci skip] Apply PR #5150 patch to pdo/oci and add changelog entry | Andrey Andreev | 2 | -1/+2 | |
2017-06-13 | [ci skip] Merge pull request #5150 from ↵ | Andrey Andreev | 1 | -1/+1 | |
ytetsuro/add-oracle-rename-column-to-keyword Fix DBForge triggering ORA-00946 while renaming columns | |||||
2017-06-05 | [ci skip] Merge pull request #5143 from TysonAndre/misc-phpdoc-nits | Andrey Andreev | 7 | -9/+9 | |
Fix misc inconsistencies between code and doc comments | |||||
2017-05-25 | [ci skip] Fix #5131 | Andrey Andreev | 2 | -1/+2 | |
2017-05-25 | [ci skip] Doc changes following PR #5130 | Andrey Andreev | 3 | -2/+6 | |
2017-05-25 | Merge pull request #5130 from aroche/patch-2 | Andrey Andreev | 1 | -7/+1 | |
Allow arbitrary strings as extra attributes in form_label | |||||
2017-05-22 | Update NEWS2.1.1 | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-05-22 | Fix markdown rendering not finding Parsedown | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-05-15 | Fix error handling in MY_Input->post_array() | Florian Pritz | 1 | -1/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-05-14 | Update NEWS2.1.0 | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-05-12 | Catch incorrect POST parameters (array vs string) | Florian Pritz | 4 | -10/+44 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-05-12 | Fix uncaught exception in error page | Florian Pritz | 1 | -1/+1 | |
Can be triggered by accessing an unknown page like /file/foobar Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-05-10 | Merge pull request #5112 from cerealbeer/develop | Andrey Andreev | 1 | -1/+1 | |
read() in DB_cache fails when catching E_WARNING with custom error handler | |||||
2017-05-09 | [ci skip] Add changelog entry for PR #5108 | Andrey Andreev | 1 | -0/+1 | |
2017-05-09 | Merge pull request #5108 from ft23/patch-1 | Andrey Andreev | 1 | -0/+1 | |
quizzes singular doesn't work | |||||
2017-04-18 | Unify look of client installation instructions | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-18 | Add FreeBSD client installation instructions | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-18 | Use === for some equality checks | Florian Pritz | 2 | -5/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-18 | [ci skip] Reduce nesting levels in CI_Output | Andrey Andreev | 1 | -51/+44 | |
2017-04-18 | [ci skip] Add changelog entry for #5084, PR #5085 | Andrey Andreev | 1 | -0/+1 | |
2017-04-18 | Merge pull request #5085 from jim-parry/fix/xmlrpc | Instructor, Computer Systems Technology | 1 | -1/+1 | |
Fix typo in serializeval() | |||||
2017-04-06 | Add filename extensions for some SQL dialects | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-06 | [ci skip] Simplify some internal CI_Email code | Andrey Andreev | 1 | -16/+8 | |
2017-03-28 | [ci skip] Fix 5070 | Andrey Andreev | 2 | -1/+5 | |
2017-03-26 | s/renderer: Extract json reformater method | Florian Pritz | 1 | -16/+28 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-26 | s/renderer: Pass output_cache in constructor | Florian Pritz | 2 | -13/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-26 | Extract render code into dedicated class | Florian Pritz | 2 | -144/+168 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-24 | Improve error handling in json reformater | Florian Pritz | 1 | -4/+17 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-24 | Allow alternative colors in alert template | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-22 | Reformat single-line JSON when rendering | Florian Pritz | 1 | -0/+5 | |
Be conservative and only apply the reformating for single line pastes. This should cover the most common cases and protect against trying to reformat non-json content. Fixes #14 Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-22 | Pass file content to lexer via stdin | Florian Pritz | 1 | -2/+5 | |
This allows to easily modify the content before rendering it. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-20 | [ci skip] Fix 3.1.4 release date ... | Andrey Andreev | 1 | -1/+1 | |
Apparently, I'm from the future. | |||||
2017-03-20 | [ci skip] Mark the start of 3.1.5-dev | Andrey Andreev | 6 | -4/+26 | |
2017-03-20 | [ci skip] Prepare 3.1.4 release | Andrey Andreev | 4 | -5/+5 | |
2017-03-20 | Fix Apache header injection vulnerability in set_status_header() | Andrey Andreev | 2 | -6/+7 | |
2017-03-20 | Fix #5057 | Andrey Andreev | 2 | -2/+3 | |
2017-03-14 | Fix #5050 | Andrey Andreev | 11 | -11/+12 | |
2017-03-08 | [ci skip] Remove an obsolete note from routing docs | Andrey Andreev | 1 | -3/+0 | |
2017-03-06 | Fix #5044; add unit tests for img() HTML helper | Andrey Andreev | 4 | -6/+21 | |
2017-03-03 | Update NEWS2.0.0 | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-03 | run-tests.sh: Only use phpdbg when coverage information is gathered | Florian Pritz | 1 | -3/+8 | |
For some reason phpdbg crashes for me right now so this is a quick workaround to get the tests to run again. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-03 | gitignore: Fix path to main.min.js | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-01 | [ci skip] Remove a misleading comment from the docblock for random_string() | Andrey Andreev | 1 | -3/+1 | |
2017-02-20 | [ci skip] Add a changelog entry for #4815, PR #5023 | Andrey Andreev | 1 | -0/+1 | |