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
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>
2020-03-20Replace jscrollpane with native (#15636)pebosi
2017-02-19Remove Smartbanners (#11301)Lukas Winkler
* remove jquery smartbanner * add related_applications to manifest.json https://developers.google.com/web/updates/2015/03/increasing-engagement-with-app-install-banners-in-chrome-for-android?hl=en#native * remove googleplay icon * remove smartbanner license
2015-05-13Remove jquery.history plugin, make sure broadcast starts a digest cycle ↵diosmosis
after modifying (through the history service), hide error in anchorLinkFix code if hash is not valid element selector, and use .path to push new history items.
2014-10-21refs #6469 move css file back where it was placed before maybe this makes ui ↵Thomas Steur
tests fast again
2014-10-20refs #6469 looks like we cannot use the jquery-ui.css provided in the bower ↵Thomas Steur
component as we are using a custom theme? this would explain why we were using jquery-ui 1.10.4 and but the css from 1.10.1. Not sure if it is a good idea to use 1.10.1 CSS with version 1.11.2. We will see...
2014-10-20refs #6469 fix screenshot diff does not work, updated changelog, use ↵Thomas Steur
jquery-ui.css from bower
2014-10-20refs #6469 update smartbanner lib and make sure it worksThomas Steur
2014-10-20refs #6469 some initial work for using bowerThomas Steur
2014-02-27fixes #4723 updated jQuery & jQueryUIsgiehl
2014-01-16Adding licenses + legalnotice Refs #201mattab
2014-01-16Moving files to the jquery lib directory Refs #201mattab
2013-10-06Remove sourcemap reference to prevent 404 errors.Fabian Becker
2013-08-13updated jquery to 1.10.2sgiehl
2013-08-12Refs #3089, added behavior for click on 'view more information' that loads ↵Benaka Moorthi
more visits into the visit list. Notes: - Fixed bug in reinitialise() of jquery.jscrollpane.js.
2013-08-10Refs #3089, add initial visitor profile popup that uses dynamic data from ↵Benaka Moorthi
Live plugin API. No client-side behavior yet & placeholder images still present.
2013-06-02refs #3960 update jquery to 1.10.1sgiehl
2013-06-01refs #3960 update jqueryui to 1.10.3sgiehl
2013-06-01refs #3960 update jquery to 1.10.0sgiehl
2013-03-29refs #3813 upgrade to jQueryUI 1.10.2sgiehl
2013-03-29refs #3813 readding jQuery.browser plugin, as it has been removed in 1.9sgiehl
2013-03-29refs #3813 jqueryui css update + dialog fixessgiehl
2013-03-29refs #3813 jquery, jqueryui & jqplot update + some fixessgiehl
2013-02-25Added jquery.placeholder.js - MIT Licenced just like jQuery.Fabian Becker
This library provides a fallback for IE6-9 and adds placeholder support in input elements.
2013-02-06Remove references to trunk, fix @source linksFabian Becker
2012-07-25refs #3273 - update to jquery ui 1.8.22robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@6547 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-07-20fixes #3273 updated jquery & jquery ui to newest versionsgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@6522 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-16fixes #2922 needed to patch the new history plugin as the reload was ↵sgiehl
prevented there. Only tested that changes in newer browsers which supports the hashchange event (see http://help.dottoro.com/ljgggdjt.php for supported browsers) git-svn-id: http://dev.piwik.org/svn/trunk@5853 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-14fixes #2922 replaced jquery.history plugin with an newer version. tested ↵sgiehl
history function in IE 7-9, Chrome, Safari (Win), Opera, Firefox - works so far :) @matt would you please test that, too. Didn't have much time for that right now. git-svn-id: http://dev.piwik.org/svn/trunk@5832 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-07refs #2397, refs #2909 - rollback to jquery-ui.js 1.8.16; 1.8.17 introduced ↵robocoder
a drag & drop regression git-svn-id: http://dev.piwik.org/svn/trunk@5771 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-01-26refs #2397 - replace jquery-ui 1.8.17 from CDN, with jquery-ui 1.8.17 from ↵robocoder
download package which has a more recent timestamp and appears to have been minified differently; and it has the trailing semicolon git-svn-id: http://dev.piwik.org/svn/trunk@5711 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-01-26Thanks Stefan!!mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5707 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-01-12refs #2397robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5669 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-01-08refs #2397robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5664 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-04refs #2397 - updating to jQuery 1.7 and event API changesrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5403 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-21fixes #2397robocoder
* update to jQuery 1.6.4 * http://blog.jquery.com/2010/10/16/jquery-143-released/ * http://blog.jquery.com/2010/11/11/jquery-1-4-4-release-notes/ * http://blog.jquery.com/2011/01/31/jquery-15-released/ * http://blog.jquery.com/2011/02/24/jquery-151-released/ * http://blog.jquery.com/2011/03/31/jquery-152-released/ * http://blog.jquery.com/2011/05/03/jquery-16-released/ * http://blog.jquery.com/2011/05/12/jquery-1-6-1-released/ * http://blog.jquery.com/2011/06/30/jquery-162-released/ * http://blog.jquery.com/2011/09/01/jquery-1-6-3-released/ * http://blog.jquery.com/2011/09/12/jquery-1-6-4-released/ * update to jQuery UI 1.8.16 * http://blog.jqueryui.com/2011/05/jquery-ui-1-8-13/ * http://blog.jqueryui.com/2011/06/jquery-ui-1-8-14/ * http://blog.jqueryui.com/2011/08/jquery-ui-1-8-15/ * http://blog.jqueryui.com/2011/08/jquery-ui-1-8-16/ git-svn-id: http://dev.piwik.org/svn/trunk@5357 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-09-26refs r5225 - license filesrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5226 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-09-22refactored main navigation. removed superfishsgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@5209 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-23refs #2442 - yet another reason to switch to seleniumrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4783 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-23fixes #2442 - http://jqueryui.com/docs/Changelog/1.8.13robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4780 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-09fixes #2415sgiehl
* removed fdd2div js * replaced fdd2div with jquery ui autocomplete in language selection * simplified site selector - now using same code for both variants git-svn-id: http://dev.piwik.org/svn/trunk@4660 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-08refs #2123 deleted now unused jquery filessgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@4658 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-24fixes #2356robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4542 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-01fixes #2248robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4276 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-19fixes #2209robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4141 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-17refs #1728 - jqueryUI 1.8.10robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4105 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-02-26refs #1728 - update to jQuery 1.5.1 - bug fixes to .ajax and .supportrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3974 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-02-03refs #1728 - commit updated libsrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3836 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-12-17refs #1895 - for consistencyrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3453 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-12-17fixes #1895robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3451 59fd770c-687e-43c8-a1e3-f5a4ff64c105