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
2013-05-23Fixing tracking code generator + better display of Loading messages (more ↵1.12-b17mattab
often, but not too much) BETA 17 will become 1.12 if nothing comes up (EXCEPT for MOBILE DEVICE detection plugin coming shortly :))
2013-05-23Fixes #3887mattab
Hiding row evolution graph URL from output for Referrer.getAll Please double test it's all working!
2013-05-23Fixes #39511.12-b16mattab
2013-05-23Fixes #3940 Adding '&format=php' to ensure the data within the bulk request, ↵mattab
is converted only once and is valid JSON. Also works in XML (not in CSV). I updated the bulk request doc at: http://piwik.org/docs/analytics-api/reference/#toc-advanced-users-send-multiple-api-requests-at-once
2013-05-23Refs #3934 much better fixmattab
2013-05-23Fixing lcfirst not available yetmattab
2013-05-23Fixing non working footer link refs #2135mattab
2013-05-23Refs #3934 Thanks Peter for testing and finding this. the ↵mattab
array_map('urlencode', fixes it
2013-05-23fixing real time mapmattab
2013-05-23Fixing broken Add websitemattab
2013-05-23Merge remote-tracking branch 'origin/master'mattab
2013-05-23Fixes regression introduced recently #3941mattab
2013-05-20Fix the new archive query benchmark.Benaka Moorthi
2013-05-20Added new benchmark to test archive querying w/o launching the archiving ↵Benaka Moorthi
process.
2013-05-20Fix two other benchmarks.Benaka Moorthi
2013-05-19ref #71, #3934 - segment selection for scheduled html, pdf & sms reportsJulien Moumné
2013-05-19Added new benchmark that adds thousands of distinct urls to one site for ↵Benaka Moorthi
every day of one month.
2013-05-19Get benchmarking system to work with new test structure and make it easier ↵Benaka Moorthi
to run benchmarks through VisualPHPUnit.
2013-05-18Merge pull request #72 from piwik/translationupdatesStefan Giehl
automatic translation update
2013-05-18language update refs #3430sgiehl
2013-05-17Refs #3612 Adding new icons for browsers/os detected by upcoming advanced ↵mattab
device detection
2013-05-17Merge remote-tracking branch 'origin/master'1.12-b15mattab
2013-05-17Refs #2135mattab
* Not forwarding segment parameter to the top menu links Note: ideally we should display the Segment Editor on the WIDGET and API pages refs #3934
2013-05-17Refs #2135mattab
* Fixes "The input field for the segment's name disappers on focus loss"
2013-05-17Refs #2135mattab
* Fixing select boxes logic/API * better design for anonymous user. He can apply the segments that are shared * better message in case anonymous tries delete/edit a custom segment * Adding ability to set a segment as "PRE-PROCESS" or "PROCESSED ON DEMAND (Real time, default)"
2013-05-17Fixing build.Benaka Moorthi
2013-05-17Allow easy use of XHProf when running phpunit tests from the command line.Benaka Moorthi
2013-05-17Make sure excluded user agent textarea displayed when adding a new site to ↵Benaka Moorthi
Manage > Websites is only displayed when option to use site specific exclusion criteria is set.
2013-05-16refs #2135 always show autocomplete when clicking on the input elementsgiehl
2013-05-15Refs #2135 Enabling plugin by default for all updatesmattab
2013-05-15fixing buildmattab
2013-05-15Refs #2135mattab
* when changing website in the selector, the segment parameter will be reset (to no segment).
2013-05-15Merge remote-tracking branch 'origin/master'mattab
2013-05-15Refs #2135 i18n + improvements (custom loading message when segment applied)mattab
2013-05-15Got VisualPHPUnit to work with PHP 5.4.Benaka Moorthi
2013-05-15Modify XHProf building instructions & add more xhprof related files to ↵Benaka Moorthi
.gitingore.
2013-05-15Switch to github version of xhprof which works with PHP 5.4.Benaka Moorthi
2013-05-14Adding user agent to the newVisitorInformation tracker hookmattab
refs #3612
2013-05-14I'm using Meld on Ubuntu to compare processed VS expected files. slightly ↵mattab
updating README to clarifying workflow.
2013-05-14Fixes #3935 Thanks for the patch!mattab
2013-05-14Refs #2135mattab
Fixing couple small bugs
2013-05-14Fixes #3928 Adding Bitcoin to list of currenciesmattab
2013-05-12Fixing a bug with row evolution label containing commasmattab
2013-05-12Forgot to commit this onemattab
2013-05-12Getting tests to pass! YOUPI!!!mattab
2013-05-12Fixing couple more bugs (with date ranges & anotations, and bulk requests)mattab
2013-05-12Fixes #3932mattab
* you can now write browserCode==ff;referrerKeyword!= to select all visitors using firefox and that have a keyword set * or you can write referrerKeyword==;browserCode==ff to select all visitors using firefox and that did not have any keyword set Also fixes #3933 Refs #2135 * fixing last bugs with segment selector encoding (working on chrome + FF + opera) - I 'hope' it will work on iE...
2013-05-11Refs #2135mattab
* NAILED the encoding! wow that was tough for my brain, but finally got around it. Some findings: _GET is automatically URL decoded QUERY_STRING contains raw URL so we'll use this one instead I REALLY want to simplify the whole "_GET" variables within Piwik so that all code uses a static method to get input variables. Refs #3931
2013-05-10Refs #2135mattab
* Fixing some encoding issues and many small bugs * When user is anonymous, show message inviting user to login to try the feature
2013-05-10 * fixing error/bug in Transitionmattab
* Multi-Row evolution + Limit selector "10/50/100/500" now works as expected