From b5b3c845ea80133e2f9cf7455185a7ef2edbcb91 Mon Sep 17 00:00:00 2001 From: Mark Hall <mark.hall@work.room3b.eu> Date: Tue, 6 Oct 2020 16:27:55 +0100 Subject: [PATCH] v0.12.1 --- CHANGES.md | 2 ++ docs/conf.py | 2 +- package.json | 2 +- pyproject.toml | 2 +- src/digi_edit/static/changes.json | 2 +- src/digi_edit/static/help/.buildinfo | 2 +- .../static/help/.doctrees/environment.pickle | Bin 22993 -> 22993 bytes .../help/_static/documentation_options.js | 2 +- src/digi_edit/static/help/editor/index.html | 2 +- .../static/help/editor/tei-editor.html | 2 +- .../static/help/editor/text-editor.html | 2 +- src/digi_edit/static/help/genindex.html | 2 +- src/digi_edit/static/help/index.html | 2 +- src/digi_edit/static/help/overview.html | 2 +- .../help/processes/cancel_integration.html | 2 +- .../static/help/processes/delete_task.html | 2 +- .../static/help/processes/filter_tasks.html | 2 +- .../static/help/processes/index.html | 2 +- .../static/help/processes/integrate_task.html | 2 +- .../static/help/processes/logging_in.html | 2 +- .../static/help/processes/new_task.html | 2 +- .../static/help/processes/update_task.html | 2 +- .../static/help/processes/work_on_file.html | 2 +- .../static/help/processes/work_on_task.html | 2 +- src/digi_edit/static/help/search.html | 2 +- 25 files changed, 25 insertions(+), 23 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d6936c5..d312a9e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ## Development () +## 0.12.1 (06.10.2020) + * **Bugfix**: Fix a filtering bug ## 0.12.0 (06.10.2020) diff --git a/docs/conf.py b/docs/conf.py index 54a8942..b4c469d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = '2019, Mark Hall' author = 'Mark Hall' # The full version, including alpha/beta/rc tags -release = '0.12.0' +release = '0.12.1' # -- General configuration --------------------------------------------------- diff --git a/package.json b/package.json index 201cd62..e315498 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digital-edition-editor", - "version": "0.12.0", + "version": "0.12.1", "main": "index.js", "repository": "git@gitlab.informatik.uni-halle.de:gutzkow/digital-edition-editor.git", "author": "Mark <mark.hall@work.room3b.eu>", diff --git a/pyproject.toml b/pyproject.toml index c60c512..9e2713c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "digi_edit" -version = "0.12.0" +version = "0.12.1" description = "A web-based environment for editing a Digital Edition" authors = ["Mark Hall <mark.hall@work.room3b.eu>"] license = "MIT" diff --git a/src/digi_edit/static/changes.json b/src/digi_edit/static/changes.json index 7b99842..1334a79 100644 --- a/src/digi_edit/static/changes.json +++ b/src/digi_edit/static/changes.json @@ -1 +1 @@ -[{"version": "0.12.0", "date": "2020-10-06T00:00:00", "changes": [{"type": "new", "message": "Allow filtering of tasks by status"}, {"type": "new", "message": "Implemented pagination of tasks"}, {"type": "new", "message": "Added \"About\" information"}, {"type": "new", "message": "Added a help viewer"}, {"type": "update", "message": "Various small UX Updates"}, {"type": "bugfix", "message": "Fix the date display for the tasks"}, {"type": "bugfix", "message": "Fix missing authors on delete / integrate"}]}, {"version": "0.11.0", "date": "2020-10-05T00:00:00", "changes": [{"type": "update", "message": "Add margin and indentation attributes"}, {"type": "update", "message": "Add quick-links to actions on the edition overview"}, {"type": "update", "message": "Improved the UX for review comments"}, {"type": "bugfix", "message": "Fixed a bug in the github pull request handling"}, {"type": "bugfix", "message": "Dependency update to fix Prosemirror errors"}]}, {"version": "0.10.9", "date": "2020-08-07T00:00:00", "changes": [{"type": "update", "message": "On remote push events, run a pull in the webhook"}]}, {"version": "0.10.8", "date": "2020-08-05T00:00:00", "changes": [{"type": "bugfix", "message": "Newly scanned files were not being committed"}]}, {"version": "0.10.7", "date": "2020-08-03T00:00:00", "changes": [{"type": "bugfix", "message": "Fix various bugs with nested documents"}]}, {"version": "0.10.6", "date": "2020-07-30T00:00:00", "changes": [{"type": "update", "message": "Support serving extra files"}, {"type": "bugfix", "message": "Fix white-space issues in the TEI editor"}]}, {"version": "0.10.5", "date": "2020-07-29T00:00:00", "changes": [{"type": "update", "message": "Minimally improved the UX in the metadata editor"}]}, {"version": "0.10.4", "date": "2020-07-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in force-fetching default branch updates"}]}, {"version": "0.10.3", "date": "2020-07-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in fetching default branch updates"}]}, {"version": "0.10.2", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Improved the UX for branch actions"}]}, {"version": "0.10.1", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Updated the branch overview UX"}, {"type": "bugfix", "message": "Fixed a bug in the file sorting"}, {"type": "bugfix", "message": "Force fetching the default branch"}, {"type": "bugfix", "message": "Explicitly specify the default branch"}]}, {"version": "0.10.0", "date": "2020-07-23T00:00:00", "changes": [{"type": "update", "message": "Rewritten using Pyramid + API + complete Vue.js frontend"}]}, {"version": "0.9.9", "date": "2020-05-04T00:00:00", "changes": [{"type": "update", "message": "Removed old source data identifier attribute"}]}, {"version": "0.9.8", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Generate the missing JavaScript files"}]}, {"version": "0.9.7", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Update the TEI editor to 0.7.2"}]}, {"version": "0.9.6", "date": "2020-03-16T00:00:00", "changes": [{"type": "update", "message": "Update the TEI editor"}]}, {"version": "0.9.5", "date": "2020-03-12T00:00:00", "changes": [{"type": "bugfix", "message": "Handle git merge errors more cleanly"}]}, {"version": "0.9.4", "date": "2020-03-11T00:00:00", "changes": [{"type": "new", "message": "Added support for marking up signatures"}, {"type": "new", "message": "Added support for paragraph alignment in footnotes and annotations"}]}, {"version": "0.9.3", "date": "2020-02-04T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency"}]}, {"version": "0.9.2", "date": "2020-01-30T00:00:00", "changes": [{"type": "update", "message": "Updated icons in the menu"}]}, {"version": "0.9.1", "date": "2020-01-27T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency for some performance improvements"}]}, {"version": "0.9.0", "date": "2020-01-24T00:00:00", "changes": [{"type": "update", "message": "Updated to use the new TEI editor"}]}, {"version": "0.8.13", "date": "2019-12-10T00:00:00", "changes": [{"type": "update", "message": "Updated the documentation"}, {"type": "update", "message": "Improved the labeling for date metadata inputs"}]}, {"version": "0.8.12", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.11", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.10", "date": "2019-12-05T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the config to actually enable the deduplication"}]}, {"version": "0.8.9", "date": "2019-12-04T00:00:00", "changes": [{"type": "update", "message": "Updated TEI editor to address duplicate metadata issue"}]}, {"version": "0.8.8", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Missing menu options in the editor"}]}, {"version": "0.8.7", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Support marking up text variants"}]}, {"version": "0.8.6", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Added missing translations"}]}, {"version": "0.8.5", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Added a preview link"}]}, {"version": "0.8.4", "date": "2019-11-29T00:00:00", "changes": [{"type": "new", "message": "Show the currently logged in user"}, {"type": "update", "message": "Re-label menu items"}, {"type": "bugfix", "message": "Fix issue with editing new files"}]}, {"version": "0.8.3", "date": "2019-11-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fix issue with invalid TEI being generated"}]}, {"version": "0.8.2", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Disable merging again"}]}, {"version": "0.8.1", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Link to the existing merge request if available"}, {"type": "bugfix", "message": "Hide spinner when opening the documentation"}]}, {"version": "0.8.0", "date": "2019-11-28T00:00:00", "changes": [{"type": "new", "message": "Use rebasing where possible when merging changes from the master branch"}]}, {"version": "0.7.1", "date": "2019-11-27T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.7.0", "date": "2019-11-21T00:00:00", "changes": [{"type": "new", "message": "Don't allow merge requests when one already exists."}, {"type": "update", "message": "Added level 4 headings"}]}, {"version": "0.6.1", "date": "2019-11-15T00:00:00", "changes": [{"type": "new", "message": "Enable marking up missing editorial notes"}]}, {"version": "0.6.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Enabled password changing"}]}, {"version": "0.5.1", "date": "2019-11-14T00:00:00", "changes": [{"type": "update", "message": "Fix help link to open in a new window"}]}, {"version": "0.5.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Link to external help documentation"}, {"type": "update", "message": "Make footnotes stylable"}, {"type": "update", "message": "Change indentation rendering"}, {"type": "update", "message": "Change how text changes are encoded"}, {"type": "bugfix", "message": "Fixed inability to create new individual annotations"}]}, {"version": "0.4.4", "date": "2019-11-08T00:00:00", "changes": [{"type": "new", "message": "Support footnotes"}, {"type": "new", "message": "Support corrections and lemmas"}, {"type": "update", "message": "Improve synchronisation robustness"}, {"type": "update", "message": "Improved user interface labels"}]}, {"version": "0.4.3", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Generate missing CSS prefixes"}]}, {"version": "0.4.2", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Don't serialise empty attributes"}, {"type": "bugfix", "message": "Updated the editor to fix a serialisation bug"}]}, {"version": "0.4.1", "date": "2019-09-13T00:00:00", "changes": [{"type": "new", "message": "Enabled italic main text"}]}, {"version": "0.4.0", "date": "2019-09-11T00:00:00", "changes": [{"type": "new", "message": "Enable cross-references between individual annotations"}, {"type": "new", "message": "Enable references to the global comment"}, {"type": "update", "message": "Updated localisation to bring in line with the deployed site"}]}, {"version": "0.3.2", "date": "2019-08-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fix a bug caused by no recent commit message"}]}, {"version": "0.3.1", "date": "2019-05-24T00:00:00", "changes": [{"type": "update", "message": "Enabled explicit markup of sources"}, {"type": "bugfix", "message": "Made the recognition of updatable commits a bit more robust"}, {"type": "bugfix", "message": "Typo in the login form"}]}, {"version": "0.3.0", "date": "2019-05-10T00:00:00", "changes": [{"type": "new", "message": "Full localisation of the interface for English and German"}, {"type": "bugfix", "message": "Don't show the loading indicator when opening the help page"}, {"type": "bugfix", "message": "Fixed loading some change messages"}]}, {"version": "0.2.0", "date": "2019-05-08T00:00:00", "changes": [{"type": "update", "message": "Improved the user experience"}]}] \ No newline at end of file +[{"version": "0.12.1", "date": "2020-10-06T00:00:00", "changes": [{"type": "bugfix", "message": "Fix a filtering bug"}]}, {"version": "0.12.0", "date": "2020-10-06T00:00:00", "changes": [{"type": "new", "message": "Allow filtering of tasks by status"}, {"type": "new", "message": "Implemented pagination of tasks"}, {"type": "new", "message": "Added \"About\" information"}, {"type": "new", "message": "Added a help viewer"}, {"type": "update", "message": "Various small UX Updates"}, {"type": "bugfix", "message": "Fix the date display for the tasks"}, {"type": "bugfix", "message": "Fix missing authors on delete / integrate"}]}, {"version": "0.11.0", "date": "2020-10-05T00:00:00", "changes": [{"type": "update", "message": "Add margin and indentation attributes"}, {"type": "update", "message": "Add quick-links to actions on the edition overview"}, {"type": "update", "message": "Improved the UX for review comments"}, {"type": "bugfix", "message": "Fixed a bug in the github pull request handling"}, {"type": "bugfix", "message": "Dependency update to fix Prosemirror errors"}]}, {"version": "0.10.9", "date": "2020-08-07T00:00:00", "changes": [{"type": "update", "message": "On remote push events, run a pull in the webhook"}]}, {"version": "0.10.8", "date": "2020-08-05T00:00:00", "changes": [{"type": "bugfix", "message": "Newly scanned files were not being committed"}]}, {"version": "0.10.7", "date": "2020-08-03T00:00:00", "changes": [{"type": "bugfix", "message": "Fix various bugs with nested documents"}]}, {"version": "0.10.6", "date": "2020-07-30T00:00:00", "changes": [{"type": "update", "message": "Support serving extra files"}, {"type": "bugfix", "message": "Fix white-space issues in the TEI editor"}]}, {"version": "0.10.5", "date": "2020-07-29T00:00:00", "changes": [{"type": "update", "message": "Minimally improved the UX in the metadata editor"}]}, {"version": "0.10.4", "date": "2020-07-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in force-fetching default branch updates"}]}, {"version": "0.10.3", "date": "2020-07-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in fetching default branch updates"}]}, {"version": "0.10.2", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Improved the UX for branch actions"}]}, {"version": "0.10.1", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Updated the branch overview UX"}, {"type": "bugfix", "message": "Fixed a bug in the file sorting"}, {"type": "bugfix", "message": "Force fetching the default branch"}, {"type": "bugfix", "message": "Explicitly specify the default branch"}]}, {"version": "0.10.0", "date": "2020-07-23T00:00:00", "changes": [{"type": "update", "message": "Rewritten using Pyramid + API + complete Vue.js frontend"}]}, {"version": "0.9.9", "date": "2020-05-04T00:00:00", "changes": [{"type": "update", "message": "Removed old source data identifier attribute"}]}, {"version": "0.9.8", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Generate the missing JavaScript files"}]}, {"version": "0.9.7", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Update the TEI editor to 0.7.2"}]}, {"version": "0.9.6", "date": "2020-03-16T00:00:00", "changes": [{"type": "update", "message": "Update the TEI editor"}]}, {"version": "0.9.5", "date": "2020-03-12T00:00:00", "changes": [{"type": "bugfix", "message": "Handle git merge errors more cleanly"}]}, {"version": "0.9.4", "date": "2020-03-11T00:00:00", "changes": [{"type": "new", "message": "Added support for marking up signatures"}, {"type": "new", "message": "Added support for paragraph alignment in footnotes and annotations"}]}, {"version": "0.9.3", "date": "2020-02-04T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency"}]}, {"version": "0.9.2", "date": "2020-01-30T00:00:00", "changes": [{"type": "update", "message": "Updated icons in the menu"}]}, {"version": "0.9.1", "date": "2020-01-27T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency for some performance improvements"}]}, {"version": "0.9.0", "date": "2020-01-24T00:00:00", "changes": [{"type": "update", "message": "Updated to use the new TEI editor"}]}, {"version": "0.8.13", "date": "2019-12-10T00:00:00", "changes": [{"type": "update", "message": "Updated the documentation"}, {"type": "update", "message": "Improved the labeling for date metadata inputs"}]}, {"version": "0.8.12", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.11", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.10", "date": "2019-12-05T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the config to actually enable the deduplication"}]}, {"version": "0.8.9", "date": "2019-12-04T00:00:00", "changes": [{"type": "update", "message": "Updated TEI editor to address duplicate metadata issue"}]}, {"version": "0.8.8", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Missing menu options in the editor"}]}, {"version": "0.8.7", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Support marking up text variants"}]}, {"version": "0.8.6", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Added missing translations"}]}, {"version": "0.8.5", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Added a preview link"}]}, {"version": "0.8.4", "date": "2019-11-29T00:00:00", "changes": [{"type": "new", "message": "Show the currently logged in user"}, {"type": "update", "message": "Re-label menu items"}, {"type": "bugfix", "message": "Fix issue with editing new files"}]}, {"version": "0.8.3", "date": "2019-11-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fix issue with invalid TEI being generated"}]}, {"version": "0.8.2", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Disable merging again"}]}, {"version": "0.8.1", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Link to the existing merge request if available"}, {"type": "bugfix", "message": "Hide spinner when opening the documentation"}]}, {"version": "0.8.0", "date": "2019-11-28T00:00:00", "changes": [{"type": "new", "message": "Use rebasing where possible when merging changes from the master branch"}]}, {"version": "0.7.1", "date": "2019-11-27T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.7.0", "date": "2019-11-21T00:00:00", "changes": [{"type": "new", "message": "Don't allow merge requests when one already exists."}, {"type": "update", "message": "Added level 4 headings"}]}, {"version": "0.6.1", "date": "2019-11-15T00:00:00", "changes": [{"type": "new", "message": "Enable marking up missing editorial notes"}]}, {"version": "0.6.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Enabled password changing"}]}, {"version": "0.5.1", "date": "2019-11-14T00:00:00", "changes": [{"type": "update", "message": "Fix help link to open in a new window"}]}, {"version": "0.5.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Link to external help documentation"}, {"type": "update", "message": "Make footnotes stylable"}, {"type": "update", "message": "Change indentation rendering"}, {"type": "update", "message": "Change how text changes are encoded"}, {"type": "bugfix", "message": "Fixed inability to create new individual annotations"}]}, {"version": "0.4.4", "date": "2019-11-08T00:00:00", "changes": [{"type": "new", "message": "Support footnotes"}, {"type": "new", "message": "Support corrections and lemmas"}, {"type": "update", "message": "Improve synchronisation robustness"}, {"type": "update", "message": "Improved user interface labels"}]}, {"version": "0.4.3", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Generate missing CSS prefixes"}]}, {"version": "0.4.2", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Don't serialise empty attributes"}, {"type": "bugfix", "message": "Updated the editor to fix a serialisation bug"}]}, {"version": "0.4.1", "date": "2019-09-13T00:00:00", "changes": [{"type": "new", "message": "Enabled italic main text"}]}, {"version": "0.4.0", "date": "2019-09-11T00:00:00", "changes": [{"type": "new", "message": "Enable cross-references between individual annotations"}, {"type": "new", "message": "Enable references to the global comment"}, {"type": "update", "message": "Updated localisation to bring in line with the deployed site"}]}, {"version": "0.3.2", "date": "2019-08-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fix a bug caused by no recent commit message"}]}, {"version": "0.3.1", "date": "2019-05-24T00:00:00", "changes": [{"type": "update", "message": "Enabled explicit markup of sources"}, {"type": "bugfix", "message": "Made the recognition of updatable commits a bit more robust"}, {"type": "bugfix", "message": "Typo in the login form"}]}, {"version": "0.3.0", "date": "2019-05-10T00:00:00", "changes": [{"type": "new", "message": "Full localisation of the interface for English and German"}, {"type": "bugfix", "message": "Don't show the loading indicator when opening the help page"}, {"type": "bugfix", "message": "Fixed loading some change messages"}]}, {"version": "0.2.0", "date": "2019-05-08T00:00:00", "changes": [{"type": "update", "message": "Improved the user experience"}]}] \ No newline at end of file diff --git a/src/digi_edit/static/help/.buildinfo b/src/digi_edit/static/help/.buildinfo index c8c50f7..3d69430 100644 --- a/src/digi_edit/static/help/.buildinfo +++ b/src/digi_edit/static/help/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 60ad5a294e64635c86a285cd6d313c5a +config: 83055a4e8adbc53d94beb296636a81f1 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/src/digi_edit/static/help/.doctrees/environment.pickle b/src/digi_edit/static/help/.doctrees/environment.pickle index 957d49afa56d6abcf710dc27c82501f2b1f7145a..acf3f3c8c333ed7d3e1502ff843c0bb513cc3b5d 100644 GIT binary patch delta 1737 zcmcb(nepOg#tl;#84Wj2Wt_^%XgIl$TXeDmw*jN!=0ffY4o1VxuY_MSGa7EbCSJ`v z*-%DevVe<}P!E4WQGRl2adB#~er8@uYQ>bv0n)~-X_+~xQzn1V6`A}&T8fV+H6^no zzX+xv&sltOyo{u<5JGESYI%G~VsZB5JZWh`R)|489QkFbMP-?(<&*bIi*4?c*~e5L z!o<Mf?s)yavU#iK>8v0GZ~e2ZXaw)l=B!9KuZ?w6RuqC~dOa%u!K>iU3PbR=7iR?{ zc=zUJ`NMhb>`$`%5Eixv^<;%2Br6wZg(G;Y!?Ju4yr+IyfpA`jq<mHcg6DQ*vaEtN zW6<PC1-Z$S733zDE67aVs36V`a$^4!jmc4pGLz3MC^JvU3Y#pbD9`T4#K3?gKKYn} z=;Ut2V#bik{}pdePE%H%>|h`<Sy(xkF?#ZORi()jOeH5TQVyAXPE~obq)PMTZ_3J( z_p78&o};2Xd9RJ?<UG}c$=fuPC->UPPUcgKnB1kVJh@Y?bn*=)<;ikR;*%}ZgC=)r zDNkOjUOoArn(}0CjqJ%`n#z-JYSd0vQ&rwvsVT@fSwlm4@>;DfaO`9)XJTLg$4u5i z5DOG5S?574P>f{V1+hS}k@XtH0(mp*Cx``#g)DYv1_p2pWQl@UpwQ1!2C+ci&N2kC zK!KiR4`P7=Jj)lv0tI$fG_x`T1309!GC_i%P|hl6W?(4oVJXQ^E}l|5MI$R@^G$74 z#>qz=R3<Cw?qLksd|&qy<76dMv&k~%mXjR}vM2vBRoQ&rz?gCJA5+22!bY7C##-Z2 zM#kvL0XDglCz$3;{->idS;6esWO+M~#toDI+Nn(bV7`Gda`Qrqw~UjYnVC)UvY5PI zMQpN=b@1df<|>mrt&dIav&x&i*QR1}s<q1GNZVtRPkH7|?zJnJyv9pqvZDR5$u@3z zlRMR9Cl@&cPnLC8nf%h>*yM})`IF_GvL??l7M#qlD?E9P(*{QW&9Tn+nI>!a=S^O# zt}ywOTkvF#0F}v(?#CvtcLdw)tsybF*CTjxhm*==7SCgor+Md1zNw)&Inpb5a*2=1 z<O^QMCi~muO|I0Govi2+JlWJ%W%CT52~3mOJ@O{6)smmQ)jxRh0}qwSIstc*L3z%b z5geu7%-~$+%?Qq3-i+XU<;@7rP~ME-oaD_2jzDilaNhA|%mPK7HzPQ+cr$`?i8muS zdw4T~W6PT{D`IkXptBChp4cfGS%*NecZ8XNAr)*3NN6_;14Gtc5V4;HB<?@?R$vG? zxlPCdsq6<uEfWL7ge;Is5D%2tCV;gdcp$w9-cD9<P69h~Le_2+-d+^meiYt87|#N1 z;b9mT%sYz0JC4FT3FB>k8uWn?9IUZZz`+_j1strgQ=lFO2W#vUaInTs0S9aB6mYP{ zP64|&b_zIHW2b<FHFgR(SYxMvgEe*vI9Ow+WJOH22=xgC1#2hRnoh7SonT8k!FF_l zt>^^X&<VDn6KsAb*!WJc>78K1JHcjmf{pIXir9QJG?0lgXtH*MoFb@DoY2FYo0(Ty zteccyp;ug%KBa9+Ru818$_kpC6(Pgf4d?Yo$ni~p@<53rD`4{O2nD`=RH2s<ii}~C pxg%v5eJ5)~s;G3cGcaUL1Q8t|q7Ot&2N82Y#1s%QYjQzkA^<fI5j6k+ delta 1776 zcmcb(nepOg#tl;#84Wg1Wt_^%XfU~uTXeDmw*jNU=0ffY4n~8`uY_MSGa78ZCSJ`v zS<gjo@)l{4$rqeiCx6ftvFzc<FH0>d%S<hw(j!(-l%JehT%200U!Gr-9iN{UpO%@E zI;BS_H6^nozev9%wW359!k#jj-$i=zLun~BeuS>fyp+_6DLq06k-XIM_>#op>?xB2 zq$MZkJBv+LkdYK+g(~EMn57TqZtj)Y&r~1H#K7S0c>TW8zwXVtS^jWdk4I}(5Q3Nc zDk}=XTbz~^fZ$z|$nu5rdS#fhA`!gAhgl&AUQb(AD1x``QdTg+iau89tO&SdpT1&N z7=o7^lNFBOEt#Jch~V8;%<_Zt`UMV6mQ}E3^q(B5AUAocg3RP{1-Z!^6~rf3C<;&h zt{^`7yn+n#gsjNPf{OC&!AuMc{Zlk1zgAF&iic0GRBUC8p8Q|&CZqr4^Quad9SkHU z3o8dtzM-T%d4j3r<VDIMljo=?PnJ|^o~)*-JbAxL`s6T8<;i<(R43=DCQSaOtUS5b zPIfY%S_EUr<nyY^le^SPCTnOYPnL5MpKPHXG&xO8dGcEI>d9SN%9Fh{vL~NYRi1oP zqjvH(4du<1nu3gzyVR8@uhr@T$4%C9CI$v@yks2&u|NTqbsoe5#Yfg%5DOF+S+7AX zP&{P)1hGJIkj2i-zyJ>aEKv{(6!uxlAQs5uS%x4MD9E$yK`c;kXZeCyprFo*W>#ik z0Ecr{CP)wz##!ae3=E|`EG7BL#ZzjhXk<lizNxLsIQfsM%48+oJ&e(t@9TbIoV?yK zf3kx?_T&yHmCff3j2S0)I0<eRHtK{h)*6>GPQIvbHp$Ck@&wbI$#aYaC-dtHPgXEH zHo4ErY_g2`hRLbcDw98$Z(xktywKt;<79uEyvh4j#3l<_2TwM&RhisreQfeH@4U%- zZ7L?0_^3>dv^_TYnHku`Ub}+HXUtV5E7~7p44JH8mp8dfO=fbDL-6E(Ix3T2IvktK z?g6sHa<ZIL*5n5sDwEeZZD0)D9P50aY4UUXyvb|T6(*l@3!Z$`L1nU|`?1Ly{&|zV zH6$kYdIV4A2vC{K;(2Vcyj|Ypn;MFfBfWwr|Fu(@e8KD3<Wrt`lPfi4CoB2{PhR7t zvU!Hj1g6P0Zh4c}YROOD>K{B=)?H<?PQaaHP>%Cv1V^biGdPcVGlDahHzPP#c{75u zlQ$zcA9*u^BhZ@>oO8Sxvp`Yj%?Qpa-i+Wp;>`%o9NvuJ*z#t~@|&C;=&S>>Cw7WP z)*(>r9bsl*NCn#h657qez>u{UMC@k)iHA<U6&M0eZWFRVD*HiE%f!GiAq%7u!~-R^ z31BS<9!M{Ox04l|m%z@PkhL3yw-<%CABA@i#<Kuhco@b7^NynMj-&8S!g!mX27O=z z2W#vUaInTs0S9aB6sU*6!5TXS9IUZZz`+_j1strgQ^4+xodOQl*eT#(jhzAx*4QcF zV2zyu4%XNyS$>l(LVZF(!P*J7rW0&SC)kosupOOXD>}h8bb>AD1e@OpHog;VdMDWM zPO#aXV52*;{5IbV4P;{UpR64rrwA&8C-m^<X6BU^>n7z_=oOcxPidQy)eR}Eviv7! zMaXdWz<K=<a(w+z9ytF8Pu?A&z&8O^=w*Z=W8`G+NEycP$r_O=Ds$Nx7_z!S#1s(G U2O>H^#B>lb3q(wuTo9QE0M$w@&Hw-a diff --git a/src/digi_edit/static/help/_static/documentation_options.js b/src/digi_edit/static/help/_static/documentation_options.js index 3ee9e45..ab9b4b7 100644 --- a/src/digi_edit/static/help/_static/documentation_options.js +++ b/src/digi_edit/static/help/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.12.0', + VERSION: '0.12.1', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/src/digi_edit/static/help/editor/index.html b/src/digi_edit/static/help/editor/index.html index 389c3f3..7bda017 100644 --- a/src/digi_edit/static/help/editor/index.html +++ b/src/digi_edit/static/help/editor/index.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Editors — Digital Edition Editor 0.12.0 documentation</title> + <title>Editors — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/editor/tei-editor.html b/src/digi_edit/static/help/editor/tei-editor.html index 0821174..3486286 100644 --- a/src/digi_edit/static/help/editor/tei-editor.html +++ b/src/digi_edit/static/help/editor/tei-editor.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>TEI Editor — Digital Edition Editor 0.12.0 documentation</title> + <title>TEI Editor — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/editor/text-editor.html b/src/digi_edit/static/help/editor/text-editor.html index f7051c3..f8ef5c3 100644 --- a/src/digi_edit/static/help/editor/text-editor.html +++ b/src/digi_edit/static/help/editor/text-editor.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Text Editor — Digital Edition Editor 0.12.0 documentation</title> + <title>Text Editor — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/genindex.html b/src/digi_edit/static/help/genindex.html index 1cd6798..612ac69 100644 --- a/src/digi_edit/static/help/genindex.html +++ b/src/digi_edit/static/help/genindex.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Index — Digital Edition Editor 0.12.0 documentation</title> + <title>Index — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/index.html b/src/digi_edit/static/help/index.html index 985b618..353bea6 100644 --- a/src/digi_edit/static/help/index.html +++ b/src/digi_edit/static/help/index.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Digital Edition Editor — Digital Edition Editor 0.12.0 documentation</title> + <title>Digital Edition Editor — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/overview.html b/src/digi_edit/static/help/overview.html index f1e39d3..baa873c 100644 --- a/src/digi_edit/static/help/overview.html +++ b/src/digi_edit/static/help/overview.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Overview — Digital Edition Editor 0.12.0 documentation</title> + <title>Overview — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/cancel_integration.html b/src/digi_edit/static/help/processes/cancel_integration.html index a15f38f..294b936 100644 --- a/src/digi_edit/static/help/processes/cancel_integration.html +++ b/src/digi_edit/static/help/processes/cancel_integration.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Cancel Task integration — Digital Edition Editor 0.12.0 documentation</title> + <title>Cancel Task integration — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/delete_task.html b/src/digi_edit/static/help/processes/delete_task.html index 2540a78..1c1e642 100644 --- a/src/digi_edit/static/help/processes/delete_task.html +++ b/src/digi_edit/static/help/processes/delete_task.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Deleting a Task — Digital Edition Editor 0.12.0 documentation</title> + <title>Deleting a Task — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/filter_tasks.html b/src/digi_edit/static/help/processes/filter_tasks.html index 678de6e..d0bac4b 100644 --- a/src/digi_edit/static/help/processes/filter_tasks.html +++ b/src/digi_edit/static/help/processes/filter_tasks.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Filtering Tasks — Digital Edition Editor 0.12.0 documentation</title> + <title>Filtering Tasks — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/index.html b/src/digi_edit/static/help/processes/index.html index c4f9a10..caf403a 100644 --- a/src/digi_edit/static/help/processes/index.html +++ b/src/digi_edit/static/help/processes/index.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Processes — Digital Edition Editor 0.12.0 documentation</title> + <title>Processes — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/integrate_task.html b/src/digi_edit/static/help/processes/integrate_task.html index fed93ae..b9c2980 100644 --- a/src/digi_edit/static/help/processes/integrate_task.html +++ b/src/digi_edit/static/help/processes/integrate_task.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Integrating a Task — Digital Edition Editor 0.12.0 documentation</title> + <title>Integrating a Task — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/logging_in.html b/src/digi_edit/static/help/processes/logging_in.html index fd78584..7b08d20 100644 --- a/src/digi_edit/static/help/processes/logging_in.html +++ b/src/digi_edit/static/help/processes/logging_in.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Logging in — Digital Edition Editor 0.12.0 documentation</title> + <title>Logging in — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/new_task.html b/src/digi_edit/static/help/processes/new_task.html index 1a33081..e0c7e6d 100644 --- a/src/digi_edit/static/help/processes/new_task.html +++ b/src/digi_edit/static/help/processes/new_task.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Creating a new Task — Digital Edition Editor 0.12.0 documentation</title> + <title>Creating a new Task — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/update_task.html b/src/digi_edit/static/help/processes/update_task.html index ad247f7..88e3d03 100644 --- a/src/digi_edit/static/help/processes/update_task.html +++ b/src/digi_edit/static/help/processes/update_task.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Updating a Task — Digital Edition Editor 0.12.0 documentation</title> + <title>Updating a Task — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/work_on_file.html b/src/digi_edit/static/help/processes/work_on_file.html index f09a89b..ee7b7eb 100644 --- a/src/digi_edit/static/help/processes/work_on_file.html +++ b/src/digi_edit/static/help/processes/work_on_file.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Working on a file — Digital Edition Editor 0.12.0 documentation</title> + <title>Working on a file — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/work_on_task.html b/src/digi_edit/static/help/processes/work_on_task.html index 46736e7..d7a9304 100644 --- a/src/digi_edit/static/help/processes/work_on_task.html +++ b/src/digi_edit/static/help/processes/work_on_task.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Working on a Task — Digital Edition Editor 0.12.0 documentation</title> + <title>Working on a Task — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/search.html b/src/digi_edit/static/help/search.html index a4ba2da..1bc28f5 100644 --- a/src/digi_edit/static/help/search.html +++ b/src/digi_edit/static/help/search.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Search — Digital Edition Editor 0.12.0 documentation</title> + <title>Search — Digital Edition Editor 0.12.1 documentation</title> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> -- GitLab