summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2012-10-27[ci skip] Optimize ascii_to_entities()Andrey Andreev1-7/+4
2012-10-27Add database schema configuration support (used by PostgreSQL, fix #158)Andrey Andreev4-10/+30
2012-10-27Fix #50Andrey Andreev1-4/+1
2012-10-27Unify Email attachment values into a single array and fix a bug in the new bu...Andrey Andreev1-18/+18
2012-10-27[ci skip] Update docblocks for deprecated functionsAndrey Andreev4-22/+16
2012-10-26Fix #142Andrey Andreev1-10/+10
2012-10-26Deprecated form helper function form_prep().Andrey Andreev1-40/+11
2012-10-26Fix #1624 and clear-up the form validation docs (manually applying #1603)Andrey Andreev1-5/+5
2012-10-26Fix an improper usage of empty() in the URI classAndrey Andreev1-1/+1
2012-10-26Implement cache key prefixing (as suggested in #1197) and update the Cache docsAndrey Andreev1-26/+32
2012-10-26Fix issue #59Andrey Andreev1-1/+3
2012-10-25Merge pull request #1703 from ylynfatt/fix-oracle-out-of-sequence-warningAndrey Andreev1-1/+1
2012-10-25Add CI_Cart::get_item() (rel #400)Andrey Andreev1-6/+23
2012-10-25Form helpers to ignore empty name attributes (fix #1506)Andrey Andreev1-0/+4
2012-10-25Add missing delimiter in preg_quote() occurences (fix #1929)Andrey Andreev3-7/+7
2012-10-24Improve fix for #1811Andrey Andreev1-0/+1
2012-10-24Fix #1811Andrey Andreev1-6/+8
2012-10-24Fix #1146Andrey Andreev1-6/+3
2012-10-24Fix #1255Andrey Andreev1-1/+7
2012-10-24Fix #191Andrey Andreev1-4/+4
2012-10-24[ci skip] Document get_csrf_token_name(), get_csrf_hash() (issue #715)Andrey Andreev1-1/+1
2012-10-24Fix #1268 (or rather enforce some security measures, there's nothing really b...Andrey Andreev1-7/+7
2012-10-24An alternative to affected_rows() for insert_batch() and update_batch() (ref ...Andrey Andreev1-12/+12
2012-10-24[ci skip] Fix a docblockAndrey Andreev1-1/+1
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev40-144/+303
2012-10-24Fix issue #1925 (order_by() with = FALSE)Andrey Andreev1-1/+1
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