summaryrefslogtreecommitdiffstats
path: root/application/config/user_agents.php
AgeCommit message (Collapse)AuthorFilesLines
2014-02-11"BASEPATH check" consistencydarwinel1-1/+2
As described in issue #2870 + A change in the „How to create a library” example in the user_guide
2014-02-112013 > 2014darwinel1-1/+1
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015.
2014-01-15Trident prefix added to avoid potential false positives.Dionysis Arvanitis1-1/+1
2014-01-11IE11 User Agent support addedDionysis Arvanitis1-0/+1
2014-01-08Remove preg_quote() call from CI_User_agent::_set_browser() and add another ↵Andrey Andreev1-0/+2
pattern for Opera Input comes from a configuration file that is barely touched by anyone and the default values only contain letters, so it is safe to not quote them. This enables us to add a more advanced pattern in config/user_agents.php for Opera 10+, which ... quote: Opera/9.80 is hard coded at the beginning of the user agent string because of broken browser sniffing scripts which detect 'Opera/10' and above as Opera 1. (reference: http://my.opera.com/community/openweb/idopera/) Instead, latests versions of Opera append ' Version/<version number>' to the end of the user agent string. Fixes issue #555 (incorrect browser detection for Opera)
2014-01-03[ci skip] Some spaces & docblock fixesAndrey Andreev1-1/+1
2013-12-06Update user_agents.phpAndre Gardiner1-1/+2
Added Win 8.1 user agent to the array
2013-11-11Polish changes from PR #2712Andrey Andreev1-1/+1
2013-11-08Update user_agents.phpvkeranov1-2/+3
Added Ubuntu Web Browser. More info here: http://www.omgubuntu.co.uk/2013/11/ubuntu-touch-browser-finally-given-unique-user-agent-string
2013-10-14Fix #2682Andrey Andreev1-1/+1
2013-10-08Update user_agents.phpJcchemin1-1/+2
Add detection for Opera 16
2013-08-19Kill the damn kittenAndrey Andreev1-1/+1
2013-08-14Detect Windows Phonesmsegers1-1/+2
Added 1 line to the platforms 'windows phone' => 'Windows Phone', This will return the OS of the "new" generation of windows phones instead of "Unknown windows Os"
2013-08-06Various typos and tabs adjustmentsvlakoff1-1/+1
2013-07-17[ci skip] Just removing some empty linesAndrey Andreev1-1/+1
2013-07-17Merge pull request #2370 from TheDragonSlayer/patch-1Andrey Andreev1-1/+2
Update user_agents.php (Added PS Vita)
2013-04-03Add common robot user agents.Garth Kerr1-1/+3
2013-03-30Update user_agents.phpTheDragonSlayer1-1/+2
Added the PS Vita User Agent to the list.
2013-01-21[ci skip] Manually apply #2162, #2163Andrey Andreev1-1/+2
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-08-12Bug fix #1695 - change Nintendo mobile user agents to be more specific.Eric Roberts1-3/+3
Signed-off-by: Eric Roberts <eric@cryode.com>
2012-07-25Windows 8 and PlayStation 3 in user_agents.phpDebeet1-0/+2
2012-06-06Added Fennec as Firefox Mobile to config/user_agents.php (issue #1063)Andrey Andreev1-3/+3
2012-05-11Remove a duplicate mobile user agent entryAndrey Andreev1-1/+0
2012-05-11User_agent library improvementsAndrey Andreev1-71/+76
2012-03-26Clear some spaces and fix some inconsistencies in application/ php filesAndrey Andreev1-2/+2
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-11-24Updating the user agent after being corrected on commit b8daad7Repox1-1/+1
Relates to issue #683.
2011-11-21Added 'opera mobi' to user agents making it identified as 'Opera Mini'. ↵Repox1-0/+1
Fixes issue #683
2011-11-12Added in BingBot, MSNBot is being phased outAndrew Seymour1-0/+1
2011-11-12Modified spacing of user agent arraysEric Barnes1-157/+157
2011-11-12Add OpenWeb Mobile User AgentBo-Yi Wu1-5/+8
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2011-11-02add Nintendo mobile devicescomp5001-1/+4
2011-10-21fixing typo in attribution blockDerek Jones1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-0/+26
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change
2011-08-31added Windows 7 platform mmestrovic1-124/+125
renamed Windows Longhorn to Windows Vista fixed tabs changed order of nt5.1 and nt5.0 platforms
2011-08-27add Android user agentBruno Bierbaumer1-0/+1
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-3/+3
broke the Typography class's string replacements, for instance
2011-04-25Fixed double-space typo.Razican1-3/+3
2011-01-06Altered User agent library so that is_browser(), is_mobile() and is_robot() ↵Phil Sturgeon1-0/+1
can optionally check for a specific browser or mobile device.
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-3/+3
2010-03-25moved application folder outside of the system folderDerek Jones1-0/+177