summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
AgeCommit message (Collapse)AuthorFilesLines
2013-08-14add '$' at news_section.rst fileZaki Akhmad1-1/+1
2013-08-12Improve changelog entryvlakoff2-4/+4
2013-08-11Input class: change behavior of get_post() method, add post_get() methodvlakoff3-9/+29
followup to PR #2522
2013-08-08[ci skip] Add MD5 checksums to download page (rel: #991)Andrey Andreev1-29/+31
2013-08-07Add a changelog entry for PR #2590 and further optimize log_message()Andrey Andreev1-0/+1
CI_Log::write_log() already checks the log threshold, so there's no point in doing it in log_message() as well.
2013-08-07An improved version of PR #2584, fixes #2583Andrey Andreev1-0/+1
2013-08-06Various typos and tabs adjustmentsvlakoff3-9/+9
2013-08-06Fix #2585Andrey Andreev1-0/+1
2013-08-06Merge pull request #2566 from vlakoff/developAndrey Andreev1-15/+37
Complete 3.0 upgrade notes about NULL returned on missing items
2013-08-06[ci skip] Alter a changelog lineAndrey Andreev1-1/+1
2013-08-04Rename bad chars property to filename_bad_chars, remove the setter and add ↵Hunter Wu1-0/+1
changelog entry
2013-07-30Updated Changelog Cache Log LevelTyler Brownell1-0/+1
- Updated the changelog to include the log level updates in the cache drivers.
2013-07-29Change spaces to tabsvlakoff1-14/+14
2013-07-28Polishing Form helpervlakoff1-11/+15
2013-07-27Complete 3.0 upgrade notes about NULL returned on missing itemsvlakoff1-15/+37
2013-07-27Merge pull request #2554 from vlakoff/develop-3Andrey Andreev3-8/+17
config->item() now returns NULL instead of FALSE when the required item doesn't exist.
2013-07-26Fix #2560Andrey Andreev1-0/+1
2013-07-25Adjustments to the previous commitvlakoff1-1/+1
2013-07-24config->item() now returns NULL instead of FALSE when the required item ↵vlakoff3-8/+16
doesn't exist. Uniformization with other functions. This also brings the ability to properly use booleans in configuration.
2013-07-24Add a changelog entry about changes in Array helper's element() and elements()vlakoff1-0/+1
2013-07-23Loader changes & optimizations related to issue #2551Andrey Andreev2-0/+29
2013-07-22[ci skip] Fix style guide typosAndrey Andreev1-2/+2
2013-07-22[ci skip] Add a changelog entry for class file naming rule changeAndrey Andreev1-0/+1
2013-07-22Change class filenames to UcfirstAndrey Andreev15-58/+105
2013-07-22[ci skip] Small upgrade notes fixesAndrey Andreev1-5/+5
2013-07-19[ci skip] Remove a leftover description of the non-configurable translating ↵Andrey Andreev1-18/+0
of URI dashes
2013-07-19Router improvementsAndrey Andreev2-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 entryAndrey Andreev1-0/+1
2013-07-19Remove documentation note obsoleted by previous commitvlakoff1-4/+0
2013-07-18Fix a Memcache(d) default configuration bug (based on #249)Andrey Andreev1-0/+1
2013-07-18[ci skip] Remove a description for a non-existing shadow color in the ↵Andrey Andreev1-1/+1
CAPTCHA helper docs
2013-07-18Add color customization to the CAPTCHA helperAndrey Andreev2-2/+15
Ref: Issue #867 & PRs #1405, #2485
2013-07-18Add an optional parameter to URL helpers base_url() and site_url() ↵Andrey Andreev2-2/+5
(supersedes #2535)
2013-07-17Fix #2490 (an improved version of PR #2534)Andrey Andreev1-0/+1
2013-07-17Cherry-picking some changes from PR #2425:Andrey Andreev1-0/+2
- Session events logging (debug) - Bug fix for OCI8 method stored_procedure()
2013-07-17Add changelog entry for PR #2502Andrey Andreev1-0/+1
2013-07-17[ci skip] Revert some cosmetic changes from PR #2524, for consistencyAndrey Andreev1-17/+13
2013-07-16Merge doc changes; small related updates.Eric Roberts2-37/+39
2013-07-16Merge branch 'refs/heads/develop' into update/changelogEric Roberts3-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 linksAndrey Andreev1-58/+32
2013-07-16[ci skip] Fix 2.1.4 upgrade instructions linkAndrey Andreev1-1/+1
2013-07-16[ci skip] Add 2.1.4 upgrade instructions pageAndrey Andreev1-0/+14
2013-07-162.1.4 release related stuffAndrey Andreev4-8/+24
2013-07-15Fixing incorect references for time zonesAdwinTrave1-6/+6
2013-07-12Update GitHub "tags" link to new Releases feature.Eric Roberts1-2/+1
2013-07-12Update Downloads pageEric Roberts1-57/+30
Even though it's useless right now...
2013-07-12Upgrade notes for 2.1.4Eric Roberts3-2/+17
2013-07-12Optimize Change Log, add entry for 2.1.4Eric Roberts1-213/+318
2013-07-03[ci skip] Alter a link in the changelogAndrey Andreev1-3/+2
2013-07-03Changed the smiley zip file download to reflect the new location at theSteven Crothers1-1/+1
ellislab.com domain from the codeigniter.com domain.