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
path: root/core
AgeCommit message (Collapse)Author
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Merge remote-tracking branch 'origin/master'mattab
2013-10-08refs #4199 added more PostEvent documentations and removed one unused eventThomas Steur
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* ↵mattab
directories
2013-10-08minormattab
2013-10-08Merge remote-tracking branch 'origin/master'mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-08refs #4123 Removing some warningsmattab
2013-10-08refs #4199 forgot one backtickThomas Steur
2013-10-08refs #4199 documented some more eventsThomas Steur
2013-10-08refs #4199 documented some more eventsThomas Steur
2013-10-08refs #4199 documented some eventsThomas Steur
2013-10-08refs #4199 inline some more PostEvent doc blocksThomas Steur
2013-10-08refs #4199 our hooks doc generator supports MarkdownThomas Steur
2013-10-08refs #4199 inline the event documentation, renamed $this -> $logger to have ↵Thomas Steur
a nice signature in documentation
2013-10-08Refs #4059 Converting updates files to use namespacesmattab
2013-10-08Fixes #4203 DevicesDetection 1.14 version schema update to account for ↵mattab
longer strings ( fields config_os_version and config_device_type are not large enough ) Refs #4204 Plugin schema example with DevicesDetection
2013-10-07Refs #4125 adding backtick so it works if there is no prefix (where ↵mattab
`option` is a mysql reserved keyword)
2013-10-07Refs #4125 Fixesmattab
2013-10-07Refs #4125 commit SQL Update file2.0-a13mattab
2013-10-07Merge remote-tracking branch 'origin/master'mattab
2013-10-07Refs #4125 Renaming PDFReports to ScheduledReportsmattab
2013-10-07Refs #4125 Renaming plugin from Referers to Referrersmattab
* updating all variables/methods containing Referers * RENAMING custom segments definition, and custom scheduled reports definition, so that when they load "Referers" segment/report it still works as expected * RENAMING old archived data so that archived blobs are called Referrers * Reverting part of 0deb2bbb8d5598200f7adfbc77b190516f919e48 * Update integration tests generating PDF+HTML with images on my dev box (GD 2.1 and PHP 5.5)
2013-10-07refs #4194 marked some more classes as apiThomas Steur
2013-10-07refs #4194 the api ignore tag is not needed, we simply ignore all symfony ↵Thomas Steur
commands in the api generator
2013-10-07refs #4194 ignore console commandsThomas Steur
2013-10-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-10-07Refactoring + improve Trusted Host messagemattab
2013-10-07Fixing build.Benaka Moorthi
2013-10-07Move deadlock info logging to Db.php, fix core updater translation ↵Benaka Moorthi
regression, fix core updater css regression, change logger_message level column to string, and delete unneeded logger tables if not empty. Also includes some changes to travis build.
2013-10-07refs #4194 marked some classes and methods as API to test doc generationThomas Steur
2013-10-07fix autoloader fails to load interface when generating API docThomas Steur
2013-10-07Removed Piwik::log and replace with calls to Log::... functions. Also ↵Benaka Moorthi
changed logging level on travis.
2013-10-06Removed unused variable and importFabian Becker
2013-10-06Remove check for zend.ze1-compatibility-mode since this setting was removed inFabian Becker
PHP 5.3 (http://www.php.net/manual/de/ini.core.php#ini.zend.ze1-compatibility-mode)
2013-10-05Renaming DataTable\Array to DataTable\Map in comments and testsmattab
2013-10-05Renaming DataTable\Array to DataTable\Map in comments and testsmattab
2013-10-05Refs #4131 Fixing LogTest + instructions for composer install for windows ↵mattab
servers
2013-10-05refs #4121 added possibility to create controller, all files within the ↵Thomas Steur
template folder will be copied now
2013-10-05refs #4121 added possibility to generate API for a specific pluginThomas Steur
2013-10-05Refs #4125, rename Referers_... record names to Referrers and make sure code ↵Benaka Moorthi
is backwards compatible.
2013-10-04Moving hook so ArchiveCronTest will pass for me.Benaka Moorthi
2013-10-04refs #4121 make sure to execute a command only if in cli modeThomas Steur
2013-10-04register log commandThomas Steur
2013-10-04Typomattab
2013-10-04Adding windows composer help Refs #4131mattab
2013-10-04refs #4121 added simple command line tool including a not yet working tests ↵Thomas Steur
and generatePlugin command
2013-10-04Improving Themes Manage, fix css bug with merged assets disabledmattab
When config file couldnt be written, reporting the error to user very clearly
2013-10-03Remove unneeded logger tables.Benaka Moorthi
2013-10-03Allow plugins to provide new log writers.Benaka Moorthi