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 (Expand)Author
2014-07-02added development flag which allows us to not cache static cache and to make ...Thomas Steur
2014-07-01fix update button did not work in case there were only dimension updatesThomas Steur
2014-07-01generator for conversion dimensionsThomas Steur
2014-07-01moved dimensions into a subdirectoryThomas Steur
2014-07-01started to add possiblity to add conversion columnsThomas Steur
2014-06-30reuse an existing category to fix ui testThomas Steur
2014-06-30refs #5326 as mentioned in the ticket once we have simplified the reports we ...Thomas Steur
2014-06-30fixed some testsThomas Steur
2014-06-28fix most tests, we still need to sort report metadata although the reports ar...Thomas Steur
2014-06-27rename method to be consistent with renderReportWidgetThomas Steur
2014-06-27renderWidget => renderReportWidget since we might want to use renderReport to...Thomas Steur
2014-06-27renamed method so it is consistent with the reportThomas Steur
2014-06-27base class needs to be abstract otherwise it counts as a reportThomas Steur
2014-06-27a view more performance improvements, especially to reduce Piwik::translate()...Thomas Steur
2014-06-27mention columns to update separatelyThomas Steur
2014-06-27automatically detect visualizations within visualization directoryThomas Steur
2014-06-27and there we have a dimension generator including example and documentationThomas Steur
2014-06-27here is our first report generatorThomas Steur
2014-06-26smarter install and update of columns which will automatically update the col...Thomas Steur
2014-06-26pass all kind of column information so we can do some more checksThomas Steur
2014-06-25started to handle changes to dimensions, for instance if a new dimension is a...Thomas Steur
2014-06-24Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-24using the device detector cache improves loading time by 300ms on my dev nodeThomas Steur
2014-06-24added new staticCache to remove a lot of duplicated code and to have a nice i...Thomas Steur
2014-06-23fix PHP Strict standards: Declaration of ... should be compatibleThomas Steur
2014-06-23this should improve tracking performanceThomas Steur
2014-06-23do not define segments on dimension creation as those are not needed during t...Thomas Steur
2014-06-23make sure to display a message "you do not have permission for this site" if ...Thomas Steur
2014-06-23Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-23fix correct menu item is not active in transition popupThomas Steur
2014-06-23cache detected referrerThomas Steur
2014-06-23this should fix some testsThomas Steur
2014-06-23updated UI test submodule which might fix some UI testsThomas Steur
2014-06-23Fix installation CSS issue where checkboxes were not aligned w/ text labels.diosmosis
2014-06-23Make sure icheck is initialized after ajax page reload & fix label/input HTML...diosmosis
2014-06-22Remove some font-family usage (can inherit or use theme variable explicitly).diosmosis
2014-06-22Determine jqplot graph font through CSS instead of assuming Arial (w/ optiona...diosmosis
2014-06-21Updating VisitorGenerator submodule.diosmosis
2014-06-20Merge remote-tracking branch 'origin/master'mattab
2014-06-20fixes #5322 whois records can also read "created: $datetime"mattab
2014-06-20fixes #5332 remove all event listeners on the drawer before adding the new oneThomas Steur
2014-06-20fixes #5320 calculate total value of nb_pageviewsThomas Steur
2014-06-20as we cache the instances of dimensions now the dimensions should be stateles...Thomas Steur
2014-06-20Make core:update CLI output slightly bettermattab
2014-06-20Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-20cache report instancesThomas Steur
2014-06-20this was not merged by master, see @d7b2e4aa4cf702a7afba404de0e5cfd77661b300Thomas Steur
2014-06-20Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-20removed no longer needed code in goals controllerThomas Steur
2014-06-20started to port goal reports to use new structure, probably not working yetThomas Steur