summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2010-02-04database_exists extension to allow for databases without list_databases() fun...Derek Allard1-2/+13
2010-02-04database exists function in dbutilDerek Allard1-0/+14
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 Aker3-3/+3
2010-01-23Added alpha, and sha1 string types to random_string() in the String Helper.Derek Allard1-5/+20
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 Allard1-12/+48
2010-01-17Added 'application/x-msdownload' for .exe files and ''application/x-gzip-comp...Derek Allard1-3/+3
2010-01-17optional precision argument in byte_format()Derek Allard1-6/+8
2010-01-17Added Flock to the list of browsers in the user agent classDerek Allard1-0/+1
2010-01-17adding Chrome to list of browsers for user-agent classDerek Allard1-0/+1
2010-01-17change already made - revertDerek Allard1-1/+1
2010-01-17making get_mime_by_extension case insensitiveDerek Allard1-1/+1
2010-01-17adding the ability for form_open_multipart() to accept string attribute argum...Derek Allard1-1/+9
2010-01-16adding http headers and config to CI profilerDerek Allard2-6/+77
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 Aker1-2/+6
2010-01-07changing the second parameter in directory_map to an integer that controls re...Pascal Kriete1-18/+14
2010-01-06changed isset() to array_key_exists() in values_parsing() conditional of XML-...Derek Jones1-1/+1
2010-01-05updated copyrightsDerek Jones99-99/+99
2009-12-23tweaking the regex for reduce_double_slashes to correctly handle duplicates a...Pascal Kriete1-1/+1
2009-12-22Added "is_object" into the list of unit tests capable of being run.Derek Allard1-1/+1
2009-12-16Change to CI's db->version() function to allow a list of exceptions for dbs w...Derek Allard1-5/+11
2009-12-07Fixed a language key in the profiler: "profiler_no_memory_usage" to "profiler...Derek Allard1-1/+1
2009-12-07Fixed an error in the Zip library that didn't allow downloading on PHP 4 serv...Derek Allard1-2/+4
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 Jones2-4/+4
2009-11-27non-backwards compatible change to get_dir_file_info() for performance reason...Derek Jones1-6/+8
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 in...Derek Jones1-1/+1
2009-11-04Modified inflector helper to properly pluralize words that end in 'ch' or 'sh'Greg Aker1-0/+11
2009-10-13numerous changes from DIR_WRITE_MODE to FILE_WRITE_MODEDerek Jones3-8/+8
2009-10-13added translation of fields passed as validation rule parametersPascal Kriete1-1/+1
2009-10-08Deprecated the dohash() function in favour of do_hash() for naming consistency.Derek Allard1-2/+18
2009-09-28uncommenting a functionDerek Allard1-3/+3
2009-09-25Made get_mime_by_extension() case insensitive.Derek Allard1-1/+1
2009-09-24increased randomness of file name used in is_really_writable()Derek Jones1-1/+1
2009-09-17modified the way accept-charset is addedDerek Allard1-32/+22
2009-09-16removed some trivial spaces from outputDerek Allard1-1/+1
2009-09-16removed some trivial spaces from outputDerek Allard1-4/+4
2009-09-16(no commit message)Derek Allard1-2/+2
2009-09-16adding accept-charset to form_open()Derek Allard1-1/+22
2009-09-11prep for 1.7.2 releaseDerek Jones1-1/+1
2009-08-25removed an unneeded regexDerek Allard1-2/+1
2009-08-25reverting until further testing can be doneDerek Allard1-1/+2
2009-08-25removed an unneeded regexDerek Allard1-1/+1
2009-08-24updating xml_from_result to check for list_fields instead of field_namesPascal Kriete1-1/+1