Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-20 | Merge pull request #6074 from philsturgeon/ci3-php8 | Andrey Andreev | 26 | -89/+135 | |
CodeIgniter 3.0 on PHP 8 | |||||
2021-12-03 | chore: back to travis | Phil Sturgeon | 3 | -106/+118 | |
2021-11-17 | chore: update to phpunit 9 | Phil Sturgeon | 3 | -19/+20 | |
2021-11-17 | Merge branch 'php80-patch1' of https://github.com/sapics/CodeIgniter into ↵ | Phil Sturgeon | 10 | -136/+136 | |
ci3-php8 | |||||
2021-11-17 | Added another SVG mimetype | ddonatek | 1 | -1/+1 | |
Some MIME detection programs/libraries identify SVG files without `<?xml ...?>` declaration as `image/svg` | |||||
2021-11-16 | [ci skip] Merge pull request #6071 from ddonatek/patch-1 | George Petculescu | 1 | -1/+1 | |
Added another SVG mimetype | |||||
2021-11-02 | Added another SVG mimetype | ddonatek | 1 | -1/+1 | |
Some MIME detection programs/libraries identify SVG files without `<?xml ...?>` declaration as `image/svg` | |||||
2021-10-05 | Fixes styleguide ORs | George Petculescu | 1 | -5/+5 | |
2021-10-04 | whoops :) | George Petculescu | 1 | -1/+1 | |
2021-10-04 | Fixes CREATE TABLE IF NOT EXISTS on pdo_pgsql_forge; checking for dummy data ↵ | George Petculescu | 2 | -5/+12 | |
DB operations result returns | |||||
2021-10-04 | Merge remote-tracking branch 'origin/develop_php8' into develop_php8 | George Petculescu | 0 | -0/+0 | |
2021-10-04 | Adds PHP 8 in Travis | George Petculescu | 17 | -44/+70 | |
2021-09-26 | Adds PHP 8 in Travis | George Petculescu | 17 | -44/+70 | |
2021-09-14 | Merge pull request #6045 from gxgpet/develop_fixtravis | Andrey Andreev | 10 | -27/+52 | |
Fixes Travis pipeline. Adding PHPUnit 8. | |||||
2021-09-14 | [ci skip] Merge pull request #6054 from gphg/attributes | Andrey Andreev | 1 | -4/+2 | |
export-ignore user_guide_src/ | |||||
2021-07-30 | Updates .gitattributes, added export-ignore. | Garett PHG | 1 | -4/+2 | |
Excludes `user_guide_src` via `--prefer-dist` composer installation. Refer to this https://github.com/bcit-ci/CodeIgniter/issues/5843#issuecomment-889615837 based on this https://github.com/bcit-ci/CodeIgniter/pull/3831 > This basically just removes a number of development-only files (like the user guide source and our tests) from any installs made through composer with the --prefer-dist flag set. > > Helps create a faster install with less unnecessary files to new projects. | |||||
2021-05-31 | Fixes travis yml | George Petculescu | 1 | -0/+1 | |
2021-05-31 | other test fixes | George Petculescu | 2 | -4/+12 | |
2021-05-31 | Adding PHPUnit 8 | George Petculescu | 4 | -3/+24 | |
2021-05-31 | Upgrade to latest mikey179/vfsstream | George Petculescu | 4 | -12/+4 | |
2021-05-31 | Travis: ignore mbstring.func_overload=7 for PHP >= 7.3 | George Petculescu | 1 | -1/+1 | |
2021-05-31 | Travis: PHP 7.4 seems to fail if XDEBUG_MODE=coverage is not set | George Petculescu | 1 | -7/+9 | |
2021-05-31 | don't mark no-assertions tests as failed | George Petculescu | 1 | -1/+2 | |
2021-03-10 | Merge pull request #6028 from vibbow/patch-1 | George Petculescu | 1 | -1/+1 | |
Update Session.php | |||||
2021-03-10 | Update Session.php | vibbow | 1 | -1/+1 | |
Fix PHPDoc | |||||
2021-02-04 | [ci skip] Add 'img_class' option to CAPTCHA helper | Andrey Andreev | 2 | -1/+6 | |
Close #5999 | |||||
2021-02-04 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -3/+5 | |
2021-02-04 | [ci skip] Fix is_callable()-reliant logic broken by PHP 8 | Andrey Andreev | 4 | -3/+4 | |
Close #6006, #6007 | |||||
2021-02-04 | [ci skip] Add changelog entry for #6013 | Andrey Andreev | 1 | -0/+1 | |
2021-02-04 | [ci skip] Remove a comment made obsolete by PR #6013 | Andrey Andreev | 1 | -2/+0 | |
2021-02-04 | [ci skip] Merge pull request #6013 from 1stwebdesigns/new_branch | Andrey Andreev | 1 | -1/+1 | |
Fix Flashdata time comparison for PHP 8 | |||||
2021-02-04 | [ci skip] Remove a comment made obsolete by PR #6013 | Andrey Andreev | 1 | -2/+0 | |
2021-02-04 | [ci skip] Merge pull request #6013 from 1stwebdesigns/new_branch | Andrey Andreev | 1 | -1/+1 | |
Fix Flashdata time comparison for PHP 8 | |||||
2021-01-22 | Replace travis-ci to github actions for php8.0 | sapics | 7 | -130/+127 | |
2021-01-16 | Fix error in pdo/pgsql for php8.0 | sapics | 2 | -1/+9 | |
From PHP8.0, default PDO::ATTR_ERRMODE is changed from PDO::ERRMODE_SILENT to PDO::ERRMODE_EXCEPTION. Reference: https://wiki.php.net/rfc/pdo_default_errmode | |||||
2021-01-16 | Fix error in core/Output.php for php8.0 | sapics | 1 | -2/+6 | |
Fix error in array_shift array_map('array_shift', $this->headers) causes error as array_shift(): Argument bcit-ci#1 ($array) must be passed by reference, value given | |||||
2021-01-15 | Fix Flashdata time comparison for PHP 8 | 1st WebDesigns | 1 | -1/+1 | |
2021-01-05 | [ci skip] Close #5973 | Andrey Andreev | 1 | -1/+1 | |
2021-01-05 | [ci skip] Close #5973 | Andrey Andreev | 1 | -1/+1 | |
2021-01-05 | [ci skip] Merge pull request #5980 from devnetkc/docs-5761 | Andrey Andreev | 1 | -0/+1 | |
chore: Add to main readme contribute guide link | |||||
2021-01-05 | [ci skip] Merge pull request #5980 from devnetkc/docs-5761 | Andrey Andreev | 1 | -0/+1 | |
chore: Add to main readme contribute guide link | |||||
2021-01-05 | [ci skip] Add TLS support for Session library Redis connection strings ↵ | Andrey Andreev | 2 | -2/+2 | |
(related: issue #5982, PR #5983) | |||||
2021-01-05 | [ci skip] Close #6005: Fix typos in email helper docs | Andrey Andreev | 1 | -3/+3 | |
2020-08-22 | :pencil2: ops, forgot to remove first idea. | Ryan Valizan | 1 | -6/+0 | |
2020-08-22 | :pencil: Add to main readme contribute guide link | Ryan Valizan | 1 | -0/+7 | |
Issue #5761 asked for an imporovment to this document. This is very simple tweak. However I think it accomplishes the goal for everyone Without any bloating of the main readme. | |||||
2020-07-09 | Merge branch '3.1-stable' into develop | Andrey Andreev | 5 | -17/+20 | |
2020-07-09 | [ci skip] Correct fix for #5906 | Andrey Andreev | 1 | -1/+1 | |
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 158 | -171/+173 | |
Fix user guide url | |||||
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 146 | -156/+156 | |
Fix user guide url | |||||
2020-07-09 | [ci skip] Merge pull request #5922 from robsonpiere/develop | Andrey Andreev | 1 | -1/+2 | |
Add UptimeRobot user agent |