Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-19 | feature/session (#3073): Fix non-existing variable error | Andrey Andreev | 1 | -1/+1 | |
2015-01-19 | feature/session (#3073): Only PostgreSQL data should be base64-encoded | Andrey Andreev | 1 | -4/+15 | |
2015-01-15 | feature/session (#3073): Third time is the charm | Andrey Andreev | 1 | -1/+1 | |
2015-01-15 | feature/session (#3073): Fix an error from previous patch | Andrey Andreev | 1 | -5/+4 | |
2015-01-15 | [ci skip] Add a note about sess_table_name | Andrey Andreev | 1 | -0/+1 | |
2015-01-15 | feature/session (#3073): Improve PostgreSQL storage | Andrey Andreev | 1 | -10/+18 | |
Use a TEXT field with Base64-encoded data under PostgreSQL. Also, renamed a variable. | |||||
2015-01-14 | Fix #3473 | Andrey Andreev | 1 | -25/+5 | |
I don't know why I thought of semaphores in the first place ... | |||||
2015-01-12 | [ci skip] Remove PHP version from license notices and bump year | Andrey Andreev | 6 | -18/+18 | |
2015-01-12 | Merge branch 'develop' into feature/session | Andrey Andreev | 280 | -3370/+4362 | |
2015-01-12 | [ci skip] Make it clear that PHP <5.4 usage is discouraged | Andrey Andreev | 5 | -16/+25 | |
Related: #3450 | |||||
2015-01-12 | These test failures make no sense at all | Andrey Andreev | 1 | -1/+5 | |
2015-01-12 | 5.2 tests appear to not have enough memory | Andrey Andreev | 1 | -0/+1 | |
2015-01-12 | [ci skip] Polish changes from PR #3278 | Andrey Andreev | 2 | -3/+3 | |
2015-01-12 | Merge pull request #3278 from b1tc0re/patch-1 | Andrey Andreev | 1 | -1/+8 | |
We can preserve transparency for PNG images | |||||
2015-01-12 | Fix quoted_printable_encode() test | Andrey Andreev | 1 | -1/+5 | |
A false positive is triggered when imap_8bit() exists, as it seems to have slightly different output. | |||||
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 | |