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
2022-04-05Remove execute bit on files that do not need it (#19052)Adrien Crivelli
Because execute bit might be a security risk and has no useful purpose for files that are not meant to be executed in the first place.
2020-10-07don't mention PHP5 in messages (#16538)Lukas Winkler
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
* renaming more Piwik mentions * some more updates * fix some tests * support matomo partially as require string * fix tests * fix failing system test * fix tests * fix system test * fix test
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
* http://piwik.org -> https://piwik.org * more HTTPS URLs * some more HTTPS URLs * test README * don't show "Plugin Hompage" for Piwik plugins * fix tests * compile minified js (hope I didn't break anything) * some more small changes * fix UI test * comment length in piwik.js changed due to https links * fix test * update ui file * update submodule
2014-04-25Fixes #5039 Deprecate archive.sh by printing warning message, returning ↵mattab
error, and still we try to stay backward compatible by running ./console core:archive
2014-04-07Fixes #4958 Remove CoreAdminHome.getKnownSegmentsToArchive APImattab
2014-03-06Update archive.shOliver Zachau
We are mistakenly using "php" for this instead of the $PHP_BIN.
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
2013-11-04Fixes #4272 Not displaying messages when there are no segments to pre-processmattab
2013-02-08Removing references to archive.sh [ci skip]mattab
2011-03-29Fixes #2239 Thanks for the report tthuermer! mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@4227 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-02-23Fixing the strange message output in archive.sh when no segments are found ↵mattpiwik
(default use case) git-svn-id: http://dev.piwik.org/svn/trunk@3962 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-02-13Refs #1736 Adding new setting to force the list of Segments to process ↵mattpiwik
during cron execution. TODO: * Test the archive.sh script in a real setup * Write the added logic for the windows script Example in config.ini.php {{{ [Segments] ; Pre-process the visitor types segment Segments[]="visitorType==new" Segments[]="country==IN" }}} git-svn-id: http://dev.piwik.org/svn/trunk@3874 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-05Fixes #1698 - I assume the -e parameter is still valid?mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3639 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-09-03refs #1661 - propset svn:executable on archive.shrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3042 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-07formatting/style changesrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2898 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-31Fixes #1540mattpiwik
Thanks for the tip gereon_s git-svn-id: http://dev.piwik.org/svn/trunk@2837 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-29Fixes #587mattpiwik
* Adding automatic crontab task triggered from Tracking requests on piwik.php. * Define max frequency in config file, default to 1 try each hour. * Will not run if 'Browser archiving' is disabled, as it means the cron is already setup, and it will run scheduled tasks. * Note that Scheduled tasks only do not necessarily trigger archiving. The user might still experience slow loading time if he loads Piwik after a long absence. We could consider writing a scheduled tasks that triggers archiving daily for each website git-svn-id: http://dev.piwik.org/svn/trunk@2767 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-28Refs #71mattpiwik
* Scheduled PDF reports by email work as expected * fixed issue with current week used instead of last finished period, * fixed issue that all recipients were listed in the same TO: field, now sending one email per address. * Super user API methods will return all PDF reports by default, but UI now only displays PDF created by Super User. * Refs #1184 Better logging of what task was ran and how long it took * The API call to run scheduled tasks must also be ported to Powershell refs #1411 git-svn-id: http://dev.piwik.org/svn/trunk@2737 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-24Fixes #1184 Great patch by Julien Moumne to add Scheduled Task API in Piwikmattpiwik
* possibilty to schedule daily/weekly/monthly tasks * tasks are executed via the crontab script for now (refs #1411 should be updated to trigger the tasks as well) * features the first use case: a Monthly OPTIMIZE TABLE statement ran on all piwik archive tables (to defragment the space after we run the DELETE statements) * Next candidates: PDF reports by email, custom Alerts * comes his very serious unit testing git-svn-id: http://dev.piwik.org/svn/trunk@2648 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-06-22fixes #1439robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2330 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-04-12Refs #56 mattpiwik
* Also updated doc on http://piwik.org/docs/setup-auto-archiving/ git-svn-id: http://dev.piwik.org/svn/trunk@2082 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-03-31Fixes #1227mattpiwik
the archive script now loops over all websites and triggers a different request for each archive, helping out with the archive memory exhausted issue (refs #766) git-svn-id: http://dev.piwik.org/svn/trunk@2025 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-12-10handle case where php5 doesn't exist and script invoked with -e parameterrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1659 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-11-05fixes #1033 - archive.sh patch; thanks ogs22robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1568 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-07-01Fixes #831 - check for alternate php binary; also simplify retrieval of ↵robocoder
token_auth for sh lacking substring replacement git-svn-id: http://dev.piwik.org/svn/trunk@1267 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-03-19- fixes #599 Make archive.sh not accessible via http; patch by pebosi and ↵mattpiwik
vipsoft! git-svn-id: http://dev.piwik.org/svn/trunk@990 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-24git-svn-id: http://dev.piwik.org/svn/trunk@742 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-24- claryfying the archive.shmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@740 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-10- adding cron tab file that users can execute to automatically archive their ↵mattpiwik
piwik data every day (or every hour) git-svn-id: http://dev.piwik.org/svn/trunk@521 59fd770c-687e-43c8-a1e3-f5a4ff64c105