Age | Commit message (Expand) | Author | Files | Lines |
2010-01-17 | Added 'application/x-msdownload' for .exe files and ''application/x-gzip-comp... | Derek Allard | 1 | -3/+3 |
2010-01-17 | Added Flock to the list of browsers in the user agent class | Derek Allard | 1 | -0/+1 |
2010-01-17 | adding Chrome to list of browsers for user-agent class | Derek Allard | 1 | -0/+1 |
2009-04-14 | Changed order of listed user-agents so Safari would more accurately report it... | Derek Allard | 1 | -1/+1 |
2009-02-04 | changed your-site.com to example.com | Derek Jones | 1 | -1/+1 |
2009-02-04 | added proxy_ips config item to whitelist reverse proxy servers to use the HTT... | Derek Jones | 1 | -0/+13 |
2009-01-16 | Added 'application/msexcel' to config/mimes.php for .xls files. | Derek Allard | 1 | -1/+1 |
2008-11-13 | Changing EOL style to LF | Derek Allard | 11 | -952/+952 |
2008-11-12 | Propset eol-style to CRLF | Derek Jones | 4 | -268/+268 |
2008-11-11 | whitespace | Derek Allard | 2 | -176/+176 |
2008-11-02 | Added a doctype() function to the HTML helper. | Derek Allard | 1 | -0/+15 |
2008-10-26 | Fixed some typos | Rick Ellis | 1 | -11/+0 |
2008-09-13 | (no commit message) | Rick Ellis | 1 | -4/+4 |
2008-09-12 | Continued working on typography class and docs | Rick Ellis | 1 | -1/+1 |
2008-08-31 | alt spelling fix | Derek Allard | 1 | -1/+1 |
2008-08-27 | Fixed the spelling of "respberry" in config/smileys.php | Derek Allard | 1 | -1/+1 |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -2/+2 |
2008-08-26 | Added Form Validation Library and updated docs | Rick Ellis | 1 | -1/+1 |
2008-08-21 | whitespace fixes | Derek Allard | 3 | -5/+5 |
2008-07-25 | put $robots back into user_agents.php | Derek Jones | 1 | -0/+11 |
2008-07-16 | Added a few openxml document mime types, and an additional mobile agent to mi... | Derek Allard | 1 | -1/+2 |
2008-07-16 | added 'SymbianOS' to mobile user agents | Derek Allard | 1 | -0/+1 |
2008-06-27 | Fixed a double opening <p> tag in the index pages of each system direct... | Derek Allard | 1 | -8/+3 |
2008-06-26 | changed your-site.com to example.com doc-wide | Derek Jones | 2 | -5/+5 |
2008-05-17 | reduced $mobiles to single array | Derek Jones | 1 | -14/+13 |
2008-05-16 | Considerably expanded list of mobile user-agents in config/user_agents.php. | Derek Allard | 1 | -12/+71 |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 9 | -23/+23 |
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end o... | Derek Jones | 9 | -9/+27 |
2008-05-11 | Undoing change committed in r1115 | Derek Jones | 9 | -0/+9 |
2008-05-11 | removed closing PHP tag from all framework files | Derek Jones | 9 | -9/+0 |
2008-05-07 | added code comment for 'directory_trigger' config value which is not yet impl... | Derek Jones | 1 | -1/+1 |
2008-05-05 | tweak to the new fopen mode constant names | Derek Jones | 1 | -8/+10 |
2008-05-05 | adding some fopen constants | Derek Jones | 1 | -0/+16 |
2008-04-20 | noted 2 additional database types in db config | Derek Allard | 1 | -1/+1 |
2008-04-04 | added constants.php file and implemented constants for file system modes | Derek Jones | 1 | -0/+21 |
2008-03-19 | Added 'audio/mpg' to list of mime types. | Derek Allard | 1 | -2/+2 |
2008-02-25 | Added 'application/vnd.ms-powerpoint' to list of mime types. | Derek Allard | 1 | -1/+1 |
2008-02-19 | clarified in the config comment instructions that 'permitted_uri_chars' is a ... | Derek Jones | 1 | -3/+3 |
2008-02-18 | Escaped the '-' in the default 'permitted_uri_chars' config item, as some dev... | Derek Jones | 1 | -1/+1 |
2008-01-30 | actually removed 'active_r' from database.php config like I said I already di... | Derek Jones | 1 | -1/+0 |
2008-01-30 | removed 'active_r' db config variable, replaced with global $active_record se... | Derek Jones | 1 | -1/+3 |
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 4 | -6/+6 |
2008-01-16 | added char_set and dbcollat to the code comments | Derek Jones | 1 | -0/+2 |
2008-01-16 | Many new Active Record functions, and another whack of stuff | Derek Allard | 1 | -48/+49 |
2007-12-21 | blackBerry to blackberry | Derek Allard | 1 | -102/+102 |
2007-11-07 | (no commit message) | Rick Ellis | 1 | -1/+2 |
2007-10-24 | (no commit message) | Derek Allard | 1 | -101/+101 |
2007-10-09 | Added the ability to auto-load Models | Derek Allard | 1 | -0/+15 |
2007-08-10 | Added Flashdata variables, session_id regeneration and configurable session u... | Derek Allard | 1 | -0/+2 |
2007-07-12 | added a comment re: autoloading languages | Derek Allard | 1 | -0/+1 |