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 (Expand)Author
2014-09-02refs #4996 make sure redirect works even if mysql is down or any other error ...Thomas Steur
2014-08-28refs #4996 track internal and external interactions (on click), also offer so...Thomas Steur
2014-08-26Fixes #6067 in case Piwik is not installed yet, do not error out but return 1...mattab
2014-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-08-13fixes #5958 When there is an error screen in Piwik (core or in Tracker) then ...mattab
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-19fixed field visibility keyword orderChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-15removed unused variablesChristian Raue
2014-07-07it looks like it truncates all tables between tests?Thomas Steur
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
2014-07-07i am getting closer... on Travis CI the ip is not anonymized when localtracke...Thomas Steur
2014-07-07log only calls to privacy manager changes and also log when fixtures are exec...Thomas Steur
2014-07-02this might make the ui faster, do no longer check for components all the timeThomas Steur
2014-07-02wondering how this effects the tracking performance? added possibility to per...Thomas Steur
2014-06-30better debug outputmattab
2014-06-30renaming PDO_MYSQL -> PDO\MYSQL for consistencymattab
2014-06-18no longer a need to check whether method is implemented as defined in parent ...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-02Merge pull request #281 from medic123de/db-transactional-modeMatthieu Aubry
2014-06-02Only use transactions for bulk requests (more than one request)Matthieu Aubry
2014-05-23started experiment making morpheus default themeThomas Steur
2014-05-22secure transactions against nestingAndreas Faust
2014-05-22Move beginTransactionMatthieu Aubry
2014-05-20committing a Transaction is done now within try-blockAndreas Faust
2014-05-20each request should be a transactionAndreas Faust
2014-05-20use Database-TransactionsAndreas Faust
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-04-30Updating comment to reference to ./console core:archive instead of archive.phpmattab
2014-04-23Refs #5030 Modify testmattab
2014-04-23Fixes #5030 Tracking API now does not require token_auth for bulk requests.mattab
2014-04-12Small refactor -> move logic to Plugin\Manager so we can better refactor it l...mattab
2014-04-12During tests only load "plugins allowed during tests"mattab
2014-04-05loadTrackerPlugins refactor in Plugins\Managermattab
2014-04-03the tracker should not define any limitations of the custom variablesThomas Steur
2014-03-29Fixes #4924: in Tracker mode, do not check for permission when getting/settin...mattab
2014-03-25refs #4780 added possibility to enable tracker debug via config, use logger f...Thomas Steur
2014-03-13Fix typomattab
2014-03-13Refs #3632 Small refactor and support parameter forceLargeWindowLookBackForVi...mattab
2014-03-11Using SettingsPiwik::getPiwikUrl() instead of getCurrentUrlWithoutFileName() ...mattab
2014-02-15Fixes #4681 Move the Event to the factory so it is executed right before crea...mattab
2014-02-12refs #4610 fix testsThomas Steur
2014-02-05fixes #4612 do not bootstrap complete CronArchive when we just want to run sc...Thomas Steur
2014-02-05refx #4612 fixes scheduled tasks were not executed when browser archiving is ...Thomas Steur
2014-02-04refs #4563 PrivacyManager Settings should be in Config and Option table, also...Thomas Steur
2014-02-04Fixes #4603 Adding lazy DB connection callmattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-01-28Capitalizing Super User for consistency refs #4564mattab
2014-01-28refs #4565 migrate config super user to databaseThomas Steur
2014-01-23refs #4564 introducing some more new methods for has superuser access. Old me...Thomas Steur