Age | Commit message (Expand) | Author | Files | Lines |
2011-11-27 | Merge branch 'refs/heads/develop' into feature/unit-tests | Eric Barnes | 3 | -6/+6 |
2011-11-27 | Merge branch 'patch-1' of https://github.com/has2k1/CodeIgniter into has2k1-p... | Eric Barnes | 2 | -5/+5 |
2011-11-27 | Updated docs for increment_string example. | Eric Barnes | 1 | -1/+1 |
2011-11-27 | Added prep_url and auto_link tests | Eric Barnes | 1 | -0/+23 |
2011-11-27 | Added tests for removing extra dashes in url title. | Eric Barnes | 1 | -2/+14 |
2011-11-27 | Fixed accept lang test to account for boolean results. | Eric Barnes | 1 | -12/+12 |
2011-11-27 | Added tests for new increment_string | Eric Barnes | 1 | -27/+38 |
2011-11-27 | Merge branch 'refs/heads/develop' into feature/unit-tests | Eric Barnes | 473 | -29204/+29540 |
2011-11-24 | Merge pull request #704 from bitrayne/develop | Phil Sturgeon | 3 | -7/+13 |
2011-11-23 | Reworded new attach() section in email user guide | trit | 1 | -1/+1 |
2011-11-23 | Added an entry for the new Email::attach parameters | trit | 1 | -1/+5 |
2011-11-23 | Switch disposition set to ternary operation | trit | 1 | -6/+1 |
2011-11-23 | More style tweaks | trit | 1 | -0/+3 |
2011-11-23 | Changed attachment definition to allow for blank disposition defaulting to at... | trit | 1 | -2/+4 |
2011-11-23 | Added a couple of style tweaks and a note about function change in changelog | trit | 2 | -8/+4 |
2011-11-23 | Added space after CI_Email for coding standard | trit | 1 | -1/+1 |
2011-11-23 | Switched order of arguments to maintain compatibility | trit | 1 | -1/+1 |
2011-11-23 | Changed the names around again | trit | 1 | -2/+2 |
2011-11-23 | Changed filepath back to filename | trit | 1 | -7/+7 |
2011-11-23 | Fixed variable name causing problem | trit | 1 | -1/+1 |
2011-11-23 | Added custom file name to attach(), updated _build_message to handle it | trit | 1 | -10/+16 |
2011-11-23 | Merge pull request #691 from jerkob/develop | Phil Sturgeon | 2 | -0/+6 |
2011-11-22 | Updated changelog with _trans_depth fix. | Jacob Terry | 1 | -0/+1 |
2011-11-22 | Updated trans_start() and trans_complete() so that _trans_depth increments co... | Jacob Terry | 1 | -0/+5 |
2011-11-22 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 3 | -1/+3 |
2011-11-22 | Merge master (2.1.0) and fixed conflicts. | Phil Sturgeon | 9 | -45/+57 |
2011-11-22 | Readded PDO drivers. | Phil Sturgeon | 5 | -15/+565 |
2011-11-21 | Merge pull request #687 from bluefuton/develop | Greg Aker | 1 | -0/+1 |
2011-11-21 | Added HTTP status code 422 (Unprocessable Entity) to set_status_header() | Chris Rosser | 1 | -0/+1 |
2011-11-21 | Merge pull request #686 from SneakyDave/develop | Phil Sturgeon | 1 | -1/+1 |
2011-11-21 | Typo in "Watermarking Preferences". Configuration parameter is "wm_padding", ... | David Dotson | 1 | -1/+1 |
2011-11-21 | Merge pull request #685 from Repox/develop | Phil Sturgeon | 1 | -0/+1 |
2011-11-21 | Added 'opera mobi' to user agents making it identified as 'Opera Mini'. Fixes... | Repox | 1 | -0/+1 |
2011-11-21 | Updated syntax in changewlog. | Phil Sturgeon | 1 | -1/+1 |
2011-11-20 | Update user_guide_src/source/changelog.rst | has2k1 | 1 | -0/+1 |
2011-11-17 | auto_link() learned to recognize more URLs
| has2k1 | 1 | -1/+1 |
2011-11-16 | Migrations - Changed config migration_version to state it is used in migratio... | Eric Barnes | 2 | -25/+22 |
2011-11-14 | Merge pull request #670 from zwilias/develop | Derek Jones | 1 | -14/+14 |
2011-11-14 | Use `#.` instead of simply `#` to activate github's auto-enumerator | Ilias Van Peer | 1 | -14/+14 |
2011-11-14 | Merge branch 'release/2.1.0' | Pascal Kriete | 202 | -731/+5366 |
2011-11-14 | Changelogging and setting release date. | Pascal Kriete | 1 | -2/+3 |
2011-11-14 | Tweaking the xss filter for IE <comment> tags, parameter injection, and weird... | Pascal Kriete | 1 | -50/+41 |
2011-11-14 | Removing stray docblocks | Pascal Kriete | 1 | -12/+0 |
2011-11-13 | Fixed conflicts. | Phil Sturgeon | 6 | -165/+185 |
2011-11-13 | Changelog tweaking the Sphinx docs to match old HTML docs for 2.1 and accurat... | Phil Sturgeon | 1 | -22/+52 |
2011-11-13 | More changelog tweaking. | Phil Sturgeon | 1 | -0/+3 |
2011-11-13 | Added TLS and SSL support to Email library. Fixes issue #171 | Radu Potop | 1 | -1/+19 |
2011-11-13 | Resolved issue 65 - made action on form_open_multipart helper function call o... | Ben Edmunds | 1 | -1/+1 |
2011-11-13 | Updated changelog. | Phil Sturgeon | 1 | -9/+10 |
2011-11-13 | Fix invalid datetime format | Syahril Zulkefli | 1 | -3/+3 |