Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-26 | Merge pull request #680 from bubbafoley/load_get_vars | Phil Sturgeon | 2 | -0/+7 | |
Added method get_vars() to CI_Loader. | |||||
2011-12-26 | Merge pull request #837 from EllisLab/feature/remove-sha-lib | Phil Sturgeon | 2 | -15/+2 | |
Removing previously deprecated SHA1 library. Also removed SHA1 method in the Encryption Library. | |||||
2011-12-26 | Fixing a couple of issues in documentation files that occur when running ↵ | Greg Aker | 3 | -14/+12 | |
Sphinx 'make html' | |||||
2011-12-26 | Removing previously deprecated SHA1 library and removed SHA1 method in the ↵ | Greg Aker | 2 | -15/+2 | |
Encryption Library | |||||
2011-12-25 | Merge branch 'patch-4' of https://github.com/kylefarris/CodeIgniter into ↵ | Greg Aker | 1 | -0/+2 | |
kylefarris-patch-4 Conflicts: user_guide_src/source/changelog.rst | |||||
2011-12-25 | Updating changelog & adding a migrations documentation file so those docs ↵ | Greg Aker | 2 | -7/+15 | |
can be started on. | |||||
2011-12-21 | Improved the Cart library | Andrey Andreev | 1 | -0/+1 | |
2011-12-20 | Merge pull request #801 from Mancy/master | Phil Sturgeon | 1 | -0/+1 | |
Fixed issue #798: Update with Like now works | |||||
2011-12-20 | #798: update changelog and typo fix | Mancy | 1 | -0/+1 | |
2011-12-19 | Fixed year and month seconds for timespan(). | Eric Barnes | 1 | -0/+1 | |
2011-12-19 | Added #795 to changelog | Eric Barnes | 1 | -1/+1 | |
2011-12-14 | Added a reference note for people needing to limit to a set number of characters | Eric Barnes | 1 | -0/+5 | |
2011-12-14 | Added in a remove item from cart function to save the "hacky" method of ↵ | Andrew Seymour | 2 | -2/+9 | |
updating a product with 0 quantity, updated the changelog to reflect and to be neater and more readable surrounding the changes of the Cart library | |||||
2011-12-13 | Added the ability to get the contents in a different order | Andrew Seymour | 1 | -2/+5 | |
2011-12-13 | Merged the two if's together as suggested by @philsturgeon - updated the ↵ | Andrew Seymour | 1 | -0/+1 | |
Changelog to include something that may be important | |||||
2011-12-13 | Updated Cart.php to handle quantity changes differently (now ↵ | Andrew Seymour | 1 | -0/+1 | |
auto-increments), also updated the changelog to reflect this change for the people that are currently using this library | |||||
2011-12-09 | Added ability to change the separator value in the humanize function | Eric Barnes | 2 | -0/+7 | |
2011-12-09 | Fixed typo in introductory paragraph. | Zac Clancy | 1 | -1/+1 | |
2011-12-06 | Merge branch 'develop' of https://github.com/tomasz154/CodeIgniter into ↵ | Eric Barnes | 1 | -0/+2 | |
tomasz154-develop Conflicts: user_guide_src/source/changelog.rst | |||||
2011-12-06 | updated changelog with dbforge fix | Tomasz T | 1 | -0/+1 | |
2011-12-06 | Updated change log | Eric Barnes | 1 | -0/+1 | |
2011-12-06 | Added change log item for bug #608 | Eric Barnes | 1 | -0/+1 | |
2011-12-05 | The changelog entry for issue #647 | Thomas Traub | 1 | -0/+1 | |
2011-12-04 | Added change log message about logger chmod. Refs: #739 | Eric Barnes | 1 | -0/+1 | |
2011-12-04 | Updated change log with fixed issues. | Eric Barnes | 1 | -0/+2 | |
2011-11-29 | Changed the array structure in the userguide | Felix Balfoort | 1 | -16/+36 | |
2011-11-29 | changed much to many in the documentation | Felix Balfoort | 1 | -1/+1 | |
2011-11-29 | Updated change log and and database configuration to include failover | Felix Balfoort | 2 | -0/+23 | |
2011-11-27 | Merge pull request #690 from Repox/develop | Phil Sturgeon | 1 | -4/+5 | |
Proposal for an updated mod_rewrite suggestion. The existing mod_rewrite example in the documentation led to confusion with new users about how to include CSS, JS and image files. | |||||
2011-11-27 | Merge branch 'patch-1' of https://github.com/has2k1/CodeIgniter into ↵ | Eric Barnes | 1 | -4/+4 | |
has2k1-patch-1 Conflicts: user_guide_src/source/changelog.rst | |||||
2011-11-27 | Updated docs for increment_string example. | Eric Barnes | 1 | -1/+1 | |
2011-11-24 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Repox | 1 | -0/+1 | |
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 | Added a couple of style tweaks and a note about function change in changelog | trit | 1 | -1/+2 | |
2011-11-22 | Updated changelog with _trans_depth fix. | Jacob Terry | 1 | -0/+1 | |
2011-11-22 | Altered the explenation of the rewrite rules to better fit the actual result. | Repox | 1 | -1/+1 | |
2011-11-22 | Altered the suggested mod_rewrite rules for removing index.php from URL to ↵ | Repox | 1 | -4/+5 | |
better fit the needs between CI routing and asset files. This suggestion addresses issue #684 | |||||
2011-11-21 | Typo in "Watermarking Preferences". Configuration parameter is "wm_padding", ↵ | David Dotson | 1 | -1/+1 | |
but it is listed as "padding". | |||||
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-19 | add method get_vars() to CI_Loader to retrieve all variables loaded with ↵ | Shane Pearson | 2 | -0/+7 | |
$this->load->vars() | |||||
2011-11-13 | Fixed conflicts. | Phil Sturgeon | 1 | -4/+19 | |
2011-11-13 | Changelog tweaking the Sphinx docs to match old HTML docs for 2.1 and ↵ | Phil Sturgeon | 1 | -22/+52 | |
accurately describe what 3.0 has added so far. | |||||
2011-11-12 | Merge pull request #639 from timw4mail/patch-3 | Eric Barnes | 1 | -4/+19 | |
Fixed one-liner code on Database Connection page of userguide | |||||
2011-11-11 | Merge pull request #653 from mpmont/develop | Greg Aker | 1 | -0/+1 | |
Added the mime type for pptx. | |||||
2011-11-08 | Changelog update. | mpmont | 1 | -0/+1 | |
2011-11-08 | Update user_guide_src/source/tutorial/static_pages.rst | Aleksandras Ragovskis | 1 | -1/+1 | |
2011-11-07 | Adding auto-detection of best redirect method in url_helper. | Brandon Jones | 1 | -10/+11 | |
2011-11-07 | Syntax error | polyetilen | 1 | -1/+1 | |