stable
Clone or download
Read-only
part of story story #14828: display dates with both absolute and relative How to test: - make a push in a git repository, go in dashboard My Git pushed => date ok - perform a SVN commit => in home page commit date is displayed ok - create news => date is ok This is the last poart of TimeAgoInWords usage removal. I did not update TV3 stuff, the goto reference seems also linked to TV3. The widget MyRss will not be taken in account, I didn't find a way to do it Change-Id: Ia7151e94665f416661c4235e524b11d5b0e7c1ea
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git_Widget_UserPushes.class.php | +9 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/Explorer/ExplorerController.php | +8 | −3 | Go to diff View file |
M | plugins/svn/include/SVN/Explorer/RepositoryBuilder.php | +8 | −3 | Go to diff View file |
M | plugins/svn/include/SVN/Explorer/RepositoryPresenter.php | +25 | −18 | Go to diff View file |
M | plugins/svn/templates/explorer/index.mustache | +1 | −1 | Go to diff View file |
M | src/common/layout/HomePage/HomePageNews.php | +51 | −7 | Go to diff View file |
M | src/common/layout/SiteHomepageController.php | +5 | −0 | Go to diff View file |
M | src/templates/homepage/homepage-news.mustache | +1 | −1 | Go to diff View file |
M | src/www/news/news_utils.php | +6 | −2 | Go to diff View file |