stable
Clone or download
Read-only
part of story #14828: display dates with both absolute and relative How to test: Delete elements in you project (git, svn repos, document, file and wiki attachement) As site administrator go in pending deleted doc section => All dates are now displayed with the same format => they respect the user preference In order to ease devlopment, legacy event have been converted into an object Change-Id: I9047cf702d06132015bd479b3bff9856c67067f4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/docmanPlugin.php | +24 | −20 | Go to diff View file |
M | plugins/git/include/gitPlugin.php | +13 | −12 | Go to diff View file |
M | plugins/svn/include/SVN/Repository/RepositoryManager.php | +18 | −11 | Go to diff View file |
A | plugins/svn/include/SVN/Repository/RestorableRepositoryPresenter.php | +56 | −0 | Go to diff View file |
M | plugins/svn/include/svnPlugin.php | +17 | −12 | Go to diff View file |
M | plugins/svn/templates/admin/repository_restore.mustache | +4 | −4 | Go to diff View file |
A | src/common/admin/PendingElements/PendingDocumentsRetriever.php | +87 | −0 | Go to diff View file |
M | src/www/admin/show_pending_documents.php | +31 | −20 | Go to diff View file |