Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-17fixes #1426 - add "Google Earth" embedded browservipsoft
2010-06-17Refs #71matt
* Fixing GIF images that were corrupted. While displaying fine in the browser, they wouldn't load in photoshop and would throw an exception in FPDF
2010-06-17fixes #1431 - change Flock browser family from gecko to webkit; change the ↵vipsoft
detection logic a bit to remove Opera as a special case
2010-06-15(no commit message)matt
2010-06-09fixes #1418vipsoft
2010-06-09fixes #1413vipsoft
2010-06-03fixes #1152 - remove deprecated "name" from getInformation() arrayvipsoft
2010-06-01Refs #774matt
fixes clicking on the graph for a given goal redirects to the dashboard instead of redirecting to the goal report for the clicked date. Also now clicks on graphs redirect to the correct subpage directly (Visitors>Overview, Referers>Evolution etc.)
2010-05-30fixes #1399 - shorten labels for Browsers By Family; inserting a line break ↵vipsoft
would probably break data export to CSV/TSV
2010-05-24(no commit message)vipsoft
2010-05-06fixes #1337 - remove static .htaccess files and ↵vipsoft
defined('PIWIK_INCLUDE_PATH') or die "guard"; we'll enhance PhpSecInfo to assist the user in configuring their environment more securely
2010-04-27add unit tests for IE9 (and IE9 in IE7 compatibility mode) user agent stringsvipsoft
2010-04-10add Midori browser detection (and green paw icon)vipsoft
2010-04-08fixes #1293 - Nintendo DS/DSi detection + icons; related Opera fixesvipsoft
2010-04-02add iPad detection (differentiating between Apple's iPhone OS devices)vipsoft
2010-04-01ipod appears as iphone matt
2010-03-20fixes #1219 - changed the OS string to reflect the ambiguity, i.e., 'Windows ↵vipsoft
Server 2003 / XP x64'
2010-03-19handle IE on Windows XP 64-bit (was detected as Windows Server 2003)vipsoft
2010-03-06missing unit testsvipsoft
2010-02-23rename iconvipsoft
2010-02-23browser/os icon refresh/updatevipsoft
2010-02-23update Dillo icon to reflect their rebranding; add detection and unit testvipsoft
2010-02-23add missing operating system icons; add missing left edge to iPhone icon; ↵vipsoft
update FreeBSD icon from generic Beastie
2010-02-23refs #1167 - revert change to IRIX os ID for backward compatvipsoft
2010-02-23refs #1167 - revert Android browser ID for backward compatvipsoft
2010-02-23refs #1167 - revert Android browser ID for backward compatvipsoft
2010-02-23fixes #1165 - expand UserSettings unit test coverage;vipsoft
fixes #1167 - fix UserAgentParser issues
2010-02-19fixes #1163 - recognize Palm webOS (Pre and Pixi); add unit testsvipsoft
2010-02-10fixes #1122 - per Matt's reviewvipsoft
2010-01-30fixes #1122vipsoft
2010-01-30fixes #1096 - translateable plugin descriptionsvipsoft
2010-01-29fixes #1123, fixes #1132 - convert WebKit version numbers to Safari product ↵vipsoft
versions; add Epiphany browser detection; re-organize browser families for consistency
2009-12-13refs #44 - translate columns in Live "Visitor Log"vipsoft
rename typo'd translation string *OperatinsSystem to *OperatingSystem upcase submenu titles for consistency
2009-12-12fixes #1072 - wrap plugin author name with author_homepage (instead of homepage)vipsoft
2009-12-08fixes #1056 - core plugins should display release versionvipsoft
2009-11-14html decode General_Unknown for translationsvipsoft
2009-09-12fixes #913 and #964 - Iron and Opera 10 browser detectionvipsoft
2009-08-23Tweak phpdoc config. Add some missing phpdocs.vipsoft
2009-08-22phpdoc cleanup:vipsoft
* add @category (Piwik => 'core', Piwik_Plugins => 'plugins') * in core, use @package and @subpackage more consistently to group files/classes; exception is DataFiles/*, PluginsFunctions/*, and SmartyPlugins/* * in plugins, @package is the plugin name * removed '@param none' -- not a phpdoc convention * '@throws' and '@return void' are also not phpdoc conventions, but are widely used elsewhere, e.g., Smarty & Zend
2009-08-12fixes #922 - use View factory in core plugins; post View.getView event (new ↵vipsoft
hook)
2009-08-11Change die('Restricted access') to simply die.vipsoft
With error_reporting(E_ALL|E_NOTICE) it prints nothing and is more consistent with directly accessing other Piwik php files.
2009-07-27fix JSON stringify'd layout not completely decoded;vipsoft
add defined(PIWIK_INCLUDE_PATH) before require_once per checklist
2009-07-23Add () when instantiating classes for consistency.vipsoft
2009-07-20fixes #857 - add Silverlight and Google Gears detection; revert #744 & #683, ↵vipsoft
restoring Java and Quicktime detection given #852. Kept "Cookie". AIR not detectable.
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofvipsoft
libs. (I didn't touch: open-flash-chart, Zend Framework, and PEAR HTML.)
2009-07-01Add svn:keywords Id to .php files in core, plugins, and jsvipsoft
2009-06-28Fixes #524 - add standard Piwik header to .php files in core & plugins, withvipsoft
the exception of those in core/Updates/.
2009-05-31- on a rainy sunday night, implented one of the most requested feature which ↵matt
was little work and should make a lot of users happy! fixes #747 adding links on both sub tables for search engines and keywords linking directly to the search engine page for this keyword added definition for the main search engines (approx 15) users can contribute more if they like; if a definition, eg. "search?q={k}" for Google is not found, then we simply link to the search engine homepage. updated FAQ on how to add a search engine see http://piwik.org/faq/general/#faq_39 added tests to check that the search engine file is defined properly - renamed queuefilter to queueFilter for consistency
2009-05-28fixes #744 - kill Java plugin stats on server-sidevipsoft
2009-05-16- Fixed #715 Added Arora browser detection matt