Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-04 | Merge pull request #524 from kenjis/add_meta_tag | Eric Barnes | 3 | -0/+3 | |
add meta charset tag to error templates | |||||
2011-10-04 | Merge pull request #513 from freewil/core-cleanup | Phil Sturgeon | 2 | -20/+1 | |
cleanup docblocks, remove dated CI_CORE constant | |||||
2011-10-04 | add meta charset tag to error templates | kenjis | 3 | -0/+3 | |
2011-10-04 | Merge pull request #523 from rhbecker/develop | Phil Sturgeon | 2 | -31/+9 | |
Issue 352: Since the MySQL client API version matters, PHP and MySQL vers | |||||
2011-10-04 | Issue 352: Since the MySQL client API version matters, PHP and MySQL version ↵ | RH Becker | 2 | -31/+9 | |
checks are not sufficient to determine that set_charset functions exist. | |||||
2011-10-01 | Merge pull request #508 from wooptoo/develop | Phil Sturgeon | 3 | -2/+34 | |
Added TLS and SSL support to Email library | |||||
2011-09-30 | add changelog note about CI_CORE removal | freewil | 1 | -0/+1 | |
2011-09-30 | cleanup docblocks, remove dated CI_CORE constant | freewil | 1 | -20/+0 | |
2011-09-29 | style edit, print error if crypto fails | Radu Potop | 1 | -1/+11 | |
2011-09-28 | Merge pull request #494 from cenk/patch-1 | Phil Sturgeon | 3 | -0/+7 | |
XHTML Basic 1.1 (xhtml-basic11) doctype. | |||||
2011-09-28 | Merge pull request #498 from appleboy/guide | Phil Sturgeon | 3 | -7/+7 | |
Update user guide to fix #496 issue | |||||
2011-09-28 | Merge pull request #504 from juanjosegzl/develop | Phil Sturgeon | 1 | -1/+1 | |
Fixing issue 465: select_max is adding prefix to table aliases when is no | |||||
2011-09-28 | Updated documentation for TLS and SSL support in Email library. | Radu Potop | 2 | -1/+5 | |
2011-09-28 | Added TLS and SSL support to Email library. Fixes issue #171 | Radu Potop | 1 | -1/+19 | |
2011-09-28 | Fixing issue 465: select_max is adding prefix to table aliases when is not ↵ | Juan José González | 1 | -1/+1 | |
necessary | |||||
2011-09-27 | Update: user guide Previous Topic and Next Topic url errors. | Bo-Yi Wu | 3 | -7/+7 | |
2011-09-26 | Close <li> tag. | cenk | 1 | -1/+1 | |
2011-09-26 | Added XHTML Basic 1.1 (xhtml-basic11) doctype. | cenk | 1 | -1/+1 | |
2011-09-26 | Added XHTML Basic 1.1 (xhtml-basic11) doctype. | cenk | 1 | -0/+1 | |
2011-09-26 | Edited user_guide/helpers/html_helper.html via GitHub | cenk | 1 | -0/+5 | |
2011-09-25 | Added XHTML Basic 1.1 (xhtml-basic11) doctype. | cenk | 1 | -0/+1 | |
2011-09-25 | Merge pull request #493 from chrisberthe/issue484 | Phil Sturgeon | 2 | -1/+3 | |
Fix #484 - Hash is never set to the cookie | |||||
2011-09-25 | Fix #484 - Hash is never set to the cookie | Chris Berthe | 2 | -1/+3 | |
2011-09-24 | Merge pull request #491 from gerrywastaken/develop | Phil Sturgeon | 4 | -8/+8 | |
Develop - fixing broken links | |||||
2011-09-24 | Fixing the documentation link in the Unit_test library so that it points to ↵ | Gerry | 1 | -2/+2 | |
the correct page | |||||
2011-09-24 | Fixing the documentation link in the Typography library so that it's valid | Gerry | 1 | -2/+2 | |
2011-09-24 | Fixing the Encryption link in the Sha1 library so that it's valid | Gerry | 1 | -2/+2 | |
2011-09-24 | Fixing the documentation url given in the Table library | Gerry | 1 | -2/+2 | |
2011-09-24 | Merge pull request #490 from narfbg/ci-issue-467 | Phil Sturgeon | 2 | -1/+2 | |
Fix issue #467 - suppress warnings generated from get_magic_quotes_gpc() | |||||
2011-09-24 | Update the ChangeLog | Andrey Andreev | 1 | -0/+1 | |
2011-09-24 | Suppress warnings generated by get_magic_quotes_gpc() (issue #467) | Andrey Andreev | 1 | -1/+1 | |
2011-09-24 | Merge pull request #488 from narfbg/ci-issue-89 | Phil Sturgeon | 2 | -1/+2 | |
Fix issue #89 - variable type mismatch in DB display_error() | |||||
2011-09-24 | Skip is_array() check | Andrey Andreev | 1 | -1/+1 | |
2011-09-24 | Fix a variable type mismatch (issue #89) in system/database/DB_driver.php | Andrey Andreev | 2 | -1/+2 | |
2011-09-24 | Merge pull request #487 from narfbg/ci-issue-82 | Phil Sturgeon | 2 | -1/+3 | |
Escape WHERE clause field names in the DB update_string() method (Issue #82) | |||||
2011-09-24 | Escape WHERE clause field names in the DB update_string() method | Andrey Andreev | 2 | -1/+3 | |
2011-09-23 | Merge pull request #480 from rommelxcastro/ci-issue-192 | Phil Sturgeon | 1 | -0/+1 | |
fixed issue #192 | |||||
2011-09-23 | Merge pull request #476 from adrianmacneil/develop | Greg Aker | 1 | -0/+4 | |
Documented third $after_field parameter of dbforge->add_column() | |||||
2011-09-23 | Merge pull request #469 from narfbg/ci-issue-182 | Greg Aker | 2 | -7/+11 | |
Fix issue #182: OCI8's num_rows() re-executing the statement | |||||
2011-09-23 | Merge pull request #479 from narfbg/ci-oci-insert-batch | Greg Aker | 2 | -1/+30 | |
Add $this->db->insert_batch() support to the OCI8 (Oracle) driver | |||||
2011-09-23 | fixed issue #192 | Rommel Castro A | 1 | -0/+1 | |
2011-09-23 | Add brackets to the for() loop | Andrey Andreev | 1 | -0/+2 | |
2011-09-23 | Add ->db->insert_batch() support to the OCI8 (Oracle) driver | Andrey Andreev | 2 | -1/+28 | |
2011-09-22 | Documented third $after_field parameter of dbforge->add_column() | Adrian Macneil | 1 | -0/+4 | |
2011-09-22 | Merge pull request #472 from garthkerr/develop | Eric Barnes | 1 | -1/+1 | |
Added a condition so that the previous link respects use_page_numbers con | |||||
2011-09-22 | Added a condition so that the previous link respects use_page_numbers ↵ | garthkerr | 1 | -1/+1 | |
configuration. | |||||
2011-09-21 | Merge branch 'develop' of https://github.com/akuzemchak/CodeIgniter into ↵ | Eric Barnes | 3 | -13/+45 | |
akuzemchak-develop Conflicts: user_guide/changelog.html | |||||
2011-09-21 | Fix issue #182 in system/database/drivers/oci8_result.php by caching the ↵ | Andrey Andreev | 2 | -7/+11 | |
num_rows property after statement execution | |||||
2011-09-21 | Updating changelog | Aaron Kuzemchak | 1 | -0/+1 | |
2011-09-19 | Merge pull request #462 from cloudmanic/develop | Eric Barnes | 2 | -6/+52 | |
Migrations: Made it so you can set the table name in the migration config. |