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
2015-05-19Ref #7586 Redesign of the marketplaceMatthieu Napoli
I cleaned up a lot of CSS rules and HTML, added new CSS components (from Bootstrap mostly) plus merged the "browsePlugins" and "browseThemes" views into one Added the jquery.dotdotdot library
2014-11-27Merge pull request #6625 from piwik/6545Thomas Steur
Do not request live information in case tab is not active
2014-11-14refs #6662 ignore less files when using Piwik via bowerThomas Steur
2014-11-10refs #6545 do not request live information in case tab is not activeThomas Steur
At first I used the window.blur/focus events but noticed it would also stop refreshing if tab is active but browser window is not active. I reckon many people might want to leave the browser open in one window and follow the live visitors while working on something else. That's why we should use the page visibility API which is supported by most browsers (I think not in <= IE9). I used a different library first but noticed it adds many event listeners like mousemove etc and it can make Piwik slow so used the visibility.js library in the end. If someone uses an old browser nothing will change compared to before so that should be ok. In a next version we could initiate a refresh immediately once the browser tab becomes active again.
2014-10-21refs #6496 fix failing testThomas Steur
2014-10-21refs #6469 with jquery-ui 1.11.1 the UI test run about 80% slower and runs ↵Thomas Steur
out of time very soon. So going back to 1.10.4
2014-10-20refs #6469 ignore more directoriesThomas Steur
2014-10-20refs #6469 some initial work for using bowerThomas Steur