summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-02updating CodeIgniter.php init fileDerek Jones1-112/+180
2010-03-02adding Unicode class to coreDerek Jones1-0/+165
2010-03-02fixed EOF code comment file locationsDerek Jones17-17/+17
2010-03-02moving core library files out of libraries into new core folderDerek Jones18-0/+0
2010-02-19adding .hgignore, ignoring .DS_Store filesDerek Jones1-0/+3
2010-02-18Removing mercurial test fileGreg Aker1-0/+0
2010-02-18Test file for mercurialGreg Aker1-0/+0
2010-02-18test commit whitespaceDerek Jones1-0/+1
2010-02-18update tagsconvert-repo0-0/+0
2010-02-05display_error in driver needs no db referenceDerek Allard2-4/+4
2010-02-04fixing a series of errors in (ironically) error display in some database driversDerek Allard4-5/+6
2010-02-04database_exists extension to allow for databases without list_databases() fun...Derek Allard1-2/+13
2010-02-04note on case sensitivity in database_exists()Derek Allard1-1/+1
2010-02-04database exists function in dbutilDerek Allard3-0/+34
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
2010-01-26Fixing bug in DB Driver where identifiers could be escaped in some drivers th...Greg Aker4-3/+4
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 al...Derek Allard3-17/+74
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 ''application/x-gzip-comp...Derek Allard2-3/+4
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 argum...Derek Allard2-1/+10
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
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 i...Derek Allard1-0/+1
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 re...Pascal Kriete3-21/+18
2010-01-06changed isset() to array_key_exists() in values_parsing() conditional of XML-...Derek Jones2-1/+2
2010-01-05updated copyrightsDerek Jones226-227/+227