praveenbankbazaar / httparchive

Automatically exported from code.google.com/p/httparchive
0 stars 0 forks source link

change device "IE8" to "IE" #337

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently I've hardwired two devices: "IE8" and "iphone" in utils.inc (and 
other places):

$gaDevices = array( "IE8", "iphone" );

But now we're using IE9. So need to change this string to something more 
generic in all the places in code as well as all the places in DB. I suggest 
"IE" or "IEdesktop".

Original issue reported on code.google.com by stevesou...@gmail.com on 1 Nov 2012 at 6:11

GoogleCodeExporter commented 9 years ago
Do we have a date for the change to IE9? This should be reflected in the data.

Original comment by charlie....@clark-consulting.eu on 22 Nov 2012 at 6:56

GoogleCodeExporter commented 9 years ago
Further to my comment - we should at least update the FAQ to cover this.

Original comment by charlie....@clark-consulting.eu on 10 Dec 2012 at 9:31

GoogleCodeExporter commented 9 years ago
moved to github: https://github.com/HTTPArchive/httparchive/issues/17

Original comment by stevesou...@gmail.com on 20 May 2014 at 1:02