summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-01-20Fix Sphinx compilation errorsvlakoff4-10/+11
2015-01-19Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into developAndrey Andreev2-9/+9
2015-01-19[ci skip] Some polishing to the latest doc changesAndrey Andreev2-4/+4
2015-01-19Merge pull request #3483 from ivantcholakov/developAndrey Andreev1-1/+1
[ci skip] A minor header update, CI_Session_driver.
2015-01-19A minor header update, CI_Session_driver.Ivan Tcholakov1-1/+1
2015-01-19[ci skip] Update changelog messages for Session libraryAndrey Andreev1-8/+8
2015-01-19[ci skip] Manually apply PR #3461Andrey Andreev3-6/+5
I would've merged it earlier, but that would cause conflicts when feature/session is merged.
2015-01-19[ci skip] Fix a typo in Card library docsAndrey Andreev1-1/+1
2015-01-19Merge branch 'develop' into feature/sessionAndrey Andreev2-3/+3
2015-01-19[ci skip] feature/session (#3073): Update upgrade instructionsAndrey Andreev1-21/+85
2015-01-19[ci skip] feature/session: Update session lib doc titleAndrey Andreev1-3/+3
It's not a driver itself ...
2015-01-19[ci skip] feature/session (#3073): Add missing method docblocksAndrey Andreev6-0/+267
2015-01-19[ci skip] feature/session (#3073): Extend a note about DB drivers and lockingAndrey Andreev1-4/+6
2015-01-19[ci skip] Add missing word in a commentAndrey Andreev1-2/+2
2015-01-19feature/session (#3073): Update config file and session docsAndrey Andreev2-431/+742
Upgrade instructions are still pending.
2015-01-19feature/session (#3073): Add CI_Session:: as reference toAndrey Andreev1-0/+9
For backwards compatibility purposes.
2015-01-19feature/session (#3073): Fix non-existing variable errorAndrey Andreev1-1/+1
2015-01-19feature/session (#3073): Only PostgreSQL data should be base64-encodedAndrey Andreev1-4/+15
2015-01-15feature/session (#3073): Third time is the charmAndrey Andreev1-1/+1
2015-01-15feature/session (#3073): Fix an error from previous patchAndrey Andreev1-5/+4
2015-01-15[ci skip] Add a note about sess_table_nameAndrey Andreev1-0/+1
2015-01-15feature/session (#3073): Improve PostgreSQL storageAndrey Andreev1-10/+18
Use a TEXT field with Base64-encoded data under PostgreSQL. Also, renamed a variable.
2015-01-14Fix #3473Andrey Andreev1-25/+5
I don't know why I thought of semaphores in the first place ...
2015-01-14Merge pull request #3479 from jdlferreira/developAndrey Andreev1-1/+1
var_export in DB.php outputting string
2015-01-14var_export in DB.php outputting stringJoão1-1/+1
When a DSN string is supplied and it contains parameters such as "db_debug=TRUE", var_export will currently output the parsable string representation of the variable. By setting the second parameter to TRUE, the output is killed.
2015-01-13Handle false-positive string values for display_errorsAndrey Andreev1-2/+2
2015-01-12[ci skip] Remove PHP version from license notices and bump yearAndrey Andreev6-18/+18
2015-01-12Merge branch 'develop' into feature/sessionAndrey Andreev280-3370/+4362
2015-01-12[ci skip] Make it clear that PHP <5.4 usage is discouragedAndrey Andreev5-16/+25
Related: #3450
2015-01-12These test failures make no sense at allAndrey Andreev1-1/+5
2015-01-125.2 tests appear to not have enough memoryAndrey Andreev1-0/+1
2015-01-12[ci skip] Polish changes from PR #3278Andrey Andreev2-3/+3
2015-01-12Merge pull request #3278 from b1tc0re/patch-1Andrey Andreev1-1/+8
We can preserve transparency for PNG images
2015-01-12Fix quoted_printable_encode() testAndrey Andreev1-1/+5
A false positive is triggered when imap_8bit() exists, as it seems to have slightly different output.
2015-01-12Change CI_DB_driver::field_data() signatureAndrey Andreev20-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-12Merge pull request #3468 from dbernar1/test-5.2Andrey Andreev3-29/+35
Added support for running unit tests on PHP 5.2
2015-01-12Merge pull request #3467 from aanbar/which_field_failedAndrey Andreev2-1/+2
Form_validation: Which field failed
2015-01-12Updated to use the language fileAhmad Anbar2-1/+2
2015-01-12Added support for running unit tests on PHP 5.2Dan Bernardic3-29/+35
Signed-off-by: Dan Bernardic <dan.bernardic@gmail.com>
2015-01-11Show the name of the field that doesn't have error message set.Ahmad Anbar1-1/+1
2015-01-11Merge remote-tracking branch 'upstream/develop' into developAhmad Anbar273-3232/+3765
2015-01-11Merge pull request #3466 from dbernar1/non-english-lang-testAndrey Andreev2-5/+15
Added a unit test for #3464
2015-01-11Added a unit test for #3464Dan Bernardic2-5/+15
Signed-off-by: Dan Bernardic <dan.bernardic@gmail.com>
2015-01-11Fix #3464Andrey Andreev1-1/+1
2015-01-10Travis-CI doesn't have PHP 5.3.0 ...Andrey Andreev1-1/+1
2015-01-09Bulk (mostly documentation) updateAndrey Andreev206-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-09Fix E_WARNING in CI_Security::entity_decode() on PHP<5.3.4Andrey Andreev1-1/+6
Related: #3057 Previous commit: 487d1ae060e6414e0a59c9752a4914fa3b8c4710
2015-01-06Merge pull request #3444 from peterdenk/russian-timezonesAndrey Andreev2-5/+5
Russian time zones were changed on Oct 26 2014.
2015-01-06Documentation updated.Peter Denk2-3/+3
Signed-off-by: Peter Denk <peter@skypay.se>
2015-01-05[ci skip] Fix improper wording in upgrade notesAndrey Andreev1-1/+1