Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-09 | Don't try to run 'DB=mysql' tests on PHP 7.2 | Andrey Andreev | 1 | -0/+2 | |
2017-11-09 | Attempt PHP 7.2 tests on Travis | Andrey Andreev | 1 | -0/+2 | |
2017-11-09 | Try testing on PHP master branch builds too (allowed failures) | Andrey Andreev | 1 | -0/+4 | |
2017-11-09 | Move PHP 7.2 into the main testing matrix | Andrey Andreev | 1 | -1/+0 | |
2017-11-09 | Don't try to run 'DB=mysql' tests on PHP 7.2 | Andrey Andreev | 1 | -0/+2 | |
2017-11-09 | Merge branch '3.1-stable' into develop | Andrey Andreev | 3 | -5/+5 | |
2017-11-09 | [ci skip] Fix patch for #5300 | Andrey Andreev | 3 | -5/+5 | |
2017-11-09 | Attempt PHP 7.2 tests on Travis | Andrey Andreev | 1 | -0/+2 | |
2017-11-09 | Refactor CI_Config, CI_Hooks interaction (close #5323) | Andrey Andreev | 2 | -17/+17 | |
2017-11-07 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -7/+25 | |
2017-11-07 | [ci skip] Deprecate extra parameters of the CAPTCHA helper | Andrey Andreev | 4 | -8/+26 | |
2017-11-07 | Implement data:image URIs in CAPTCHA helper | Andrey Andreev | 3 | -36/+56 | |
Also, switched to PNG by default and dropped JPEG; refactored image files GC. Close #5200 | |||||
2017-11-06 | [ci skip] Merge pull request #5326 from vinodselvin/patch-1 | Andrey Andreev | 1 | -2/+2 | |
Bug in documentation | |||||
2017-11-06 | [ci skip] Merge pull request #5321 from PrestigeT/documentation | Andrey Andreev | 1 | -1/+1 | |
Fixed docblock on model function. Changed @param model from string to mixed | |||||
2017-11-06 | [ci skip] Merge pull request #5326 from vinodselvin/patch-1 | Andrey Andreev | 1 | -2/+2 | |
Bug in documentation | |||||
2017-11-05 | Bug in documentation | Vinod Selvin | 1 | -2/+2 | |
when i clicked on Codeigniter repository on Contributing.md, it redirects to https://github.com/bcit-ci/CodeIgniter>, there is some extra greater than symbol, creating issue, so i fixed and creating pull request to you. | |||||
2017-11-03 | [ci skip] Merge pull request #5321 from PrestigeT/documentation | Andrey Andreev | 1 | -1/+1 | |
Fixed docblock on model function. Changed @param model from string to mixed | |||||
2017-11-02 | Fixed docblock on model function. Changed @param model from string to mixed | Avrom | 1 | -1/+1 | |
2017-10-25 | [ci skip] Merge pull request #5311 from gonzalo-massa/gonzalo-massa-patch-1 | Andrey Andreev | 1 | -0/+3 | |
Download links for versions 2.2.4 to 2.2.6 added to docs | |||||
2017-10-25 | [ci skip] Merge pull request #5311 from gonzalo-massa/gonzalo-massa-patch-1 | Andrey Andreev | 1 | -0/+3 | |
Download links for versions 2.2.4 to 2.2.6 added to docs | |||||
2017-10-25 | Missing links for CI2 versions on documentation | gonzalo-massa | 1 | -0/+3 | |
Download links for CodeIgniter versions 2.2.4, 2.2.5 and 2.2.6 added to documentation (Installation > Downloading CodeIgniter) | |||||
2017-10-16 | Merge branch '3.1-stable' into develop | Andrey Andreev | 9 | -27/+33 | |
2017-10-16 | [ci skip] Use INTL_IDNA_VARIANT_UCS46 to convert non-ASCII domain names in ↵ | Andrey Andreev | 3 | -3/+11 | |
emails Close #5300 | |||||
2017-10-13 | Fix #5297 | Andrey Andreev | 2 | -4/+9 | |
2017-10-12 | Merge pull request #5289 from zploskey/cleanup_form_validation_tests | Andrey Andreev | 1 | -19/+21 | |
Clean up form validation tests | |||||
2017-10-12 | Merge pull request #5289 from zploskey/cleanup_form_validation_tests | Andrey Andreev | 1 | -21/+21 | |
Clean up form validation tests | |||||
2017-10-11 | Clean up form validation tests | Zach Ploskey | 1 | -21/+21 | |
Remove a number unnecessary calls to reset_validation(). A new form_validation object is already initialized for every test in set_up(), so these lines do nothing unless multiple validations are done in the same test. Explicitly empty the $_POST array after each test that modifies it. Signed-off-by: Zach Ploskey <zach@ploskey.com> | |||||
2017-10-09 | [ci skip] Merge pull request #5295 from mamat-rahmat/fix-docs-code-block | Andrey Andreev | 1 | -2/+2 | |
Fix broken .htaccess example code-block | |||||
2017-10-09 | [ci skip] Merge pull request #5295 from mamat-rahmat/fix-docs-code-block | Andrey Andreev | 1 | -2/+2 | |
Fix broken .htaccess example code-block | |||||
2017-10-09 | [ci skip] Merge pull request #5292 from ajdunn2/develop | Andrey Andreev | 2 | -2/+2 | |
Small spelling fix | |||||
2017-10-09 | [ci skip] Merge pull request #5292 from ajdunn2/develop | Andrey Andreev | 2 | -2/+2 | |
Small spelling fix | |||||
2017-10-09 | Fix broken .htaccess example code-block | Mamat Rahmat | 1 | -2/+2 | |
- remove double colon before code-block - change lexer into apacheconf Fixes #5283 Signed-off-by: Mamat Rahmat <coderbodoh@gmail.com> | |||||
2017-10-08 | Small spelling fix | AJ Dunn | 2 | -2/+2 | |
Missing ‘e’ in word ‘certificates’. Signed-off-by: AJ Dunn <andrew.dunn2@outlook.com.au> | |||||
2017-10-06 | Merge pull request #5286 from zploskey/issue_5202 | Andrey Andreev | 2 | -0/+16 | |
Fix Error "Cannot create references to/from string offsets" | |||||
2017-10-06 | Fix issue 5202 | Zach Ploskey | 2 | -0/+16 | |
Fix attempting to access data_ref before it is defined when validating an array input with multiple explicitly specified keys. Adds a test for the issue. Signed-off-by: Zach Ploskey <zach@ploskey.com> | |||||
2017-10-04 | [ci skip] Fix a typo in pagination docs | Andrey Andreev | 1 | -2/+2 | |
2017-10-03 | [ci skip] Add changelog entry for #5282 | Andrey Andreev | 1 | -0/+1 | |
2017-10-03 | Merge pull request #5282 from pgee70/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fix ORDER BY clauses being reset by count_all_results() | |||||
2017-10-03 | Update DB_query_builder.php | pgee70 | 1 | -1/+1 | |
recent changes broke query ordering giving a warning in line 1238 = '$this->qb_cache_orderby = array_merge($this->qb_cache_orderby, $qb_orderby);' this was because on subsequent re-queries, the qb_cache_orderby was set to NULL not Array() as it is should be (and is instantiated originally . | |||||
2017-10-02 | [ci skip] Merge pull request #5281 from pawelkg/develop | Andrey Andreev | 1 | -2/+2 | |
Adding some letters translated to Y in foregin_chars.php | |||||
2017-10-02 | [ci skip] Merge pull request #5281 from pawelkg/develop | Andrey Andreev | 1 | -2/+2 | |
Adding some letters translated to Y in foregin_chars.php | |||||
2017-10-02 | [ci skip] Drop docs section about short PHP tags (close #5280) | Andrey Andreev | 1 | -15/+1 | |
2017-09-30 | Adding some letters translated to Y in foregin_chars.php | Paweł Kłopotek-Główczewski | 1 | -2/+2 | |
Signed-off-by: Paweł Kłopotek-Główczewski <pawelkg@pawelkg.com> | |||||
2017-09-29 | Add testcase and changelog entry for #5278 | Andrey Andreev | 2 | -2/+4 | |
2017-09-29 | [ci skip] Revert file permission change from PR #5278 | Andrey Andreev | 1 | -0/+0 | |
2017-09-29 | [ci skip] Revert file permission change from PR #5278 | Andrey Andreev | 1 | -0/+0 | |
2017-09-29 | Merge pull request #5278 from Uekawa/auto_link | Andrey Andreev | 1 | -1/+1 | |
Fix auto_link trailing slash | |||||
2017-09-29 | Merge pull request #5278 from Uekawa/auto_link | Andrey Andreev | 1 | -1/+1 | |
Fix auto_link trailing slash | |||||
2017-09-29 | Fix auto_link | Uekawa | 1 | -1/+1 | |
2017-09-27 | Fix #5276 | Andrey Andreev | 3 | -16/+9 | |