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
2015-02-13refs #4633 rename segment filter to segment, fixed a bug re visitTime and ↵Thomas Steur
extracted code into a filter
2015-02-13refs #4633 open segmented visitor log with one click on a rowThomas Steur
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2015-01-09Reduced possibly useless calls to translate: -1800 calls in my test with ↵Matthieu Napoli
Visitor Log, saving 400ms
2015-01-09Reduced the number of Container::get(), e.g. in Visitor Log (Live API) it ↵Matthieu Napoli
suppressed 4000 calls, 100ms saved
2014-12-04Tracker refactoringThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-09-01Fix bug in Date::addPeriod(N, 'month') where max number of days in a month ↵diosmosis
was not respected. So if subtracting one month from July 31, result would be July 1. Now result is June 30th. Note: there appears to be little to no change in speed, tested both in integration tests and the code by itself.
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-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2014-01-09refs #1486 added method to detect whether current year is a leap yearThomas Steur
2013-12-20Fixes #4380, make sure site's timezone is applied when selecting log data to ↵diosmosis
aggregate. Includes integration test + doc fixes to Date function.
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-03refs #4244 fix linkThomas Steur
2013-12-03refs #4244 converted more linksThomas Steur
2013-11-01refs #2270 use year range if possibleThomas Steur
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-21Refs #4200, documented Date object.diosmosis
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-08-10Refs #3089, add initial visitor profile popup that uses dynamic data from ↵Benaka Moorthi
Live plugin API. No client-side behavior yet & placeholder images still present.
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
2013-04-02Reformat method visibility according to PSR-2Fabian Becker
https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md#45-abstract-final-and-static
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-12-14Fixes #1253, added annotations plugin that allows attaching notes to ↵benakamoorthi
different days. Notes: * Modified renderers so they would render arrays better. Before, arrays were added to DataTables and array keys were either lost or ignored, now they are rendered. * Fixed issue w/ JSON rendering that rendered arrays when the PHP arrays didn't have contiguous keys. * Augmented some exception messages. * Added utility method processRequest to Piwik_API_Request to ease use of the class. git-svn-id: http://dev.piwik.org/svn/trunk@7612 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-27moved another interface to its own file; fixed/added lot of doc blockssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@6325 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-24completed a bunch of php doc blockssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@6300 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-12Clean up system check screen. We get many new users that are not technical ↵mattpiwik
at all, good to make it as clear as we can. Thanks @vipsoft for your previous work a few months ago on this screen! * put error/warning styles to messages to raise up awareness and encourage them to fix all warnings. * Added message to restart webserver after making changes to php.ini. * Refactored CSS in install.css * Adding Next step at the top of the screen when all is green (avoid scrolling down) Refs #2122 git-svn-id: http://dev.piwik.org/svn/trunk@6035 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-21refs [534] lib / graph updatesBeezyT
* external series toggles for jqplot * row evolution toggle * using preloaded DataTable for ViewDataTable * new Date methods subWeek and subYear * hiding all view icons of a graph * template html fixes * and some minor things git-svn-id: http://dev.piwik.org/svn/trunk@5872 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-04I'm still curious how I didn't come up with a better implementation, but ↵mattpiwik
removing FIXME for now git-svn-id: http://dev.piwik.org/svn/trunk@5757 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-12-02Fixes #1077, Assorted optimizations for the Multi Sites plugin:benakamoorthi
* Modified Piwik_Archive::build so it can accept Piwik_Segment instances. This way there won't be hundreds of segments created when they get overwritten by IndexedBySite anyway. * Removed previously committed optimization that selected all sites in Piwik_Archive and replaced w/ a similar optimization in the code that selects data for every website (the Multi Sites controller & Sites Manager controller). * Modified the setMinMaxDateAcrossWebsites function of the Multi Sites controller so Piwik_Date instances wouldn't be created within its loop and modified the Piwik_Date class to make the former change possible. git-svn-id: http://dev.piwik.org/svn/trunk@5505 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-19Fixes #2719 mattpiwik
Removing the health check since it's unhealthy! git-svn-id: http://dev.piwik.org/svn/trunk@5333 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-09ok, put back r5258 but keep related tests disabled, to see how this affects ↵robocoder
the CI build git-svn-id: http://dev.piwik.org/svn/trunk@5276 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-09temporarily reverting r5258 to see if this makes a difference in the webtestrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5274 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-09-29Date better messagemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5258 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-17Fixes Timezone ID '' is invalid in ↵mattpiwik
/homepages/4/d23401398/htdocs/typo3conf/piwik/piwik/core/Date.php on line 88 git-svn-id: http://dev.piwik.org/svn/trunk@4494 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-14Previous commit was not complete, lacking timezone support & graphs in UI ↵mattpiwik
not working because strtotime was overdoing it git-svn-id: http://dev.piwik.org/svn/trunk@4438 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-05Fixes #2145 as far as I can see, it should be fixed, but I've been wrong all ↵mattpiwik
previous times so testing is very much welcome! thx Refs #1966 Improving visitor log performance by rewriting the query git-svn-id: http://dev.piwik.org/svn/trunk@4316 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-04fixes #2256 - missing data type in phpdocs, e.g., @param $namerobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4311 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-02-17Fixing typo in date->setDay - thanks monnerat for patch Refs #2076mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3920 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-04php 5.1.x - Notice: Object of class Piwik_Date could not be converted to introbocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3616 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-30refs #1458 - fix indentationrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3025 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-20refs #1630robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2968 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-27fixing spacesmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@2702 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-27Refs #1486mattpiwik
Patch by halfdan required by Alerts plugin * Invert pattern match * Date.addPeriod and Date.subPeriod git-svn-id: http://dev.piwik.org/svn/trunk@2701 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-25Hopefully now making sense in this method - looking forward to tests passing....mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@2674 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-25Fixing tests cli maybe?mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@2673 59fd770c-687e-43c8-a1e3-f5a4ff64c105