Skip to content

Commit c621578

Browse files
committed
Invenio-Workflows v0.1.1
Signed-off-by: Tibor Simko <[email protected]>
1 parent 6494def commit c621578

File tree

10 files changed

+171
-132
lines changed

10 files changed

+171
-132
lines changed

CHANGES.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
Changes
2525
=======
2626

27-
Version 0.1.0 (release 2015-08-13)
27+
Version 0.1.1 (released 2015-08-25)
28+
29+
- Adds missing 'invenio-upgrader' dependency and ammends imports.
30+
31+
Version 0.1.0 (released 2015-08-13)
2832

2933
- Initial public release.

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include *.py
22
include *.rst
33
include *.txt
4-
include .editorconfig .dockerignore
4+
include .editorconfig .dockerignore .travis.yml
55
include LICENSE
66
include babel.ini
77
include pytest.ini

RELEASE-NOTES.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
==========================
2-
Invenio-Workflows v0.1.0
2+
Invenio-Workflows v0.1.1
33
==========================
44

5-
Invenio-Workflows v0.1.0 was released on August 13, 2015.
5+
Invenio-Workflows v0.1.1 was released on August 25, 2015.
66

77
About
88
-----
@@ -11,20 +11,20 @@ Invenio module for running determined set of tasks.
1111

1212
*This is an experimental development preview release.*
1313

14-
What's new
15-
----------
14+
Bug fixes
15+
---------
1616

17-
- Initial public release.
17+
- Adds missing 'invenio-upgrader' dependency and ammends imports.
1818

1919
Installation
2020
------------
2121

22-
$ pip install invenio-workflows==0.1.0
22+
$ pip install invenio-workflows==0.1.1
2323

2424
Documentation
2525
-------------
2626

27-
http://invenio-workflows.readthedocs.org/en/v0.1.0
27+
http://invenio-workflows.readthedocs.org/en/v0.1.1
2828

2929
Happy hacking and thanks for flying Invenio-Workflows.
3030

invenio_workflows/translations/de/LC_MESSAGES/messages.po

+33-24
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: invenio-workflows 0.1.0.dev20150000\n"
9+
"Project-Id-Version: invenio-workflows 0.1.1\n"
1010
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2015-08-12 17:17+0200\n"
11+
"POT-Creation-Date: 2015-08-25 18:58+0200\n"
1212
"PO-Revision-Date: 2015-08-12 17:18+0200\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: de <[email protected]>\n"
@@ -23,21 +23,22 @@ msgid "Approve"
2323
msgstr ""
2424

2525
#: invenio_workflows/templates/workflows/index.html:20
26-
#: invenio_workflows/views/holdingpen.py:107
26+
#: invenio_workflows/views/holdingpen.py:110
2727
msgid "Your Pending Actions"
2828
msgstr ""
2929

30-
#: invenio_workflows/templates/workflows/index.html:25
31-
msgid ""
32-
"Here is a list of actions remaining to be resolved grouped by type of "
33-
"action"
30+
#: invenio_workflows/templates/workflows/index.html:28
31+
#: invenio_workflows/templates/workflows/settings/index_base.html:35
32+
msgid "Records that needs attention"
3433
msgstr ""
3534

36-
#: invenio_workflows/templates/workflows/index.html:25
37-
msgid "work in progress"
35+
#: invenio_workflows/templates/workflows/index.html:32
36+
#: invenio_workflows/templates/workflows/settings/index_base.html:39
37+
msgid "Records in error state"
3838
msgstr ""
3939

40-
#: invenio_workflows/templates/workflows/index.html:44
40+
#: invenio_workflows/templates/workflows/index.html:40
41+
#: invenio_workflows/templates/workflows/settings/index_base.html:47
4142
msgid "Go to Holding Pen"
4243
msgstr ""
4344

@@ -62,10 +63,6 @@ msgstr ""
6263
msgid "Delete"
6364
msgstr ""
6465

65-
#: invenio_workflows/templates/workflows/settings/index_base.html:31
66-
msgid "Here will we show your current actions to do and filter settings"
67-
msgstr ""
68-
6966
#: invenio_workflows/templates/workflows/styles/harvesting_description.html:27
7067
msgid "Progress"
7168
msgstr ""
@@ -111,44 +108,56 @@ msgstr ""
111108
msgid "Categories"
112109
msgstr ""
113110

114-
#: invenio_workflows/views/holdingpen.py:108
111+
#: invenio_workflows/views/holdingpen.py:111
115112
msgid "Holdingpen"
116113
msgstr ""
117114

118-
#: invenio_workflows/views/holdingpen.py:124
115+
#: invenio_workflows/views/holdingpen.py:190
119116
msgid "Records"
120117
msgstr ""
121118

122-
#: invenio_workflows/views/holdingpen.py:157
119+
#: invenio_workflows/views/holdingpen.py:212
123120
msgid "Object Details"
124121
msgstr ""
125122

126-
#: invenio_workflows/views/holdingpen.py:270
123+
#: invenio_workflows/views/holdingpen.py:342
127124
msgid "Object restarted successfully."
128125
msgstr ""
129126

130-
#: invenio_workflows/views/holdingpen.py:284
127+
#: invenio_workflows/views/holdingpen.py:356
131128
msgid "Object continued with next task successfully."
132129
msgstr ""
133130

134-
#: invenio_workflows/views/holdingpen.py:298
131+
#: invenio_workflows/views/holdingpen.py:370
135132
msgid "Object restarted task successfully."
136133
msgstr ""
137134

138-
#: invenio_workflows/views/holdingpen.py:312
135+
#: invenio_workflows/views/holdingpen.py:384
139136
msgid "Object deleted successfully."
140137
msgstr ""
141138

