summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
2013-07-19Router improvementsAndrey Andreev1-2/+2
- 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-18Fix a Memcache(d) default configuration bug (based on #249)Andrey Andreev1-0/+1
2013-07-18Add color customization to the CAPTCHA helperAndrey Andreev1-1/+5
Ref: Issue #867 & PRs #1405, #2485
2013-07-18Add an optional parameter to URL helpers base_url() and site_url() ↵Andrey Andreev1-0/+1
(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 Roberts1-5/+8
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-06-28Merge pull request #2497 from yazuu/uploadAndrey Andreev1-0/+1
Upload : change the file extension to lower case
2013-06-28Update library documentation and changelogAdrian1-0/+1
2013-06-28Fix #2498Andrey Andreev1-0/+1
2013-06-24Updated changelog to reflect latest changesFloris Luiten (lenwweb.nl)1-0/+1
2013-04-19Fix issue #2388 / PR #2413 changelog entryAndrey Andreev1-2/+1
2013-04-18Added to the changelog.buhay1-0/+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 ↵ash1-0/+2
changelog entry, changed variable names
2013-04-04Fix #2380 and deprecate CI_Router::fetch_*() methodsAndrey Andreev1-1/+4
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-29Fix #2353Andrey Andreev1-1/+2
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-barthwal1-1/+1
2013-03-06Fix a typo in changelog.rstvlakoff1-1/+1
This missing space was broking the link generation.
2013-03-04Fixed #2289nisheeth-barthwal1-0/+1
2013-03-04Fix #2298Andrey Andreev1-0/+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-19[ci skip] Fix some changelog entriesAndrey Andreev1-14/+13
2013-02-19Updated changelognisheeth-barthwal1-0/+1
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-barthwal1-0/+3
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-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-01-30Fix/improve #2211Andrey Andreev1-0/+1
2013-01-29Replace CI_Upload::clean_file_name() usage with CI_Security::sanitize_filename()Andrey Andreev1-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 entriesAndrey Andreev1-3/+9
2013-01-24Move db_select() call from CI_DB_driver::initialize() to db_connect()Andrey Andreev1-0/+1
so that it's only called by drivers that need it ('mysql', 'mssql'). As proposed in issue #2187.
2013-01-21Partially implement PR #2155Andrey Andreev1-0/+1