Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-23 | Loader changes & optimizations related to issue #2551 | Andrey Andreev | 2 | -0/+29 | |
2013-07-22 | [ci skip] Fix style guide typos | Andrey Andreev | 1 | -2/+2 | |
2013-07-22 | [ci skip] Add a changelog entry for class file naming rule change | Andrey Andreev | 1 | -0/+1 | |
2013-07-22 | Change class filenames to Ucfirst | Andrey Andreev | 15 | -58/+105 | |
2013-07-22 | [ci skip] Small upgrade notes fixes | Andrey Andreev | 1 | -5/+5 | |
2013-07-19 | [ci skip] Remove a leftover description of the non-configurable translating ↵ | Andrey Andreev | 1 | -18/+0 | |
of URI dashes | |||||
2013-07-19 | Router improvements | Andrey Andreev | 2 | -3/+15 | |
- Make dashes-to-underscores URI segment replacement configurable via ['translate_uri_dashes']. - Make _set_routing() protected and move the call to the class constructor. - Remove redudant calls to set_class() and set_method(). - Clean-up/optimize the routes loading procedure. (fixes issue #2503) | |||||
2013-07-19 | [ci skip] Add a changelog entry | Andrey Andreev | 1 | -0/+1 | |
2013-07-19 | Remove documentation note obsoleted by previous commit | vlakoff | 1 | -4/+0 | |
2013-07-18 | Fix a Memcache(d) default configuration bug (based on #249) | Andrey Andreev | 1 | -0/+1 | |
2013-07-18 | [ci skip] Remove a description for a non-existing shadow color in the ↵ | Andrey Andreev | 1 | -1/+1 | |
CAPTCHA helper docs | |||||
2013-07-18 | Add color customization to the CAPTCHA helper | Andrey Andreev | 2 | -2/+15 | |
Ref: Issue #867 & PRs #1405, #2485 | |||||
2013-07-18 | Add an optional parameter to URL helpers base_url() and site_url() ↵ | Andrey Andreev | 2 | -2/+5 | |
(supersedes #2535) | |||||
2013-07-17 | Fix #2490 (an improved version of PR #2534) | Andrey Andreev | 1 | -0/+1 | |
2013-07-17 | Cherry-picking some changes from PR #2425: | Andrey Andreev | 1 | -0/+2 | |
- Session events logging (debug) - Bug fix for OCI8 method stored_procedure() | |||||
2013-07-17 | Add changelog entry for PR #2502 | Andrey Andreev | 1 | -0/+1 | |
2013-07-17 | [ci skip] Revert some cosmetic changes from PR #2524, for consistency | Andrey Andreev | 1 | -17/+13 | |
2013-07-16 | Merge doc changes; small related updates. | Eric Roberts | 2 | -37/+39 | |
2013-07-16 | Merge branch 'refs/heads/develop' into update/changelog | Eric Roberts | 3 | -37/+39 | |
Conflicts: user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_214.rst | |||||
2013-07-16 | [ci skip] Update download links | Andrey Andreev | 1 | -58/+32 | |
2013-07-16 | [ci skip] Fix 2.1.4 upgrade instructions link | Andrey Andreev | 1 | -1/+1 | |
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-12 | Update GitHub "tags" link to new Releases feature. | Eric Roberts | 1 | -2/+1 | |
2013-07-12 | Update Downloads page | Eric Roberts | 1 | -57/+30 | |
Even though it's useless right now... | |||||
2013-07-12 | Upgrade notes for 2.1.4 | Eric Roberts | 3 | -2/+17 | |
2013-07-12 | Optimize Change Log, add entry for 2.1.4 | Eric Roberts | 1 | -213/+318 | |
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 |