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-02-04refs #7129 fix year is not fully visible in chrome, removed date header ↵Thomas Steur
which is not needed
2015-01-16Refactored Twig templates using a single base layoutMatthieu Napoli
Also should affect #7036
2015-01-16Merge pull request #7035 from TheCrowsJoker/focusMatthieu Aubry
You can now see the focus of menu items when tabbing through the page
2015-01-15You can now see the focus of menu items when tabbing through the pageLiam Sharpe
2015-01-15Merge pull request #6989 from piwik/user_menuThomas Steur
Show user menu similar to admin menu
2015-01-15merged conflic resolvedflora edwards
2015-01-15some admin pages did not use the max available space in the headline, update ↵Thomas Steur
check was not aligned
2015-01-15it makes actually more sense for admin users to link to websites by default ↵Thomas Steur
is this is always activated and maybe more interesting for them
2015-01-15privacy opt out was shown in general settings and privacy settings. we leave ↵Thomas Steur
it in privacy settings. as admin users do not have access to general settings we need to link to privacy settings
2015-01-15in admin area make sure to use as much content width as possibleThomas Steur
2015-01-15fix websites selector ui test, text should not be underlined on hoverThomas Steur
2015-01-15more consistent usage of link color and other ui elements in user/admin areaThomas Steur
2015-01-15make sure to use same link colors in user areaThomas Steur
2015-01-15show a menu in the user area, lots of improvements to be more consistentThomas Steur
2015-01-15changed the blue colour used repeatedly through the site to make it darker ↵flora edwards
for enough contrast for users with eyesight difficulties.
2015-01-15Merge pull request #7024 from itscutekk/accessability2Matthieu Aubry
Accessability2
2015-01-15changed the lang translation, as well as putting section tags around the ↵kiriti.kishore
user map to tab across it, and changed the alt text for "Goals.php." to distinguish between "Display a table with Goals metrics" and "Display a table with visitor enganement metrics
2015-01-14Renamed the .css file into a .less fileLiam Sharpe
2015-01-14Adding missing filesLiam Sharpe
2015-01-14Introduced variables for backgroundLiam Sharpe
2014-12-29Fix regression found in screenshot test refs #6831mattab
2014-12-29fixes #6831 only include file oncemattab
2014-12-02Fixes #4512 Make site selector 30 pixels widermattab
2014-12-02Removed unused LESS filemattab
2014-11-17Fixes #6163Frédéric Bolvin
Moved IE conditional statements to body to prevent ignoring the X-UA-Compatible tag by IE
2014-10-28Use custom logo & favicon in error page.diosmosis
2014-10-07Fixes #6138 Links in admin pages are now underlined to be visibleMatthieu Napoli
2014-10-03Extend tracking with all changes.Marcin Czołnowski
2014-09-24refs #5983 make sites manager working again, more naming fixesThomas Steur
2014-09-12Refs #5976, fix CSS changes for widgetized reports.diosmosis
2014-09-09Refs #5355, use existing plus/minus icons in normal subtable reports and ↵diosmosis
don't use new CSS for actions reports which use images.
2014-09-09Fixes #5355, add plus/minus icons to left of rows w/ subtables that change ↵diosmosis
when tables expand/contract. Also add tooltip to rows w/ subtables.
2014-09-09Fixes #6034, replace down arrow in segment selector top control with icon ↵diosmosis
used in segment editor. Also fixed issue where selector size change would not move icon to the right.
2014-09-08Merge pull request #344 from Irrational86/masterMatthieu Aubry
Changed JavaScript Tracking Code generation to use "//"
2014-09-04Added the protocol-agnostic URL format to the Tracker's fallback image.Jesse
2014-08-20refs #5977 moved the stylesheet definition to forms to make sure it is ↵Thomas Steur
always applied
2014-08-20refs #5977 make sure the site selector is always visibleThomas Steur
2014-08-19refs #5977 group goals in a menu if there are more than 3 goals. I reused an ↵Thomas Steur
existing menuDropDown component that was already used for Language and Usermenu. I removed the round border there as all our other components to not have round corners. Also had to add some z-index because Segment and Date picker define a z-index. So to make sure the components are correct visible I had to add a z-index to the submenu and therefore to the top menu. I hope this does not introduce any side effects. Tested with leftMenu and with ZenMode...
2014-08-11fixes #5961 radio fields were not selected when editing a goalThomas Steur
2014-08-03Add feature to persist cors hosts in config, edit in general settings tab ↵Marcin Czołnowski
and append to API headers if any is set.
2014-07-25Merge branch 'master' of https://github.com/piwik/piwikJesse
2014-07-25First attempt at fixing failing tests.Jesse
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-22refs #5406 prevent error if user is anonymousThomas Steur
2014-07-21refs #5406 added a more detailed error message, some ui tweaks and display a ↵Thomas Steur
link to email sysadmin if possible
2014-07-02Merge pull request #324 from JulienMoumne/3838Matthieu Aubry
refs #3838 - SitesManager fully migrated to AngularJS
2014-06-29refs #3838 - dead codeJulien Moumné
2014-06-25Fix regression in c28c242, only initialize uninitialized iCheck checkboxes.diosmosis
2014-06-24Add .less to be consistentmattab