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
2019-10-03Removed closing PHP tag due to PSR-2 definition (#14929)Kai Neuwerth
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2019-05-28Ensure each plugin has a config.php and tracker.php file (#14430)Kate Butler
* Add empty config.php and tracker.php files to each plugin that doesn't have them; add to whitelist of files that are included in new plugins generated by generate:plugin * Add plugin files for plugins which were missing them
2018-10-11Tweaks to escaping strategy in a couple places (#13500)diosmosis
* Use correct filter in certain places in twig templates. * Another filter change. * Reverse encoding strategy in site selector. * Tweak to annotation escaping. * Fix couple more double encoding issues. * encode report name on unsubscription page * Escape site name in quickaccess directive.
2018-01-18Change Piwik => Matomo in PluginTemplates (#12482)Thomas Steur
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
* renaming more Piwik mentions * some more updates * fix some tests * support matomo partially as require string * fix tests * fix failing system test * fix tests * fix system test * fix test
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
* http://piwik.org -> https://piwik.org * more HTTPS URLs * some more HTTPS URLs * test README * don't show "Plugin Hompage" for Piwik plugins * fix tests * compile minified js (hope I didn't break anything) * some more small changes * fix UI test * comment length in piwik.js changed due to https links * fix test * update ui file * update submodule
2015-02-12Set a consistent description in plugins metadatamattab
fixes https://github.com/piwik/piwik/issues/7184
2014-06-27automatically detect visualizations within visualization directoryThomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-05-27refs #5222 fixed some iconsThomas Steur
2014-02-03Removing last Piwik_ occurencesFabian Becker
refs #4609
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
fixes #4609
2013-12-10Fixes #4367, remove version column and move version to name column and make ↵diosmosis
version strings consistent in plugins admin.
2013-12-09Restoring description for ExampleVisualization pluginmattab
2013-11-29removed some duplicated code, fixed some erros in tests command and ↵Thomas Steur
visualization command
2013-11-26Refs #4200, fixing typo in method name and tweaking docs.diosmosis
2013-11-04Refs #472 Making eventValue match work by only matching events actions + ↵mattab
adding test
2013-10-21added description [ci skip]Thomas Steur
2013-10-21It was confusing to have a coreViewDataTable and pluginViewDataTable class. ↵Thomas Steur
In addition the coreViewDataTable did two things: Instance creation and managing all viewDataTables --> two new classes
2013-10-18phpdocThomas Steur
2013-10-17renamed configureVisualization to beforeRender and trigger it at after ↵Thomas Steur
filters are applied. makes it easier to understand that this hook is meant to force the value of some config properties. this change probably breaks some features, will fix it then
2013-10-17do not use the init methodThomas Steur
2013-10-17fix simpleTable shows errors in case the column is an array, only display ↵Thomas Steur
some columns
2013-10-16removed more magic, force visualization developers to define an ID: I do not ↵Thomas Steur
like it when there are two ways to define an ID
2013-10-16removed unused namespacesThomas Steur
2013-10-16added possibility to assign template varsThomas Steur
2013-10-15adjusted some visualizations to the new viewdatatable structure, the ↵Thomas Steur
platform is displaying some data again
2013-10-14fix var nameThomas Steur
2013-10-14added interface for dataTable to be able to define the expected type in a ↵Thomas Steur
function, maybe it makes sense to add/remove some methods from the interface?
2013-10-14added command to generate a visualization plugin based on our ↵Thomas Steur
VisualizationExamplePlugin
2013-10-11trying to use some hooks for visualization, properties are now handled in ↵Thomas Steur
request/view data objects without any logic, not sure if it works, still an experiment, probably does not work for custom visualization properties
2013-10-10added a first example visualizationThomas Steur