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
2014-04-07white spacemattab
2014-04-07simplify testsThomas Steur
2014-04-07Do not check for super user here, as it is user agnostic.mattab
2014-04-07Merge remote-tracking branch 'origin/master'mattab
2014-04-07Fixes #4958 Remove CoreAdminHome.getKnownSegmentsToArchive APImattab
2014-04-07more tests for new custom variables commandsThomas Steur
2014-04-07Submodule2.2.0-b13mattab
2014-04-07tests for unlimited custom variablesThomas Steur
2014-04-06language update refs #3430sgiehl
2014-04-05Skip test on php 5.3mattab
Trying to fix: PHP Fatal error: Call to a member function getCurrency() on a non-object in /home/travis/build/piwik/piwik/plugins/Live/API.php on line 554 https://travis-ci.org/piwik/piwik/jobs/22318726 Note: this should not happen really and I'm puzzled... especially as it works on other PHP versions...
2014-04-05Trying to fix: PHP Fatal error: Call to a member function getCurrency() on ↵mattab
a non-object in /home/travis/build/piwik/piwik/plugins/Live/API.php on line 554 https://travis-ci.org/piwik/piwik/jobs/22318726 Note: this should not happen really and I'm puzzled... especially as it works on other PHP versions...
2014-04-05Trying to fix: PHP Fatal error: Call to a member function getCurrency() on ↵mattab
a non-object in /home/travis/build/piwik/piwik/plugins/Live/API.php on line 554 https://travis-ci.org/piwik/piwik/jobs/22318726 Note: this should not happen really and I'm puzzled... especially as it works on other PHP versions...
2014-04-05Debug the very last test failure! so close to being greenmattab
2014-04-05desperate try at a build failure on PHP 5.3mattab
2014-04-05loadAvailableLanguages refactormattab
2014-04-05Fix noticemattab
2014-04-05Require files in SetupFixture before requiring command line specified file.diosmosis
2014-04-04Add new console command to setup fixture outside of a test so manual testing ↵diosmosis
can be done w/ existing fixtures and so specific custom data can be added by creating a fixture. Includes slight refactor to Fixture.php.
2014-04-04In the tracking code, the domain was not displayed (regression). Prepending ↵mattab
http:// fixes it.
2014-04-04Submodulesmattab
2014-04-04Removing the SettingsPiwik::$piwikUrlCache hack, ftw?mattab
2014-04-04Adding events to CronArchive for archiving process statistics.diosmosis
2014-04-04added tests for custom variables install/uninstallThomas Steur
2014-04-04added uninstall to customvariables, it is not possible to uninstall in the ↵Thomas Steur
UI but looks like the tests do it
2014-04-03Merge branch 'master' of github.com:piwik/piwikThomas Steur
2014-04-03if already installed, do not install it againThomas Steur
2014-04-03Fix noticemattab
2014-04-03Refs #4878, create update script for converting *_returning metrics to new ↵diosmosis
segmented metrics. Removed Archiver and API. Old segmented VisitFrequency metrics will not be accessible.
2014-04-03Merge branch 'master' of github.com:piwik/piwikThomas Steur
2014-04-03Merge remote-tracking branch 'origin/master'mattab
2014-04-03Tweak console commands descriptionsmattab
2014-04-03forgot to remove return statementThomas Steur
2014-04-03some more bug fixesThomas Steur
2014-04-03Merge branch 'master' of github.com:piwik/piwikThomas Steur
2014-04-03some more tweaks and added a comment to get info about currently configured ↵Thomas Steur
custom vars
2014-04-03factor out this logic so it's reusablemattab
2014-04-03some tweaks to the command ui output as well as some documentation and testsThomas Steur
2014-04-03moving getMaxCustomVariables to CustomVariables class, a model should not ↵Thomas Steur
really care about caching etc
2014-04-03detect the number of max custom variablesThomas Steur
2014-04-03the tracker should not define any limitations of the custom variablesThomas Steur
2014-04-03Remove the ResponseBuilder flag and instead use the existing ↵mattab
PIWIK_PRINT_ERROR_BACKTRACE
2014-04-03Do not hide widget icons on widget drag end.diosmosis
2014-04-03Remove stray newlines in javascript tracking code output, use server side ↵diosmosis
tracking code generation for JS code & for image tracking code, add new SitesManager.getImageTrackingCode API method for server side image tracking code generation, and fix bug where goals for initially selected site in image tracking code generator were not loaded.
2014-04-03started to work on command to set number of available custom variablesThomas Steur
2014-04-02refs #4899 move language selector to user settings for logged in users, ↵Thomas Steur
still visible for anonymous users + during install
2014-04-01Updating submodule.diosmosis
2014-04-01Fixes #4912, fix regressions in UsersManager/index.twig that resulted from ↵diosmosis
last seen column addition: do not loop w/ reference when var w/ same name is used below, add extra blank cell for add new user row and remove erroneous condition in LastSeenTimeLogger. Thanks to @tassoman for research into first two issues.
2014-04-01fixes #4934 should make it work on windows if php.exe is in pathThomas Steur
2014-04-01Wider column so the radio button + label fitsmattab
2014-03-31Add ability to fake pecl module absence for tests.diosmosis