stable

Clone or download

Read-only

Merge remote-tracking branch 'bender/master' into HEAD

* bender/master: (30 commits) Tuleap 6.7.99.9 This is Tuleap 6.7.99.8 Fix XSS vulnerabilities on bookmarks. This is Tuleap 6.7.99.7 Fix navbar dropdown menu hover color for IE9 Display user avatar in the navbar This is Tuleap 6.7.99.6 This is Tuleap 6.7.99.5 cut style.less into several less files Rename KASSΒ to Experimental Fixing weird font rendering in navbar and sidebar Right colors for internal mediawiki links. Logo is no more resized when the sidebar is collapsed Integrating Source Sans Pro font & fixing IE9 navbar problems Adding company logo, fixing footer style, fixing media queries, fixing dev mode Fixing navabar media queries Style search box, full view when no sidebar, end-of-page mustache Fix request #5533 - Bug not displayed in a report filtered by milestone This is Tuleap 6.7.99.4 Display the navbar shadow only when the user scrolls ... Change-Id: I31aa1bb24585d10d66525d41f7a5eae3e845ca42

Modified Files

Name
M .gitignore +1 βˆ’0 Go to diff View file
M ChangeLog +40 βˆ’32 Go to diff View file
M VERSION +1 βˆ’1 Go to diff View file
M debian/changelog +4 βˆ’4 Go to diff View file
M plugins/agiledashboard/ChangeLog +3 βˆ’0 Go to diff View file
M plugins/agiledashboard/VERSION +1 βˆ’1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItem/SubBacklogItemProvider.class.php +44 βˆ’24 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItemDao.class.php +0 βˆ’14 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogStrategyFactory.class.php +1 βˆ’3 Go to diff View file
D plugins/agiledashboard/include/AgileDashboard/Planning/ParentBacklogTrackerCollectionProvider.class.php +0 βˆ’60 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +8 βˆ’15 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/BacklogItem/SubBacklogItemProviderTest.php +11 βˆ’20 Go to diff View file
D plugins/agiledashboard/tests/include/AgileDashboard/Planning/ParentBacklogTrackerCollectionProviderTest.php +0 βˆ’83 Go to diff View file
M plugins/git/ChangeLog +3 βˆ’0 Go to diff View file
M plugins/git/VERSION +1 βˆ’1 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/ProjectCreator.class.php +62 βˆ’14 Go to diff View file
M plugins/git/include/events/SystemEvent_GIT_GERRIT_MIGRATION.class.php +2 βˆ’1 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/ProjectCreatorTest.php +14 βˆ’0 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/_fixtures/expected_access_rights.config +0 βˆ’8 Go to diff View file
M plugins/mediawiki/ChangeLog +3 βˆ’0 Go to diff View file
M plugins/mediawiki/VERSION +1 βˆ’1 Go to diff View file
M plugins/mediawiki/www/themes/default/css/style.less +5 βˆ’1 Go to diff View file
M plugins/tracker/ChangeLog +3 βˆ’0 Go to diff View file
M plugins/tracker/VERSION +1 βˆ’1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +7 βˆ’0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +34 βˆ’0 Go to diff View file
M site-content/en_US/my/my.tab +1 βˆ’0 Go to diff View file
M site-content/fr_FR/my/my.tab +2 βˆ’0 Go to diff View file
M src/common/include/Combined.class.php +4 βˆ’0 Go to diff View file
M src/common/include/Feedback.class.php +6 βˆ’1 Go to diff View file
M src/common/include/URL.class.php +4 βˆ’0 Go to diff View file
M src/common/layout/Layout.class.php +29 βˆ’7 Go to diff View file
M src/common/project/Project.class.php +1 βˆ’1 Go to diff View file
M src/common/user/User.class.php +19 βˆ’4 Go to diff View file
M src/common/widget/Widget_MyBookmarks.class.php +3 βˆ’0 Go to diff View file
M src/www/include/utils.php +18 βˆ’0 Go to diff View file
M src/www/include/viewvc_utils.php +3 βˆ’1 Go to diff View file
M src/www/my/bookmark_add.php +25 βˆ’24 Go to diff View file
M src/www/my/bookmark_edit.php +4 βˆ’2 Go to diff View file
M src/www/my/my_utils.php +11 βˆ’0 Go to diff View file
A src/www/scripts/bootstrap/bootstrap-select/bootstrap-select.css +266 βˆ’0 Go to diff View file
A src/www/scripts/bootstrap/bootstrap-select/bootstrap-select.js +735 βˆ’0 Go to diff View file
A src/www/scripts/bootstrap/bootstrap-tooltip-fix-prototypejs-conflict.js +53 βˆ’0 Go to diff View file
A src/www/scripts/bootstrap/bootstrap-tooltip.js +361 βˆ’0 Go to diff View file
A src/www/scripts/tuleap/is-at-top.js +29 βˆ’0 Go to diff View file
A src/www/themes/Experimental/BodyPresenter.class.php +61 βˆ’0 Go to diff View file
M src/www/themes/Experimental/ChangeLog +3 βˆ’0 Go to diff View file
A src/www/themes/Experimental/ContainerPresenter.class.php +94 βˆ’0 Go to diff View file
M src/www/themes/Experimental/Experimental_Theme.class.php +105 βˆ’116 Go to diff View file
A src/www/themes/Experimental/FooterPresenter.class.php +33 βˆ’0 Go to diff View file
A src/www/themes/Experimental/HeaderPresenter.class.php +46 βˆ’0 Go to diff View file
A src/www/themes/Experimental/NavBarPresenter.class.php +206 βˆ’0 Go to diff View file
A src/www/themes/Experimental/SearchFormPresenter.class.php +39 βˆ’0 Go to diff View file
M src/www/themes/Experimental/VERSION +1 βˆ’1 Go to diff View file
M src/www/themes/Experimental/css/print.less +47 βˆ’0 Go to diff View file
M src/www/themes/Experimental/css/style.less +46 βˆ’304 Go to diff View file
A src/www/themes/Experimental/css/utils/content.less +79 βˆ’0 Go to diff View file
A src/www/themes/Experimental/css/utils/fonts.less +13 βˆ’0 Go to diff View file
A src/www/themes/Experimental/css/utils/footer.less +33 βˆ’0 Go to diff View file
A src/www/themes/Experimental/css/utils/navbar.less +221 βˆ’0 Go to diff View file
A src/www/themes/Experimental/css/utils/sidebar.less +58 βˆ’0 Go to diff View file
A src/www/themes/Experimental/fonts/LICENSE.txt +93 βˆ’0 Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-Black.eot Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-Black.ttf.woff Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-BlackIt.eot Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-BlackIt.ttf.woff Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-Bold.eot Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-Bold.ttf.woff Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-BoldIt.eot Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-BoldIt.ttf.woff Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-ExtraLight.eot Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-ExtraLight.ttf.woff Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-ExtraLightIt.eot Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-ExtraLightIt.ttf.woff Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-It.eot Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-It.ttf.woff Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-Light.eot Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-Light.otf Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-Light.ttf.woff Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-LightIt.eot Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-LightIt.ttf.woff Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-Regular.eot Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-Regular.otf Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-Regular.ttf.woff Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-Semibold.eot Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-Semibold.ttf.woff Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-SemiboldIt.eot Binary file Go to diff View file
A src/www/themes/Experimental/fonts/SourceSansPro-SemiboldIt.ttf.woff Binary file Go to diff View file
M src/www/themes/Experimental/images/organization_logo.png Binary file Go to diff View file
A src/www/themes/Experimental/images/organization_logo_small.png Binary file Go to diff View file
A src/www/themes/Experimental/js/resize-window.js +38 βˆ’0 Go to diff View file
A src/www/themes/Experimental/js/sidebar.js +120 βˆ’0 Go to diff View file
A src/www/themes/Experimental/templates/body.mustache +4 βˆ’0 Go to diff View file
A src/www/themes/Experimental/templates/breadcrumbs.mustache +10 βˆ’0 Go to diff View file
A src/www/themes/Experimental/templates/container.mustache +14 βˆ’0 Go to diff View file
A src/www/themes/Experimental/templates/end-of-page.mustache +2 βˆ’0 Go to diff View file
A src/www/themes/Experimental/templates/footer.mustache +10 βˆ’0 Go to diff View file
A src/www/themes/Experimental/templates/header.mustache +6 βˆ’0 Go to diff View file
A src/www/themes/Experimental/templates/navbar-project.mustache +37 βˆ’0 Go to diff View file
A src/www/themes/Experimental/templates/navbar-search-form.mustache +20 βˆ’0 Go to diff View file
A src/www/themes/Experimental/templates/navbar-user-logged-in.mustache +12 βˆ’0 Go to diff View file
A src/www/themes/Experimental/templates/navbar-user-navigation.mustache +30 βˆ’0 Go to diff View file
A src/www/themes/Experimental/templates/navbar.mustache +37 βˆ’0 Go to diff View file
A src/www/themes/Experimental/templates/sidebar.mustache +13 βˆ’0 Go to diff View file
A src/www/themes/Experimental/templates/toolbar.mustache +8 βˆ’0 Go to diff View file
A src/www/themes/common/css/colors.less +0 βˆ’0 Go to diff View file
M src/www/themes/common/css/style.less +55 βˆ’2359 Go to diff View file
A src/www/themes/common/css/utils/admin.less +101 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/avatars.less +12 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/breadcrumb.less +19 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/colorpicker.less +9 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/cross-ref.less +23 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/datepicker.less +264 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/diff.less +24 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/dropdown-panel.less +23 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/feedback.less +38 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/forum.less +4 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/frs.less +68 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/lab.less +27 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/layout.less +65 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/lightwindow.less +410 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/list-user-autocomplete.less +19 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/login.less +75 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/lytebox.less +95 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/multi-step-project.less +8 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/news.less +49 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/notifications.less +8 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/one-step-project.less +93 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/password-validator.less +21 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/project-privacy.less +13 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/protocheck.less +35 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/rte.less +20 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/search-as-you-type.less +13 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/snippets.less +5 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/sortable.less +18 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/svn.less +15 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/system-events.less +18 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/systray.less +51 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/tablekit.less +24 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/target.less +5 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/textbox.less +34 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/toggler.less +25 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/toolbar.less +18 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/tooltip.less +10 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/trackerv3.less +86 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/tree-node.less +34 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/user-preferences.less +11 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/utils.less +61 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/widget.less +305 βˆ’0 Go to diff View file
A src/www/themes/common/css/utils/wiki.less +98 βˆ’0 Go to diff View file
A tests/simpletest/www/include/UtilsHTTPTest.php +50 βˆ’0 Go to diff View file
A tests/simpletest/www/include/_fixtures/svn_bin_data Binary file Go to diff View file
M tools/utils/less.sh +1 βˆ’1 Go to diff View file