Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-12 | Change CI_DB_driver::field_data() signature | Andrey Andreev | 20 | -110/+22 | |
The parameter is mandatory, it doesn't make sense to have a default empty string value only to check for it. | |||||
2015-01-12 | Merge pull request #3468 from dbernar1/test-5.2 | Andrey Andreev | 3 | -29/+35 | |
Added support for running unit tests on PHP 5.2 | |||||
2015-01-12 | Merge pull request #3467 from aanbar/which_field_failed | Andrey Andreev | 2 | -1/+2 | |
Form_validation: Which field failed | |||||
2015-01-12 | Updated to use the language file | Ahmad Anbar | 2 | -1/+2 | |
2015-01-12 | Added support for running unit tests on PHP 5.2 | Dan Bernardic | 3 | -29/+35 | |
Signed-off-by: Dan Bernardic <dan.bernardic@gmail.com> | |||||
2015-01-11 | Show the name of the field that doesn't have error message set. | Ahmad Anbar | 1 | -1/+1 | |
2015-01-11 | Merge remote-tracking branch 'upstream/develop' into develop | Ahmad Anbar | 273 | -3232/+3765 | |
2015-01-11 | Merge pull request #3466 from dbernar1/non-english-lang-test | Andrey Andreev | 2 | -5/+15 | |
Added a unit test for #3464 | |||||
2015-01-11 | Added a unit test for #3464 | Dan Bernardic | 2 | -5/+15 | |
Signed-off-by: Dan Bernardic <dan.bernardic@gmail.com> | |||||
2015-01-11 | Fix #3464 | Andrey Andreev | 1 | -1/+1 | |
2015-01-10 | Travis-CI doesn't have PHP 5.3.0 ... | Andrey Andreev | 1 | -1/+1 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 206 | -737/+740 | |
- 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 | |||||
2015-01-09 | Fix E_WARNING in CI_Security::entity_decode() on PHP<5.3.4 | Andrey Andreev | 1 | -1/+6 | |
Related: #3057 Previous commit: 487d1ae060e6414e0a59c9752a4914fa3b8c4710 | |||||
2015-01-06 | Merge pull request #3444 from peterdenk/russian-timezones | Andrey Andreev | 2 | -5/+5 | |
Russian time zones were changed on Oct 26 2014. | |||||
2015-01-06 | Documentation updated. | Peter Denk | 2 | -3/+3 | |
Signed-off-by: Peter Denk <peter@skypay.se> | |||||
2015-01-05 | [ci skip] Fix improper wording in upgrade notes | Andrey Andreev | 1 | -1/+1 | |
2015-01-05 | Fix #3460 | Andrey Andreev | 1 | -1/+1 | |
2015-01-05 | Remove CI_Form_validation::xss_clean() | Andrey Andreev | 3 | -26/+32 | |
More details in the commit diff itself, and here: https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues/683#issuecomment-66598821 | |||||
2015-01-05 | Polish changes following PR #3416 | Andrey Andreev | 2 | -206/+223 | |
2015-01-05 | Merge pull request #3458 from vlakoff/documentation | Andrey Andreev | 1 | -3/+1 | |
Update reserved controller names | |||||
2015-01-04 | Update reserved controller names | vlakoff | 1 | -3/+1 | |
2015-01-04 | PR #3452 | Andrey Andreev | 1 | -1/+1 | |
2015-01-04 | Merge pull request #3457 from vlakoff/hooks | Andrey Andreev | 1 | -4/+4 | |
Change order of hooks loading | |||||
2015-01-04 | Change order of hooks loading | vlakoff | 1 | -4/+4 | |
Let override hooks via environment-specific config. | |||||
2015-01-03 | Fix #3453 | Andrey Andreev | 1 | -1/+1 | |
Allow hyphens and underscores in language idioms. | |||||
2014-12-25 | Russian time zones were changed on Oct 26 2014. | Peter Denk | 1 | -3/+3 | |
2014-12-25 | Merge pull request #3442 from galdiolo/patch-4 | Andrey Andreev | 2 | -2/+2 | |
[ci skip] fix path for individual news item | |||||
2014-12-25 | Merge pull request #3441 from galdiolo/patch-3 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] fix a typo | |||||
2014-12-25 | Merge pull request #3439 from galdiolo/patch-1 | Andrey Andreev | 1 | -1/+3 | |
[ci skip] use $title variable in the view | |||||
2014-12-23 | use $title variable in the view | Claudio Galdiolo | 1 | -1/+1 | |
$data['title'] is defined in the controller but it is not used in the view | |||||
2014-12-23 | fix path for individual news item | Claudio Galdiolo | 1 | -1/+1 | |
href resolves to index.php/slug instead of index.php/news/slug | |||||
2014-12-23 | fix typo | Claudio Galdiolo | 1 | -1/+1 | |
need need -> need | |||||
2014-12-23 | use $title variable in the view | Claudio Galdiolo | 1 | -1/+3 | |
$data['title'] is defined in the controller but it is not used in the view | |||||
2014-12-23 | Merge pull request #3437 from galdiolo/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] fix a comment typo | |||||
2014-12-22 | fix typo in the comments | Claudio Galdiolo | 1 | -1/+1 | |
2014-12-21 | Merge pull request #3429 from jim-parry/userguide/fix-reference-level | Andrey Andreev | 4 | -3/+18 | |
User Guide Tuning | |||||
2014-12-20 | User Guide Tuning | James L Parry | 4 | -3/+18 | |
Adjust the heading levels in the writeups for the input, loader, security and unit testing libraries, to match the other library writeups. Specifically, the class reference section in each of these was appearing as a sub-level in the toctree, when it should be at the same level. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-19 | [ci skip] Add missing upgrade step from 2.1.4 to 2.2.0 in the docs | Andrey Andreev | 2 | -1/+22 | |
2014-12-19 | Merge pull request #3425 from druu/patch-3 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Enabled word-wrap in tables (doc styling) | |||||
2014-12-19 | Enabled word-wrap in tables | David Wosnitza | 1 | -1/+1 | |
Desktop only; prevents having to scroll horizontally to see contents of larger tables | |||||
2014-12-17 | Add support for configuring socket pipe connections in 'mysqli' | Andrey Andreev | 2 | -6/+19 | |
Supersedes PR #3415 | |||||
2014-12-17 | Extend fix for #3419 | Andrey Andreev | 1 | -17/+21 | |
2014-12-16 | Merge pull request #3420 from albertleao/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fixed typo | |||||
2014-12-16 | Fixed typo | albertleao | 1 | -1/+1 | |
2014-12-16 | Merge pull request #3416 from jim-parry/userguide/db_driver_reference | Andrey Andreev | 3 | -6/+414 | |
User Guide - DB Driver Reference | |||||
2014-12-16 | Fix #3419 | Andrey Andreev | 2 | -45/+37 | |
2014-12-16 | Merge pull request #3418 from warpcode/develop | Andrey Andreev | 1 | -1/+1 | |
Fixes #3417 | |||||
2014-12-16 | Remove trailing newline | Jason Taylor | 1 | -1/+1 | |
2014-12-16 | Fix Issue #3417 | warpcode | 1 | -2/+2 | |
2014-12-16 | User Guide - DB Driver Reference | James L Parry | 3 | -6/+414 | |
First stab at DB driver reference. Methods are listed in order encountered in the source file. Parameter or return types in DB_driver updated as needed, and reflected here. TOC entry added to bottom of database index page. Signed-off-by:James L Parry <jim_parry@bcit.ca> |