142-
#: invenio_workflows/views/holdingpen.py:329
139+
#: invenio_workflows/views/holdingpen.py:401
143140
msgid "Objects deleted successfully."
144141
msgstr ""
145142

146-
#: invenio_workflows/views/settings.py:53
143+
#: invenio_workflows/views/settings.py:50
147144
#, python-format
148145
msgid "%(icon)s Your actions"
149146
msgstr ""
150147

151-
#: invenio_workflows/views/settings.py:58
148+
#: invenio_workflows/views/settings.py:55
152149
msgid "Your actions"
153150
msgstr ""
154151

152+
#~ msgid ""
153+
#~ "Here is a list of actions "
154+
#~ "remaining to be resolved grouped by "
155+
#~ "type of action"
156+
#~ msgstr ""
157+
158+
#~ msgid "work in progress"
159+
#~ msgstr ""
160+
161+
#~ msgid "Here will we show your current actions to do and filter settings"
162+
#~ msgstr ""
163+

invenio_workflows/translations/es/LC_MESSAGES/messages.po

+33-24
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: invenio-workflows 0.1.0.dev20150000\n"
9+
"Project-Id-Version: invenio-workflows 0.1.1\n"
1010
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2015-08-12 17:17+0200\n"
11+
"POT-Creation-Date: 2015-08-25 18:58+0200\n"
1212
"PO-Revision-Date: 2015-08-12 17:18+0200\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: es <[email protected]>\n"
@@ -23,21 +23,22 @@ msgid "Approve"
2323
msgstr ""
2424

2525
#: invenio_workflows/templates/workflows/index.html:20
26-
#: invenio_workflows/views/holdingpen.py:107
26+
#: invenio_workflows/views/holdingpen.py:110
2727
msgid "Your Pending Actions"
2828
msgstr ""
2929

30-
#: invenio_workflows/templates/workflows/index.html:25
31-
msgid ""
32-
"Here is a list of actions remaining to be resolved grouped by type of "
33-
"action"
30+
#: invenio_workflows/templates/workflows/index.html:28
31+
#: invenio_workflows/templates/workflows/settings/index_base.html:35
32+
msgid "Records that needs attention"
3433
msgstr ""
3534

36-
#: invenio_workflows/templates/workflows/index.html:25
37-
msgid "work in progress"
35+
#: invenio_workflows/templates/workflows/index.html:32
36+
#: invenio_workflows/templates/workflows/settings/index_base.html:39
37+
msgid "Records in error state"
3838
msgstr ""
3939

40-
#: invenio_workflows/templates/workflows/index.html:44
40+
#: invenio_workflows/templates/workflows/index.html:40
41+
#: invenio_workflows/templates/workflows/settings/index_base.html:47
4142
msgid "Go to Holding Pen"
4243
msgstr ""
4344

@@ -62,10 +63,6 @@ msgstr ""
6263
msgid "Delete"
6364
msgstr ""
6465

65-
#: invenio_workflows/templates/workflows/settings/index_base.html:31
66-
msgid "Here will we show your current actions to do and filter settings"
67-
msgstr ""
68-
6966
#: invenio_workflows/templates/workflows/styles/harvesting_description.html:27
7067
msgid "Progress"
7168
msgstr ""
@@ -111,44 +108,56 @@ msgstr ""
111108
msgid "Categories"
112109
msgstr ""
113110

114-
#: invenio_workflows/views/holdingpen.py:108
111+
#: invenio_workflows/views/holdingpen.py:111
115112
msgid "Holdingpen"
116113
msgstr ""
117114

118-
#: invenio_workflows/views/holdingpen.py:124
115+
#: invenio_workflows/views/holdingpen.py:190
119116
msgid "Records"
120117
msgstr ""
121118

122-
#: invenio_workflows/views/holdingpen.py:157
119+
#: invenio_workflows/views/holdingpen.py:212
123120
msgid "Object Details"
124121
msgstr ""
125122

126-
#: invenio_workflows/views/holdingpen.py:270
123+
#: invenio_workflows/views/holdingpen.py:342
127124
msgid "Object restarted successfully."
128125
msgstr ""
129126

130-
#: invenio_workflows/views/holdingpen.py:284
127+
#: invenio_workflows/views/holdingpen.py:356
131128
msgid "Object continued with next task successfully."
132129
msgstr ""
133130

134-
#: invenio_workflows/views/holdingpen.py:298
131+
#: invenio_workflows/views/holdingpen.py:370
135132
msgid "Object restarted task successfully."
136133
msgstr ""
137134

138-
#: invenio_workflows/views/holdingpen.py:312
135+
#: invenio_workflows/views/holdingpen.py:384
139136
msgid "Object deleted successfully."
140137
msgstr ""
141138

142-
#: invenio_workflows/views/holdingpen.py:329
139+
#: invenio_workflows/views/holdingpen.py:401
143140
msgid "Objects deleted successfully."
144141
msgstr ""
145142

146-
#: invenio_workflows/views/settings.py:53
143+
#: invenio_workflows/views/settings.py:50
147144
#, python-format
148145
msgid "%(icon)s Your actions"
149146
msgstr ""
150147

151-
#: invenio_workflows/views/settings.py:58
148+
#: invenio_workflows/views/settings.py:55
152149
msgid "Your actions"
153150
msgstr ""
154151

152+
#~ msgid ""
153+
#~ "Here is a list of actions "
154+
#~ "remaining to be resolved grouped by "
155+
#~ "type of action"
156+
#~ msgstr ""
157+
158+
#~ msgid "work in progress"
159+
#~ msgstr ""
160+
161+
#~ msgid "Here will we show your current actions to do and filter settings"
162+
#~ msgstr ""
163+

0 commit comments

Comments
 (0)