summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
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-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
2011-12-05The changelog entry for issue #647Thomas Traub1-0/+1
2011-12-04Added change log message about logger chmod. Refs: #739Eric Barnes1-0/+1
2011-12-04Updated change log with fixed issues.Eric Barnes1-0/+2
2011-11-29Changed the array structure in the userguideFelix Balfoort1-16/+36
2011-11-29changed much to many in the documentationFelix Balfoort1-1/+1
2011-11-29Updated change log and and database configuration to include failoverFelix Balfoort2-0/+23
2011-11-27Merge pull request #690 from Repox/developPhil Sturgeon1-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-27Merge branch 'patch-1' of https://github.com/has2k1/CodeIgniter into ↵Eric Barnes1-4/+4
has2k1-patch-1 Conflicts: user_guide_src/source/changelog.rst
2011-11-27Updated docs for increment_string example.Eric Barnes1-1/+1
2011-11-24Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developRepox1-0/+1
2011-11-23Reworded new attach() section in email user guidetrit1-1/+1
2011-11-23Added an entry for the new Email::attach parameterstrit1-1/+5
2011-11-23Added a couple of style tweaks and a note about function change in changelogtrit1-1/+2
2011-11-22Updated changelog with _trans_depth fix.Jacob Terry1-0/+1
2011-11-22Altered the explenation of the rewrite rules to better fit the actual result.Repox1-1/+1
2011-11-22Altered the suggested mod_rewrite rules for removing index.php from URL to ↵Repox1-4/+5
better fit the needs between CI routing and asset files. This suggestion addresses issue #684
2011-11-21Typo in "Watermarking Preferences". Configuration parameter is "wm_padding", ↵David Dotson1-1/+1
but it is listed as "padding".
2011-11-21Updated syntax in changewlog.Phil Sturgeon1-1/+1
2011-11-20Update user_guide_src/source/changelog.rsthas2k11-0/+1
2011-11-13Fixed conflicts.Phil Sturgeon1-4/+19
2011-11-13Changelog tweaking the Sphinx docs to match old HTML docs for 2.1 and ↵Phil Sturgeon1-22/+52
accurately describe what 3.0 has added so far.
2011-11-12Merge pull request #639 from timw4mail/patch-3Eric Barnes1-4/+19
Fixed one-liner code on Database Connection page of userguide
2011-11-11Merge pull request #653 from mpmont/developGreg Aker1-0/+1
Added the mime type for pptx.
2011-11-08Changelog update.mpmont1-0/+1
2011-11-08Update user_guide_src/source/tutorial/static_pages.rstAleksandras Ragovskis1-1/+1
2011-11-07Adding auto-detection of best redirect method in url_helper.Brandon Jones1-10/+11
2011-11-07Syntax errorpolyetilen1-1/+1
2011-10-31Fixed one-liner code on Database Connection page of userguideTimothy Warren1-4/+19
2011-10-26fix user guide active_record.rst formatting, remove old PHP 5 note, now only ↵kenjis1-6/+4
PHP 5 is supported.
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones6-66/+303
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-20fix RST format and typokenjis2-15/+15
2011-10-18Merge pull request #592 from kenjis/fix_changelogDerek Jones1-8/+2
fix changelog difference between HTML and RST