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
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-02-03Fixes #4609 Removing last mentions of Piwik_ -- Looking sharp now!mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
* @subpackage is deprecated * @package must only occur once * @package supports nesting (and can match the namespace) refs #4609
2013-12-18rename class Filter -> BaseFilter to prevent error "two constructors are ↵Thomas Steur
defined on PHP 5.3.2"
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-03converted some links to use @linkThomas Steur
2013-10-22Refs #4200, documented many more filters and modified ↵diosmosis
ColumnCallbackDeleteRow so filter supplied returns true if the row should be deleted (as opposed to the other way around).
2013-10-22Refs #4200, remove parameter from Truncate filter,and document ↵diosmosis
AddSummaryRow and Truncate filters.
2013-10-22Refs #4200, move AddSummaryRow logic to Truncate, change AddSummaryRow logic ↵diosmosis
to just add a summary row and fix bug in FrontController.
2013-10-22Refs #4200, change function of AddSummaryRow and move logic to Truncate filter.diosmosis
2013-10-21Fixing tests.diosmosis
2013-10-21Done.diosmosis
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* ↵mattab
directories
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
2013-07-19Refs #4041, move Piwik_ViewDataTable_GenerateGraphData logic to new ↵Benaka Moorthi
JqplotDataGenerator class that does not derive from ViewDataTable and remove recursive API request used to get graph data.
2013-04-04Very nice commit!mattab
Refs #1700 * Refactoring + adding missing parameters to other sumRow() calls * Fixing tests on PHP 5.4 / 5.5
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-10-15Refs #2992 Site Search KABOOM, Refs #49mattpiwik
Implementing Site Search tracking & reporting in Piwik core! * New Admin UI to customize, for each site, wheter site search is enabled. Also options to set default values to use. * New Reports: Searches, Searches with no result, Search categories, Top Pages Following a Search * to track "No result keyword" users will have to tag their site with a JS call, or add a new parameter to the search result page &search_count=X (X being zero for no result searches) * Reports works with Row evolution, PDF/HTML reports, Piwik Mobile * idaction_url is now NULLable because, Site Search records a page with idaction_name == Keyword, and idaction_url == NULL. This ensures that the Site Searches don't create "Page URL Not defined" records. * updates to Tracker JS API, new function trackSiteSearch, also added in PHP tracker * New fields in log_visit to track searches * new segment, "searches" which can be used to select visitors who did a search ie. searches>0 or those who searched a lot, ie searches>10 TODO: * commmit integration test, TESTING, DOCS, FAQ, release, and a nice Prayer to the universe and the stars, hoping that I can code a major new feature without any bug... * It would be awesome to have compatiblity with Transitions so we can see, for a given site search, what are the starting pages and Destination pages Thank you for your patience Timo, and thank in advance everyone for your help Testing this new feature! git-svn-id: http://dev.piwik.org/svn/trunk@7190 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-06-01Fixes Recoverable Error: Argument 1 passed to Piwik_DataTable_Row::sumRow() ↵mattpiwik
must be an instance of Piwik_DataTable_Row, boolean given git-svn-id: http://dev.piwik.org/svn/trunk@6439 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-28added/fixed doc blockssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@6353 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-26Fixes #3004, redesigned DBStats plugin, added several new reports including ↵benakamoorthi
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
2011-03-23Refs #2218 Thanks for the tip Anthon, it helped me see the light... mattpiwik
Now the filter object itself will take care of applying recursively when the table was recursively loaded indeed. Leaving open until I can check that all occurences on demo are fixed git-svn-id: http://dev.piwik.org/svn/trunk@4169 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-17Fixes #173 - making all filters recursive by default (no performance impact ↵mattpiwik
since it won't load the tables if they were not loaded in the API). Updating all filters to reflect new abstract class signature git-svn-id: http://dev.piwik.org/svn/trunk@3764 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-20refs #1630robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2968 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-08-22phpdoc cleanup:robocoder
* add @category (Piwik => 'core', Piwik_Plugins => 'plugins') * in core, use @package and @subpackage more consistently to group files/classes; exception is DataFiles/*, PluginsFunctions/*, and SmartyPlugins/* * in plugins, @package is the plugin name * removed '@param none' -- not a phpdoc convention * '@throws' and '@return void' are also not phpdoc conventions, but are widely used elsewhere, e.g., Smarty & Zend git-svn-id: http://dev.piwik.org/svn/trunk@1420 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-07-16refs #824 - workaround reported seg fault in some php builds/versions with ↵robocoder
deeply nested action URLs git-svn-id: http://dev.piwik.org/svn/trunk@1308 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-07-01Add svn:keywords Id to .php files in core, plugins, and jsrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1270 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-04-07Filters are now applied bymattpiwik
$table->filter('Limit', array(2,2)); rather than $table->filter('Piwik_DataTable_Filter_Limit', array(2,2)); old way still works though git-svn-id: http://dev.piwik.org/svn/trunk@1049 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-04-06- make sure all "Others" type legends are correct on all graphsmattpiwik
- regression: 'label' should always be first column, prettier in API results - translate some text in plugin + show how easy it is to translate a plugin git-svn-id: http://dev.piwik.org/svn/trunk@1047 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-04-03- changing ways of applying filters to a datatable, now ↵mattpiwik
$table->filter('Piwik_DataTable_Filter_Sort', array ('nb_visits', 'desc')); - refs #640 now accurately reporting nb_uniq_visitors in all reports - adding tests git-svn-id: http://dev.piwik.org/svn/trunk@1046 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-03-31- fixing ordering on graphsmattpiwik
- adding documentation to specify that plugins can define their own translation files git-svn-id: http://dev.piwik.org/svn/trunk@1044 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-03-26- fixing broken unit tests and previously broken period archiving.mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@1028 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-17- adding Goal Tracking related goodness in core, and pluginsmattpiwik
- goal table icon below datatable that have goal segmentation - rss export icon below datatable - cleaning code, refactoring, renaming goodness - adding switch enable_detect_unique_visitor_using_settings that enables/disable heuristic based on config hash - refactoring how plugins handle archiving for more clarity git-svn-id: http://dev.piwik.org/svn/trunk@838 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-09- a few renaming, datatable updates, test files updatemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@833 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-08-04oops i totally screwed up my last commit, deleting /modules instead of ↵mattpiwik
renaming it... git-svn-id: http://dev.piwik.org/svn/trunk@587 59fd770c-687e-43c8-a1e3-f5a4ff64c105