Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-16 | [ci skip] Add 2.1.4 upgrade instructions page | Andrey Andreev | 1 | -0/+14 | |
2013-07-16 | 2.1.4 release related stuff | Andrey Andreev | 4 | -8/+24 | |
2013-07-15 | Fixing incorect references for time zones | AdwinTrave | 1 | -6/+6 | |
2013-07-03 | [ci skip] Alter a link in the changelog | Andrey Andreev | 1 | -3/+2 | |
2013-07-03 | Changed the smiley zip file download to reflect the new location at the | Steven Crothers | 1 | -1/+1 | |
ellislab.com domain from the codeigniter.com domain. | |||||
2013-06-28 | Merge pull request #2497 from yazuu/upload | Andrey Andreev | 2 | -0/+2 | |
Upload : change the file extension to lower case | |||||
2013-06-28 | Update library documentation and changelog | Adrian | 2 | -0/+2 | |
2013-06-28 | Fix #2498 | Andrey Andreev | 1 | -0/+1 | |
2013-06-25 | Merge pull request #2480 from florisluiten/develop | Andrey Andreev | 1 | -0/+1 | |
Prevent email header injection | |||||
2013-06-24 | Updated changelog to reflect latest changes | Floris Luiten (lenwweb.nl) | 1 | -0/+1 | |
2013-06-24 | [ci skip] Remove an unnecessary/confusing changelog line | Andrey Andreev | 1 | -1/+0 | |
2013-06-24 | Merge pull request #2488 from Xeli/develop | Andrey Andreev | 1 | -0/+1 | |
Add support for https behind a reverse proxy using X-Forwarded-Proto | |||||
2013-06-24 | Added X-Forwarded-Proto support to changelog | Richard Deurwaarder (Xeli) | 1 | -0/+1 | |
2013-06-20 | fixed typo in guide/lib/xmlrpc.rst | Michael Zimmer | 1 | -1/+1 | |
$size = $parameters[1]['shape']; replaced by: $shape = $parameters[1]['shape']; | |||||
2013-05-17 | Merge pull request #2440 from vlakoff/develop | Andrey Andreev | 2 | -6/+6 | |
Logging functions: level parameter is not optional | |||||
2013-05-14 | Removes an obstacle to building the docs. | Kevin Smith | 1 | -1/+1 | |
2013-05-13 | Adds a few new lines to note directive to fix a build error in the docs. | Kevin Smith | 1 | -1/+3 | |
2013-05-07 | Logging functions: level parameter is not optional | vlakoff | 2 | -6/+6 | |
This parameter cannot be optional, as the following parameter is mandatory. Also completed the corresponding documentation. | |||||
2013-04-19 | Fix issue #2388 / PR #2413 changelog entry | Andrey Andreev | 1 | -2/+1 | |
2013-04-18 | Added to the changelog. | buhay | 1 | -0/+1 | |
2013-04-14 | user guide newline. | ash | 1 | -1/+1 | |
2013-04-10 | changelog change | ash | 1 | -2/+1 | |
2013-04-10 | changed changelog format. | ash | 1 | -1/+1 | |
2013-04-10 | removed sanity checks (developer-supplied value, not user input), added ↵ | ash | 2 | -3/+5 | |
changelog entry, changed variable names | |||||
2013-04-10 | Documentation change - explanation of captcha_word_length and ↵ | ash | 1 | -1/+1 | |
character_pool_for_generated_word | |||||
2013-04-10 | documenation edit | ash | 1 | -0/+1 | |
2013-04-10 | Updated documenation | ash | 1 | -2/+4 | |
2013-04-04 | Fix #2380 and deprecate CI_Router::fetch_*() methods | Andrey Andreev | 2 | -2/+23 | |
2013-04-04 | Add a changelog entry for PR #2343 | Andrey Andreev | 1 | -0/+1 | |
2013-04-01 | [ci skip] Add changelog entries for PR #2303 | Andrey Andreev | 1 | -0/+2 | |
2013-03-29 | User guide: fix list of allowed URI characters | vlakoff | 1 | -1/+2 | |
2013-03-29 | Merge pull request #2365 from vlakoff/develop | Andrey Andreev | 3 | -4/+4 | |
Documentation: fix some outdated paths | |||||
2013-03-29 | Documentation: fix some outdated paths | vlakoff | 3 | -4/+4 | |
2013-03-29 | Fix #2353 | Andrey Andreev | 1 | -1/+2 | |
2013-03-26 | Merge pull request #2348 from nisheeth-barthwal/feature/nested_keys | Andrey Andreev | 1 | -0/+2 | |
Added Parsing Capabilities to Input class for nested array keys | |||||
2013-03-26 | There are 21 preferences, not 17 | Darren Benney | 1 | -1/+1 | |
2013-03-23 | Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry. | nisheeth-barthwal | 1 | -1/+1 | |
2013-03-21 | Removed entry for erroneous bugfix | nisheeth-barthwal | 1 | -1/+0 | |
2013-03-21 | Added array notation for keys in Input library | nisheeth-barthwal | 1 | -0/+2 | |
2013-03-21 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | nisheeth-barthwal | 4 | -6/+37 | |
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 | Fixed #2289 | nisheeth-barthwal | 1 | -0/+1 | |
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> |