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
2013-03-06Refactoring views & simplifymattab
2013-03-06Buildmattab
2013-03-06Refs #3343 Displaying the Visitor Log in a popover for better UXmattab
2013-03-06small refactormattab
2013-03-06Fixing TypeError: visitColor(...).hex is not a functionmattab
http://localhost/piwik-master/plugins/UserCountryMap/js/realtime-map.js?cb=b551318fb4d433a71dbda20229797efc Line 205
2013-03-06fixed bug: hex() is not a functionGregor Aisch
2013-03-04Refs #1845, make sure current site host is used in default alias in merge ↵diosmosis
alias option description and in group by domain description.
2013-03-03upgraded to latest version of chroma.jsGregor Aisch
2013-03-03Fixing wrong encoding on update screen1.11-b5mattab
2013-03-03fixing one more semicolon missing1.11-b3mattab
2013-03-03Merge remote-tracking branch 'origin/master'mattab
2013-03-03Fixes #3769 Hiding backtrace on login form + error pagesmattab
2013-03-02Allow to translate DoNotTrack plugin description.Fabian Becker
2013-03-01Merge branch 'master' of https://github.com/piwik/piwikFabian Becker
2013-03-01More code cleanup and better use of Piwik::logFabian Becker
2013-03-01Refs #3632 More Code coverage for log importer using multiple site IDsmattab
2013-03-01removing testing codemattab
2013-03-01fixing JS Asset manager not running (see below) by adding missing semicolon ↵mattab
at the end of the minified files. @gregor could you please update the library before minify to add this semicolon, so that next time you minify it just works. Code used to test: (function() { console.log('I worked!'); alert('I worked!'); }());
2013-03-01Merge remote-tracking branch 'origin/master'mattab
2013-03-01Fixes #3784 Fixing API, but ideally would need testsmattab
2013-03-01Revert changes, !count -> empty()Fabian Becker
No need for array_values
2013-03-01Code cleanupFabian Becker
- Removal of unneeded CSS - Type hinting for some methods - Removal of commented var_dump's
2013-02-28showing nicer loading message for realtime mapGregor Aisch
2013-02-28refactored css into separate fileGregor Aisch
2013-02-28hiding visitor map if there's no dataGregor Aisch
2013-02-27Delete unneeded .gitignoreFabian Becker
[ci skip]
2013-02-27most important firstmattab
2013-02-27Merge remote-tracking branch 'origin/master'mattab
Conflicts: plugins/CoreAdminHome/templates/jsTrackingGenerator.tpl
2013-02-27Minor changesmattab
2013-02-27Refs #1845, display current site's host in help text/description of tracking ↵diosmosis
code admin page's inputs.
2013-02-27Merge remote-tracking branch 'origin/master'mattab
2013-02-27Fixes #3772mattab
2013-02-27CoreHome -> General for consistency.Fabian Becker
2013-02-26Fixes #3755, fixed bug in limit selector that resulted in wrong order of ↵diosmosis
graph serieses (due to wrong order of metrics) when used in row evolution popup.
2013-02-26Refs #1845mattab
* the tests/js is now passing following Benaka's commit, sweeet * Adding setsiteId to the "special case" so that setSiteId can be called after trackpageView and it still works * Adding pathname in the generated JS * HTML entity the & in the IMG src
2013-02-26Minor updates to mapsmattab
2013-02-26CoreAdminHome to use html5 doctype as well.Fabian Becker
2013-02-26Change DOCTYPE of CoreHome header.tpl to html5Fabian Becker
Use SVG Logo in CoreHome logo.tpl whenever possible (IE>=9)
2013-02-26Merge branch 'svg-logo'Fabian Becker
2013-02-26Two additional variables in Controller.php for the views.Fabian Becker
Use SVG logo if available, for IE < 9 use png logo.
2013-02-26Add getSVGLogoUrl / hasSVGLogo to Piwik_API_APIFabian Becker
Ignore both methods in IntegrationTestCase
2013-02-26Refs #1845, switch to async JS in other places and apply fixes to tracking ↵diosmosis
code admin page & other pages. Notes: * Fix bug in Installation page that displays JS where newlines were not displayed and text would not be selected on click. * Modify piwik.js to make sure setTrackerUrl is called before _paq is processed. * Move _paq modifications in tracker code to global scope outside every anonymous function. * Fix bug in rewritten site selector widget where selecting the same site didn't fire an event (necessary for some uses). * Fix bug where change of site resulted in delay before site name in labels changed. * Fix bug where site name was double encoded in tracking code admin page. * Rewrite piwik_tag.tpl to use async tracking code.
2013-02-26Remove letter spacing for login page headerFabian Becker
2013-02-26Added IE conditional for IE fallback css. IE < 9Fabian Becker
2013-02-25Merge branch 'master' of https://github.com/piwik/piwik into new-login-screenFabian Becker
2013-02-25Last style fixes and JavaScript simplification using jQuery + jQuery.placeholderFabian Becker
2013-02-25minormattab
2013-02-25Remove IE6 warning - Image URL is just redirecting (actually moved to: ↵Fabian Becker
http://www.ie6countdown.com/images/upgrade.jpg) IE6 has fallen to <7% so I think it is ok to remove.
2013-02-25IE7/8 compatibility mode using html5.jsFabian Becker
2013-02-25Change DOCTYPE to html5Fabian Becker
Login page is now HTML5 compatible Embed input icons