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-11-16Merge pull request #6671 from piwik/6661Thomas Steur
Throw HTTP 400 error when idsite is invalid
2014-11-14Replaced usage of deprecated Common::json_encode to json_encodeMatthieu Napoli
2014-11-14refs #6661 forgot to commit a file and if not suppported param is used is ↵Thomas Steur
actually a server error not request error
2014-11-14refs #6661 added a test to make sure it worksThomas Steur
2014-11-14refs #6661 undoing this change to hopefully avoid some merge problemsThomas Steur
2014-11-14refs #6661 initial work on triggering a 400 bad request instead of 500 in ↵Thomas Steur
case Idsite is wrong
2014-11-13use HTTP 1.1Thomas Steur
2014-11-13refs #6577 Return HTTP 204 instead of GIF for JavaScript tracking.Thomas Steur
added a new url parameter send_image=0 to disable sending an image and instead response with a 204 code
2014-10-12#6085 Removed $GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] and ↵Matthieu Napoli
replaced it with DEBUG_FORCE_SCHEDULED_TASKS
2014-10-10Output trace when failing in trackermattab
2014-10-09Deprecate setForceIp and setForceDateTime, moved to Request objectmattab
2014-10-07When tracker fails, return error code so that it fails the tests.mattab
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-09-15refs #4996 set CORS header if bulk request is usedThomas Steur
2014-09-15refs #4996 tests should now work in case Piwik is installed in a ↵Thomas Steur
subdirectory although could not really test it. Also encode redirect uri
2014-09-13refs #4996 allow only hosts of siteIds that are present in the URL and do ↵Thomas Steur
not allow known hosts automatically both to prevent issues on shared Piwik instances
2014-09-12refs #4996 redirect only to trusted hosts (will have to remove this most ↵Thomas Steur
likely again as you would have to register subdomains etc as well). Also added some missing test files
2014-09-10Merge remote-tracking branch 'origin/master' into 4996_content_trackingThomas Steur
Conflicts: core/Metrics.php js/piwik.js piwik.js tests/javascript/index.php
2014-09-08Refs #6109 cid should not require token_auth authentication. Note; this may ↵mattab
fail the test with changes in Tracker.php
2014-09-02Merge branch 'master' into 4996_content_trackingThomas Steur
Conflicts: js/piwik.js
2014-09-02refs #4996 make sure redirect works even if mysql is down or any other error ↵Thomas Steur
occurs
2014-08-28refs #4996 track internal and external interactions (on click), also offer ↵Thomas Steur
some APIs to manually track impressions and interactions (we might remove them later again, to be discussed)
2014-08-26Fixes #6067 in case Piwik is not installed yet, do not error out but return ↵mattab
1*1 gif
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
log to error log
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
Conflicts: core/FrontController.php core/Log.php plugins/API/API.php tests/PHPUnit/Fixture.php tests/PHPUnit/UI
2014-07-07i am getting closer... on Travis CI the ip is not anonymized when ↵Thomas Steur
localtracker is used but it does locally
2014-07-07log only calls to privacy manager changes and also log when fixtures are ↵Thomas Steur
executed to see whether it actually executes them in same order
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 ↵Thomas Steur
persist static cache for tracker
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
class
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-06-02Merge pull request #281 from medic123de/db-transactional-modeMatthieu Aubry
Use transactions for Tracking API requests in bulk. fixes #5275 Thanks for the pull request, it's an Awesome Performance Improvement!
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
using phpstorm optimize imports feature
2014-04-30Updating comment to reference to ./console core:archive instead of archive.phpmattab
2014-04-23Refs #5030 Modify testmattab