summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2012-10-23Fix issue #1917Andrey Andreev4-10/+86
2012-10-23Alter _compile_order_by() to re-fix MSSQL, SQLSRV limit()Andrey Andreev1-4/+6
2012-10-23Fix issues #134, #1911Andrey Andreev2-12/+6
2012-10-23Fix issue #779Andrey Andreev1-5/+2
2012-10-22Fix #1913Andrey Andreev1-11/+8
2012-10-22Fix where() & having() escaping/prefixing literal values containing a periodAndrey Andreev1-4/+40
2012-10-22Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_qb_...Andrey Andreev10-177/+190
2012-10-22Add is_https() as a common functionAndrey Andreev3-2/+20
2012-10-22Fix issues #1476, #1909Andrey Andreev1-2/+2
2012-10-19Fix another mailing issue (based on #1281)Andrey Andreev1-6/+10
2012-10-19Fix issue #1409Andrey Andreev1-51/+59
2012-10-19Manually apply an improved version of PR #1797 (auto_link() URL helper)Andrey Andreev1-9/+12
2012-10-18Fix Session cookies not being encrypted on creation and sess_destroy() not ac...Andrey Andreev1-2/+2
2012-10-18Remove {unwrap}{/unwrap} markers when quoted_printable_encode() or imap_8bit(...Andrey Andreev1-9/+9
2012-10-17Merge pull request #1896 from pkriete/developPascal Kriete1-19/+26
2012-10-17Changing session error logging verbiage to be a little less unsettling.Pascal Kriete1-1/+1
2012-10-17Fix issue #1897Andrey Andreev1-10/+6
2012-10-16session native, fix cookie settingsGDmac1-14/+2
2012-10-16Updating the cookie driver to use HMAC authentication on all cookie data.Pascal Kriete1-19/+26
2012-10-16Native PHP Session, don't regenerate session_id during ajaxGDmac1-2/+6
2012-10-16Session Native, respect cookie settingsGDmac1-3/+21
2012-10-15Remove CI_Email::_get_ip()Andrey Andreev1-41/+0
2012-10-15Partially fix #1702Andrey Andreev2-2/+2
2012-10-13Apparently not all PHP builds consider mysqli::__construct() with no paramete...Andrey Andreev1-1/+1
2012-10-13Fix CI_Input::ip_address() subnet detectionAndrey Andreev1-20/+28
2012-10-12Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_qb_...Andrey Andreev7-58/+42
2012-10-12Fix mysql's db_connect()Andrey Andreev1-2/+3
2012-10-12Set MySQL client compression to FALSE by default (problems reported with it),...Andrey Andreev7-58/+41
2012-10-12Really fix order_by()Andrey Andreev1-1/+1
2012-10-12Fix order_by()Andrey Andreev1-1/+1
2012-10-12Fix where_in()Andrey Andreev1-1/+1
2012-10-12Fix where() with literal multiple conditionsAndrey Andreev1-16/+27
2012-10-12Fix having(), group_by()Andrey Andreev1-6/+4
2012-10-12Fix delete() with multiple tables and an erroneous variableAndrey Andreev1-4/+2
2012-10-12Fix _get_operator() for 'LIKE expr ESCAPE'Andrey Andreev2-5/+3
2012-10-12Merge changes from developAndrey Andreev54-1000/+1920
2012-10-11[ci skip] Minor changes following PR #1871Andrey Andreev1-0/+1
2012-10-11New form_validation rule: 'differs'Raul Baldner Junior2-0/+14
2012-10-11Add a fallback to imap_8bit() for CI_Email::_prep_quoted_printable()Andrey Andreev1-2/+9
2012-10-11Merge pull request #1873 from lysenkobv/patch-1Andrey Andreev1-1/+1
2012-10-11Update system/libraries/Encrypt.phpBogdan Lysenko1-1/+1
2012-10-11Replace a few require() uses with require_once() (should fix issue #1872)Andrey Andreev2-3/+3
2012-10-11Fix issue #1875Andrey Andreev4-4/+4
2012-10-10libraries/Encrypt.php decode improvementlysenkobv1-1/+1
2012-10-10Changelog entry for previous commit and change default charset for the Email ...Andrey Andreev2-1/+3
2012-10-10mbstring related changesAndrey Andreev2-24/+19
2012-10-10Replace in _prep_quoted_printable() with the constant 76Andrey Andreev1-9/+1
2012-10-09Disable Session library under CLI and create a CI singleton to be used by its...Andrey Andreev4-19/+33
2012-10-09Alter CI_Emai::_prep_quoted_printable()Andrey Andreev1-3/+10
2012-10-09Remove an unnecessary variable initializationAndrey Andreev1-1/+1