Skip to content
Snippets Groups Projects
Commit df29eff84bec authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

backport stable

No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,6 @@
9986e23c77281095393351f2f41bbd4cb8226e2f cubicweb-blog-version-1_6_1
a340f645ae0ff25bf1a9049b27630ba8f8da0d4c cubicweb-blog-debian-version-1_6_1-1
91859c819233793231c60f1122d06bead1ea5617 1.6.2
1bcc5b5693c9f58ba0ffd3c9fc08b245e4dae5e1 oldstable
4e7ee3b4a15b2d53d87424850c562f1da8412f8b cubicweb-blog-version-1.7.0
9d3f2e2e5c49939339e091284af252f2d4f7ebf1 cubicweb-blog-debian-version-1.7.0-1
......@@ -10,2 +11,4 @@
4e7ee3b4a15b2d53d87424850c562f1da8412f8b cubicweb-blog-version-1.7.0
9d3f2e2e5c49939339e091284af252f2d4f7ebf1 cubicweb-blog-debian-version-1.7.0-1
1b83b82b8aa8d47f3896b06aa58a88f1b52657db cubicweb-blog-version-1.7.1
2d7395dcc266985522d49a94786d525d19a6e535 cubicweb-blog-debian-version-1.7.1-1
include *.py
include */*.py
recursive-include data external_resources *.gif *.jpg *.css
recursive-include i18n *.pot *.po
......@@ -2,3 +3,3 @@
recursive-include data external_resources *.gif *.jpg *.css
recursive-include i18n *.pot *.po
recursive-include migration *.py
......@@ -4,7 +4,7 @@
modname = 'blog'
distname = "cubicweb-%s" % modname
numversion = (1, 7, 0)
numversion = (1, 7, 1)
version = '.'.join(str(num) for num in numversion)
license = 'LGPL'
......
cubicweb-blog (1.7.1-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 24 Feb 2010 14:17:22 +0100
cubicweb-blog (1.7.0-1) unstable; urgency=low
* new upstream release
......
......@@ -12,7 +12,7 @@
publish = bwf.add_transition(_('publish'), draft, published,
('managers',))
checkpoint()
commit()
# set state to published for already existing blog entries
blogentries = rql('Any B WHERE B is BlogEntry')
......@@ -23,4 +23,4 @@
'B eid %(b)s',
{'b': eid}, 'b')
checkpoint()
commit()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment