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 (Expand)Author
2015-01-27fixes #7083 make sure curl_exec exists as well as it could be disabled but is...Thomas Steur
2015-01-22refs #7031 invalidate reports only if we are actually allowed to archive, sho...Thomas Steur
2015-01-22Merge pull request #7014 from piwik/6217Thomas Steur
2015-01-21Merge pull request #7057 from piwik/period-range-bugMatthieu Napoli
2015-01-21increase version number to beta 3Thomas Steur
2015-01-21Better fix for #7057 Fixes also "previous0" and "last0" + testsMatthieu Napoli
2015-01-21#7057 Bug on range with "last" and "previous"Matthieu Napoli
2015-01-21Merge pull request #7041 from piwik/5248Thomas Steur
2015-01-20fix getPrettySizeBytes does not return requested unit if a lower unit is more...Thomas Steur
2015-01-20improved method namesgiehl
2015-01-19removed this function as a similar one already existsThomas Steur
2015-01-19refs #5248 added possibibility to add more metrics to actions pluginThomas Steur
2015-01-17small improvementssgiehl
2015-01-17Merge branch 'master' into 6928sgiehl
2015-01-17moved checking for fixed view types to factorysgiehl
2015-01-16Fixes #6918 Add proper HTTP status code (302 moved temporarily) to Url:redire...Matthieu Napoli
2015-01-16phpdoc updateMatthieu Napoli
2015-01-16Missing phpdocMatthieu Napoli
2015-01-15When using testmode in RequestCommand make sure the database connection is re...diosmosis
2015-01-15Merge pull request #6990 from piwik/bug/6927Benaka
2015-01-15we need to print debug information in case the last visit was yesterdayThomas Steur
2015-01-15refs #6217 if last action was yesterday, create a new visitThomas Steur
2015-01-15more consistent usage of link color and other ui elements in user/admin areaThomas Steur
2015-01-15show a menu in the user area, lots of improvements to be more consistentThomas Steur
2015-01-15Fixes #7017 (Infinite loop when logging to database at debug level) + testsMatthieu Napoli
2015-01-15Filesystem remove: silenceErrors optionMatthieu Napoli
2015-01-15Merge pull request #6981 from piwik/schedulerMatthieu Aubry
2015-01-14Merge pull request #6996 from piwik/6960Matthieu Aubry
2015-01-14Merge pull request #6999 from piwik/6706Matthieu Aubry
2015-01-14refs #6988 More design updates in reports for consistencymattab
2015-01-14Archiver optimization: gained 800ms in my local test (1.5%)Matthieu Napoli
2015-01-14refs #6988 Changed few colors for more consistenciesmattab
2015-01-14Fixed font error while generating pfd reportNigel
2015-01-14Changed the Email report to look more consistent with the piwik UI.Nigel
2015-01-14Make table header font normal weight instead of boldmattab
2015-01-14refs #6706 add link to changelog in case update is a stable updateThomas Steur
2015-01-14Scheduled reports, set the table header font to uppercasemattab
2015-01-14Add ability to customise the font family in HTML email reportsmattab
2015-01-13refs #6960 fix date to load by default does not always workThomas Steur
2015-01-13Fix curl timeout not set completely: this could result in Piwik hang indefini...Matthieu Napoli
2015-01-13Fix #6927 race conditions when deleting filesMatthieu Napoli
2015-01-12refs #6928 - set fixed view type for visitor logsgiehl
2015-01-12Removed usage of deprecated ScheduledTaskMatthieu Napoli
2015-01-12Simplified logicMatthieu Napoli
2015-01-12Method renamingMatthieu Napoli
2015-01-12phpdoc update for the schedulerMatthieu Napoli
2015-01-12Moved Piwik\TaskScheduler to Piwik\Scheduler\SchedulerMatthieu Napoli
2015-01-12Add type-hint to remove warningsMatthieu Napoli
2015-01-12Moved classes into new Scheduler componentMatthieu Napoli
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli