summaryrefslogtreecommitdiffstats
path: root/system/application
AgeCommit message (Collapse)AuthorFilesLines
2009-07-11add 404 headers to show_404() proper instead of in the error_404.php templateDerek Jones1-1/+0
2009-04-14Changed order of listed user-agents so Safari would more accurately report ↵Derek Allard1-1/+1
itself. (#6844)
2009-02-04changed your-site.com to example.comDerek Jones1-1/+1
2009-02-04added proxy_ips config item to whitelist reverse proxy servers to use the ↵Derek Jones1-0/+13
HTTP_X_FORWARDED_FOR header safely to determine the visitor's IP address
2009-01-16Added 'application/msexcel' to config/mimes.php for .xls files.Derek Allard1-1/+1
2008-11-13Changing EOL style to LFDerek Allard26-1219/+1219
2008-11-12Propset eol-style to CRLFDerek Jones8-377/+377
simplified paragraph tag cleanup regex
2008-11-11whitespaceDerek Allard2-176/+176
2008-11-02Added a doctype() function to the HTML helper.Derek Allard1-0/+15
2008-10-26Fixed some typosRick Ellis1-11/+0
2008-09-13(no commit message)Rick Ellis1-4/+4
2008-09-12Continued working on typography class and docsRick Ellis1-1/+1
2008-08-31alt spelling fixDerek Allard1-1/+1
2008-08-27Fixed the spelling of "respberry" in config/smileys.phpDerek Allard1-1/+1
2008-08-26(no commit message)Rick Ellis1-2/+2
2008-08-26Added Form Validation Library and updated docsRick Ellis1-1/+1
2008-08-21whitespace fixesDerek Allard3-5/+5
a minor re-ordering of the changelog
2008-07-25put $robots back into user_agents.phpDerek Jones1-0/+11
2008-07-16Added a few openxml document mime types, and an additional mobile agent to ↵Derek Allard1-1/+2
mimes.php and user_agents.php respectively.
2008-07-16added 'SymbianOS' to mobile user agentsDerek Allard1-0/+1
2008-06-27Fixed a double opening <p> tag in the index pages of each system ↵Derek Allard10-80/+30
directory.
2008-06-26changed your-site.com to example.com doc-wideDerek Jones2-5/+5
2008-05-17reduced $mobiles to single arrayDerek Jones1-14/+13
2008-05-16Considerably expanded list of mobile user-agents in config/user_agents.php.Derek Allard1-12/+71
2008-05-13removed some stray testing codeDerek Allard2-23/+17
2008-05-13Some sweeping syntax changes for consistency:Derek Jones11-24/+30
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end ↵Derek Jones10-10/+30
of the file
2008-05-11Undoing change committed in r1115Derek Jones10-0/+10
2008-05-11removed closing PHP tag from all framework filesDerek Jones10-10/+0
2008-05-07added code comment for 'directory_trigger' config value which is not yet ↵Derek Jones1-1/+1
implemented
2008-05-05tweak to the new fopen mode constant namesDerek Jones1-8/+10
2008-05-05adding some fopen constantsDerek Jones1-0/+16
2008-04-20noted 2 additional database types in db configDerek Allard1-1/+1
2008-04-04added constants.php file and implemented constants for file system modesDerek Jones1-0/+21
2008-03-19Added 'audio/mpg' to list of mime types.Derek Allard1-2/+2
2008-02-25Added 'application/vnd.ms-powerpoint' to list of mime types.Derek Allard1-1/+1
2008-02-19clarified in the config comment instructions that 'permitted_uri_chars' is a ↵Derek Jones1-3/+3
regular expression
2008-02-18Escaped the '-' in the default 'permitted_uri_chars' config item, as some ↵Derek Jones1-1/+1
developers just want to add characters to the pattern and do not have a good grasp of regular expressions.
2008-01-30actually removed 'active_r' from database.php config like I said I already ↵Derek Jones1-1/+0
did...
2008-01-30removed 'active_r' db config variable, replaced with global $active_record ↵Derek Jones1-1/+3
setting. (bug report #1834)
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones4-6/+6
2008-01-17added language folder to applicationDerek Allard1-0/+15
2008-01-16added char_set and dbcollat to the code commentsDerek Jones1-0/+2
2008-01-16Many new Active Record functions, and another whack of stuffDerek Allard1-48/+49
2008-01-16added a helpers folder to applicationDerek Allard1-0/+15
2007-12-21blackBerry to blackberryDerek Allard1-102/+102
2007-11-07(no commit message)Rick Ellis1-1/+2
2007-10-24(no commit message)Derek Allard1-101/+101
2007-10-09Added the ability to auto-load ModelsDerek Allard1-0/+15
2007-08-10Added Flashdata variables, session_id regeneration and configurable session ↵Derek Allard1-0/+2
update times to the Session class