- juin 05, 2015
-
-
diosmosis a rédigé
-
- juin 10, 2014
-
-
mattab a rédigé
Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement to use free/libre instead of open source
-
- mai 09, 2014
-
-
mattab a rédigé
using phpstorm optimize imports feature
-
- mars 21, 2014
-
-
diosmosis a rédigé
-
- fév. 27, 2014
-
-
diosmosis a rédigé
Refs #4189, added expected screenshot for DBStats, added actual & mock data access class to DBStats, fix bug that occurs when deleting merged assets that do not exist and fix diffviewer generation regression (expected URL was incorrect).
-
- fév. 02, 2014
-
-
Fabian Becker a rédigé
fixes #4609
-
- nov. 18, 2013
-
-
mattab a rédigé
-
- oct. 09, 2013
-
-
mattab a rédigé
Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option::get and Option::set and Option::delete
-
- sept. 16, 2013
-
-
mattab a rédigé
-
- août 15, 2013
-
-
Fabian Becker a rédigé
-
- août 02, 2013
-
-
mattab a rédigé
Added namespaces to functions.php files in the five plugins that had one Work in progress
-
- juil. 30, 2013
-
-
mattab a rédigé
-
- juil. 23, 2013
-
-
mattab a rédigé
Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead Todo: finish converting core/ classes + convert plugins/ classes to use \Piwik\Plugin namespace + fix build + Merge master
-
- juil. 21, 2013
-
-
mattab a rédigé
Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
-
- juil. 20, 2013
-
-
mattab a rédigé
-
- juil. 18, 2013
-
-
Fabian Becker a rédigé
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
-
Fabian Becker a rédigé
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
-
Fabian Becker a rédigé
-
Fabian Becker a rédigé
2 steps required: 1. Refactor > Move > \Piwik\Core\Config (uncheck "Create new File") 2. Refactor > Rename > Piwik_Config to Config
-
- juil. 06, 2013
-
-
sgiehl a rédigé
-
- juil. 02, 2013
-
-
Thomas ZILLIOX a rédigé
-
- juin 07, 2013
-
-
mattab a rédigé
-
- mars 27, 2013
-
-
mattab a rédigé
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
-
- fév. 05, 2013
-
-
Fabian Becker a rédigé
-
- août 16, 2012
-
-
mattpiwik a rédigé
Fixing Warning: Division by zero in /home/domain/domains/analytics.domain.nl/public_html/plugins/DBStats/MySQLMetadataProvider.php on line 275 git-svn-id: http://dev.piwik.org/svn/trunk@6784 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 29, 2012
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@6587 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 17, 2012
-
-
mattpiwik a rédigé
Fix Warning: Division by zero in /vhosts/piwik/html-8080/plugins/DBStats/MySQLMetadataProvider.php on line 303 git-svn-id: http://dev.piwik.org/svn/trunk@6514 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 26, 2012
-
-
benakamoorthi a rédigé
Fixes #3004, redesigned DBStats plugin, added several new reports including database space taken up by tracker tables, database space taken up by archive blob tables, database space taken up by archive metric tables, database space taken up by individual reports & database space taken up by individual metrics. Notes: * Added ability to highlight the summary row in ViewDataTable and the ability to always show the summary row regardless of what report page is currently being shown. * Fixed small issue w/ ViewDataTable::hasReportBeenPurged: default values should be specified in calls to getRequestVar. * Added Piwik_FetchAssoc function to PluginsFunctions/Sql.php * Augmented ColumnCallbackAddColumnQuotient filter so the divisor can be obtained from the summary row. * Modified AddSummaryRow filter so it wouldn't delete rows if desired. * Added ColumnCallbackAddColumn filer that adds a new column to each row based on the result of a callback. * Modified ColumnCallbackReplace filter so callback can operate on more than one column value if desired. * Modified Limit filter so, if desired, the summary row can be exempted from deletion. * Added GroupBy filter that groups/sums rows by the result of a callback function. * Fixed GenerateGraphData.php bug where priority filters were not called on view data table. * Added getPrettyNumber utility function. git-svn-id: http://dev.piwik.org/svn/trunk@6324 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-