stable
Clone or download
Read-only
- Do not display news if there is no news - Do not display the sign in form if the user is already logged in Implements: story #7890: new tuleap home page Change-Id: Iea47eab98105a1fff8e4cfb190ea2f2253d3babb
Modified Files
Name | ||||
---|---|---|---|---|
M | .gitignore | +1 | −1 | Go to diff View file |
A | site-content/en_US/homepage/awesomeness.html | +101 | −0 | Go to diff View file |
M | site-content/en_US/homepage/homepage.tab | +15 | −0 | Go to diff View file |
A | site-content/fr_FR/homepage/awesomeness.html | +101 | −0 | Go to diff View file |
M | site-content/fr_FR/homepage/homepage.tab | +16 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/dao/NewsBytesDao.class.php | +24 | −23 | Go to diff View file |
M | src/common/dao/ProjectDao.class.php | +11 | −0 | Go to diff View file |
M | src/common/dao/UserDao.class.php | +8 | −0 | Go to diff View file |
M | src/common/include/Combined.class.php | +3 | −0 | Go to diff View file |
M | src/common/layout/Layout.class.php | +1 | −1 | Go to diff View file |
A | src/common/user/LoginPresenterBuilder.php | +70 | −0 | Go to diff View file |
A | src/templates/homepage/homepage-news.mustache | +3 | −0 | Go to diff View file |
A | src/templates/homepage/homepage-signin.mustache | +35 | −0 | Go to diff View file |
A | src/templates/homepage/homepage-stats.mustache | +7 | −0 | Go to diff View file |
M | src/templates/homepage/homepage.mustache | +43 | −7 | Go to diff View file |
M | src/www/account/login.php | +2 | −33 | Go to diff View file |
M | src/www/index.php | +1 | −1 | Go to diff View file |
M | src/www/news/news_utils.php | +1 | −1 | Go to diff View file |
A | src/www/scripts/clamp.js | +12 | −0 | Go to diff View file |
A | src/www/scripts/tuleap/tuleap-standard-homepage.js | +36 | −0 | Go to diff View file |
A | src/www/scripts/viewportchecker/viewport-checker.js | +68 | −0 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +34 | −2 | Go to diff View file |
M | src/www/themes/FlamingParrot/HomepagePresenter.php | +114 | −3 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/homepage.less | +327 | −14 | Go to diff View file |
A | src/www/themes/FlamingParrot/images/homepage/bullet-blue.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/bullet-bluegrey.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/bullet-green.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/bullet-orange.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/bullet-purple.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/bullet-red.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/code-build-logos.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/code-build.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/collaborate-documents.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/discover-awesomeness-background-gradient.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/discover-awesomeness-background.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/discover-awesomeness-screenshots.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/header-background.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/plan-monitor.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/statistics-background.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/stay-tuned.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/homepage/track-trace.png | Binary file | Go to diff View file | |
A | src/www/themes/common/css/animate.min.css | +6 | −0 | Go to diff View file |
D | src/www/themes/common/css/font-awesome-ie7.css | +0 | −1203 | Go to diff View file |