summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2012-01-27Add PHP version check in db_pconnect()Andrey Andreev1-1/+1
2012-01-27Update the changelogAndrey Andreev1-0/+2
2012-01-27Added try catch example in style guideTimothy Warren1-0/+16
2012-01-25Added bit about having mod_rewrite enabled for removing index.php CroNiX1-3/+6
Added note about htaccess rules might not work for all server configurations
2012-01-25Change hardcoded "application" directory to use the APPPATH constant as it ↵CroNiX1-1/+1
would not work if you relocate /application or /system folders outside of web root.
2012-01-10Merge pull request #908 from insign/patch-1Phil Sturgeon1-1/+1
User Guide example for htaccess assumed root
2012-01-09Removed the first slash of the line 51. With this, the goal of the code ↵insign1-1/+1
don't work. I tried it in many Apache servers. Sorry if I am wrong.
2012-01-09Fix issue #904Andrey Andreev1-2/+2
2012-01-08Merge pull request #850 from RS71/developPhil Sturgeon2-0/+6
CSRF optional token regeneration
2012-01-08Remove loading of ['core'] elementsAndrey Andreev2-5/+11
2012-01-05Merge upstream branchAndrey Andreev1-0/+2
2012-01-05Added pagination change log item back.Eric Barnes1-0/+3
2012-01-03Update user_guide_src/source/changelog.rstRS711-0/+2
2012-01-03Update user_guide_src/source/libraries/security.rstRS711-0/+4
2012-01-03Merge remote-tracking branch 'upstream/develop' into develop-xmlrpcAndrey Andreev1-3/+5
2012-01-03Update the changelogAndrey Andreev1-0/+1
2012-01-03Some additions to mimes.phpAndrey Andreev1-3/+5
2012-01-02Updating copyright date to 2012Greg Aker4-5/+5
2011-12-30Merge pull request #818 from narfbg/develop-image-libPhil Sturgeon2-6/+10
Improve the Image manipulation library
2011-12-30Added support for 3-length hex color values format and a number of ↵Andrey Andreev2-6/+9
validation improvements
2011-12-29Merge pull request #847 from WanWizard/feature/ar_parenthesesGreg Aker1-61/+109
added query grouping to Active Record
2011-12-28Merge pull request #824 from bergal/patch-1Greg Aker1-1/+1
Fix news item href
2011-12-28added query grouping to Active RecordWanWizard1-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-27Fixing a documentation linking error in the 3.0 upgrade notes.Greg Aker1-1/+1
2011-12-27Adding 3.0.0 release notes documentation file.Greg Aker1-0/+28
2011-12-26Merge pull request #680 from bubbafoley/load_get_varsPhil Sturgeon2-0/+7
Added method get_vars() to CI_Loader.
2011-12-26Merge pull request #837 from EllisLab/feature/remove-sha-libPhil Sturgeon2-15/+2
Removing previously deprecated SHA1 library. Also removed SHA1 method in the Encryption Library.
2011-12-26Fixing a couple of issues in documentation files that occur when running ↵Greg Aker3-14/+12
Sphinx 'make html'
2011-12-26Removing previously deprecated SHA1 library and removed SHA1 method in the ↵Greg Aker2-15/+2
Encryption Library
2011-12-25Merge upstream branchAndrey Andreev2-7/+17
2011-12-25Merge branch 'patch-4' of https://github.com/kylefarris/CodeIgniter into ↵Greg Aker1-0/+2
kylefarris-patch-4 Conflicts: user_guide_src/source/changelog.rst
2011-12-25Updating changelog & adding a migrations documentation file so those docs ↵Greg Aker2-7/+15
can be started on.
2011-12-25Fix news item hrefAndrew Bergal1-1/+1
2011-12-24Improve the Image manipulation libraryAndrey Andreev1-0/+1
2011-12-21Improved the Cart libraryAndrey Andreev1-0/+1
2011-12-20Merge pull request #801 from Mancy/masterPhil Sturgeon1-0/+1
Fixed issue #798: Update with Like now works
2011-12-20#798: update changelog and typo fixMancy1-0/+1
2011-12-19Fixed year and month seconds for timespan().Eric Barnes1-0/+1
2011-12-19Added #795 to changelogEric Barnes1-1/+1
2011-12-14Added a reference note for people needing to limit to a set number of charactersEric Barnes1-0/+5
2011-12-14Added in a remove item from cart function to save the "hacky" method of ↵Andrew Seymour2-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-13Added the ability to get the contents in a different orderAndrew Seymour1-2/+5
2011-12-13Merged the two if's together as suggested by @philsturgeon - updated the ↵Andrew Seymour1-0/+1
Changelog to include something that may be important
2011-12-13Updated Cart.php to handle quantity changes differently (now ↵Andrew Seymour1-0/+1
auto-increments), also updated the changelog to reflect this change for the people that are currently using this library
2011-12-09Added ability to change the separator value in the humanize functionEric Barnes2-0/+7
2011-12-09Fixed typo in introductory paragraph.Zac Clancy1-1/+1
2011-12-06Merge branch 'develop' of https://github.com/tomasz154/CodeIgniter into ↵Eric Barnes1-0/+2
tomasz154-develop Conflicts: user_guide_src/source/changelog.rst
2011-12-06updated changelog with dbforge fixTomasz T1-0/+1
2011-12-06Updated change logEric Barnes1-0/+1
2011-12-06Added change log item for bug #608Eric Barnes1-0/+1