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/misc
AgeCommit message (Collapse)Author
2014-04-07Fixes #4958 Remove CoreAdminHome.getKnownSegmentsToArchive APImattab
2014-04-01fixes #4934 should make it work on windows if php.exe is in pathThomas Steur
2014-04-01Fix white spacemattab
2014-04-01Add missing module=APImattab
2014-04-01Slightly better error login in log importsmattab
2014-03-31Add main() method to CronArchive to call individual methods.diosmosis
2014-03-31Do not call exit from within CronArchive class.diosmosis
2014-03-27Fix typo? @tsteurmattab
2014-03-27Merge branch 'master' of github.com:piwik/piwikThomas Steur
2014-03-27refs #4903 better solution for not working web archivingThomas Steur
2014-03-27refs #4903 make archiving via web possible again, will provide a better ↵Thomas Steur
solution later
2014-03-26Fix variable name in import_logs.pyBartosz Grzyś
2014-03-26refs #4903 forward archive.php to new console commandThomas Steur
2014-03-16Fixes #3220 When the core is not dispatching the request ↵mattab
(PIWIK_ENABLE_DISPATCH is not set, or set to false), then getPiwikUrl will not update the value in the DB. Thanks for the report & again sorry for such long delay to fix it!
2014-03-13Add log output when line invalid and replaying logmattab
2014-03-06Update archive.shOliver Zachau
We are mistakenly using "php" for this instead of the $PHP_BIN.
2014-03-06Refs #4786 Adding forgotten white space.mattab
Cheers for the follow up!
2014-03-06Fixes #4817 Restoring feature to import logs by specifying --login and ↵mattab
--password
2014-03-05Merge branch 'master' into uiunittestsdiosmosis
Conflicts: piwik.js plugins/SegmentEditor/javascripts/Segmentation.js
2014-03-05Fixes #4786 Adding ebook formats to piwik.js download tracking and log importermattab
2014-03-04Merge branch 'master' into uiunittestsdiosmosis
Conflicts: tests/PHPUnit/Integration/BlobReportLimitingTest.php tests/PHPUnit/IntegrationTestCase.php tests/PHPUnit/UI
2014-03-03Add missing ;mattab
2014-03-01Refs #4189, more work getting UI tests to pass and adding admin screenshots, ↵diosmosis
including: - make updatetoken.php use TestingEnvironment in testmode, - allow persisted fixture to be dropped using new --drop command line option (for ui test runner), - fix debugging mistake in realtime map, fix merge error in empty.twig, - make sure Fixture prints to screen only for UI test setup, re-enable CustomAlerts fixture in OmniFixture, - make sure forced now value for realtime map is constant, - use *.getDatabaseConfig events to override database name in TestingEnvironment - use TestingEnvironment in proxy/piwik.php - add wait() method to screenshot testing framework's PageRenderer - hide current UTC time in manage websites admin screenshot
2014-02-25Merge branch 'master' into comparison_dashboard_changesdiosmosis
Conflicts: tests/PHPUnit/UI
2014-02-20deleting few outdated unused filesmattab
2014-02-20Fix CLI bootstrap script (add missing use statements and tweak Log config).diosmosis
2014-02-18Merge branch 'master' into comparison_dashboard_changesdiosmosis
Conflicts: plugins/SegmentEditor/SegmentSelectorControl.php
2014-02-18Add new piwik-domain generic option to the console.mattab
2014-02-15Move common startup code of Piwik PHP CLI scripts to file in misc/others and ↵diosmosis
use in geoipUpdateRows.php
2014-02-15Fix import_logs python tests.diosmosis
2014-02-15Refs #4670, remove 2.7 header requirement.diosmosis
2014-02-15Fixes #4670, use popen in import_logs.py to run updatetokenfile.php instead ↵diosmosis
of check_output.
2014-02-15Adding test log filemattab
2014-02-15Adding log file sample for icecast format refs PR #65mattab
thanks for sending these
2014-02-13Prefixing log file with directorymattab
2014-02-12Refs #4670 Document python requirement in the file comment headermattab
2014-02-10Adding index to prevent logo listinmattab
2014-02-05refs #4611 use InnoDB by default, added config option to change to different ↵Thomas Steur
storage engine, introduced new API method to create tables which will automatically use configured engine, run optimize table only for InnoDB tables
2014-02-05Fixes #4628 --enable-bots now works as expected + our importLogs integration ↵mattab
test shows that this wasn't working before.
2014-02-04beta8 needed with bug fixes2.0.4-b8mattab
2014-02-02Another short at fixing the testmattab
2014-01-31Starting January 2014, this script is now deprecated. Please only use the ↵mattab
standard archive.php script in your scheduled task setup. See documentation at: http://piwik.org/docs/setup-auto-archiving/ Refs #1959 #1411 #2848
2014-01-31refs #4564 we have to get the token from the piwik_tests databaseThomas Steur
2014-01-31refs #4564 fix import logs and archive.sh did no longer work because there ↵Thomas Steur
is no longer a superuser in the config. Read directly the tokenauth of any superuser from a generated file instead. The updatetoken.php will create a file containing the needed token in tmp/cache which will not be served by default (on apache). Also the script contains directly an exit to avoid execution or anything from the browser or cli
2014-01-31refs #4564 get the superuser from databaseThomas Steur
2014-01-28Merge remote-tracking branch 'origin/master' into multi_superuserThomas Steur
Conflicts: plugins/CustomAlerts
2014-01-26Exclude BaiduDaniel Aleksandersen
Chinese market leading search engine.
2014-01-23refs #4564 introducing some more new methods for has superuser access. Old ↵Thomas Steur
methods will still work but are marked as deprecated and they will be removed in a future release
2014-01-23refs #4564 introducing new methods to make user a user has superuser access. ↵Thomas Steur
Old methods will still work but are marked as deprecated and they will be removed in a future release
2014-01-16import_logs: added include_path options.cbay