Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-19 | Fix issue #154 | Andrey Andreev | 1 | -0/+1 | |
2012-01-09 | Fix issue #904 | Andrey Andreev | 1 | -2/+2 | |
2012-01-08 | Merge pull request #850 from RS71/develop | Phil Sturgeon | 1 | -0/+2 | |
CSRF optional token regeneration | |||||
2012-01-08 | Remove loading of ['core'] elements | Andrey Andreev | 1 | -3/+4 | |
2012-01-05 | Merge upstream branch | Andrey Andreev | 1 | -0/+2 | |
2012-01-05 | Added pagination change log item back. | Eric Barnes | 1 | -0/+3 | |
2012-01-03 | Update user_guide_src/source/changelog.rst | RS71 | 1 | -0/+2 | |
2012-01-03 | Merge remote-tracking branch 'upstream/develop' into develop-xmlrpc | Andrey Andreev | 1 | -3/+5 | |
2012-01-03 | Update the changelog | Andrey Andreev | 1 | -0/+1 | |
2012-01-03 | Some additions to mimes.php | Andrey Andreev | 1 | -3/+5 | |
2011-12-30 | Merge pull request #818 from narfbg/develop-image-lib | Phil Sturgeon | 1 | -0/+6 | |
Improve the Image manipulation library | |||||
2011-12-30 | Added support for 3-length hex color values format and a number of ↵ | Andrey Andreev | 1 | -0/+5 | |
validation improvements | |||||
2011-12-26 | Merge pull request #680 from bubbafoley/load_get_vars | Phil Sturgeon | 1 | -0/+1 | |
Added method get_vars() to CI_Loader. | |||||
2011-12-26 | Removing previously deprecated SHA1 library and removed SHA1 method in the ↵ | Greg Aker | 1 | -0/+2 | |
Encryption Library | |||||
2011-12-25 | Merge upstream branch | Andrey Andreev | 1 | -7/+12 | |
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 | 1 | -7/+10 | |
can be started on. | |||||
2011-12-24 | Improve the Image manipulation library | Andrey Andreev | 1 | -0/+1 | |
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 in a remove item from cart function to save the "hacky" method of ↵ | Andrew Seymour | 1 | -2/+4 | |
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 | 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 | 1 | -0/+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 | Updated change log and and database configuration to include failover | Felix Balfoort | 1 | -0/+1 | |
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-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-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 | 1 | -0/+1 | |
$this->load->vars() | |||||
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-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -1/+11 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change | |||||
2011-10-20 | fix RST format and typo | kenjis | 1 | -14/+14 | |
2011-10-18 | Merge pull request #592 from kenjis/fix_changelog | Derek Jones | 1 | -8/+2 | |
fix changelog difference between HTML and RST | |||||
2011-10-18 | fix changelog difference between HTML and RST | kenjis | 1 | -8/+2 | |
2011-10-18 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch-2 | Timothy Warren | 1 | -0/+5 | |
2011-10-18 | added some additional notes to the 2.0.0 update notes to highlight some of ↵ | Derek Jones | 1 | -0/+2 | |
the potential gotchas, fixes #588 | |||||
2011-10-18 | Merge pull request #307 from kylefarris/isue-276 | Derek Jones | 1 | -0/+3 | |
Fix for Issue #276 - Thanks Kyle! | |||||
2011-10-17 | Added changelog item | Timothy Warren | 1 | -1/+1 | |