summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2013-04-14user guide newline.ash1-1/+1
2013-04-10changelog changeash1-2/+1
2013-04-10changed changelog format.ash1-1/+1
2013-04-10removed sanity checks (developer-supplied value, not user input), added ↵ash2-3/+5
changelog entry, changed variable names
2013-04-10Documentation change - explanation of captcha_word_length and ↵ash1-1/+1
character_pool_for_generated_word
2013-04-10documenation editash1-0/+1
2013-04-10Updated documenationash1-2/+4
2013-04-04Fix #2380 and deprecate CI_Router::fetch_*() methodsAndrey Andreev2-2/+23
2013-04-04Add a changelog entry for PR #2343Andrey Andreev1-0/+1
2013-04-01[ci skip] Add changelog entries for PR #2303Andrey Andreev1-0/+2
2013-03-29User guide: fix list of allowed URI charactersvlakoff1-1/+2
2013-03-29Merge pull request #2365 from vlakoff/developAndrey Andreev3-4/+4
Documentation: fix some outdated paths
2013-03-29Documentation: fix some outdated pathsvlakoff3-4/+4
2013-03-29Fix #2353Andrey Andreev1-1/+2
2013-03-26Merge pull request #2348 from nisheeth-barthwal/feature/nested_keysAndrey Andreev1-0/+2
Added Parsing Capabilities to Input class for nested array keys
2013-03-26There are 21 preferences, not 17Darren Benney1-1/+1
2013-03-23Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry.nisheeth-barthwal1-1/+1
2013-03-21Removed entry for erroneous bugfixnisheeth-barthwal1-1/+0
2013-03-21Added array notation for keys in Input librarynisheeth-barthwal1-0/+2
2013-03-21Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developnisheeth-barthwal4-6/+37
2013-03-06Fix a typo in changelog.rstvlakoff1-1/+1
This missing space was broking the link generation.
2013-03-05Documentation: another update to reserved names listvlakoff2-1/+7
Added missing user functions. Also fixed a typo in common_functions.rst.
2013-03-05Documentation: update reserved names listvlakoff1-1/+11
Added constants from 50dfe0175df02fe4aa243757bdf1b42fb9fc3169 (exit status codes)
2013-03-04Fixed #2289nisheeth-barthwal1-0/+1
2013-03-04Updated in accordance with feedback from @narfbgDaniel Hunsaker1-2/+2
- Removed commented lists of constants from the three reference conventions, replacing each with the URLs at which more information can be found. - Renamed a few constants to more closely reflect CodeIgniter conventions. - Modified a couple of lines which were in violation of the CI Style Guide. Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
2013-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵Daniel Hunsaker2-83/+38
feature/exit-status
2013-03-04Fix #2298Andrey Andreev1-0/+1
2013-02-26Style guide PR tweaks.Eric Roberts1-8/+8
2013-02-25Update Style Guide page.Eric Roberts1-83/+37
2013-02-23Updated exit codes as constant valuesDaniel Hunsaker1-3/+18
Re-allocated exit status codes according to three references, which follow: BSD sysexits.h:http://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits GNU recomendations:http://www.gnu.org/software/libc/manual/html_node/Exit-Status.html Bash scripting:http://tldp.org/LDP/abs/html/exitcodes.html The GNU recommendations stem from and expand upon the standard C/C++ library (stdlibc) definitions, while also suggesting some best-practice conventions which happen to prevent exit status code collisions with bash, and probably other shells. The re-allocated codes are now mapped to constant values, set in *application/config/constants.php*, and used throughout the CodeIgniter core. They would additionally be used in *index.php*, but the constants file hasn't been loaded at that point, so the integer values are used instead, and a comment follows each such use with amplifying information on why that particular value was selected. Finally, the errors documentation has been updated accordingly. Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
2013-02-21Fix #2273Cory1-1/+1
2013-02-21Manually apply PR #2234Andrey Andreev1-0/+1
2013-02-21[ci skip] Remove a changelog line for a non-existent changeAndrey Andreev1-1/+0
2013-02-20Update user_guide_src/source/tutorial/news_section.rstKevin Smith1-2/+2
Clarified a part of the tutorial so it's obvious the code should be replaced/update rather than added.
2013-02-19[ci skip] Fix some changelog entriesAndrey Andreev1-14/+13
2013-02-19Merge pull request #2261 from nisheeth-barthwal/developAndrey Andreev1-0/+1
Fixed Issue #2239
2013-02-19Updated changelognisheeth-barthwal1-0/+1
2013-02-19Add an upgrade note about change in the results of Directory Helper's ↵vlakoff1-4/+11
directory_map() see issue #1978
2013-02-19Fix typos in upgrade_300.rstvlakoff1-11/+11
2013-02-18removed a stray tabnisheeth-barthwal1-1/+1
2013-02-18removed PR from the bug listnisheeth-barthwal1-1/+1
2013-02-18Styleguide fixesnisheeth-barthwal1-4/+3
2013-02-18Clean upnisheeth-barthwal2-0/+4
2013-02-15Fix some stuff from recent pull requestsAndrey Andreev1-3/+3
2013-02-15Merge pull request #2243 from chrispassas/developAndrey Andreev1-0/+1
Update system/core/Log.php
2013-02-15Various cosmetic fixesvlakoff4-6/+6
2013-02-13changes according to narfbg's requestTim1-1/+3
2013-02-13Added support for changing the default log file extension from .php to ↵Chris Passas1-0/+1
whatever is preferred. example (.log) This is a follow up to this pull request. https://github.com/EllisLab/CodeIgniter/pull/2243
2013-02-04Add entry in user guide changelog.Sajan Parikh1-0/+1
Signed-off-by: Sajan Parikh <sajan@noppix.com>
2013-02-04Cleaned up for pull request.Sajan Parikh1-2/+2
Signed-off-by: Sajan Parikh <sajan@noppix.com>