Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2017-02-20 | Do not strip substrings looking like URL encode sequences | vlakoff | 1 | -1/+1 | |
2017-02-20 | [ci skip] Add a note on xss_clean() and HTML attributes | Andrey Andreev | 1 | -2/+9 | |
2017-02-13 | Merge pull request #5016 from zploskey/fix_userguide_version | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Increase version in userguide to 3.1.4-dev | |||||
2017-02-11 | Increase version in userguide to 3.1.4-dev | Zach Ploskey | 1 | -2/+2 | |
The version number was not increased after the 3.1.3 release. | |||||
2017-02-06 | [ci skip] Add changelog entries for PR #5006 | Andrey Andreev | 1 | -0/+2 | |
2017-02-06 | [ci skip] Eliminate a needless array_merge() call from PR #5006 patch | Andrey Andreev | 1 | -6/+3 | |
2017-02-06 | Merge pull request #5006 from tianhe1986/develop_common | Andrey Andreev | 1 | -8/+8 | |
Fix two bugs with Common Functions | |||||
2017-02-01 | return_bytes(): Throw exception on unhandled unit type | Florian Pritz | 2 | -3/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-01 | Test-More: Improve debug output | Florian Pritz | 1 | -5/+14 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-01 | tests: Expect string instead of int | Florian Pritz | 1 | -4/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-01 | Fix a CI_Input::set_cookie() bug | Andrey Andreev | 5 | -14/+13 | |
Found on StackOverflow: https://stackoverflow.com/questions/41925028/codeigniter-config-overrides-set-cookie-parameters | |||||
2017-01-31 | config: Add exmple for database port setting | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-01-30 | [ci skip] Fix #5002 | Andrey Andreev | 1 | -2/+2 | |
2017-01-23 | [ci skip] Add changelog entries for PR #4990 | Andrey Andreev | 1 | -0/+2 | |
2017-01-23 | Merge pull request #4990 from tianhe1986/develop_profiler | Andrey Andreev | 1 | -5/+5 | |
Two small changes with CI_Profiler | |||||
2017-01-23 | Merge pull request #4991 from verkhoumov/develop | Andrey Andreev | 1 | -5/+0 | |
Removed dead code from show_error() | |||||
2017-01-20 | Don't use each() | Andrey Andreev | 3 | -23/+21 | |
Will be deprecated in PHP 7.2 | |||||
2017-01-19 | hash_pbkdf2() byte-safety again ... actually tell mbstring to use 8bit | Andrey Andreev | 1 | -2/+2 | |
2017-01-19 | hash_pbkdf2() byte-safety | Andrey Andreev | 2 | -5/+14 | |
2017-01-19 | Again the Travis script line ... a typo | Andrey Andreev | 1 | -1/+1 | |
2017-01-19 | Fix Travis tests script line | Andrey Andreev | 1 | -1/+1 | |
2017-01-19 | More byte-safety | Andrey Andreev | 7 | -28/+31 | |
2017-01-19 | Fix byte-safety issues & actually test for them | Andrey Andreev | 9 | -30/+93 | |
2017-01-17 | [ci skip] Add changelog entry for #4987 | Andrey Andreev | 1 | -0/+1 | |
2017-01-17 | Merge pull request #4987 from tianhe1986/develop_qb_alias_table_cache | Andrey Andreev | 1 | -9/+15 | |
Add aliased tables cache in query_builder. | |||||
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 39 | -48/+48 | |
Spelling fixes in comment blocks and docs | |||||
2017-01-17 | Address #4980 | Andrey Andreev | 1 | -13/+14 | |
2017-01-11 | [ci skip] Add a changelog entry for 37226c036a52ae857b13109774b1cdfc4b1d4db9 | Andrey Andreev | 1 | -0/+1 | |
2017-01-11 | Merge branch 'feature/sess_db_destroy' into 3.1-stable | Andrey Andreev | 1 | -5/+5 | |
2017-01-11 | [ci skip] Add changelog entry for #4977 | Andrey Andreev | 1 | -0/+1 | |