summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2012-03-01Fix issue #1036 (is_write_type() returned FALSE for RENAME, OPTIMIZE queries)Andrey Andreev1-9/+4
2012-03-01Fix issue #611 (SQLSRV _error_message() and _error_number() warnings)Andrey Andreev1-9/+26
2012-03-01Fix issue #153 (E_NOTICE generated by getimagesize())Andrey Andreev1-9/+7
2012-03-01Fix issue #129 (ODBC num_rows() returning -1 in some cases)Andrey Andreev1-4/+16
2012-03-01Fix issue #81 (ODBC list_fields(), field_data())Andrey Andreev1-19/+19
2012-03-01Fix an Oracle escape_str() bug (#68, #414)Andrey Andreev1-8/+6
2012-03-01Some other minor improvements to the Email libraryAndrey Andreev1-81/+67
2012-03-01Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren4-124/+67
2012-03-01Switch ANDs to &&, || to OR in the Email classAndrey Andreev1-14/+13
2012-03-01Remove access lines and fix method description blocks in the Email classAndrey Andreev1-84/+25
2012-03-01Switch private properties in the Email class to protectedAndrey Andreev1-24/+25
2012-03-01Fix 'skip' section of limit clauseTimothy Warren1-1/+1
2012-02-29Added support for Wincache when running CI on Windows boxesMike Davies2-1/+156
2012-02-29Change end() usage due to E_STRICT messagesAndrey Andreev2-2/+4
2012-02-29Finally figured out limit statementTimothy Warren1-1/+25
2012-02-29Add strtolower to the HTTPS checkAndrey Andreev1-1/+1
2012-02-29removed double slashMichiel Vugteveen1-1/+1
2012-02-29Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren5-119/+234
2012-02-29Merge remote-tracking branch 'upstream/develop' into develop-issue-499Andrey Andreev4-81/+194
2012-02-29Merge upstream branchAndrey Andreev4-81/+194
2012-02-29Improved plural() and singular().Phil Sturgeon1-56/+96
2012-02-29Add an optional set_mime parameter to force_download()Andrey Andreev1-39/+41
2012-02-29Merged in 2.1-stable changes.Phil Sturgeon3-25/+98
2012-02-28tab separation in docblock.Mike Funk1-1/+1
2012-02-28tab separator in _config_delimiters dockblock.Mike Funk1-1/+1
2012-02-28using tabs as @item seperators in docblocks.Mike Funk1-2/+2
2012-02-28fixed some mismatched brackets.Mike Funk1-4/+4
2012-02-28changed _config_delimiters() to protected.Mike Funk1-1/+1
2012-02-28Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren1-28/+14
2012-02-28Merge upstream branchAndrey Andreev2-46/+27
2012-02-28Merge upstream branchAndrey Andreev1-28/+14
2012-02-28Replace AND with &&Andrey Andreev1-1/+1
2012-02-28Fix issue #177Andrey Andreev1-28/+14
2012-02-27Do not create a CSRF cookie if CSRF protection is not enabledAndrey Andreev1-19/+20
2012-02-27Merge upstreamTimothy Warren5-32/+73
2012-02-27Just some style changes and removed a useless checkAndrey Andreev1-18/+13
2012-02-27Fixed a db_set_charset() bugAndrey Andreev9-140/+10
2012-02-24added config process method checking for delimiter values, updated changelog ...Mike Funk1-0/+24
2012-02-24added config check, changelog entry, and user guide update.Mike Funk1-1/+15
2012-02-24fixed active record inconsistency.Mike Funk1-1/+1
2012-02-24Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into developMike Funk4-14/+60
2012-02-24Merge pull request #1069 from narfbg/develop-db-selectAndrey Andreev4-14/+60
2012-02-24Update database property when switching to a new oneAndrey Andreev4-4/+48
2012-02-23removed active_rec change.Mike Funk1-1/+1
2012-02-23added all_flashdata function to Session.phpMike Funk1-0/+23
2012-02-23Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into developMike Funk127-6488/+6519
2012-02-22Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren1-24/+10
2012-02-22Fix issue 1070Andrey Andreev1-24/+10
2012-02-22Close services after using them, added dbutil->backup() methodTimothy Warren2-5/+18
2012-02-22Add an optional database name parameter to db_select()Andrey Andreev4-14/+16