summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
AgeCommit message (Collapse)AuthorFilesLines
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
2010-01-15Update to file helper to return FALSE on failure.Greg Aker1-0/+1
2010-01-14changelog note about fixing typos/examples. Should probably have added this ↵Derek Allard1-0/+1
in the last commit
2010-01-14added a parse_string() method to the ParserDerek Allard1-0/+1
2010-01-08Table library will generate an empty cell with a blank string, or NULL value.Derek Allard1-0/+1
2010-01-07changing the second parameter in directory_map to an integer that controls ↵Pascal Kriete1-0/+1
recursion depth. A depth of 0 is fully recursive to maintain backward compatibility with the boolean values.
2010-01-06changed isset() to array_key_exists() in values_parsing() conditional of ↵Derek Jones1-0/+1
XML-RPC class to allow for array keys set with NULL values
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-12-23tweaking the regex for reduce_double_slashes to correctly handle duplicates ↵Pascal Kriete1-0/+1
at the beginning of the string
2009-12-22Added "is_object" into the list of unit tests capable of being run.Derek Allard1-0/+1
2009-12-16Change to CI's db->version() function to allow a list of exceptions for dbs ↵Derek Allard1-0/+5
with functions to return version string, vs SQL queries to return version strings. Currently this list only includes Oracle and SQLite.
2009-12-08"favur"? Did I write that? Its not Canadian, its not American... its just... ↵Derek Allard1-1/+1
Dumbian (my native country evidently).
2009-12-07Fixed a language key in the profiler: "profiler_no_memory_usage" to ↵Derek Allard1-0/+1
"profiler_no_memory".
2009-12-07Fixed an error in the Zip library that didn't allow downloading on PHP 4 ↵Derek Allard1-0/+1
servers.
2009-12-05fixed bug where active record override wasn't being honored properlyDerek Jones1-0/+1
2009-11-27non-backwards compatible change to get_dir_file_info() for performance ↵Derek Jones1-1/+4
reasons, as well as fixing recursive bug
2009-11-05added hyphens to allowed characters in GET keys and vals in submitted URLs ↵Derek Jones1-0/+1
in xss_clean()
2009-11-04Modified inflector helper to properly pluralize words that end in 'ch' or 'sh'Greg Aker1-1/+2
http://codeigniter.com/bug_tracker/bug/9384/
2009-10-13numerous changes from DIR_WRITE_MODE to FILE_WRITE_MODEDerek Jones1-0/+1
chmod operations on files were using the DIR_ constant permisisons
2009-10-13added translation of fields passed as validation rule parametersPascal Kriete1-0/+1
2009-10-08Deprecated the dohash() function in favour of do_hash() for naming consistency.Derek Allard1-0/+1
2009-09-25Made get_mime_by_extension() case insensitive.Derek Allard1-0/+1
2009-09-24increased randomness of file name used in is_really_writable()Derek Jones1-0/+1