Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-25 | inserted required attribute in html tag | Francisco Javier Llanquipichun Garcia | 1 | -1/+1 | |
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com> | |||||
2018-12-27 | Update copyright date to 2019 | Jim Parry | 4 | -8/+8 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 4 | -8/+8 | |
2018-01-09 | Annual copyright update | Master Yoda | 4 | -8/+8 | |
2017-09-25 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2017-08-25 | [ci skip] Fix #5236 | Andrey Andreev | 1 | -1/+1 | |
2017-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/input.rst | |||||
2017-03-14 | Fix #5050 | Andrey Andreev | 1 | -1/+1 | |
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 1 | -1/+1 | |
Spelling fixes in comment blocks and docs | |||||
2017-01-16 | spelling fixes | klemens | 1 | -1/+1 | |
2017-01-03 | Update copyright data to 2017 | Master Yoda | 4 | -8/+8 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 4 | -8/+8 | |
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -0/+6 | |
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst | |||||
2016-06-08 | Make db_select() clear cached database metadata | Andrey Andreev | 1 | -0/+1 | |
2016-04-01 | [ci skip] Fix #861 (regression) | Andrey Andreev | 1 | -0/+5 | |
2016-01-11 | [ci skip] Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -4/+4 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 4 | -4/+4 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -8/+8 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 4 | -8/+8 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -8/+8 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 4 | -8/+8 | |
2015-12-14 | Change DB charset handling | Andrey Andreev | 1 | -13/+1 | |
Close #4311 | |||||
2015-12-11 | Fix #4306 | Andrey Andreev | 1 | -1/+1 | |
2015-10-19 | Fix #4171 and a number of other transaction bugs | Andrey Andreev | 1 | -27/+3 | |
2015-09-16 | Fix #4120 | Andrey Andreev | 1 | -3/+13 | |
2015-02-15 | add <!DOCTYPE html> | Tjoosten | 1 | -1/+2 | |
2015-02-04 | Fix typos in func names | Gabriel Potkány | 1 | -1/+1 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 4 | -12/+0 | |
2015-01-12 | Change CI_DB_driver::field_data() signature | Andrey Andreev | 1 | -6/+1 | |
The parameter is mandatory, it doesn't make sense to have a default empty string value only to check for it. | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 4 | -12/+12 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 4 | -57/+106 | |
2014-07-01 | Fix #3124 | Andrey Andreev | 1 | -2/+2 | |
2014-05-09 | Remove (most of) error suppression from database drivers (issue #3036) | Andrey Andreev | 2 | -8/+8 | |
2014-02-25 | Remove error suppression usage from db_connect() | Andrey Andreev | 1 | -2/+2 | |
2014-02-25 | Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition | Andrey Andreev | 1 | -12/+0 | |
2014-02-20 | Don't use error suppression with ini_set() | Andrey Andreev | 1 | -1/+1 | |
2014-02-11 | 2013 > 2014 | darwinel | 4 | -4/+4 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-02-09 | Style Guide | darwinel | 1 | -1/+1 | |
Logical Operators Use of || is discouraged as its clarity on some output devices is low (looking like the number 11 for instance). && is preferred over AND but either are acceptable, and a space should always precede and follow ! | |||||
2013-01-29 | Fix list_fields seek bug | Chris Buckley | 1 | -0/+1 | |
On the first list_fields call, the field pointer is moved to the end of the list of fields. This change ensures that the pointer is positioned at the start of the field list before grabbing the names. Signed-off-by: Chris Buckley <chris@cmbuckley.co.uk> | |||||
2013-01-24 | Move db_select() call from CI_DB_driver::initialize() to db_connect() | Andrey Andreev | 1 | -0/+12 | |
so that it's only called by drivers that need it ('mysql', 'mssql'). As proposed in issue #2187. | |||||
2013-01-10 | Unify escape_str() array input and LIKE logic | Andrey Andreev | 1 | -37/+0 | |
Added protected method _escape_str() to deal with quote escaping. | |||||
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 4 | -4/+4 | |
2012-12-04 | Rename DB_result _data_seek() to data_seek() and make it publicly available | Andrey Andreev | 1 | -1/+1 | |
(as requested in #2050) | |||||
2012-11-19 | Add db_set_charset() support for the mssql driver | Andrey Andreev | 1 | -0/+13 | |
2012-11-16 | Improve DB field_data() for PostgreSQL | Andrey Andreev | 1 | -2/+2 | |
2012-11-16 | Improve DB field_data() for Oracle (and fix its max_length for MSSQL / SQLSRV) | Andrey Andreev | 1 | -2/+4 | |
2012-11-16 | Improve DB field_data() for MSSQL / SQL Server | Andrey Andreev | 2 | -16/+37 | |
2012-11-13 | Add seed values support for Query Builder order_by | Andrey Andreev | 1 | -2/+2 | |
(feature request #1987) | |||||
2012-11-06 | Fix a lang key typo | Andrey Andreev | 2 | -2/+2 | |
2012-11-06 | Fix #589 | Andrey Andreev | 1 | -0/+23 | |