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
2015-12-04.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-12-04travis: added group:legacy to use old infrastructure until issues are resolvedmattab
2015-12-04Merge pull request #9329 from piwik/escapelikestring_memory_2Matthieu Aubry
Check whether string actually contains value to prevent from copying the string to reduce memory usage
2015-12-04Merge pull request #9322 from piwik/9250Matthieu Aubry
Improve responsive layout header
2015-12-04Check whether string actually contains value to prevent from copying the ↵Matthieu Aubry
string to reduce memory usage
2015-12-04Merge pull request #9324 from piwik/9025Matthieu Aubry
Show selected/current website in websites selector
2015-12-04Merge pull request #9318 from piwik/processrequestserializeMatthieu Aubry
Do not serialize Request::processRequest API request
2015-12-04Merge pull request #9323 from piwik/9026Matthieu Aubry
Improve design of Transitions - No data message
2015-12-04Merge pull request #9300 from piwik/9299Matthieu Aubry
Make sure to compare referrer values lower case
2015-12-04Merge pull request #9279 from piwik/9239Matthieu Aubry
--force-date-last-n should really force archiving, even if there was no visit recently
2015-12-04Merge pull request #9241 from piwik/8393Matthieu Aubry
fixes single quote bug in rowevolution
2015-12-04submodule updatessgiehl
2015-12-04Merge pull request #9325 from piwik/translationupdatesStefan Giehl
[automatic translation update] Updated 215 strings in 10 languages (tr, cs, de, el, it, ja, pt-br, sl, ko, fr)
2015-12-04Merge pull request #9221 from piwik/9145Matthieu Aubry
Show a warning when https was not detected correctly on the server
2015-12-04Minor code review items: anonimise URL referrer, split strings in two...mattab
2015-12-04language updatesgiehl
2015-12-04show selected/current website in websites selectorThomas Steur
2015-12-03fixes #9026 Improve design of Transitions - No data messageThomas Steur
2015-12-03move text for piwik demo message to the leftThomas Steur
2015-12-03make responsive layout header look a bit betterThomas Steur
2015-12-02refs piwik/plugin-CustomDimensions#15 detect idDimension from url instead of ↵Thomas Steur
hash if it is widgetized
2015-12-02Merge pull request #9309 from RegioneER/i9148_user_menuitemThomas Steur
Improving SR readabilty of users' menuitem in topBar
2015-12-01Merge pull request #9315 from piwik/usersmanager_eventsThomas Steur
Do not call API methods directly so plugins can hook into it
2015-12-01refs #7105 do not call API methods directly so plugins can hook into itThomas Steur
2015-12-01Do not serialize API request otherwiseThomas Steur
2015-12-012.15.1-b62.15.1-b6Matthieu Aubry
2015-11-30Merge pull request #9301 from piwik/9256_transitionThomas Steur
Forward selected segment to transition in overlay
2015-11-30fix #9306 try to handle a urldecoded segment first when formatting a segmentThomas Steur
2015-11-30Improving SR readabilty of users' menuitem in topBarTassoman
2015-11-30UI tests: New parameter added to API function CustomDimensionsmattab
2015-11-30forward selected segment to transition in overlayThomas Steur
2015-11-30update submoduleThomas Steur
2015-11-29Merge pull request #9295 from RegioneER/i9148_user_menuThomas Steur
I9148 user menu
2015-11-29Merge pull request #9298 from florisluiten/pdo_mysql_force_unix_socket_if_setThomas Steur
Unset host+port for MySQL PDO if unix_socket is non-empty
2015-11-29refs #9299 Make sure both values are lower case when comparing the valueThomas Steur
While debugging #9299 I noticed the check is a bit fragile. There is probably no actual issue but if one ever forgets to convert the `$information` to lowercase in referrer detection then Piwik creates many new visits.
2015-11-28add more special chars to keyword testssgiehl
2015-11-27Override the _dsn method to ensure the host+port is unset as soon as ↵Floris Luiten
unix_socket is set
2015-11-27Merge branch 'master' of github.com:piwik/piwik into i9148_user_menuTassoman
2015-11-27Merge pull request #9280 from piwik/9052Thomas Steur
Make sure local time has valid time format
2015-11-27Merge pull request #9281 from piwik/9068Thomas Steur
Add 'all' in the Row count selector to be able to display all rows, and optionally export them all
2015-11-26Adding WAI-ARIA roles menubar and menuitem inside tobBar templateTassoman
2015-11-262.15.1-b52.15.1-b5Matthieu Aubry
2015-11-26update submoduleThomas Steur
2015-11-26UI tests now show 'all' in row count selectormattab
2015-11-26Add 'all' in the Row count selector to be able to display all rows, and ↵mattab
optionally export them all
2015-11-26Make sure local time has valid time format fixes #9052mattab
2015-11-26fix custom dimension reports shown an error when trying to detect if it ↵Thomas Steur
supports pivot
2015-11-26update submoduleThomas Steur
2015-11-262.15.1-b42.15.1-b4Matthieu Aubry
2015-11-26Merge pull request #9278 from piwik/extendable_rowactionsMatthieu Aubry
Make transtion and overlay row actions extendable by other plugins