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
2014-03-14Fixes #4856 Make sure setAPIUrl, when called, is executed before any other ↵mattab
request is sent.
2014-03-05Merge branch 'master' into uiunittestsdiosmosis
Conflicts: piwik.js plugins/SegmentEditor/javascripts/Segmentation.js
2014-03-05Fixes #4786 Adding ebook formats to piwik.js download tracking and log importermattab
2014-03-02Fixing UI tests build:diosmosis
- change idsite to idSite in Overlay URLs in piwik.js - don't init top controls if top controls container can't be found - add default parameter for $urls in SitesManager.setSiteAliasUrls so site alias URLs can be reset - fix bugs in UI tests database setup (including moving dashboard setup to UITestFixture class & keeping outside of setUp function so --persist-fixture-data will work in case the super user is deleted) - Add queryParamOverride testingEnvironment variable. - fix screenshot testing page renderer's method of waiting for CSS images - add margin bottom & left for widgetized controls for tests - add diagnostics to upload_artifacts.sh script
2014-01-31Fixes #4598 Better UUID to avoid visitor collision on same second + same configsThomas Steur
2014-01-21Fixes #4328 Add latest version of minified JS filemattab
2013-10-28Fixes #4248 this should help with making segments visitCount and ↵mattab
daysSinceLastVisit more accurate!
2013-10-23refs #472 Adding Javascript API for tracking Event + Javascript testsmattab
2013-10-17Fixing piwik.js tests and JSLint after realizing refs #4225mattab
(cherry picked from commit 1dc0e11)
2013-07-24Adding apk to tracked downloadsmattab
2013-06-08fixes #3975Anthon Pang
2013-05-30and the minified refs #3951mattab
(note to self: we should have a unit test checking the minified version is matching original piwik.js)
2013-05-07Refs #1700 important: renaming generation_time_ms to gt_ms for keeping ↵mattab
parameters name short. Updated doc at: http://piwik.org/docs/tracking-api/reference/ and http://piwik.org/docs/page-speed/
2013-03-27refs #1700 performance tracking in piwik.jsTimo Besenreuther
* by default, send performance.timing.responseEnd - performance.timing.requestStart as generation time with the tracking request * if the performance.timing API is not supported by the browser, don't send the metric * new method disablePerformanceTracking() * new method setGenerationTimeMs(generationTime) to set the generation after measuring it on the server side
2013-03-24update minified piwik.jsAnthon Pang
2013-03-24update JSON implementation from 2012-10-08 version of json2.js; applied ↵Anthon Pang
D.C.'s changes thru-out, including the defense against window.prototype (which I think refers to var declarations shadowing window.prototype)
2013-03-24remove tabs and fix jslint errorAnthon Pang
2013-03-14minormattab
2013-03-13refs #3530 page overlayTimo Besenreuther
* when the referrer is matched to determine whether the session should be started, don't match the domain. this caused trouble for some users and doesn't provide real advantages. * new method tracker.setApiUrl() that can be used if the tracker url and the api url (which is used in overlay) differ
2013-03-13Updating the LICENSE.txt and license notice to link to piwik.org page at: ↵mattab
http://piwik.org/free-software/bsd/ Anthon I moved your name to the page on the site. the page on opensource.org was not ideal and explaining well the situation.
2013-03-13Fixes #3819mattab
Fixes #3818: you can now call piwikTracker.appendToTrackingUrl('lat=X&long=Y'); _and_ disable auth in your config.ini.php https://github.com/piwik/piwik/blob/master/config/global.ini.php#L411 + Adding test
2013-03-11refs #3747 refactoring logicmattab
2013-03-05tracking xlsx, docx and pptx as downloadsTimo Besenreuther
2013-02-27Refs #1845mattab
* Adding minified piwik.js Thanks Anthon for reminder..
2013-02-23revert 2 yr broken "feature" - we do not want to set the secure flag in ↵Anthon Pang
tracker cookies for http/https compatibility
2013-02-22fix cookieSecure flag; fix from @alexanderdeanAnthon Pang
2013-02-10Refactor JavaScript loader into its own method (loadScript)Anthon Pang
2013-02-10jslint and coding style changesAnthon Pang
* blank line before 'if' and 'return' (unless at start of a block) * convert tabs to spaces * redo typeof property !== 'undefined' workaround * replace .substr() and .substring() with .slice() * use aliases where possible
2013-02-10fixes #3746 - Bug in overlay when using setSiteId with a string valueAnthon Pang
2012-11-22Refs #3450 Fix regression in the Javascript trackermattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7523 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-15refs #2465BeezyT
* support for internet explorer 7 & 8 * redirect by setting window.location.href loses referrer - use fake link * implementing position:fixed for status bar in java script * when visibility=inherit, go up the dom to find out whether an element is visible * avoid .data() completely in followingpages.js * some specific html and css * adding v parameter to loaded script to invalidate caches * regenerating piwik.js (i hope it worked properly this time) * hiding notifications that get stuck after removing a hovered element (only happens sometimes) * binding window.resize after every broadcast.pageload() - the binding was lost after opening a popover * fixing mode with frames disabled: didn't work after migration to the l parameter This version is the first one that I think is stable. Please deploy on the demo so we can do some more testing. The next step is translation and documentation. After that, we're ready to release as beta. git-svn-id: http://dev.piwik.org/svn/trunk@7479 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-12Refs #2465 piwik.js is different but looks like white space differencemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7449 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-12refs #2465BeezyT
* Renaming Insight to Overlay * Includes a new minified piwik.js, generated as described in js/README. Please double-check whether the file is OK. * Servers that had the Insight plugin installed will need to delete it manually, right? git-svn-id: http://dev.piwik.org/svn/trunk@7445 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-01No need to pass 'cs' parameters to tracking requests, or to re-encode values ↵mattpiwik
encoded in iso-8859-1x git-svn-id: http://dev.piwik.org/svn/trunk@7354 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-30refs #3416, fixes #3496 - fix RegExp typo; thanks pebosirobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@7329 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-28fixes #3416 - scale resolution by window.devicePixelRatio on Safari iOS/Mac OS Xrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@7319 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-25Refs #3332mattpiwik
Fixing JSLINT errors + packaging changes in piwik.js in the minified script git-svn-id: http://dev.piwik.org/svn/trunk@7306 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-15Refs #2992 Site Search KABOOM, Refs #49mattpiwik
Implementing Site Search tracking & reporting in Piwik core! * New Admin UI to customize, for each site, wheter site search is enabled. Also options to set default values to use. * New Reports: Searches, Searches with no result, Search categories, Top Pages Following a Search * to track "No result keyword" users will have to tag their site with a JS call, or add a new parameter to the search result page &search_count=X (X being zero for no result searches) * Reports works with Row evolution, PDF/HTML reports, Piwik Mobile * idaction_url is now NULLable because, Site Search records a page with idaction_name == Keyword, and idaction_url == NULL. This ensures that the Site Searches don't create "Page URL Not defined" records. * updates to Tracker JS API, new function trackSiteSearch, also added in PHP tracker * New fields in log_visit to track searches * new segment, "searches" which can be used to select visitors who did a search ie. searches>0 or those who searched a lot, ie searches>10 TODO: * commmit integration test, TESTING, DOCS, FAQ, release, and a nice Prayer to the universe and the stars, hoping that I can code a major new feature without any bug... * It would be awesome to have compatiblity with Transitions so we can see, for a given site search, what are the starting pages and Destination pages Thank you for your patience Timo, and thank in advance everyone for your help Testing this new feature! git-svn-id: http://dev.piwik.org/svn/trunk@7190 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-01fixes #3292 - css classes take priority when determining link typerobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@6621 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-07-26workaround jslint regression in ↵robocoder
https://github.com/douglascrockford/JSLint/commit/24f63ada2f9d7ad65afc90e6d949f631935c2480 git-svn-id: http://dev.piwik.org/svn/trunk@6561 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-30Fixes #2772 mattpiwik
* New Javascript function disableCookies() to disable all cookies git-svn-id: http://dev.piwik.org/svn/trunk@6387 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-11refs #3141robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@6256 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-04-18fixes #3112 - drop support for XDomainRequest; Microsoft's implementation is ↵robocoder
broken see http://blogs.msdn.com/b/ieinternals/archive/2010/05/13/xdomainrequest-restrictions-limitations-and-workarounds.aspx git-svn-id: http://dev.piwik.org/svn/trunk@6210 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-16refs #2962 - no hope of IE ever supporting plugin detection; so disable it ↵robocoder
from the start git-svn-id: http://dev.piwik.org/svn/trunk@6056 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-15Fixes #2931mattpiwik
* Converting int/float to string * Adding JS tests git-svn-id: http://dev.piwik.org/svn/trunk@5837 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-14refs #2930 - how long has this typo been here? not the fix thoughrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5834 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-14fixes #2929 - workaround Chrome suckagerobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5833 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-08Fixes #2897 mattpiwik
* Forgot to stringify the array of categories. This wasn't covered in the tests since they use the php tracking api client. * Added JS tests jeremy, it is very appreciated if you can test the new piwik.js and report if it's working for you too! thanks git-svn-id: http://dev.piwik.org/svn/trunk@5777 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-01-16refs #2866 - simplifyrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5678 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-01-16refs #2866 - there is still a corner case if <title> tag is omitted entirelyrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5677 59fd770c-687e-43c8-a1e3-f5a4ff64c105