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
2021-05-27Fix position & visibility of icons in maximized widgets (#17630)Stefan Giehl
* Fix position & visibility of icons in maximized widgets * updates expected UI file
2020-06-08Switch from bower to npm and update JS libraries (#14082)diosmosis
* Starting to replace bower with npm: use updated jquery-ui from npm. * Use jquery from npm./ * Use angular from npm. * Add more angular libraries. * Use chroma-js from npm. * Remove html5shiv, does not appear to be used. * Use iframe resizer library from npm. * Add jquery-mousewheel * Add jquery.dotdotdot from npm. * Get jquery.scrollto from npm. * Get jscrollpane from npm. * Get materialize-css from npm. * Get mousetrap from npm. * Remove ngDialog, as it is no longer used. * Install qrcode.js from npm. * Get sprintf-js from npm. * Get visibillityjs from npm. * Remove bower.json. * Getting parts of matomo to work w/ new versions of libraries installed by npm. * Ignore node_modules subfolders in node_modules since we only use npm for frontend dependencies + fix a test. * Fix button padding. * Fix series picker checkboxes. * Fix karma conf. * Fix CSS in right place. * Fixing more css/less issues. * More test fixes. * Limit selection style fix. * Fix more tests + materializecss issues. * Fix a couple more tests. * Fix annotation styling. * remove error * add ng-dialog files * try to fix some tests * Fix several UI tests. * fixing more build issues * Fix several more tests and issues. * fixing more tests * split ui tests into 3 groups * fix several more issues and tests * Fix some console warnings on chrome. * Updating more test files. * fix some tests * yet more fixes * couple more fixes * another form fix * Fix some tests. * update screenshot * update more expected files * Fix two more form issues. * test commit (travis is not fetching submodules for some reason...) * remove scripts removed in merge * three travis builds * split UIIntegrationTest into multiple suites * lets try this again * updae several expected screenshots * fix some more tests * fix plugin details material select and tabs initiaialization * update screenshots + css fix * re-initialize materialize tabs since we load jquery-ui afterwards for datepicker which unsets materialize tabs * update more screenshots and fix couple more issues * update more screenshots + tweak to test * more fixes and screenshot updates * fix some issues and update more screenshots * update submodules * more fixes + more updated screenshots * more css fixes and test fixes * couple fixes & updated screenshots * update screenshots * fix random failure * Map old bower_component files to new ones in AssetManager. * Remove node_modules from PR and ignore node_modules in .gitignore and remove libs/jquery (adding new required libs). * Update .travis.yml. * update screenshots * fixing some more issues * fix copy pasta * update screenshots * fix more modal issues * Update css & screenshots. * correct close modal calls * fixing more issues * data-target instead of data-activates * fix more tests * trigger build that works? * fix more tests * update submodule * debugging travis * more debugging * try to fix test * fix modal no button click in test * update more screenshots * couple more test fixes * some more fixes and updated screenshots * update screenshots * apply some review feedback * Fix modal centering and initial top position. * apply some more pr feedback * another pr fix * update submodule * remove style * fix color of checkbox mark * Fix centering the popover Note: centering the popover relative to body doesn't work poperly anymore, maybe because of the fixed position of the widget overlay. Using the ui-widget-overlay to position the dialog centered seems to work * ignore line endings check for node modules * updates expected UI files * submodule updates * use minified file of jquery.browser.js * updates expected test files * ensure to hide parent tooltips when row action tooltips are shown * tweak less for datatable navigation * style is only useful for dashboard * update some screenshots * update submodules Co-authored-by: sgiehl <stefan@matomo.org>
2018-11-13Update theme to reflect the new logo and brand color changes (#13629)Thomas Steur
* update theme * fix alert box has no spacing * fix couple issues with new theme * improve contrast and make sure to use correct theme color * fix notification colour * fix wrong logo used * fix theme color * fix update title not readable
2018-01-18Changed "right" positioning on ui-dialog hovering buttons (#12458)Jouveer
2017-11-23issue #12175 (#12220)Fabian Dellwing
this should fix uneven styling of widgets. could not monitor any unwanted differences, but it is possible.
2017-11-20Fixes CSS position to solve overlay problems (#12023)Stefan Giehl
2017-10-04Make it possible to show a header message for datatables (#12146)Stefan Giehl
* Make it possible to show a header message for datatables * update changelog * add comment that messages will be printed raw
2016-08-29Better UI for Piwik 3, more responsive, faster, lots of other fixes (#10397)Thomas Steur
* improved ui and responsiveness * improve rss widget * commit changes for ui again, got lost after the last commit * fix more tests * restoring files * fix fonts * fix more tests * more test fixes * fix some system tests * fix tests * fix system and ui tests * fix updater tests * make a page as loaded once the callback is called * enable verbose * more verbose output * enable phantomjs debug flag * debug should be a phantomjs option * trying to fix installation tests * fixes #10173 to not compile css files as less * trying to minimize js/css requests to hopefully prevent random ui test fails * disable verbose mode * fix updater and installation * lots of bugfixes and ui tweaks * fix reset dashboard * various bugfixes * fix integration tests * fix text color * hoping to fix installation tests this way * cache css/js resources for an hour, should speed up tests and prevent some random issues * we need to avoid installing plugins multiple times at the same time when requesting resources * finally getting the colors right again * fix most tests, more tests for theme * use an h2 element for titles for better accessibility * fix headline color * use actual theme text color (piwik-black) * fix small font size was applied on all p elements * fix tests * now improving all the datatables * trying to ignore images for visitor log * Revert "trying to ignore images for visitor log" This reverts commit ad1ff7267aae14ad905bef130e956c8593c4fb22. * fix tests * fix we had always ignored a max label width * trying to fix file permissions * fix more file permissions * Improved plugins update API (#10028) * refs #7983 let plugins add or remove fields to websites and better settings api * * Hide CorePluginsAdmin API methods * More documentation * Added some more tests * improved updates API for plugins * better error code as duplicate column cannot really happen when not actually renaming a colum Conflicts: core/Updates/3.0.0-b1.php plugins/CoreUpdater/Commands/Update/CliUpdateObserver.php * fix DB field piwik_log_visit.location_provider too small (#10003) * fixes #9564 fix DB field piwik_log_visit.location_provider too small * use new plugins updater API * DB field piwik_log_visit.visit_total_actions too small (#10002) * fixes #9565 DB field piwik_log_visit.visit_total_actions too small * change type of some db columns that are too small * fix tests (#10040) Conflicts: plugins/CoreAdminHome/Menu.php plugins/Goals/Menu.php plugins/MobileMessaging/Menu.php plugins/SitesManager/Menu.php plugins/UsersManager/Menu.php tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getWidgetMetadata.xml * fix more file permissions * repair more file permissions * repair more file permissions * trying to make ui tests work again, the table was missing * fix some encoding issues * cross browser fixes and usability improvement * move back the config icon, need to find a better solution later * more cross browser fixes * bugfixes * fix ui tests * fix encoding issue * fix various issues with the ui tests when a test gets aborted * also skip this visitor log test when aborted * there were 3 css files that were loaded separately, merge them instead into one css * forgot to add the actual manifest * do not add manifest if custom logo is specified * load font css files first as it was before merging them into big css * fix link icon was not aligned anymore * minor fixes * setting it back to 4px * in popovers the font variable was always ignored and a different font loaded * forgot to update screenshots * fix remaining tests * this should fix an update error * added 3 new widgets system check, system summary and plugin updates * tweak new widgets content * no page reload when changing date or segment * in admin home show only enabled widgets * refs #10295 use getMockBuilder instead of deprecated getMock * fix some ui tests * fix various bugs * fix more tests * fix ui tests * add a space between loading image and loading message * fix docs so they appear on developer.piwik.org * improved documentation * introduce new Widget::renderTemplate method for consistency with controllers * remove no longer needed files * testing system fonts * fix strong was not really bold * more useful system summary * remove ubuntu font * fix most tests and removed most em elements * fix tests * fix headline was very thin * update submodule * update submodules * update submodule * fix failing ui tests * update submodules
2016-02-02refs #9686 add help links in error message to Piwik PROThomas Steur
2016-01-22Fixes #6766 Let Super User view and edit segments created by other usersmattab
As a Super User: * I can now see all segments that were created for this website by any other user * When a segment was created by another user who is not Super User, the segment appears below a new section "Visible to you because you have Super User access:" * Such segments are editable by the Super User * The only difference when editing someone else's segment, as a Super User, is that "This segment is visible to [ME]" now says "This segment is visible to [SEGMENT_AUTHOR_USERNAME]" * One can now search in the search bar for a username and see all segments created by this user For all users: * New section "Shared with you:" now lists segments created by a Super User, and marked as "Visible to [All Users]" * Before segments shared with me, looked the same as segments I created, which was confusing
2016-01-20Made changes to widget backgrounds.Andre Fremaux
2015-12-19fixes #9022 - fixed jumping effect in dashboardsgiehl
2015-10-17fixes #8870 improved remove dashboard behaviour for default dashboardsgiehl
2015-10-07various fixes for left menu, code tweaks and documented new method to ↵Thomas Steur
register icons
2015-10-07Left menu designThomas Steur
2015-08-07refs #7847 fix some alignmentsThomas Steur
2015-07-29set a min-width to fix ↵Thomas Steur
http://builds-artifacts.piwik.org/ui-tests.master/14511.7/DashboardManager_widget_preview
2015-07-29refs #7835 rename Widgets & Dashboard selector to DashboardThomas Steur
2015-06-24Merge pull request #8192 from piwik/visitor_log_widget_ui_fixMatthieu Aubry
Improve look of the visitor log in the dashboard / widget
2015-06-24also change the look of visitor log for exported widgetThomas Steur
2015-06-24when viewing the visitor log as a widget in the dashboard it does not look ↵Thomas Steur
good because of card design
2015-06-24make the dashboard look a bit more like cards designThomas Steur
2015-06-23lighter and more consistent border colors, fix one spacing issueThomas Steur
2015-06-22fix dashboard mobile view takes too much spaceThomas Steur
See http://builds-artifacts.piwik.org/ui-tests.master/13566.7/UIIntegrationTest_dashboard5_mobile
2015-06-01ref #7585 Refactored the less rules for buttons to simplify themMatthieu Napoli
Removed most of the `!important` tags which allows to override the design of buttons (e.g. `btn-lg`, etc.)
2015-05-27Removed the .box-shadow mixins as they are useless and broken (break ↵Matthieu Napoli
compiling to CSS) They are useless since box-shadow is supported in all browsers except IE 8 (in which using a prefix doesn't help anyway).
2015-05-20#7879 Removed inconsistencies of widget stylingMatthieu Napoli
2015-04-16Fixed UI pixel differencesMatthieu Napoli
2015-04-16Fixed UI glitchesMatthieu Napoli
2015-04-16UI fixesMatthieu Napoli
2015-04-16The dashboard now uses Bootstrap's grid systemMatthieu Napoli
2015-04-16A try at including Bootstrap's container and grid system to replace custom ↵Matthieu Napoli
classes
2015-01-15Removed un-needed CSSmattab
2015-01-15Merge https://github.com/piwik/piwikNigel
2015-01-15Removed margin on top of widget namemattab
2015-01-15H3 is not bold on dashboard widgetsmattab
2015-01-15merged conflic resolvedflora edwards
2015-01-15changed all css within '.widgetName h3{' to make all the headings of the ↵flora edwards
widgits on the dashboard to h3 from span without changing what it looked like.
2015-01-15Fixed the line break before the widget titleNigel
2015-01-15Merge pull request #7015 from TheCrowsJoker/widget-headersMatthieu Aubry
Added h3 tags to widget headers
2015-01-14Added h3 tags to widget headersLiam Sharpe
2015-01-14Introduced variables for backgroundLiam Sharpe
2015-01-09fixes #6700 - assure that hidden content isn't visible in viewport anymoreStefan Giehl
2014-07-21refs #5406 the loading message should be still centered in widgetsThomas Steur
2014-07-21refs #5406 make sure it shows an error message in dimension, do not show an ↵Thomas Steur
error if request was aborted and align the text left
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-21refs #5406 hide loading indicator if any error occurs and make sure to ↵Thomas Steur
display an error message. Not sure yet about any side effects
2014-05-27refs #5222 fixes some ui testsThomas Steur
2014-05-26refs #5222 removed some more zeitgeist related stylesThomas Steur
2014-05-26Merge remote-tracking branch 'origin/master' into morpheus_defaultthemeThomas Steur
Conflicts: plugins/CoreHome/angularjs/siteselector/siteselector.less