summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2012-03-10Fix incomplete and skipped testTaufan Aditya2-3/+3
2012-03-10Fixed camelize.Phil Sturgeon1-1/+1
2012-03-04Merged develop and fixed conflicts.Phil Sturgeon132-6247/+5666
2012-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-12/+55
2012-03-04Updated with 2.1-stable.Phil Sturgeon1-19/+15
2012-03-04Merge pull request #1116 from tubalmartin/helpers|url|2.1-stablePhil Sturgeon1-20/+16
2012-03-04Allow developers to use any string as a separator, not just dashes or undersc...tubalmartin1-10/+19
2012-03-04Merge pull request #1121 from JonoB/developPhil Sturgeon1-12/+55
2012-03-04Allow users to specify an array for validation, instead of alway using the $_...JonoB1-12/+55
2012-03-04Fixed conflicts.Phil Sturgeon1-3/+2
2012-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon31-900/+1911
2012-03-04Merged conflicts.Phil Sturgeon2-8/+8
2012-03-03Fixed a bug - CI_Upload::_file_mime_type() could've failed if popen() is used...tubalmartin1-1/+1
2012-03-03An even better url_title helper. Tests: http://codepad.org/tuJgvkyNtubalmartin1-20/+7
2012-03-03Fix MySQL/MySQLi field_data()Andrey Andreev2-12/+50
2012-03-03Replace usage of legacy alias pg_exec() in favor of pg_query() and improve Po...Andrey Andreev1-28/+10
2012-03-03Added _optimize_table() support for PostgreSQLAndrey Andreev2-24/+13
2012-03-03Add db_set_charset() support for PostgreSQL and change its implementation for...Andrey Andreev2-1/+14
2012-03-03Improve DB version() implementation and add pg_version() supportAndrey Andreev13-87/+109
2012-03-02Merge pull request #1107 from diogoosorio/developAndrey Andreev1-2/+5
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-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-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-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 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