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-04Merge pull request #9314 from piwik/action_type_segmentMatthieu Aubry
New segment: ActionType
2015-12-04Merge pull request #9322 from piwik/9250Matthieu Aubry
Improve responsive layout header
2015-12-04we are now using type 10 in log_action when request was an event.mattab
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 #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-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-01New segment: ActionTypeThomas Steur
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-30forward selected segment to transition in overlayThomas Steur
2015-11-30update submoduleThomas Steur
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-27Merge branch 'master' of github.com:piwik/piwik into i9148_user_menuTassoman
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-26update submoduleThomas Steur
2015-11-26Add 'all' in the Row count selector to be able to display all rows, and ↵mattab
optionally export them all
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-25make transtion and overlay row actions extendable by other pluginsThomas Steur
2015-11-25updated submoduleThomas Steur
2015-11-25Merge pull request #9217 from piwik/9129_2Matthieu Aubry
Added feature Custom Dimensions
2015-11-25update submoduleThomas Steur
2015-11-24Merge pull request #9268 from piwik/removed_line_to_merge_if_greenMatthieu Aubry
removed unused line from codebase
2015-11-24Breaking a string into two strings to prevent regression as this string is ↵mattab
used in other places (scheduled report UI)
2015-11-24UI test shows Custom Dimensions menu in Personal menumattab
2015-11-24Merge branch 'master' into 9129_2mattab
2015-11-24Update submodules to mastermattab
2015-11-24fix system tests and fix an error where we did not pass the correct siteId ↵Thomas Steur
when saving measurable settings
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-11-23fixes #8393 - unsanitize label for row evolutionsgiehl
2015-11-23Re-use the Common::mb_substr method.YAMAMOTO Takashi
2015-11-23Internal / external search strings will be reduced more than 255 "bytes" ↵YAMAMOTO Takashi
without boundary.
2015-11-23PHP's function substr calls unreadable characters, because it cuts multibyte ↵YAMAMOTO Takashi
characters without boundary. And MySQL's varchar has a number of multibyte characters - not bytes.