Age | Commit message (Expand) | Author | Files | Lines |
2010-03-10 | change log note for Drivers | Derek Jones | 1 | -0/+1 |
2010-03-10 | initial docs for Drivers | Derek Jones | 3 | -1/+184 |
2010-03-10 | completely removed Plugins from CodeIgniter | Derek Jones | 14 | -158/+34 |
2010-03-10 | changed SVN location change to BitBucket | Derek Jones | 1 | -1/+1 |
2010-03-05 | adding initial docs for javascript and jquery libs | Derek Jones | 2 | -0/+430 |
2010-03-05 | changing docs refs to future release 2.0.0 | Derek Jones | 126 | -139/+140 |
2010-03-05 | moved CAPTCHA plugin to a helper | Derek Jones | 1 | -0/+195 |
2010-03-03 | expanded abilities of Table library | Derek Jones | 1 | -9/+32 |
2010-02-04 | fixing a series of errors in (ironically) error display in some database drivers | Derek Allard | 1 | -0/+1 |
2010-02-04 | note on case sensitivity in database_exists() | Derek Allard | 1 | -1/+1 |
2010-02-04 | database exists function in dbutil | Derek Allard | 2 | -0/+20 |
2010-02-04 | missed one | Derek Allard | 1 | -1/+1 |
2010-02-04 | documented move of svn | Derek Allard | 2 | -1/+2 |
2010-01-26 | Updating changelog | Greg Aker | 1 | -0/+1 |
2010-01-26 | Fixing bug in DB Driver where identifiers could be escaped in some drivers th... | Greg Aker | 1 | -0/+1 |
2010-01-23 | Added alpha, and sha1 string types to random_string() in the String Helper. | Derek Allard | 2 | -6/+9 |
2010-01-18 | The Unit Test Class now has an optional "notes" field available to it, and al... | Derek Allard | 2 | -5/+26 |
2010-01-18 | minor changelog re-org | Derek Allard | 1 | -9/+8 |
2010-01-18 | user guide clarification on large image processing | Derek Allard | 2 | -1/+2 |
2010-01-17 | clarifying redirect helper | Derek Allard | 2 | -4/+3 |
2010-01-17 | Added 'application/x-msdownload' for .exe files and ''application/x-gzip-comp... | Derek Allard | 1 | -0/+1 |
2010-01-17 | optional precision argument in byte_format() | Derek Allard | 2 | -1/+8 |
2010-01-17 | Added Flock to the list of browsers in the user agent class | Derek Allard | 1 | -1/+1 |
2010-01-17 | adding Chrome to list of browsers for user-agent class | Derek Allard | 1 | -0/+1 |
2010-01-17 | doc updates, corrections and clarifications. | Derek Allard | 4 | -4/+4 |
2010-01-17 | extra period in a sentence (the horror!) :) | Derek Allard | 2 | -2/+2 |
2010-01-17 | Added "default" to the list Reserved Names | Derek Allard | 2 | -0/+6 |
2010-01-17 | making get_mime_by_extension case insensitive | Derek Allard | 1 | -0/+1 |
2010-01-17 | fixed an incorrectly labelled config key example | Derek Allard | 2 | -2/+2 |
2010-01-17 | adding the ability for form_open_multipart() to accept string attribute argum... | Derek Allard | 1 | -0/+1 |
2010-01-17 | Documentd db->close() | Derek Allard | 2 | -1/+4 |
2010-01-16 | Documented append_output() in the Output Class. | Derek Allard | 2 | -0/+9 |
2010-01-16 | adding http headers and config to CI profiler | Derek Allard | 1 | -0/+1 |
2010-01-15 | Update to file helper to return FALSE on failure. | Greg Aker | 1 | -0/+1 |
2010-01-14 | changelog note about fixing typos/examples. Should probably have added this i... | Derek Allard | 1 | -0/+1 |
2010-01-14 | fixing a routing example | Derek Allard | 1 | -8/+3 |
2010-01-14 | added a parse_string() method to the Parser | Derek Allard | 2 | -0/+5 |
2010-01-08 | Table library will generate an empty cell with a blank string, or NULL value. | Derek Allard | 1 | -0/+1 |
2010-01-07 | changing the second parameter in directory_map to an integer that controls re... | Pascal Kriete | 2 | -3/+4 |
2010-01-06 | changed isset() to array_key_exists() in values_parsing() conditional of XML-... | Derek Jones | 1 | -0/+1 |
2010-01-05 | updated copyrights | Derek Jones | 126 | -127/+127 |
2009-12-23 | tweaking the regex for reduce_double_slashes to correctly handle duplicates a... | Pascal Kriete | 1 | -0/+1 |
2009-12-22 | Added "is_object" into the list of unit tests capable of being run. | Derek Allard | 2 | -0/+2 |
2009-12-16 | Added outline-style: none; to CSS to prevent Firefox from outlining links | Rick Ellis | 1 | -0/+6 |
2009-12-16 | Change to CI's db->version() function to allow a list of exceptions for dbs w... | Derek Allard | 1 | -0/+5 |
2009-12-16 | wording clarification | Derek Allard | 1 | -1/+1 |
2009-12-08 | "favur"? Did I write that? Its not Canadian, its not American... its just... ... | Derek Allard | 1 | -1/+1 |
2009-12-07 | Fixed a language key in the profiler: "profiler_no_memory_usage" to "profiler... | Derek Allard | 1 | -0/+1 |
2009-12-07 | Fixed an error in the Zip library that didn't allow downloading on PHP 4 serv... | Derek Allard | 1 | -0/+1 |
2009-12-05 | fixed bug where active record override wasn't being honored properly | Derek Jones | 1 | -0/+1 |