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-09-22Split multi-line log messages into multiple log messages if file handlerThomas Steur
is used
2015-09-21Merge pull request #8804 from piwik/8780_remove_xhr_requestThomas Steur
Remove redundant loadInitialSites call in siteselector angular directive/controller.
2015-09-21Merge pull request #8807 from Joey3000/fixHardcodedLoginMatthieu Aubry
Fix hardcoded Login module references
2015-09-17Merge pull request #8766 from piwik/widget_maximise_footer_bugBenaka
Fixes #734, fix broken footer toggling when widgets are/were maximized by forcing footer to be expanded when widgets are maximized.
2015-09-17Fixed hardcoded Login module referencesJoey3000
Replaced with the official Piwik::getLoginPluginName()
2015-09-17Remove redundant loadInitialSites call in siteselector angular ↵diosmosis
directive/controller.
2015-09-16language updatesgiehl
2015-09-16ensure footer is always shown in dialogsgiehl
2015-09-15Refs #6031, #7213, add segment label to top level ↵diosmosis
CustomVariables.getCustomVariables report for customVariableName.
2015-09-15Merge pull request #8754 from piwik/6031_cvar_unified_segmentMatthieu Aubry
Define four segments that search over all custom variable name/value columns instead of one per column
2015-09-15Merge pull request #8788 from piwik/nice_titles_in_admin_screensMatthieu Aubry
Set HTML <title> values in all user menu and admin menu pages
2015-09-15Add visit scope text to relevant custom variable segments.diosmosis
2015-09-15Fix regression in last commit.diosmosis
2015-09-15Do not display suggestedValuesCallback in API output if it is not a string.diosmosis
2015-09-15Fix regression, in API\API::doesSuggestedValuesCallbackNeedData() handle ↵diosmosis
methods and free functions.
2015-09-15Allow new CustomVariable segments to provide all custom variable suggested ↵diosmosis
values by allowing the suggestedValuesCallback to accept Live.getLastVisitDetails data.
2015-09-15Allow Segments to define multiple SQL columns if the segment value can be ↵diosmosis
matched in any of those fields, and use to define two new segments: customVariableName & customVariableValue.
2015-09-15Make CustomVariableName/CustomVariableValue derive from VisitDimension ↵diosmosis
instead of Dimension so we can define segments in them.
2015-09-15Update submodulesmattab
2015-09-15Remove un-needed factorymattab
2015-09-15Set HTML <title> values in all user menu and admin menu pagesmattab
Having proper HTML titles increase usability and is important eg. one can more easily find the right tag in the list of browser tabs
2015-09-15Merge pull request #8745 from piwik/8680Benaka
Fixes #8680, if a test case or fixture class is supplied in TestingEnvironmentManipulator and cannot be autoloaded, throw an exception.
2015-09-15Merge pull request #8769 from piwik/fix_widget_footerBenaka
fixes #7085 - small css tweak to improve some widget layouts
2015-09-14Fixes #8784 Deprecate the API.getLastDate method as it is un-used in Piwikmattab
2015-09-14Merge pull request #8767 from piwik/cursor_fix_for_non_linked_sparklinesMatthieu Aubry
Show pointer cursor only on sparklines that are linked to a graph
2015-09-14small improvementssgiehl
2015-09-14Merge pull request #8778 from piwik/dev_menus_tweaksMatthieu Aubry
tweaks to the development menus
2015-09-14Display a clear error message when the SMS provider doesn't extend the ↵mattab
abstract class
2015-09-14Set help message, how to run only one UI test spec filemattab
2015-09-14Add UI Demo link to the user menu > Platform submenumattab
2015-09-14UI Notifications page now displays the user menumattab
2015-09-14Remove un-needed factory()mattab
class already extends BaseFactory with class name & error msg overrides
2015-09-14Merge pull request #8774 from piwik/layout_tweaksMatthieu Aubry
Layout tweak for phone number listing in scheduled report
2015-09-14Merge pull request #8773 from piwik/development_smsproviderMatthieu Aubry
Mobile Messaging: adds SMS provider for development
2015-09-14Mobile messaging tooltip should use new help form designmattab
2015-09-13translation updatesgiehl
2015-09-13remove special handling for annotation positioning in overlays as it should ↵sgiehl
work without now
2015-09-13refs #4615 fix layout for displayed phone numberssgiehl
2015-09-13adds SMS Provider for development, that shows all sent SMS as Piwik ↵sgiehl
notifications
2015-09-12fixes #7085 - small css tweak to improve some widget layoutssgiehl
2015-09-12fixes #8216 fixed typo that caused ' beeing replace with )sgiehl
2015-09-12Fix another system test namespace.diosmosis
2015-09-12fixes #7084 show pointer curser only on sparklines that are linked to a graphsgiehl
2015-09-12recover original footer state when closing maximised widgetsgiehl
2015-09-12fixes #6734 - always show footer for maximised widgets and disable toggle ↵sgiehl
meanwhile
2015-09-12Fixing test namespaces and files of some system tests.diosmosis
2015-09-11Use correct namespace for Insights integration tests.diosmosis
2015-09-11Merge pull request #8666 from Zeichen32/OptOutManagerQueryParametersThomas Steur
Allow plugins to add query parameters to optout form
2015-09-11Merge pull request #8726 from piwik/scheduled_reports_catchMatthieu Aubry
Catch exceptions in ScheduledReports generation so reports will still generate if individual reports fail
2015-09-11Merge pull request #8746 from piwik/8630_campaign_tracker_paramsMatthieu Aubry
When detecting campaign info in Referrers check _rcn and _rck query parameters.