- 98626f1 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into feature/form_val_config by Mike Funk · 13 years ago
- 7f42d06 moved delimiter assigning to constructor, removed extra function. by Mike Funk · 13 years ago
- 5d27c43 Fix issue #940 by Andrey Andreev · 13 years ago
- fd15423 Fixed bug with rules not being passed to _config_delimiters or back into $this->_config_rules. by Mike Funk · 13 years ago
- ad9cd59 Merge pull request #1143 from IT-Can/issue-1141 by Andrey Andreev · 13 years ago
- 3b2c508 Fix issue #501 by Andrey Andreev · 13 years ago
- c2659b8 fix + style fix by Michiel Vugteveen · 13 years ago
- 7c8841f comment fix by Michiel Vugteveen · 13 years ago
- 704fb16 oops by Michiel Vugteveen · 13 years ago
- dc900df removed is_method by Michiel Vugteveen · 13 years ago
- 1909b5b merged from develop, fixed conflict in user guide. by Mike Funk · 13 years ago
- be0ca26 added method() and is_method() by Michiel Vugteveen · 13 years ago
- 738f534 Move dsn property from the PDO to CI_DB_driver so other DB drivers can use it without declaring it by Andrey Andreev · 13 years ago
- 4c20260 Just some comment fixes and cleared spaces by Andrey Andreev · 13 years ago
- d1add43 Property visibility declarations for CI_DB_driver by Andrey Andreev · 13 years ago
- 032e7ea Resolve _protect_identifiers()/protect_identifiers() usage issues by Andrey Andreev · 13 years ago
- b0a50c6 Merge pull request #1138 from timw4mail/develop by Andrey Andreev · 13 years ago
- a4c33fe Made _protect_identifiers public by Timothy Warren · 13 years ago
- 7869559 Made protect_identifiers public by Timothy Warren · 13 years ago
- e45518d Added visibility keywords to DB_driver methods by Timothy Warren · 13 years ago
- f5e8e1c Changed rewrite_short_tags to have no effect on PHP 5.4 by Andrey Andreev · 13 years ago
- afca1f0 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
- 883f80f Removed reset_validation() method from run() method by JonoB · 13 years ago
- 6b83123 Fixed a bug in CI_Session::_unserialize() by Andrey Andreev · 13 years ago
- 9c68c31 Fix issue #1125 ... for real by Andrey Andreev · 13 years ago
- 1bf8eeb Removed order_by() from PostgreSQL driver too. by SammyK · 13 years ago
- dc8dc74 Fixed bug for PostgreSQL driver where setting a limit() on update() or delete() would throw a syntax error from Postgres. by SammyK · 13 years ago
- d3c1ccf Fix issue #64 by Hamza Bhatti · 13 years ago
- 57bdeb6 Removed oci8-specific stuff from DB_driver.php and added a constructor to DB_result to handle initialization by Andrey Andreev · 13 years ago
- 8af7666 Partially fix issue #306 by Andrey Andreev · 13 years ago
- cc5af53 Fix issue #1125 by Andrey Andreev · 13 years ago
- 193ec96 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-issue-499 by Andrey Andreev · 13 years ago
- 2baae20 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by John Crepezzi · 13 years ago
- c8da4fe Fix indentation for changes from pull #1121 by Andrey Andreev · 13 years ago
- e30e400 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
- a2bd363 Updated with 2.1-stable. by Phil Sturgeon · 13 years ago
- 476af3a Merge pull request #1116 from tubalmartin/helpers|url|2.1-stable by Phil Sturgeon · 13 years ago
- 1a69710 Allow developers to use any string as a separator, not just dashes or underscores. by tubalmartin · 13 years ago
- 67f27bd Merge pull request #1121 from JonoB/develop by Phil Sturgeon · 13 years ago
- 099c478 Allow users to specify an array for validation, instead of alway using the $_POST array by JonoB · 13 years ago
- f8f04ce Fixed conflicts. by Phil Sturgeon · 13 years ago
- 790eb70 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
- 76988e6 Merged conflicts. by Phil Sturgeon · 13 years ago
- 010f1f4 Fixed a bug - CI_Upload::_file_mime_type() could've failed if popen() is used for the detection. by tubalmartin · 13 years ago
- 3edd88e An even better url_title helper. Tests: http://codepad.org/tuJgvkyN by tubalmartin · 13 years ago
- 3722e50 Fix MySQL/MySQLi field_data() by Andrey Andreev · 13 years ago
- 8741dda Merge upstream branch by Andrey Andreev · 13 years ago
- a19beb0 Replace usage of legacy alias pg_exec() in favor of pg_query() and improve PostgreSQL driver trans_*() methods by Andrey Andreev · 13 years ago
- 5fa7298 Added _optimize_table() support for PostgreSQL by Andrey Andreev · 13 years ago
- 8e89df8 Add db_set_charset() support for PostgreSQL and change its implementation for 'mysql' by Andrey Andreev · 13 years ago
- 08856b8 Improve DB version() implementation and add pg_version() support by Andrey Andreev · 13 years ago
- 75b2c7f Merge pull request #1107 from diogoosorio/develop by Andrey Andreev · 13 years ago
- 593f798 Made the code more readable, updated the changelog. by Diogo Osório · 13 years ago
- 7cb8820 Merge pull request #1106 from timw4mail/develop by Phil Sturgeon · 13 years ago
- 78ca39b Removed db_set_charset() from Interbase driver (no longer needed) by Andrey Andreev · 13 years ago
- 7fcc7bd #1080 - Check if the SMTP connection and authentication were successfull. by Diogo Osório · 13 years ago
- f142192 Limit db session select to single row by Timothy Warren · 13 years ago
- 00df2e3 Replace Interbase _error_message(), _error_number() with the new error() method by Andrey Andreev · 13 years ago
- d33dab1 Merge upstream by Timothy Warren · 13 years ago
- 4be5de1 Replaced DB methods _error_message() and _error_number() with error() (issue #1097) by Andrey Andreev · 13 years ago
- bcb3bbb Added method visibility declarations to SQLite DB utility class by Andrey Andreev · 13 years ago
- 041f1e5 Merge upstream branch by Andrey Andreev · 13 years ago
- 8f22057 Fix a bug in Oracle's DB forge _create_table() method (AUTO_INCREMENT is not supported) by Andrey Andreev · 13 years ago
- effd013 Fix issue #1101 (MySQL/MySQLi result field_data()) by Andrey Andreev · 13 years ago
- 676a0dd updated error_array #565 by Michiel Vugteveen · 13 years ago
- 06123a8 Merge upstream branch by Andrey Andreev · 13 years ago
- 963386b Fix issue #803 (Profiler library didn't handle objects properly) by Andrey Andreev · 13 years ago
- ef7474c compile binds before caching the query, otherwise the cached query will never match the unbound query. updated changlog to mention bug fix. by Ryan Dial · 13 years ago
- 09bb0f4 Merge upstream branch by Andrey Andreev · 13 years ago
- 8edf87d Remove a PHP_VERSION < 5 check (no longer needed) by Andrey Andreev · 13 years ago
- 601f8b2 Fix issue #413 (Oracle _error_message(), _error_number()) by Andrey Andreev · 13 years ago
- eabc5ec Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
- b92d4e7 Merge upstream branch by Andrey Andreev · 13 years ago
- 8e22cfd Merge upstream changes by Andrey Andreev · 13 years ago
- ea3eec9 Fixed a bug in CUBRID's affected_rows() by Andrey Andreev · 13 years ago
- a39d699 Fix a bug in PDO's insert_id() (PostgreSQL-specific) by Andrey Andreev · 13 years ago
- a0da0b2 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
- ed74082 Fix PDO's _version() method where it used to return client version instead of the server one by Andrey Andreev · 13 years ago
- 67f71a4 Fix issue #1036 (is_write_type() returned FALSE for RENAME, OPTIMIZE queries) by Andrey Andreev · 13 years ago
- 850f601 Fix issue #611 (SQLSRV _error_message() and _error_number() warnings) by Andrey Andreev · 13 years ago
- 6ca407e Fix issue #153 (E_NOTICE generated by getimagesize()) by Andrey Andreev · 13 years ago
- ef795ac Fix issue #129 (ODBC num_rows() returning -1 in some cases) by Andrey Andreev · 13 years ago
- 41e46a9 Fix issue #81 (ODBC list_fields(), field_data()) by Andrey Andreev · 13 years ago
- c2905f5 Fix an Oracle escape_str() bug (#68, #414) by Andrey Andreev · 13 years ago
- 59c5b53 Some other minor improvements to the Email library by Andrey Andreev · 13 years ago
- 7842b1b Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
- 76f15c9 Switch ANDs to &&, || to OR in the Email class by Andrey Andreev · 13 years ago
- 081c946 Remove access lines and fix method description blocks in the Email class by Andrey Andreev · 13 years ago
- 5081409 Switch private properties in the Email class to protected by Andrey Andreev · 13 years ago
- 9a96082 Fix 'skip' section of limit clause by Timothy Warren · 13 years ago
- db0c062 Change end() usage due to E_STRICT messages by Andrey Andreev · 13 years ago
- 56784f6 Finally figured out limit statement by Timothy Warren · 13 years ago
- a10c8e1 Add strtolower to the HTTPS check by Andrey Andreev · 13 years ago
- b578326 removed double slash by Michiel Vugteveen · 13 years ago
- 7980923 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
- 8a51f88 Merge remote-tracking branch 'upstream/develop' into develop-issue-499 by Andrey Andreev · 13 years ago
- 5040607 Merge upstream branch by Andrey Andreev · 13 years ago
- 002b4be Improved plural() and singular(). by Phil Sturgeon · 13 years ago
- b38c5dd Add an optional set_mime parameter to force_download() by Andrey Andreev · 13 years ago
- 6b414d1 Merged in 2.1-stable changes. by Phil Sturgeon · 13 years ago