summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2012-02-28Fix issue #177Andrey Andreev1-0/+1
2012-02-24Merge pull request #1069 from narfbg/develop-db-selectAndrey Andreev2-0/+7
Add an optional database name parameter to db_select()
2012-02-22Fix issue 1070Andrey Andreev1-0/+1
2012-02-22Add an optional database name parameter to db_select()Andrey Andreev2-0/+7
2012-02-14Fix issue #1039Andrey Andreev1-0/+1
2012-02-13Fix a changelog entryAndrey Andreev1-1/+1
2012-02-10Merge remote-tracking branch 'upstream/develop' into develop-image-libAndrey Andreev2-0/+6
2012-02-09Fixed PDOTaufan Aditya2-0/+6
2012-02-08Merge remote-tracking branch 'upstream/develop' into develop-image-libAndrey Andreev1-0/+1
2012-02-08Fix CI_Input::is_ajax_request()Andrey Andreev1-0/+1
2012-02-02Merge remote-tracking branch 'upstream/develop' into develop-image-libAndrey Andreev1-0/+1
2012-02-01Merge upstreamAndrey Andreev4-4/+26
2012-02-01Merge remote-tracking branch 'upstream/develop' into develop-image-libAndrey Andreev4-4/+26
2012-02-01Add note about HTTPS detection change to 3.0 changelogRoss Duggan1-0/+1
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-19Fix issue #154Andrey Andreev1-0/+1
2012-01-12CI_Image_lib::image_reproportion() to work if only one of either width or ↵Andrey Andreev1-0/+1
height are set
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