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-09-30Refactoring the code so that base.css is not required to be manually built ↵mattab
but is compiled on each page view which should be fast enough
2013-09-26fixed invalid css commentsgiehl
2013-09-21readded special loading message for loading segments datasgiehl
2013-09-18consistent div name for errorsmattab
+ fix regression where errors were not displayed when updating a website
2013-09-18consistent div name for Loading...mattab
2013-09-18Fixes #4143 In admin UI, display a message explaining that the plugins could ↵mattab
not be loaded because they are not compatible with Piwik 2
2013-09-18Fixes #4128 JSON files for Piwik plugins are now plugin.jsonmattab
2013-09-15Refs #4077, fix several bugs w/ new treemap visualization, fix a bug in ↵Benaka Moorthi
series picker placement logic, tweak treemap UI, add zoom out button to treemap UI and fix bug in DataTableManipulator that affected Flattener.
2013-09-12Refs #4151, remove loadJavascriptTranslations twig function and ↵Benaka Moorthi
automatically generate translation JS for all plugins. Translation JS is now treated as an asset and is included in merged JS. Note: - Includes tweaks to capture.js: on webpage error stop capture program.
2013-09-06removed deprecated javascript functionsgiehl
2013-09-06Comments typomattab
2013-09-06fixed some js errors, namespaces & coding stylesgiehl
2013-09-03Refs #3089, show 'no more visits' when no more visits to load in visitor ↵Benaka Moorthi
profile and force scroll to new visits when loading more visits.
2013-08-26Refs #4041, #4077, started refactoring of series picker JavaScript so it can ↵Benaka Moorthi
be used by more than just jqPlot graphs. Notes: - Added new 'after_data_loaded_functions' view property that executes callbacks after data is loaded. Different from filters since it will be only executed once per data table. - Moved row picker view properties to Graph datatable visualization. - Refactored jqplot data generation so selectable columns & rows are dealt w/ in Graph datatable visualization instead of a JqplotDataGenerator instance. - Rewrote series picker to use dataTable client side properties instead of data generated by JqplotDataGenerator. - Fixed jqplock typo.
2013-08-19Refs #4087, rewrote UI integration tests to use phantomjs or slimerjs and ↵Benaka Moorthi
added (disabled) UI tests to travis build config. Notes: * Modified main page-loading JavaScript to use ajaxHelper so it's possible to know when all AJAX requests are made. * Add setUrl method to ajaxHelper so it can be used when a doing AJAX w/ a URL instead of an object containing query parameters.
2013-08-15Prevent the site selector from resizing when changing of websiteThomas ZILLIOX
2013-08-15Prevent the site selector to push the content bellowThomas ZILLIOX
2013-08-15Make the site selector tiny to have margin for other languagesThomas ZILLIOX
2013-08-15allow clicks within the site selector without closing it, so it's possible ↵sgiehl
to click the inputs
2013-08-15Remove useless javascript style & use a character for the down arrowThomas ZILLIOX
2013-08-15Handle text-overflow of the site selectorThomas ZILLIOX
2013-08-15replaced presentational html tagssgiehl
2013-08-14small improvementssgiehl
2013-08-14added missing ';' / use double quotes for attribute values instead of single ↵sgiehl
quotes
2013-08-13fixed small css issuesgiehl
2013-08-11Activate the responsivness of the dashboard with the meta viewportThomas ZILLIOX
2013-08-11Merge branch 'master' of github.com:piwik/piwik into pleineLune__theme-detailsThomas ZILLIOX
2013-08-11Merge branch 'plugin_namespaces'mattab
Conflicts: plugins/UserCountryMap/Controller.php
2013-08-11Enlarge the clickable area of the Site selectorThomas ZILLIOX
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
Conflicts: core/Tracker/Request.php core/ViewDataTable.php core/ViewDataTable/HtmlTable/Goals.php plugins/Actions/Actions.php plugins/Annotations/API.php plugins/CoreHome/CoreHome.php plugins/DBStats/DBStats.php plugins/DevicesDetection/DevicesDetection.php plugins/Goals/Goals.php plugins/Live/Live.php plugins/Referers/Referers.php plugins/UserSettings/UserSettings.php plugins/UsersManager/API.php plugins/VisitTime/VisitTime.php plugins/VisitorInterest/VisitorInterest.php
2013-08-10added some inline variable type hints / fixed some doc blockssgiehl
2013-08-09Merge with masterThomas ZILLIOX
2013-08-09Activate sparklines colors to the MultiSites pluginThomas ZILLIOX
2013-08-09Handle no site selection on the server sideThomas ZILLIOX
2013-08-09Fix encodingmattab
2013-08-09Prevent the site selector to push the dashboard widgets to the bottomThomas ZILLIOX
2013-08-07Make the top controls accessible for tiny screensThomas ZILLIOX
2013-08-07Format CSS codeThomas ZILLIOX
2013-08-07Move X-A-Compatible meta & Add a viewport metaThomas ZILLIOX
2013-08-07Correction on X-UA-Compatible meta tagThomas ZILLIOX
2013-08-07Reduce the language select arrow sizeThomas ZILLIOX
2013-08-07Allow to style the active element from the topBarsThomas ZILLIOX
2013-08-05Theme the sparklines, graph & transitionsThomas ZILLIOX
2013-08-05Use absolute path for images from Less filesThomas ZILLIOX
2013-08-05Site selector usability optimisationThomas ZILLIOX
2013-08-05Merge from masterThomas ZILLIOX
2013-08-04code improvements / fixing doc blockssgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, ↵mattab
\Piwik\Plugins\* Added namespaces to functions.php files in the five plugins that had one Work in progress
2013-07-25Move misc stylesheets rules from utilsThomas ZILLIOX
2013-07-24Remove useless CSS instructionsThomas ZILLIOX