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-09-14Adding UrlHelper containing random logic around manipulating urlsmattab
2013-09-14ProxyHttp class until I find a better namemattab
2013-09-14Refactoring ProxyStaticFile class:mattab
Small static file server proxy, with compression, caching. Used to server piwik.js and the merged+minified CSS and JS files
2013-09-12Refs #4151, make sure developing w/ merged assets disabled isn't a big pain.Benaka Moorthi
2013-09-12Refs #4151, make sure translations JS is always regenerated when merged ↵Benaka Moorthi
assets is disabled.
2013-09-12Refs #4151, remove loadJavascriptTranslations twig function and ↵Benaka Moorthi
automatically generate translation JS for all plugins. Translation JS is now treated as an asset and is included in merged JS. Note: - Includes tweaks to capture.js: on webpage error stop capture program.
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 PHP Namespace conversion continued: Tracker classes,mattab
renaming Unzip to Uncompress, Renaming Tracker/Referer to Tracker/Referrer, and few more
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-20Removing extra namespace \Coremattab
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-06fixed several doc blockssgiehl
2013-06-20always use the html5 charset declarationThomas ZILLIOX
2013-06-20Always use a valid HTML5 doctypeThomas ZILLIOX
2013-05-30Rename template file namesThomas ZILLIOX
2013-04-15Converted ProxyFabian Becker
2013-04-15Converted rest of CoreAdminHomeFabian Becker
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-15Fixes #3751mattab
did you mean the message was not clear? hopefully this one is slightly better. But the error is accurate: you are not sending the referer header and this is required for security reasons.
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-12-13Fixing encodingmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7609 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-21Prevent failing redirect rather than show an errormattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7501 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-09Updating Russian Translationmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7414 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-07refs #3460 fixes XSS within proxy module; allow redirect only if user was ↵sgiehl
referred from within current piwik instance git-svn-id: http://dev.piwik.org/svn/trunk@7397 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-09-24refs #3332 Transitions: main url, external referrers, outlinks and downloads ↵BeezyT
open in new tab on click git-svn-id: http://dev.piwik.org/svn/trunk@7046 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-15Refs #2708 mattpiwik
* Beautify the SMS Provider DIV git-svn-id: http://dev.piwik.org/svn/trunk@6772 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-03added/fixed several doc blocks; fixed some csssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@6243 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5951 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-13fixes #2769 plus refactoringrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5431 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-09-29Track page views with invalid urls with empty urls mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5259 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-08-01remove getPieHtc controller method; refs #2485robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5067 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-07-03refs #1841 - exportImage and outputImage are now deprecated (since OFC has ↵robocoder
been replaced); will be removed if/when PiwikMap.swf switches to non-Flash git-svn-id: http://dev.piwik.org/svn/trunk@4987 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-22fixes #2444robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4750 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-03refs #2256 - unit tests: always setTestEnvironment()robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4295 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-29Clarifying that Referer must be set + linking login form error to the ↵mattpiwik
related FAQ git-svn-id: http://dev.piwik.org/svn/trunk@4232 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-02-12Refs #1736mattpiwik
* API functions returning data now have a new optional 'segment' parameter. segment can define a Visitor segment dynamically that will be applied to the report. For example, &segment=country==FR;actions>=3 (AND, OR supported. Only == and != supported currently, but easy to add more) * For API requests with a segment parameter, the reports will now be processed on the fly, and only the requested plugin report will be archived. * All plugins now define the 'segments', with a name, category, SQL field, filter, etc. * Simplifying archiving code a bit * Fixes #2069 Exit rate computation * New widget: lists the Top Keywords for a page URL, Widgets for a website only. Maybe later we could create a widget category "For your site"? * This widget is pretty cool SEO wise, but maybe the PHP snippet should do caching (not so good hitting the API on each page view... but why not?) * still to do! git-svn-id: http://dev.piwik.org/svn/trunk@3870 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-13Silent failmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3721 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-11-26Fixing testsmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3361 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-11-26Refs #1711 - simplifying code: now homepage/license links link directly to ↵mattpiwik
the URL, and would expose referer. This is not an issue as, a plugin could anyway obtain a lot more information about the server anyway. In code, all URLs using Proxy&action=redirect are Piwik.org URLs. git-svn-id: http://dev.piwik.org/svn/trunk@3360 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-11-25refs #1014 - rename methodsrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3350 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-11-25refs #1014 - split UserCountryMap Controller into a separate file and call ↵robocoder
proxy methods for "export as image" git-svn-id: http://dev.piwik.org/svn/trunk@3349 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-11-18refs #1711, refs #1014 - move plugin-specific logic out of Url.php to Proxy ↵robocoder
module; simplify code; re-org related tests git-svn-id: http://dev.piwik.org/svn/trunk@3323 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-09-25refs #1014 - move getCss, getJs, getHtc, and redirect to Proxy plugin; todo: ↵robocoder
exportImage (requires a change to open-flash-chart.swf and common.js) git-svn-id: http://dev.piwik.org/svn/trunk@3175 59fd770c-687e-43c8-a1e3-f5a4ff64c105