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
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2 steps required: 1. Refactor > Move > \Piwik\Core\Config (uncheck "Create new File") 2. Refactor > Rename > Piwik_Config to Config
2013-07-07Added new integration test for archive.php cron script.Benaka Moorthi
Notes: - Modified ManySitesImportedLogs fixture to add segments if desired. - Switch to synchronous execution of curl requests until deadlocking issue in archive processing is dealt with. - Fixed bug in LogAggregator where if a segment required a subquery, archiving would failed.
2013-06-25 * Adding htaccess to allow loading SVG+PNG logos on Settings pagemattab
Refs #4019
2013-06-23Merge pull request #75Fabian Becker
2013-06-20Handle log files in log importer where site URL's protocol + host will be ↵Benaka Moorthi
prepended to the path even if the path already contains a protocol & host.
2013-06-16More refactoring, moving SQL to classes and cleaning up logic so I can ↵mattab
understand it (nearly there)
2013-05-30minormattab
2013-05-23Move the user logo from themes folder to miscThomas ZILLIOX
2013-05-07Refs #1700 important: renaming generation_time_ms to gt_ms for keeping ↵mattab
parameters name short. Updated doc at: http://piwik.org/docs/tracking-api/reference/ and http://piwik.org/docs/page-speed/
2013-05-07Using standard example domains rather than other websites. Thanks Ronald ↵mattab
Volgers for the suggestion!
2013-05-01HTTP status codes should be a page scope custom variable.Benjamin Doherty
2013-04-25Update import_logs.pyAlejandroF
Added support to Icecast2 HTTP logs format. NSCA_EXTENDED + SessionTime
2013-04-23Refs #2135mattab
* BETA release of Segment editor. * API to add/update/delete/get recorded segments * cron script will pre-process segments marked as such * UI to create, update, apply segments TODOs @mattab - test with NON super user (anon/view/admin) - testing (and more testing)-- try to break it (it's not hard...) - UI: Saving the segment for reuse / pre-processing - Loading message: "This can take a while based on the amount of data that needs to be pre-archived" - i18n - Save & Apply this segment ==> "Test this segment" which would call VisitsSummary.get for early feedback ? + hoping for Piotr superJS Ninjas skills with some jquery/js that I can't figure out
2013-04-18Fixes #3832, add --force-lowercase-path option to log importer script that ↵diosmosis
makes all paths lowercase before importing hits.
2013-04-16Fixes #2019 thanks for the report, fixing the regressionmattab
2013-04-14use unix line separator instead of system dependentJulien Moumné
2013-04-14Publishing the Phpstorm custom PSR coding style for others to reuse (and to ↵mattab
make sure I don't lose it, since we want to apply it again (eg. every year or so)) This fixes #3895 the mass conversion was applied in: [ae4b03163792f0b6e933933e5d37df87dc3fd566]
2013-04-03Beautify the time in Metadata reports + testsmattab
Small update to log analytics readme Fixes #1700 Awesome work Timo!
2013-04-02refs #1700 performance analyticsTimo Besenreuther
* adding avg_time_generation to Actions.get + integration tests * adding sparkline for average generation time to Visitors > Overview * changing number formatting to 0.XXs instead of XXXms + test cases * tooltip for reports with avg. generation time: "average based on X hit(s)" * log import: support generation_time_milli (not only generation_time_micro) * example for importing generation time from logs in read me
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
2013-03-26refs #1700 basic performance analytics: handle server generation time for ↵Timo Besenreuther
each page and page title CORE * formatting sub-second times * getColumn() method on data table array (in order to behave the same as the regular data table class) * data tables can store in their meta data, which columns are empty (this is used in order to dynamically hide the new "generation time" column) * ViewDataTable and Api.getProcessedReport act according to the empty column meta data SCHEMA * new column custom_float_1 in log_link_visit_action * new version to apply the change TRACKER * Piwik_Tracker::setGenerationTime * tracking parameter "generation_time_me" * value is stored in new custom_float_1 column * the log importer can handle a group "generation_time_micro" which can be used in a custom log format. _micro is used because apache can log the time in microseconds but piwik processes milliseconds. * note: extension of JS tracker still missing ACTIONS PLUGIN * for pages and page titles, add new columns sum_time_generation and nb_hits_with_time_generation to the blob archives * if they are set, compute avg_time_generation on the API level. if not, remove the columns and mark them as empty in the data table meta data. * show new column "avg. generation time" in the pages and page titles reports plus TESTS for everything
2013-03-24Fixes #3805, reverted change in log importer that looked for end-of-line ↵diosmosis
after format regex match and modified format autodetection logic to pick the format based on whether the format matches and the number of groups returned in the match. Notes: * Added several more tests to log importer tests.py. Added tests for checking format of log files w/ extra junk info on log lines. Added individual tests for parsing regex format. * Modified log files used in ImportLogs test, added extra junk info to end of some lines. * Fixed failing test in tests.py for the S3 log file format.
2013-03-21adding some excluded user agents to log importTimo Besenreuther
2013-03-20Some documentation correction.Fabian Becker
2013-03-14Refs #3820 script links to docmattab
2013-03-13fixes #3820Fabian Becker
2013-03-13Fix markdownFabian Becker
2013-03-13Extract and format description for Piwik Proxy script.Fabian Becker
2013-03-13Refine proxy piwik.phpFabian Becker
2013-03-07some improvements to translation update scriptsgiehl
2013-03-04Fixed if condition if optoions replay_tracking enabled.Tomek Wójcik
2013-03-04Fixed 'rec' param value when replay-tracking enabledTomek Wójcik
2013-03-031.11-b21.11-b2mattab
2013-03-03Fixes #3783 Thanks for the report & patch helpmattab
2013-02-27Minor changesmattab
2013-02-27Fixes #3632, refactor/tweak pull request #34 merge.diosmosis
2013-02-27Refs #3632, Remove stray debugging code.diosmosis
2013-02-27Refs #3632, add integration test for import script replay tracking.diosmosis
2013-02-27Fixing build (make sure regex format checks for end of line in log import ↵diosmosis
script).
2013-02-27Merge pull request #34 from clearcode/masterdiosmosis
Modify replay tracking to use site ID in query string when using replay-tracking option.
2013-02-27Create sample log file using Amazon S3 log formatlesensei
2013-02-26Add Amazon S3 log format to import_logs.pylesensei
2013-02-26Refs #1845, change code in proxy-hide-piwik-url/piwik.php to use async code.diosmosis
2013-02-25Fixed if condition.Tomek Wójcik
2013-02-25Fixed replay-tracking option to parse different sites ID.Tomek Wójcik