Wiking branch, master, updated. ac604f1d44bb7a487b9e8300c16684832867cd55
Tomas Cerha
cerha at devel.brailcom.org
Fri Nov 11 17:27:57 CET 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Wiking".
The branch, master has been updated
via ac604f1d44bb7a487b9e8300c16684832867cd55 (commit)
from 671f13931c82890f771cc819eb7cb7a42a44ac57 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ac604f1d44bb7a487b9e8300c16684832867cd55
Author: Tomas Cerha <cerha at brailcom.org>
Date: Fri Nov 11 17:27:46 2011 +0100
Allow null values in style sheet scope field
-----------------------------------------------------------------------
Summary of changes:
lib/wiking/cms/cms.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/wiking/cms/cms.py b/lib/wiking/cms/cms.py
index 32bda24..297120a 100644
--- a/lib/wiking/cms/cms.py
+++ b/lib/wiking/cms/cms.py
@@ -2123,7 +2123,7 @@ class Styles(StyleManagementModule):
Field('scope', _("Scope"),
enumerator=enum([scope for scope, title in self._SCOPE]),
# Translators: Global scope (applies to all parts of the website).
- null_display=_("Global"),
+ null_display=_("Global"), not_null=False,
display=lambda m: dict(self._SCOPE).get(m, m), prefer_display=True),
# Translators: Order as a position in sequence. E.g. first, second...
Field('ord', _("Order"), width=5,
hooks/post-receive
--
Wiking
More information about the Wiking-cvs
mailing list