[silva.core.references][Sylvain Viollon] Tag 3.0.3.

[email protected] Mon, 26 Aug 2013 18:45:41 +0200
Newsgroups gmane.comp.web.zope.silva.cvs
Message-ID <[email protected]>
author:    Sylvain Viollon
date:      Mon Aug 26 18:44:55 2013 +0200
revision:  306:ff9f57b0b0e9 in silva.core.references
branch:    2.4
details:   https://hg.infrae.com/silva.core.references?cmd=changeset;node=ff9f57b0b0e9
modified:  README.txt docs/HISTORY.txt setup.py
added:     
removed:   
log:       Tag 3.0.3.

Subject: [silva.core.references][Sylvain Viollon] Added tag silva.core.references-3.0.3 for changeset ff9f57b0b0e9


author:    Sylvain Viollon
date:      Mon Aug 26 18:45:06 2013 +0200
revision:  307:b15268405c0f in silva.core.references
branch:    2.4
details:   https://hg.infrae.com/silva.core.references?cmd=changeset;node=b15268405c0f
modified:  .hgtags
added:     
removed:   
log:       Added tag silva.core.references-3.0.3 for changeset ff9f57b0b0e9

Subject: [silva.core.references][Sylvain Viollon] Bump version.


author:    Sylvain Viollon
date:      Mon Aug 26 18:45:36 2013 +0200
revision:  308:05291b691e8f in silva.core.references
branch:    2.4
details:   https://hg.infrae.com/silva.core.references?cmd=changeset;node=05291b691e8f
modified:  docs/HISTORY.txt setup.py
added:     
removed:   
log:       Bump version.


diffstat:

 .hgtags          |   1 +
 README.txt       |  18 +++++++++++++-----
 docs/HISTORY.txt |   9 ++++++++-
 setup.py         |   2 +-
 4 files changed, 23 insertions(+), 7 deletions(-)

diffs (80 lines):

diff -r facde8ebcdb7 -r 05291b691e8f .hgtags
--- a/.hgtags	Mon Jun 24 16:57:33 2013 +0200
+++ b/.hgtags	Mon Aug 26 18:45:36 2013 +0200
@@ -7,3 +7,4 @@
 0144f0000b890f3779d17d4367506c14fd7c0202 silva.core.references-3.0
 ece0d1e890977a8d467d693e1a8a14bdb8c72ad7 silva.core.references-3.0.1
 66a1437333473ac18ad3e09131c88fda9d542cfb silva.core.references-3.0.2
+ff9f57b0b0e9447cbfe24fb033f51b66282a32cc silva.core.references-3.0.3
diff -r facde8ebcdb7 -r 05291b691e8f README.txt
--- a/README.txt	Mon Jun 24 16:57:33 2013 +0200
+++ b/README.txt	Mon Aug 26 18:45:36 2013 +0200
@@ -5,10 +5,11 @@
 Introduction
 ============
 
-``silva.core.references`` defines directed references between a source
-and target. With the help of a central catalog, you have the
-possibility to query the references in both direction: who is the
-target if I am the source, and who is the source if I am the target.
+``silva.core.references`` is a core `Silva`_ extension that defines
+directed references between two Silva content: a source and
+target. With the help of a central catalog, you have the possibility
+to query the references in both direction: who is the target if I am
+the source, and who is the source if I am the target.
 
 References are tagged with different names, and can be found by
 searching on one of those names.
@@ -18,9 +19,16 @@
 reference, the source will be removed.
 
 This extension provides you with a set of fields and widgets that can
-be used in forms (`zeam.form`_ and Formulator).
+be used in forms (`zeam.form`_ and Formulator) in SMI.
+
+Usage
+=====
+
+This extension is used to manage links and relations in Silva
+Document, Silva Ghost and Silva Link for instance.
 
 .. _zeam.form: http://pypi.python.org/pypi/zeam.form.base
+.. _Silva: http://silvacms.org/
 
 Code repository
 ===============
diff -r facde8ebcdb7 -r 05291b691e8f docs/HISTORY.txt
--- a/docs/HISTORY.txt	Mon Jun 24 16:57:33 2013 +0200
+++ b/docs/HISTORY.txt	Mon Aug 26 18:45:36 2013 +0200
@@ -1,11 +1,18 @@
 Changes
 =======
 
-3.0.3 (unreleased)
+3.0.4 (unreleased)
 ------------------
 
 - ...
 
+3.0.3 (2013/08/26)
+------------------
+
+- Fix bugs on service template.
+
+- Fix scope of the CSS defined for the reference widget.
+
 3.0.2 (2013/05/24)
 ------------------
 
diff -r facde8ebcdb7 -r 05291b691e8f setup.py
--- a/setup.py	Mon Jun 24 16:57:33 2013 +0200
+++ b/setup.py	Mon Aug 26 18:45:36 2013 +0200
@@ -5,7 +5,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '3.0.3dev'
+version = '3.0.4dev'
 
 tests_require = [
     'Products.Silva [test]',