Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-06 | Fix a typo in changelog.rst | vlakoff | 1 | -1/+1 | |
This missing space was broking the link generation. | |||||
2013-03-05 | Documentation: another update to reserved names list | vlakoff | 2 | -1/+7 | |
Added missing user functions. Also fixed a typo in common_functions.rst. | |||||
2013-03-05 | Documentation: update reserved names list | vlakoff | 1 | -1/+11 | |
Added constants from 50dfe0175df02fe4aa243757bdf1b42fb9fc3169 (exit status codes) | |||||
2013-03-04 | Updated in accordance with feedback from @narfbg | Daniel Hunsaker | 1 | -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-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Daniel Hunsaker | 2 | -83/+38 | |
feature/exit-status | |||||
2013-03-04 | Fix #2298 | Andrey Andreev | 1 | -0/+1 | |
2013-02-26 | Style guide PR tweaks. | Eric Roberts | 1 | -8/+8 | |
2013-02-25 | Update Style Guide page. | Eric Roberts | 1 | -83/+37 | |
2013-02-23 | Updated exit codes as constant values | Daniel Hunsaker | 1 | -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-21 | Fix #2273 | Cory | 1 | -1/+1 | |
2013-02-21 | Manually apply PR #2234 | Andrey Andreev | 1 | -0/+1 | |
2013-02-21 | [ci skip] Remove a changelog line for a non-existent change | Andrey Andreev | 1 | -1/+0 | |
2013-02-20 | Update user_guide_src/source/tutorial/news_section.rst | Kevin Smith | 1 | -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 entries | Andrey Andreev | 1 | -14/+13 | |
2013-02-19 | Merge pull request #2261 from nisheeth-barthwal/develop | Andrey Andreev | 1 | -0/+1 | |
Fixed Issue #2239 | |||||
2013-02-19 | Updated changelog | nisheeth-barthwal | 1 | -0/+1 | |
2013-02-19 | Add an upgrade note about change in the results of Directory Helper's ↵ | vlakoff | 1 | -4/+11 | |
directory_map() see issue #1978 | |||||
2013-02-19 | Fix typos in upgrade_300.rst | vlakoff | 1 | -11/+11 | |
2013-02-18 | removed a stray tab | nisheeth-barthwal | 1 | -1/+1 | |
2013-02-18 | removed PR from the bug list | nisheeth-barthwal | 1 | -1/+1 | |
2013-02-18 | Styleguide fixes | nisheeth-barthwal | 1 | -4/+3 | |
2013-02-18 | Clean up | nisheeth-barthwal | 2 | -0/+4 | |
2013-02-15 | Fix some stuff from recent pull requests | Andrey Andreev | 1 | -3/+3 | |
2013-02-15 | Merge pull request #2243 from chrispassas/develop | Andrey Andreev | 1 | -0/+1 | |
Update system/core/Log.php | |||||
2013-02-15 | Various cosmetic fixes | vlakoff | 4 | -6/+6 | |
2013-02-13 | changes according to narfbg's request | Tim | 1 | -1/+3 | |
2013-02-13 | Added support for changing the default log file extension from .php to ↵ | Chris Passas | 1 | -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-04 | Add entry in user guide changelog. | Sajan Parikh | 1 | -0/+1 | |
Signed-off-by: Sajan Parikh <sajan@noppix.com> | |||||
2013-02-04 | Cleaned up for pull request. | Sajan Parikh | 1 | -2/+2 | |
Signed-off-by: Sajan Parikh <sajan@noppix.com> | |||||
2013-02-02 | Fixed documentation. | Sajan Parikh | 1 | -2/+4 | |
Signed-off-by: Sajan Parikh <sajan@noppix.com> | |||||
2013-01-30 | Fix/improve #2211 | Andrey Andreev | 1 | -0/+1 | |
2013-01-29 | fixed #2207 user guide error | Bo-Yi Wu | 1 | -2/+2 | |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
2013-01-29 | Replace CI_Upload::clean_file_name() usage with CI_Security::sanitize_filename() | Andrey Andreev | 1 | -0/+2 | |
Also applied @xeptor's fix (a big thanks) to the sanitize_filename() method and added a changelog entry for it - fixes issue #73. | |||||
2013-01-29 | [ci skip] Add some changelog entries | Andrey Andreev | 1 | -3/+9 | |
2013-01-28 | Merge pull request #2203 from vlakoff/develop | Andrey Andreev | 1 | -2/+2 | |
Adjustments in routing documentation | |||||
2013-01-28 | Adjustments in routing documentation | vlakoff | 1 | -2/+2 | |
* fixed syntax error for "note" banner * more useful example, in previous one there was no need for strtolower, nor for a callback | |||||
2013-01-28 | Fix issue #2202 and alter Loader Class docs | Andrey Andreev | 1 | -74/+72 | |
2013-01-28 | Libraries' filenames must be named in a ucfirst-like manner | Andrey Andreev | 1 | -5/+29 | |
2013-01-24 | Move db_select() call from CI_DB_driver::initialize() to db_connect() | Andrey Andreev | 2 | -1/+2 | |
so that it's only called by drivers that need it ('mysql', 'mssql'). As proposed in issue #2187. | |||||
2013-01-23 | Removed slash from URI helper doc | Melvin Lammerts | 1 | -2/+2 | |
In my current projects I don't see '/controller/method' but 'controller/method' when calling uri_string(). | |||||
2013-01-21 | Partially implement PR #2155 | Andrey Andreev | 1 | -0/+1 | |
2013-01-15 | [ci skip] Fix issue #2157 - docs on the email library | Andrey Andreev | 1 | -23/+29 | |
2013-01-12 | Implement autoload model aliasing (#2117) | Andrey Andreev | 2 | -1/+2 | |
2013-01-10 | Fix SQLSRV escape_str() | Andrey Andreev | 1 | -0/+1 | |
2013-01-09 | Syntax fixes in documentation source | vlakoff | 7 | -51/+51 | |
2013-01-03 | Merge pull request #2075 from sourcejedi/patch-1 | Andrey Andreev | 1 | -5/+5 | |
doc: xss_clean() method is in Security, not Input | |||||
2013-01-03 | doc: fix table markup in previous commit | Alan Jenkins | 1 | -3/+3 | |
"These "border lines" need to have a length higher or equal to the longest line in the table that would be generated, so you'll have to update them as well." - narfbg | |||||
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 4 | -7/+7 | |
2012-12-20 | [ci skip] Minor style/spacing changes following PR #2087 | Andrey Andreev | 1 | -1/+1 | |
2012-12-20 | fixes #2081 : fix change log entry | Andrew Podner | 1 | -1/+1 | |
Signed-off-by:Andrew Podner <a.podner@me.com> |