summaryrefslogtreecommitdiffstats
path: root/user_guide/general
AgeCommit message (Collapse)AuthorFilesLines
2011-04-25Fixed #74.Razican1-0/+5
2011-04-25Fixed #243 - Changed php version in the style guide to match requirements.Eric Barnes1-1/+1
2011-04-18changeset: 2204:37301a84c8beGreg Aker1-49/+54
tag: tip user: Greg Aker <greg.aker@ellislab.com> date: Mon Apr 18 15:51:28 2011 -0500 summary: Adding toggle show/hide on database queries in the output profiler. Added a profiler config item to set a threshold of when to hide the queries by default. Additionally, fixed a bug I created earlier today by marking the $CI class var in CI_Profiler as private.
2011-04-18Added ENVIRONMENT to reserved constants. Fixes #196Eric Barnes1-0/+1
2011-04-07Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1Pascal Kriete28-28/+28
2011-04-07Added CLI documentation.Phil Sturgeon1-0/+150
2011-04-06Hat tip to the reactor team in the creditsPascal Kriete1-1/+2
2011-03-22Removed closing php in creating libraries. Fixes: #129Eric Barnes1-4/+4
2011-03-18Wrong title for environments page. Fixes: #135Eric Barnes1-5/+5
2011-03-11Added location of config for changing logging threshold. Fixes #120Eric Barnes1-1/+1
2011-03-11Fixed missing parentheses and added scope to examples. Fixes #103Eric Barnes1-11/+11
2011-03-10Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon2-0/+143
2011-03-10Updated version number in User Guide html.Phil Sturgeon26-26/+26
2011-03-10Added full docs for new ENVIRONMENT constant.katzgrau2-0/+143
2011-02-21Fixed docs specifying cache location (sys/cache v app/cache)Kenny Katzgrau1-2/+2
2011-02-14Whitespace tweaks to put code examples in line with our guidelinesPascal Kriete2-2/+2
2011-01-28updating copyrights to 2011Derek Jones26-26/+26
2011-01-20Renaming the unicode class to utf8 so we don't run the risk of violating the ↵Pascal Kriete1-1/+1
Unicode Consortium's trademark.
2010-12-15Small tweak to the _remap documentation (see #208).Pascal Kriete1-2/+10
2010-11-14Fix #231 removing some PHP 4 doc notes from the creating libraries documentationGreg Aker1-7/+2
2010-11-14Fix #233 Change Controller to CI_Controller in the models documentationGreg Aker1-1/+1
2010-11-12Fix #230 where the validation class was referenced in the docs, not the ↵Greg Aker1-2/+2
form_validation class.
2010-11-10Userguide tweaks to show proper PHP 5 examples and removing the compat ↵Pascal Kriete5-17/+16
helper from the menu.
2010-11-10some doc fixes to show __construct instead of CI_ControllerPascal Kriete1-17/+2
2010-11-10Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/Pascal Kriete1-1/+1
2010-11-10Updating requirements in userguideGreg Aker1-1/+1
2010-11-10Updating the reserved names docs to remove php 4 references.Pascal Kriete1-26/+1
2010-11-09Automated merge with http://hg.ellislab.com/CodeIgniter2Pascal Kriete2-1/+3
2010-11-09Adding a second parameter to _remap that contains an array of the leftover ↵Pascal Kriete1-1/+2
segments.
2010-11-09Adding unicode to the list of core classes.Pascal Kriete1-0/+1
2010-11-09Updating code examples in user guide to use CI_Controller instead of ControllerGreg Aker1-4/+4
2010-11-09Fix #62 Adding CI_ prefix to Controller.Greg Aker1-10/+10
2010-10-12Automated merge with http://hg.ellislab.com/CodeIgniter2Derek Jones1-0/+4
2010-10-12Fix #83 where multiple libraries could not be loaded at once by passing an ↵Greg Aker1-0/+4
array to the load->library() function.
2010-10-04Cleanup of stray spaces and tabsBarry Mieny9-79/+79
2010-10-01fixed code sampleDerek Jones1-1/+1
2010-09-28fixed a bug where the Output class would send incorrect cached data for ↵Derek Jones1-1/+10
controllers implementing their own _output() methods
2010-09-27fixed some grammar errors in the Views documentation. Fixes #154Derek Jones1-2/+2
2010-09-14Fixed a bug #129 where Model documentation referenced parent::Model instead ↵Greg Aker1-6/+6
of parent::CI_Model.
2010-08-05Added an optional second parameter to <kbd>show_404()</kbd> to disable logging.Derek Allard1-1/+3
2010-07-05altering a few examples to be more CI driven then EE driven in styleguideDerek Allard1-11/+4
2010-07-05guide clarificationDerek Allard1-1/+1
2010-04-15Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error ↵Greg Aker1-0/+6
due to a function being moved from the input to security class. Moving remove_invisible_characters() to Common.php so the entire class does not need to be instantiated in those database drivers.
2010-03-29fixed casing of EllisLabDerek Jones26-27/+27
2010-03-28Change in the loader and driver docs to force ucfirst() on driver directory ↵Greg Aker1-0/+21
names to ensure compatibility on case sensitive file systems.
2010-03-25moved application folder outside of the system folderDerek Jones3-21/+21
2010-03-22Updating docs for extending core libraries to reference the application/core ↵Greg Aker1-3/+3
directory
2010-03-11full on scaffolding removalDerek Jones5-159/+2
2010-03-10added Security class docs, cleaned up Input class for changes to bothDerek Jones1-1/+1
2010-03-10added ability to enable/disable individual sections of the ProfilerDerek Jones1-9/+81