summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
AgeCommit message (Collapse)AuthorFilesLines
2010-03-25updated docs to encourage installation of application and system folders ↵Derek Jones1-0/+1
above web root
2010-03-22Updating changelogGreg Aker1-0/+1
2010-03-22added documentation for philsturgeon's submission of download() for the FTP ↵Derek Jones1-1/+2
library
2010-03-22expanded philsturgeon's bugfix to parse_url() and updated docs and changelogDerek Jones1-0/+1
2010-03-20reordered logic in _display_cache() to eliminate a call to ↵Derek Jones1-0/+1
is_really_writable() on each page request unless it is_really_needed()
2010-03-19Fixed a bug where files created with the Zip Library would result in file ↵Greg Aker1-0/+1
creation dates of 1980. Hat tip to JMous for a suggested fix on the forums.
2010-03-18Added a $xss_clean class variable to the XMLRPC library, enabling control ↵Robin Sowell1-0/+1
over the use of the Security library's xss_clean() method.
2010-03-11grammer fixup - we're all about grammer (yes, if you're reading this ↵Derek Allard1-1/+1
thinking "grammar" I'm trolling you).
2010-03-10added docs for application Packages, added third_party folder to the ↵Derek Jones1-0/+1
application folder
2010-03-10changelog note for bugfix in Profiler dealing with failed queriesDerek Jones1-0/+1
2010-03-10changelog note for bugfix to log entriesDerek Jones1-0/+1
2010-03-10changelog note for subclass prefix automatically being applied by the loader.Derek Jones1-0/+2
2010-03-10added changelog item for XML-RPC server 'object' config itemDerek Jones1-0/+1
2010-03-10added docs for * filter for allowed_types of Upload classDerek Jones1-0/+1
2010-03-10added docs for convert_accented_characters() in the Text HelperDerek Jones1-0/+1
2010-03-10added swap_pre, autoinit, and stricton database configuration explanationsDerek Jones1-0/+3
2010-03-10changelog note for directory_triggerDerek Jones1-0/+1
2010-03-10changelog note for assign_to_config index.php valuesDerek Jones1-0/+1
2010-03-10changelog note for index.php based routing overridesDerek Jones1-0/+1
2010-03-10added changelog note for CSRF - still needs documenting in Security class docsDerek Jones1-0/+1
2010-03-10added Security class docs, cleaned up Input class for changes to bothDerek Jones1-0/+1
2010-03-10added docs for Output class propertyDerek Jones1-0/+1
2010-03-10added ability to enable/disable individual sections of the ProfilerDerek Jones1-0/+1
2010-03-10change log note for DriversDerek Jones1-0/+1
2010-03-10completely removed Plugins from CodeIgniterDerek Jones1-1/+7
2010-03-10changed SVN location change to BitBucketDerek Jones1-1/+1
2010-03-05changing docs refs to future release 2.0.0Derek Jones1-10/+11
2010-02-04fixing a series of errors in (ironically) error display in some database driversDerek Allard1-0/+1
2010-02-04database exists function in dbutilDerek Allard1-0/+1
2010-02-04documented move of svnDerek Allard1-0/+1
2010-01-26Updating changelogGreg Aker1-0/+1
2010-01-26Fixing bug in DB Driver where identifiers could be escaped in some drivers ↵Greg Aker1-0/+1
that can't accept it in the list_fields() function. http://codeigniter.com/bug_tracker/bug/5865/ http://codeigniter.com/bug_tracker/bug/11218/
2010-01-23Added alpha, and sha1 string types to random_string() in the String Helper.Derek Allard1-0/+1
2010-01-18The Unit Test Class now has an optional "notes" field available to it, and ↵Derek Allard1-1/+2
allows for discrete display of test result items using $this->unit->set_test_items().
2010-01-18minor changelog re-orgDerek Allard1-9/+8
2010-01-18user guide clarification on large image processingDerek Allard1-1/+1
2010-01-17clarifying redirect helperDerek Allard1-1/+1
2010-01-17Added 'application/x-msdownload' for .exe files and ↵Derek Allard1-0/+1
''application/x-gzip-compressed' for .tgz files to config/mimes.php
2010-01-17optional precision argument in byte_format()Derek Allard1-0/+1
2010-01-17Added Flock to the list of browsers in the user agent classDerek Allard1-1/+1
2010-01-17adding Chrome to list of browsers for user-agent classDerek Allard1-0/+1
2010-01-17doc updates, corrections and clarifications.Derek Allard1-1/+1
2010-01-17extra period in a sentence (the horror!) :)Derek Allard1-1/+1
2010-01-17Added "default" to the list Reserved NamesDerek Allard1-0/+5
2010-01-17making get_mime_by_extension case insensitiveDerek Allard1-0/+1
2010-01-17fixed an incorrectly labelled config key exampleDerek Allard1-1/+1
2010-01-17adding the ability for form_open_multipart() to accept string attribute ↵Derek Allard1-0/+1
arguments
2010-01-17Documentd db->close()Derek Allard1-0/+1
2010-01-16Documented append_output() in the Output Class.Derek Allard1-0/+1
2010-01-16adding http headers and config to CI profilerDerek Allard1-0/+1