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-11Trim the hostname before sending email, fixes #7157mattab
2015-02-02Replaced calls of static methods with dependency injectionMatthieu Napoli
2014-11-17Silent fail in front of ini_set to prevent warning raised when function disabledmattab
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-06-26Parse replay-to header in the same way like from - with {DOMAIN} placeholder.Marcin Czołnowski
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-03-11Fix regression in password email recovery mail found thanks to Password ↵mattab
reset screenshot tests @diosmosis first win for password reset workflow test Failed screenshot: http://builds-artifacts.piwik.org/ui-tests.master/1910.1/processed-ui-screenshots/Login_password_reset.png
2014-03-11Fix test by renaming method because this method name happens to already ↵mattab
exists as static in parent class
2014-03-11Set default From: header in emails sent from Piwik.mattab
This will fix the Custom Alerts missing From header.
2014-02-23Modified tests to allow testing login & password reset functionality:diosmosis
- Modify test user adding logic to hash password instead of using pre-hashed password. - Allow testing environment to be configured via Option values that start w/ 'Tests.'. - Put a couple test classes into namespaces. Add test event to Piwik\Mail class so emails can be intercepted. - Change some test logging level to INFO. - Added load + reload methods to PageFacade in capture.js
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2013-12-03refs #4244 fix more linksThomas Steur
2013-10-21Refs #4200, documented Mail class.diosmosis
2013-10-08Applying phpstorm code style PSR refs #3771mattab
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-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-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2 steps required: 1. Refactor > Move > \Piwik\Core\Config (uncheck "Create new File") 2. Refactor > Rename > Piwik_Config to Config
2013-03-31fixing some doc blockssgiehl
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-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-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-09-19Health check to ensure the config setting is usedmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5187 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-09-19Refs #2327 last fix to noreply@localhost instead of proper domain in email ↵mattpiwik
from: in scheduled tasks git-svn-id: http://dev.piwik.org/svn/trunk@5186 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-07-14Fixes #2562 Kuddos kantan for the patch!mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5019 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-07refs #2409robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4656 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-02-17 Refs #1961 Adding new config parameter to configure the default hostname ↵mattpiwik
when it couldn't be detected To test with this new code, please try 1.2-rc3, more info in: http://forum.piwik.org/read.php?2,72265 git-svn-id: http://dev.piwik.org/svn/trunk@3936 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-05PDF reports from address didn't have the domain set properly because of ↵mattpiwik
buggy test condition git-svn-id: http://dev.piwik.org/svn/trunk@3632 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-03duplicatemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3564 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-10-28refs #1676 - renamed this in r3268robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3269 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-10-28fixes #1676 - add "SMTP encryption" selection in General Settings which sets ↵robocoder
the 'ssl' option in the transport-layer. Added some more help text. git-svn-id: http://dev.piwik.org/svn/trunk@3268 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-08-12argument 2 to Piwik_Mail::setFrom is optionalrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2914 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-28Refs #71mattpiwik
* Scheduled PDF reports by email work as expected * fixed issue with current week used instead of last finished period, * fixed issue that all recipients were listed in the same TO: field, now sending one email per address. * Super user API methods will return all PDF reports by default, but UI now only displays PDF created by Super User. * Refs #1184 Better logging of what task was ran and how long it took * The API call to run scheduled tasks must also be ported to Powershell refs #1411 git-svn-id: http://dev.piwik.org/svn/trunk@2737 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-27Refs #71mattpiwik
* Adding PDF plugin, based on the submission from jeremy lavaux and Lyzun Oleksandr. * I rewrote nearly all code to comply with Piwik coding styles/guidelines/ etc. and also because it had to use the Metadata which wasn't yet created when the PDF code was initially written * Features customizable PDF reports (based on metadata reports), with description + scheduling (daily/weekly/monthly) and send to current user as well as additional emails listed * Added helper function Piwik::getCurrentUserEmail() * Refactored window modal popover into a helper method piwikHelper.windowModal (used to ask confirmation when deleting stuff) Refs #1490 * Refactored the Goals CSS into generic CSS which can be reused and is reused for PDF UI Refs #1184 * The callback must pass $this instead of the class name as it TODO * test scheduled tasks send email properly (email looks good + attachment works) * Add comment header in PDFReports files * Can we remove some files in TCPDF which adds a lot of space in the release (eg. some fonts in libs/fonts ?) * Test PDF with UTF8 characters git-svn-id: http://dev.piwik.org/svn/trunk@2697 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-24Fixes #1509 - Thanks Jeremy for initial code!mattpiwik
Refs #71 Note: I haven't tested SMTP myself. will require beta tests git-svn-id: http://dev.piwik.org/svn/trunk@2662 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-23Fixes issue with Goals API throwing errors when called with lastXmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@2643 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-08-23more php cross referencingrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1434 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-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofrobocoder
libs. (I didn't touch: open-flash-chart, Zend Framework, and PEAR HTML.) git-svn-id: http://dev.piwik.org/svn/trunk@1296 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-06-28Fixes #524 - add standard Piwik header to .php files in core & plugins, withrobocoder
the exception of those in core/Updates/. git-svn-id: http://dev.piwik.org/svn/trunk@1259 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