On Jan 27, 2009, at 12:30 PM, jvdrean (SVN) wrote:
Author: jvdrean
Date: 2009-01-27 12:30:04 +0100 (Tue, 27 Jan 2009)
New Revision: 15759
Modified:
platform/core/trunk/xwiki-core/src/main/resources/
ApplicationResources.properties
platform/xwiki-applications/trunk/administration/src/main/
resources/XWiki/AdminGeneralSheet.xml
Log:
XAADMINISTRATION-17 : Display date format option in the general
section of the administration
Implemented.
Modified: platform/core/trunk/xwiki-core/src/main/resources/
ApplicationResources.properties
===================================================================
--- platform/core/trunk/xwiki-core/src/main/resources/
ApplicationResources.properties 2009-01-27 11:28:16 UTC (rev 15758)
+++ platform/core/trunk/xwiki-core/src/main/resources/
ApplicationResources.properties 2009-01-27 11:30:04 UTC (rev 15759)
@@ -158,6 +158,7 @@
registration=Registration
multilingual=Multi Lingual
default_language=Default Language
+dateformat=<a
href="http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuratio…
">Date format</a>
hmm... do we want this? Are we already linking from the source to
external documentation?
The risk is that it's going to be very easy to break the link when we
reorganize documentation and that it requires internet connection.
The alternative could be to have a tooltip with the format defined in
there.
WDYT?
Thanks
-Vincent
authenticate_view=Prevent unregistered users from viewing pages,
regardless of the page or space rights
authenticate_edit=Prevent unregistered users from editing pages,
regardless of the page or space rights
baseskin=Base Skin
Modified: platform/xwiki-applications/trunk/administration/src/main/
resources/XWiki/AdminGeneralSheet.xml
===================================================================
--- platform/xwiki-applications/trunk/administration/src/main/
resources/XWiki/AdminGeneralSheet.xml 2009-01-27 11:28:16 UTC (rev
15758)
+++ platform/xwiki-applications/trunk/administration/src/main/
resources/XWiki/AdminGeneralSheet.xml 2009-01-27 11:30:04 UTC (rev
15759)
@@ -58,7 +58,7 @@
<content>### Administrate general wiki preferences, at global level
#set($legend = ["language", "editor", "admin",
"server"])
#set($params = $util.hashMap)
-#set($params.language = ["multilingual", "languages" ,
"default_language"])
+#set($params.language = ["multilingual", "languages" ,
"default_language", "dateformat"])
#set($params.editor = ["editor"])
#set($params.admin = ["admin_email"])
#set($params.server = ["smtp_server"])