Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-14 | First iteration of interbase driver | Timothy Warren | 1 | -0/+1 | |
2012-02-13 | Fix a changelog entry | Andrey Andreev | 1 | -1/+1 | |
2012-02-10 | Merge remote-tracking branch 'upstream/develop' into develop-image-lib | Andrey Andreev | 2 | -0/+6 | |
2012-02-09 | Fixed PDO | Taufan Aditya | 2 | -0/+6 | |
2012-02-08 | Merge remote-tracking branch 'upstream/develop' into develop-image-lib | Andrey Andreev | 1 | -0/+1 | |
2012-02-08 | Fix CI_Input::is_ajax_request() | Andrey Andreev | 1 | -0/+1 | |
2012-02-02 | Merge remote-tracking branch 'upstream/develop' into develop-image-lib | Andrey Andreev | 1 | -0/+1 | |
2012-02-01 | Merge upstream | Andrey Andreev | 4 | -4/+26 | |
2012-02-01 | Merge remote-tracking branch 'upstream/develop' into develop-image-lib | Andrey Andreev | 4 | -4/+26 | |
2012-02-01 | Add note about HTTPS detection change to 3.0 changelog | Ross Duggan | 1 | -0/+1 | |
2012-01-27 | Add PHP version check in db_pconnect() | Andrey Andreev | 1 | -1/+1 | |
2012-01-27 | Update the changelog | Andrey Andreev | 1 | -0/+2 | |
2012-01-27 | Added try catch example in style guide | Timothy Warren | 1 | -0/+16 | |
2012-01-25 | Added bit about having mod_rewrite enabled for removing index.php | CroNiX | 1 | -3/+6 | |
Added note about htaccess rules might not work for all server configurations | |||||
2012-01-25 | Change hardcoded "application" directory to use the APPPATH constant as it ↵ | CroNiX | 1 | -1/+1 | |
would not work if you relocate /application or /system folders outside of web root. | |||||
2012-01-19 | Fix issue #154 | Andrey Andreev | 1 | -0/+1 | |
2012-01-12 | CI_Image_lib::image_reproportion() to work if only one of either width or ↵ | Andrey Andreev | 1 | -0/+1 | |
height are set | |||||
2012-01-10 | Merge pull request #908 from insign/patch-1 | Phil Sturgeon | 1 | -1/+1 | |
User Guide example for htaccess assumed root | |||||
2012-01-09 | Removed the first slash of the line 51. With this, the goal of the code ↵ | insign | 1 | -1/+1 | |
don't work. I tried it in many Apache servers. Sorry if I am wrong. | |||||
2012-01-09 | Fix issue #904 | Andrey Andreev | 1 | -2/+2 | |
2012-01-08 | Merge pull request #850 from RS71/develop | Phil Sturgeon | 2 | -0/+6 | |
CSRF optional token regeneration | |||||
2012-01-08 | Remove loading of ['core'] elements | Andrey Andreev | 2 | -5/+11 | |
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 | Update user_guide_src/source/libraries/security.rst | RS71 | 1 | -0/+4 | |
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 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 4 | -5/+5 | |
2011-12-30 | Merge pull request #818 from narfbg/develop-image-lib | Phil Sturgeon | 2 | -6/+10 | |
Improve the Image manipulation library | |||||
2011-12-30 | Added support for 3-length hex color values format and a number of ↵ | Andrey Andreev | 2 | -6/+9 | |
validation improvements | |||||
2011-12-29 | Merge pull request #847 from WanWizard/feature/ar_parentheses | Greg Aker | 1 | -61/+109 | |
added query grouping to Active Record | |||||
2011-12-28 | Merge pull request #824 from bergal/patch-1 | Greg Aker | 1 | -1/+1 | |
Fix news item href | |||||
2011-12-28 | added query grouping to Active Record | WanWizard | 1 | -61/+109 | |
this is a feature that has been lacking for a very long time. lots of people complained about it over the years, but it never got added so you'd have to resort to handcrafted queries when you needed this feature. This is a port of code from DataMapper, in use since CI 1.6. | |||||
2011-12-27 | Fixing a documentation linking error in the 3.0 upgrade notes. | Greg Aker | 1 | -1/+1 | |
2011-12-27 | Adding 3.0.0 release notes documentation file. | Greg Aker | 1 | -0/+28 | |
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 upstream branch | Andrey Andreev | 2 | -7/+17 | |
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-25 | Fix news item href | Andrew Bergal | 1 | -1/+1 | |
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 | |