summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-02-04missed oneDerek Allard1-1/+1
2010-02-04documented move of svnDerek Allard2-1/+2
2010-01-26Updating changelogGreg Aker1-0/+1
2010-01-26Misspelled class property in db class. _like_escape_chr, not _like_escape_charGreg Aker6-6/+6
http://codeigniter.com/bug_tracker/bug/9518/
2010-01-26Fixing bug in DB Driver where identifiers could be escaped in some drivers ↵Greg Aker4-3/+4
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 Allard3-11/+29
2010-01-18nongreedy regexDerek Allard1-1/+1
2010-01-18updated lang file for unit test changesDerek Allard1-0/+1
2010-01-18The Unit Test Class now has an optional "notes" field available to it, and ↵Derek Allard3-17/+74
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 Allard2-1/+2
2010-01-17clarifying redirect helperDerek Allard2-4/+3
2010-01-17Added 'application/x-msdownload' for .exe files and ↵Derek Allard2-3/+4
''application/x-gzip-compressed' for .tgz files to config/mimes.php
2010-01-17optional precision argument in byte_format()Derek Allard3-7/+16
2010-01-17Added Flock to the list of browsers in the user agent classDerek Allard2-1/+2
2010-01-17adding Chrome to list of browsers for user-agent classDerek Allard2-0/+2
2010-01-17doc updates, corrections and clarifications.Derek Allard4-4/+4
2010-01-17extra period in a sentence (the horror!) :)Derek Allard2-2/+2
2010-01-17Added "default" to the list Reserved NamesDerek Allard2-0/+6
2010-01-17change already made - revertDerek Allard1-1/+1
2010-01-17making get_mime_by_extension case insensitiveDerek Allard2-1/+2
2010-01-17fixed an incorrectly labelled config key exampleDerek Allard2-2/+2
2010-01-17adding the ability for form_open_multipart() to accept string attribute ↵Derek Allard2-1/+10
arguments
2010-01-17Documentd db->close()Derek Allard2-1/+4
2010-01-16Documented append_output() in the Output Class.Derek Allard2-0/+9
2010-01-16adding http headers and config to CI profilerDerek Allard3-6/+78
2010-01-16preg_quote() in parserDerek Allard1-1/+1
2010-01-15adding parse_string methodDerek Allard2-7/+46
adding null values generating an empty cell in table lib
2010-01-15Update to file helper to return FALSE on failure.Greg Aker2-2/+7
2010-01-14changelog note about fixing typos/examples. Should probably have added this ↵Derek Allard1-0/+1
in the last commit
2010-01-14fixing a routing exampleDerek Allard1-8/+3
2010-01-14added a parse_string() method to the ParserDerek Allard2-0/+5
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 Kriete3-21/+18
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 Jones2-1/+2
XML-RPC class to allow for array keys set with NULL values
2010-01-05updated copyrightsDerek Jones226-227/+227
2009-12-23tweaking the regex for reduce_double_slashes to correctly handle duplicates ↵Pascal Kriete2-1/+2
at the beginning of the string
2009-12-22Added "is_object" into the list of unit tests capable of being run.Derek Allard3-1/+3
2009-12-16Added outline-style: none; to CSS to prevent Firefox from outlining linksRick Ellis1-0/+6
2009-12-16Change to CI's db->version() function to allow a list of exceptions for dbs ↵Derek Allard2-5/+16
with functions to return version string, vs SQL queries to return version strings. Currently this list only includes Oracle and SQLite.
2009-12-16wording clarificationDerek Allard1-1/+1
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 Allard2-1/+2
"profiler_no_memory".
2009-12-07Fixed an error in the Zip library that didn't allow downloading on PHP 4 ↵Derek Allard2-2/+5
servers.
2009-12-05tweak in database() to match change to $active_record variableDerek Jones1-1/+1
2009-12-05fixed bug where active record override wasn't being honored properlyDerek Jones3-4/+5
2009-11-27non-backwards compatible change to get_dir_file_info() for performance ↵Derek Jones4-9/+121
reasons, as well as fixing recursive bug
2009-11-20margin fixDerek Allard1-1/+1
2009-11-09incorrect variable name in the smiley helper jsPascal Kriete1-1/+1
2009-11-05added hyphens to allowed characters in GET keys and vals in submitted URLs ↵Derek Jones2-1/+2
in xss_clean()