summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2012-03-02Made the code more readable, updated the changelog.Diogo Osório1-1/+1
2012-03-02Merge pull request #1106 from timw4mail/developPhil Sturgeon1-1/+1
2012-03-02Removed db_set_charset() from Interbase driver (no longer needed)Andrey Andreev1-15/+0
2012-03-02#1080 - Check if the SMTP connection and authentication were successfull.Diogo Osório1-2/+5
2012-03-02Limit db session select to single rowTimothy Warren1-1/+1
2012-03-02Replace Interbase _error_message(), _error_number() with the new error() methodAndrey Andreev1-29/+19
2012-03-02Merge upstreamTimothy Warren18-313/+188
2012-03-02Replaced DB methods _error_message() and _error_number() with error() (issue ...Andrey Andreev11-202/+101
2012-03-02Added method visibility declarations to SQLite DB utility classAndrey Andreev1-26/+15
2012-03-02Merge upstream branchAndrey Andreev4-69/+46
2012-03-02Fix a bug in Oracle's DB forge _create_table() method (AUTO_INCREMENT is not ...Andrey Andreev1-47/+17
2012-03-02Fix issue #1101 (MySQL/MySQLi result field_data())Andrey Andreev2-22/+15
2012-03-02updated error_array #565Michiel Vugteveen1-0/+14
2012-03-02Merge upstream branchAndrey Andreev1-7/+5
2012-03-02Fix issue #803 (Profiler library didn't handle objects properly)Andrey Andreev1-7/+5
2012-03-01compile binds before caching the query, otherwise the cached query will never...Ryan Dial1-6/+6
2012-03-01Merge upstream branchAndrey Andreev2-24/+36
2012-03-01Remove a PHP_VERSION < 5 check (no longer needed)Andrey Andreev1-16/+6
2012-03-01Fix issue #413 (Oracle _error_message(), _error_number())Andrey Andreev1-8/+30
2012-03-01Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren9-166/+21
2012-03-01Merge upstream branchAndrey Andreev14-471/+276
2012-03-01Merge upstream changesAndrey Andreev12-410/+458
2012-03-01Fixed a bug in CUBRID's affected_rows()Andrey Andreev1-5/+4
2012-03-01Fix a bug in PDO's insert_id() (PostgreSQL-specific)Andrey Andreev1-23/+9
2012-03-01Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren7-142/+147
2012-03-01Fix PDO's _version() method where it used to return client version instead of...Andrey Andreev1-4/+3
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-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-28Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren1-28/+14
2012-02-28Merge upstream branchAndrey Andreev2-46/+27