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
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-15translations cleanup: removed more duplicate translationssgiehl
2013-09-14Adding UrlHelper containing random logic around manipulating urlsmattab
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
Adding MetricsFormatter class which knows how to format/display metrics (time, money, size, etc)
2013-08-14added missing ';' / use double quotes for attribute values instead of single ↵sgiehl
quotes
2013-08-11Merge branch 'plugin_namespaces'mattab
Conflicts: plugins/UserCountryMap/Controller.php
2013-08-10added some inline variable type hints / fixed some doc blockssgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, ↵mattab
\Piwik\Plugins\* Added namespaces to functions.php files in the five plugins that had one Work in progress
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ↵mattab
core/ conversion
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
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
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
2013-07-20Converting to namespace: Period, Sitemattab
2013-07-20Merge remote-tracking branch 'origin/master' into php-5.3-namespacesmattab
Conflicts: core/AssetManager.php core/JqplotDataGenerator/Evolution.php core/ViewDataTable/GenerateGraphData.php
2013-07-20Removing extra namespace \Coremattab
2013-07-19Fix Google Indexed Pages metric for sites with less than dozens pages listed ↵mattab
(where the "about" string is not displayed in search output)
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
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)
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
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)
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-12fixed/added some missing doc blockssgiehl
2013-07-01removing extra space, rawmattab
2013-07-01* Enabling Twig 'strict_variables' so that we write best code possible, and ↵mattab
learn early if some tpl code is not valid. Fixing few bugs that this uncovered * refactoring the percent column label in getPercentVisitColumn() * removing indexBeforeMenu and putting directly in parent template Refs #4019
2013-07-01* Fix the SEO widgetmattab
Refs #4019
2013-06-23Merge pull request #75Fabian Becker
2013-06-22Huge merge! Lets see how the tests run..Fabian Becker
Merge branch 'master' into 2.x-twig Conflicts: core/ReportRenderer/Html.php core/SmartyPlugins/function.ajaxLoadingDiv.php plugins/CoreAdminHome/templates/jsTrackingGenerator.tpl plugins/CoreHome/templates/donate.tpl plugins/CoreHome/templates/html_report_header.tpl plugins/CoreHome/templates/menu.tpl plugins/CoreHome/templates/period_select.tpl plugins/CoreHome/templates/reports_by_dimension.tpl plugins/Feedback/templates/index.tpl plugins/Goals/Controller.php plugins/Goals/templates/overview.tpl plugins/Live/API.php plugins/Live/templates/lastVisits.tpl plugins/Live/templates/visitorLog.tpl plugins/MobileMessaging/templates/SMSReport.tpl plugins/PDFReports/templates/add.tpl plugins/PDFReports/templates/list.tpl plugins/PDFReports/templates/report_parameters.tpl plugins/SEO/templates/index.tpl plugins/SegmentEditor/templates/selector.twig plugins/UserCountry/javascripts/userCountry.js plugins/Zeitgeist/stylesheets/common.css tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCity_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCountry_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getRegion_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest_segment_continent__UserCountry.getCountry_month.xml
2013-06-16refactoring / improvements of Archiveprocessing (in progress)mattab
such as removing duplicate code and a lot of refactoring, the code is now much more readable!
2013-05-30Rename template file namesThomas ZILLIOX
2013-05-30Fixing bug in SEO template,mattab
and tweaking readme
2013-05-08Reorganizing the stylesheets & javascripts folders for every pluginsThomas ZILLIOX
2013-04-11Fix typo in SEO pluginFabian Becker
2013-04-10Converted SEO plugin to Twig.Fabian Becker
[ci skip]
2013-03-29refs #3734 better integration of Majesticseo.com links1.12-b2mattab
* linking on metric value * Display + linking on "Majestic"
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-03-25Refs #3734, add tooltip to majestic SEO icon.diosmosis
2013-03-25Fixes #3734, added 'external backlinks' and 'referrer domains' stats to SEO ↵diosmosis
widget via Majestic SEO API.
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-02-04who.is service changed the keyword for domain age.Fabian Becker
fixed #3727
2013-02-04Refs #3619mattab
* Updating icons * Tooltip more readable * putting language in General and deprecating redundant translation
2013-01-15Fix Warning: ↵mattpiwik
file_get_contents(http://wayback.archive.org/web/*/powderlines.ch) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in (path_to_piwik)/core/Http.php on line 417 Fixes #3670 git-svn-id: http://dev.piwik.org/svn/trunk@7757 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-20refs #3359 moving ajax requests to a new ajax helper with more functionality ↵sgiehl
as the old functions git-svn-id: http://dev.piwik.org/svn/trunk@7489 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-13Refs #3525 Display DMOZ only if more than one entry foundmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7458 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-12fixes #3525 applied patch + some more improvementssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7442 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-09Fixes #3516 Thanks for the patchmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7410 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-04refs #3359 use global ajax method for SEO widgetsgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7372 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-30quick fix #3497robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@7330 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-25refs #3359 use POST instead of GET requests / do not send token_auth within ↵sgiehl
query strings git-svn-id: http://dev.piwik.org/svn/trunk@7309 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-19refs #3227 removing plugin simple testssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7240 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-01-18refs #1459 - add SEO unit test for http://piwik.orgrobocoder
also: * update Google backlinks scraper (not currently used) * remove unused Mock in Database.test.php * added a daily CI build in case we go a few days without a commit git-svn-id: http://dev.piwik.org/svn/trunk@5683 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-01-18fixes #2869 removed yahoo backlink and indexed pages check; checking urls ↵sgiehl
without http:// is now possible git-svn-id: http://dev.piwik.org/svn/trunk@5680 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-04refs #2397 - updating to jQuery 1.7 and event API changesrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5403 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-08phpdocs and refactoringrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5271 59fd770c-687e-43c8-a1e3-f5a4ff64c105