emrt.necd.content 2.5.50__zip → 2.5.51__zip

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. emrt.necd.content-2.5.51/PKG-INFO +1724 -0
  2. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/docs/HISTORY.txt +4 -0
  3. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/configure.zcml +6 -0
  4. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/metadata.xml +1 -1
  5. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/subscribers.py +9 -0
  6. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/configure.zcml +13 -0
  7. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2550.py +1 -1
  8. emrt.necd.content-2.5.51/emrt/necd/content/upgrades/evolve2551.py +31 -0
  9. emrt.necd.content-2.5.51/emrt.necd.content.egg-info/PKG-INFO +1724 -0
  10. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt.necd.content.egg-info/SOURCES.txt +1 -0
  11. emrt.necd.content-2.5.51/emrt.necd.content.egg-info/entry_points.txt +2 -0
  12. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/setup.py +1 -1
  13. emrt.necd.content-2.5.50/PKG-INFO +0 -1698
  14. emrt.necd.content-2.5.50/emrt.necd.content.egg-info/PKG-INFO +0 -1698
  15. emrt.necd.content-2.5.50/emrt.necd.content.egg-info/entry_points.txt +0 -5
  16. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/.editorconfig +0 -0
  17. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/.gitignore +0 -0
  18. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/MANIFEST.in +0 -0
  19. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/Makefile +0 -0
  20. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/README.txt +0 -0
  21. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/bootstrap.py +0 -0
  22. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/build_manylinux.sh +0 -0
  23. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/buildout.cfg +0 -0
  24. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/docs/INSTALL.txt +0 -0
  25. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/docs/LICENSE.GPL +0 -0
  26. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/docs/LICENSE.txt +0 -0
  27. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/__init__.py +0 -0
  28. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/__init__.py +0 -0
  29. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/INTEGRATION.txt +0 -0
  30. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/__init__.py +0 -0
  31. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/adapters/__init__.py +0 -0
  32. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/adapters/configure.zcml +0 -0
  33. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/adapters/reference_number.py +0 -0
  34. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/__init__.py +0 -0
  35. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/attachmentdownload.py +0 -0
  36. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/bulk_update.py +0 -0
  37. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/carryover.py +0 -0
  38. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/comments.py +0 -0
  39. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/configure.zcml +0 -0
  40. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/copyfiles.py +0 -0
  41. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/flatten_json.so +0 -0
  42. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/get_sample_xls.py +0 -0
  43. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/interfaces.py +0 -0
  44. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/macros.py +0 -0
  45. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/observation_import.py +0 -0
  46. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/reminder.py +0 -0
  47. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/statechange.py +0 -0
  48. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/statisticsview.py +0 -0
  49. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/tableau.py +0 -0
  50. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/assign_answerer_form.pt +0 -0
  51. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/assign_conclusion_reviewer_form.pt +0 -0
  52. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/assign_counterpart_form.pt +0 -0
  53. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/bulk_update.pt +0 -0
  54. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/carryover.pt +0 -0
  55. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/finalisedfolderview.pt +0 -0
  56. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/import_observation.pt +0 -0
  57. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/inboxreviewfolderview.pt +0 -0
  58. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/macros.pt +0 -0
  59. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/multi_input.pt +0 -0
  60. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/reminder.pt +0 -0
  61. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/reminder_default_content.pt +0 -0
  62. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/reviewfolder_get_table.pt +0 -0
  63. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/reviewfolderview.pt +0 -0
  64. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/statisticsview.pt +0 -0
  65. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/tableau_connector.pt +0 -0
  66. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/templates/tableau_dashboard.pt +0 -0
  67. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/browser/xls_utils.py +0 -0
  68. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/comment.py +0 -0
  69. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/commentanswer.py +0 -0
  70. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/commentextender.py +0 -0
  71. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/conclusions.py +0 -0
  72. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/constants.py +0 -0
  73. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/converter.py +0 -0
  74. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/crons.py +0 -0
  75. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/forms/__init__.py +0 -0
  76. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/forms/configure.zcml +0 -0
  77. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/forms/redraft.py +0 -0
  78. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/inbox_sections.py +0 -0
  79. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/indexers.py +0 -0
  80. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/locales/README.txt +0 -0
  81. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/necdfile.py +0 -0
  82. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/nfr_code_matching.py +0 -0
  83. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/__init__.py +0 -0
  84. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/answer_acknowledged.pt +0 -0
  85. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/answer_acknowledged.py +0 -0
  86. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/answer_to_msexperts.pt +0 -0
  87. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/answer_to_msexperts.py +0 -0
  88. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/comment_added.py +0 -0
  89. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/comment_added.zcml +0 -0
  90. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/comment_to_msa.pt +0 -0
  91. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/comment_to_mse.pt +0 -0
  92. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/conclusion_to_comment.pt +0 -0
  93. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/conclusion_to_comment.py +0 -0
  94. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/configure.zcml +0 -0
  95. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/new_comment.pt +0 -0
  96. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/observation_finalisation_denied.pt +0 -0
  97. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/observation_finalisation_denied.py +0 -0
  98. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/observation_finalisation_request.pt +0 -0
  99. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/observation_finalisation_request.py +0 -0
  100. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/observation_finalised.pt +0 -0
  101. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/observation_finalised.py +0 -0
  102. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/observation_finalised_rev_msg.pt +0 -0
  103. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/observation_recalled.py +0 -0
  104. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/observation_recalled.zcml +0 -0
  105. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/observation_recalled_closed_msa.pt +0 -0
  106. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/observation_recalled_closed_se.pt +0 -0
  107. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/observation_recalled_denied_se.pt +0 -0
  108. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/question_answered.py +0 -0
  109. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/question_answered_lr_msg.pt +0 -0
  110. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/question_answered_msexperts_msg.pt +0 -0
  111. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/question_answered_rev_msg.pt +0 -0
  112. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/question_ready_for_approval.pt +0 -0
  113. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/question_ready_for_approval.py +0 -0
  114. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/question_redraft.pt +0 -0
  115. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/question_redraft.py +0 -0
  116. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/question_redraft.zcml +0 -0
  117. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/question_to_counterpart.pt +0 -0
  118. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/question_to_counterpart.py +0 -0
  119. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/question_to_ms.pt +0 -0
  120. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/question_to_ms.py +0 -0
  121. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/question_to_ms_rev_msg.pt +0 -0
  122. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/notifications/utils.py +0 -0
  123. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/observation.py +0 -0
  124. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/overrides.zcml +0 -0
  125. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/patches.py +0 -0
  126. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/patches.zcml +0 -0
  127. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/permissions.zcml +0 -0
  128. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/catalog.xml +0 -0
  129. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/cssregistry.xml +0 -0
  130. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/diff_tool.xml +0 -0
  131. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/emrt.necd.content_various.txt +0 -0
  132. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/jsregistry.xml +0 -0
  133. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/ldap_plugin.xml +0 -0
  134. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/necdvocabularies/conclusion_reasons.csv +0 -0
  135. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/necdvocabularies/eea_member_states.csv +0 -0
  136. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/necdvocabularies/fuel.csv +0 -0
  137. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/necdvocabularies/ghg_source_category.csv +0 -0
  138. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/necdvocabularies/ghg_source_sectors.csv +0 -0
  139. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/necdvocabularies/highlight.csv +0 -0
  140. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/necdvocabularies/highlight_2024_onwards.csv +0 -0
  141. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/necdvocabularies/highlight_projection.csv +0 -0
  142. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/necdvocabularies/parameter.csv +0 -0
  143. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/necdvocabularies/pollutants.csv +0 -0
  144. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/necdvocabularies/scenario_type.csv +0 -0
  145. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/registry.xml +0 -0
  146. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/rolemap.xml +0 -0
  147. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/sharing.xml +0 -0
  148. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/tinymce.xml +0 -0
  149. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/types/Comment.xml +0 -0
  150. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/types/CommentAnswer.xml +0 -0
  151. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/types/Conclusions.xml +0 -0
  152. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/types/Folder.xml +0 -0
  153. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/types/NECDFile.xml +0 -0
  154. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/types/Observation.xml +0 -0
  155. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/types/Question.xml +0 -0
  156. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/types/ReviewFolder.xml +0 -0
  157. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/types.xml +0 -0
  158. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/workflows/esd-answer-workflow/definition.xml +0 -0
  159. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/workflows/esd-comment-workflow/definition.xml +0 -0
  160. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/workflows/esd-conclusion-workflow/definition.xml +0 -0
  161. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/workflows/esd-file-workflow/definition.xml +0 -0
  162. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/workflows/esd-question-review-workflow/definition.xml +0 -0
  163. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/workflows/esd-review-workflow/definition.xml +0 -0
  164. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/workflows/esd-reviewtool-folder-workflow/definition.xml +0 -0
  165. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles/default/workflows.xml +0 -0
  166. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/profiles.zcml +0 -0
  167. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/question.py +0 -0
  168. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/reviewfolder.py +0 -0
  169. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/roles/__init__.py +0 -0
  170. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/roles/configure.zcml +0 -0
  171. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/roles/localroles.py +0 -0
  172. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/roles/localrolesubscriber.py +0 -0
  173. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/setuphandlers.py +0 -0
  174. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/chosen-sprite.png +0 -0
  175. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/chosen-sprite@2x.png +0 -0
  176. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/chosen.jquery.js +0 -0
  177. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/chosen.min.css +0 -0
  178. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/cookies.js +0 -0
  179. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/eea-tabs.css +0 -0
  180. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/eea-tabs.js +0 -0
  181. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/emrt.necd.content.css +0 -0
  182. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/flags.css +0 -0
  183. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/flags.png +0 -0
  184. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/inbox_view.css +0 -0
  185. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/inbox_view.js +0 -0
  186. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/moment.min.js +0 -0
  187. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/phase-1.png +0 -0
  188. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/phase-12.png +0 -0
  189. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/phase-2.png +0 -0
  190. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/tableauwdc-2.3.1.min.js +0 -0
  191. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/static/tableauwdc-2.3.latest.min.js +0 -0
  192. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/subscriptionconfiguration.py +0 -0
  193. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/subscriptions/__init__.py +0 -0
  194. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/subscriptions/configure.zcml +0 -0
  195. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/subscriptions/dexterity.py +0 -0
  196. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/subscriptions/interfaces.py +0 -0
  197. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/templates/conclusion_layout.pt +0 -0
  198. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/templates/diffedview.pt +0 -0
  199. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/templates/macro_qa_chat.pt +0 -0
  200. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/templates/observationview.pt +0 -0
  201. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/templates/subscriptionconfiguration.pt +0 -0
  202. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/templates/subscriptionconfigurationreview.pt +0 -0
  203. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/templates/widget_activity.pt +0 -0
  204. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/templates/widget_activity_type.pt +0 -0
  205. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/templates/widget_highlight.pt +0 -0
  206. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/templates/widget_pollutants.pt +0 -0
  207. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/tests.py +0 -0
  208. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/timeit.py +0 -0
  209. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/transform_html_to_docx.py +0 -0
  210. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/__init__.py +0 -0
  211. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2010.py +0 -0
  212. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2015.py +0 -0
  213. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2016.py +0 -0
  214. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2022.py +0 -0
  215. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2024.py +0 -0
  216. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2025.py +0 -0
  217. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2029.py +0 -0
  218. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2032.py +0 -0
  219. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2037.py +0 -0
  220. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2038.py +0 -0
  221. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2042.py +0 -0
  222. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2044.py +0 -0
  223. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2045.py +0 -0
  224. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve205.py +0 -0
  225. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve206.py +0 -0
  226. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve207.py +0 -0
  227. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2201.py +0 -0
  228. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve230.py +0 -0
  229. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve235.py +0 -0
  230. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve236.py +0 -0
  231. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve237.py +0 -0
  232. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve240.py +0 -0
  233. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve243.py +0 -0
  234. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve252.py +0 -0
  235. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2524.py +0 -0
  236. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2537.py +0 -0
  237. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2538.py +0 -0
  238. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2540.py +0 -0
  239. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve2542.py +0 -0
  240. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/evolve258.py +0 -0
  241. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/portal_workflow.py +0 -0
  242. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/upgrades/templates/portal_workflow_apply_and_reindex.pt +0 -0
  243. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/utilities/__init__.py +0 -0
  244. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/utilities/configure.zcml +0 -0
  245. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/utilities/interfaces.py +0 -0
  246. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/utilities/ldap_utils.py +0 -0
  247. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/utilities/ldap_wrapper.py +0 -0
  248. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/utilities/ms_user.py +0 -0
  249. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/utilities/question.py +0 -0
  250. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/utilities/roles.py +0 -0
  251. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/utils.py +0 -0
  252. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/views.zcml +0 -0
  253. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/vocabularies.py +0 -0
  254. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt/necd/content/vocabularies.zcml +0 -0
  255. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt.necd.content.egg-info/dependency_links.txt +0 -0
  256. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt.necd.content.egg-info/namespace_packages.txt +0 -0
  257. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt.necd.content.egg-info/not-zip-safe +0 -0
  258. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt.necd.content.egg-info/requires.txt +0 -0
  259. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/emrt.necd.content.egg-info/top_level.txt +0 -0
  260. {emrt.necd.content-2.5.50 → emrt.necd.content-2.5.51}/setup.cfg +0 -0
@@ -1,1698 +0,0 @@
1
- Metadata-Version: 1.1
2
- Name: emrt.necd.content
3
- Version: 2.5.50
4
- Summary: Content-types for EMRT-NECD Review Tool
5
- Home-page: https://github.com/eea/emrt.necd.content/
6
- Author: Mikel Larreategi
7
- Author-email: mlarreategi@codesyntax.com
8
- License: GPL
9
- Description: Introduction
10
- ============
11
-
12
- Product containing content-types and workflow information for Effort Sharing Decission
13
- Review Tool
14
-
15
- Changelog
16
- =========
17
-
18
- 2.5.50 (2024-04-30)
19
-
20
- - Task #260973 - Add formatting
21
- - Task #260971 - Review if flags need updating/ all are still relevant
22
- - Bug #269439 - Error when editing conclusion text
23
-
24
- 2.5.49 (2024-04-25)
25
-
26
- - Task #260971 - Add "Description flags" to carryover
27
-
28
- 2.5.48 (2024-04-11)
29
-
30
- - Feature #260968 - Reminder button: allow user / country selection
31
- - Task #260971 - Review if flags need updating/ all are still relevant
32
-
33
- 2.5.47 (2024-04-11)
34
-
35
- - Bug #268428 - Unable to take extract from test site
36
-
37
- 2.5.46 (2024-02-09)
38
-
39
- - Feature #260974 - Possibility to recall obs after sending to approval
40
-
41
- 2.5.45 (2024-02-08)
42
-
43
- - Feature #260968 - Reminder button needs to be developed so the Lead Reviews can use it close to the deadline
44
-
45
- 2.5.44 (2024-02-06)
46
-
47
- - Task #260969 - Text on SE/LR responses to old conclusions is confusing
48
-
49
- 2.5.43 (2024-02-06)
50
-
51
- - Feature #260973 - Add formatting
52
- - Feature #260974 - Possibility to recall obs after sending to approval
53
-
54
- 2.5.42 (2024-01-29)
55
-
56
- - Task #260969 - Text on SE/LR responses to old conclusions is confusing
57
- - Feature #260972 - Would be good to see Q&A when writing conclusion
58
- - Feature #260964 - Member States need to have the option to download Questions and Answers (from all previous & current years)
59
- - Task #260967 - Reviewers need to have the option to download the questions and answers during the review process
60
-
61
- 2.5.41 (2023-05-31)
62
-
63
- - Bug #253484 - Inventory data not exporting correctly
64
-
65
- 2.5.40 (2023-05-11)
66
-
67
- - Bug #252799 - Issue with pollutant and year field
68
-
69
- 2.5.39 (2023-03-16)
70
-
71
- - Task #249245 - Projections: Update to the NFR code list (move 1A4aii to sector 2)
72
- - Task #250017 - Projections: Hiding the review subsectors options
73
-
74
- 2.5.38 (2023-02-28)
75
-
76
- - Task #249245 - Projections: Update to the NFR code list
77
- - Task #249174 - Projections: Removal of projection year 2020
78
- - Task #249177 - Projections: Update to Parameters list
79
- - Task #249176 - Projections: update of description flag
80
- - Feature #249237 - New mapping of solvent/non-solvent IPPU split
81
-
82
- 2.5.37 (2023-02-22)
83
-
84
- - Feature #162073 - Creation of a Transparency flag
85
- - Feature #162078 - Creation of revised estimate and technical correction stamps
86
- - Feature #162117 - Hide Grid and LPS NFR codes in 2023 inventory
87
-
88
- 2.5.36 (2022-05-16)
89
-
90
- - Bug #149838 - Follow-up question issue on previous recommendations
91
- - Feature #142225 - Better identification of source observation
92
-
93
- 2.5.35 (2022-05-11)
94
-
95
- - Task #149632 - Prevent unnecessary calls to the carried-over observation source
96
-
97
- 2.5.34 (2022-05-09)
98
-
99
- - Task #149631 - Adding new LDAP Sector for NFR sector 2D - whitespace cleanup
100
-
101
- 2.5.33 (2022-05-09)
102
-
103
- - Task #149631 - Adding new LDAP Sector for NFR sector 2D
104
-
105
- 2.5.32 (2022-05-02)
106
-
107
- - Feature #142225 - Handle int year during carryover
108
-
109
- 2.5.31 (2022-04-29)
110
-
111
- - Feature #142225 - Show source recommendation and LR comments on carried over observations - better source fetching
112
-
113
- 2.5.30 (2022-04-28)
114
-
115
- - Feature #142225 - Show source recommendation and LR comments on carried over observations - fix identity check
116
-
117
- 2.5.29 (2022-04-28)
118
-
119
- - Feature #142225 - Show source recommendation and LR comments on carried over observations - fixes
120
-
121
- 2.5.28 (2022-04-28)
122
-
123
- - Feature #142225 - Show source recommendation and LR comments on carried over observations
124
-
125
- 2.5.27 (2022-02-18)
126
-
127
- - Task #135014 - SE unable to see carried over observations
128
-
129
- 2.5.26 (2021-09-22)
130
-
131
- - Task #125989 - Filter My View on flags
132
-
133
- 2.5.25 (2021-06-18)
134
-
135
- - Task #134160 - Fix .date() call.
136
-
137
- 2.5.24 (2021-06-11)
138
-
139
- - Task #134160 - MS coordinator MyView bug.
140
-
141
- 2.5.23 (2021-06-02)
142
-
143
- - Task #134554 - Missing fields for Sector Experts creating new observations
144
- [batradav]
145
-
146
- 2.5.22 (2021-05-23)
147
-
148
- - Task #134338 - Carry over feature error - Fix Observation ID handling - spaces.
149
- [batradav]
150
-
151
- 2.5.21 (2021-04-27)
152
-
153
- - Task #129979 - Carry Over Feature - Fix Observation ID handling - paranthesis.
154
- [batradav]
155
-
156
- 2.5.20 (2021-04-19)
157
-
158
- - Task #129979 - Carry Over Feature - Fix Observation ID handling.
159
- [batradav]
160
-
161
- 2.5.19 (2021-03-16)
162
-
163
- - Bug #129972 - LR recall questions feature doesn't work
164
- - Task #129979 - Carry Over Feature - add inventory year and gridded and LPS NFR codes
165
- [batradav]
166
-
167
- 2.5.18 (2020-06-26)
168
-
169
- - Bug #118760 - Web Data Connector and Tableau Problems
170
- [batradav]
171
-
172
- 2.5.17 (2020-06-24)
173
-
174
- - Bug #119090 - A Question is missing in the workflow for an observation
175
- [batradav]
176
-
177
- 2.5.16 (2020-06-15)
178
-
179
- - Bug #118640 - New feature in the extract
180
- [batradav]
181
-
182
- 2.5.15 (2020-06-14)
183
-
184
- - Bug #118640 - New feature in the extract
185
- [batradav]
186
-
187
- 2.5.14 (2020-06-03)
188
-
189
- - Bug #108673 - Unable to order my view over multiple pages
190
- [batradav]
191
-
192
- 2.5.13 (2020-06-02)
193
-
194
- - Feature #111499 - Add pollutant filter on the overview list
195
- [batradav]
196
-
197
- 2.5.12 (2020-05-27)
198
-
199
- - Bug #117896 - Sector Expert Rights
200
- - Bug #118043 - Q&A format
201
- - Bug #118046 - Export error
202
- [batradav]
203
-
204
- 2.5.11 (2020-05-07)
205
-
206
- - Bug #117574 - Web Data Connector and Tableau
207
- [batradav]
208
-
209
- 2.5.10 (2020-05-04)
210
-
211
- - Feature #117019 - My View bugs
212
- [batradav]
213
-
214
- 2.5.9 (2020-04-29)
215
-
216
- - Feature #111497 - Revised carry over process
217
- [batradav]
218
-
219
- 2.5.8 (2020-04-28)
220
-
221
- - Task #117167 - Flags to add
222
- [batradav]
223
-
224
- 2.5.7 (2020-04-22)
225
-
226
- - Task #114128 - Start 2020 Tabs for both "Inventory"
227
- [batradav]
228
-
229
- 2.5.6 (2020-04-15)
230
-
231
- - Task #114128 - Start 2020 Tabs for both "Inventory"
232
- [batradav]
233
-
234
- 2.5.5 (2020-04-10)
235
-
236
- - Bug #108671 - Issues with NECD excel extract
237
- - Bug #108672 - Free text search bar
238
- - Task #108662 - Remove automatic conclusion text from the 'go to conclusions' tab
239
- - Bug #108674 - Recalled MSA not in current state MS Coordinator
240
- - Feature #111496 - Non-editable fields in the EMR
241
- - Feature #111498 - Conclusion box alteration
242
- [batradav]
243
-
244
- 2.5.4 (2020-03-25)
245
-
246
- - Bug #106895 - Upload file potential bug in the conclusion tab
247
- - Task #111500 - Consistency of EMRT and Review Reports
248
- [batradav]
249
-
250
- 2.5.3 (2019-12-09)
251
-
252
- - Task #108206 - Embed Tableau Statistics into EMRT-NECD Projections
253
- - Removed now unused C implementation for flatten_json.
254
- [batradav]
255
-
256
- 2.5.2 (2019-06-26)
257
-
258
- - Task #107150 - Export XLS doesn't work in the projection tab
259
- [batradav]
260
-
261
- 2.5.1 (2019-06-14)
262
-
263
- - Task #88845 - adding extra fields to tableau
264
- [batradav]
265
-
266
- 2.5 (2019-06-12)
267
-
268
- - Task #88845 - removing XLS mapping, adding Modified date
269
- - Bug: #106301 - Unauthorized check on getObject()
270
- [batradav]
271
-
272
- 2.4.3 (2019-05-29)
273
-
274
- - Task #106008 - Small bug in the comment loop
275
- [batradav]
276
-
277
- 2.4.2 (2019-05-24)
278
-
279
- - Task #106088 - userid field for carryover
280
- [batradav]
281
-
282
- 2.4.1 (2019-05-22)
283
-
284
- - Task #105995 - Modify email subject from EMRT-NECD
285
- [batradav]
286
-
287
- 2.4.0 (2019-05-20)
288
-
289
- - Feature #88845 - Migrate to new storage format. Snapshot only modified observations.
290
- [batradav]
291
-
292
- 2.3.9 (2019-05-16)
293
-
294
- - Feature #88845 - Fix empty snapshot and timestamps
295
- [batradav]
296
-
297
- 2.3.8 (2019-05-15)
298
-
299
- - Task #104852 - Make pollutants and parameter not mandatory for
300
- sector{6,7,8,9} users.
301
- [batradav]
302
-
303
- 2.3.7 (2019-05-10)
304
-
305
- - Bug #105620 - Export to Excel is not fuctioning properly
306
- [batradav]
307
-
308
- 2.3.6 (2019-05-08)
309
-
310
- - Task #104852 - Projection improvements
311
- [boteziri]
312
- - Bug #105604 - Fix carry-over roles
313
- - Bug #103164 - Visibility of follow up questions in the EMRT
314
- - Bug #105620 - Export to Excel is not fuctioning properly
315
- [batradav]
316
-
317
- 2.3.5 (2019-04-25)
318
-
319
- - Task #104852 - Projection improvements
320
- - Task #104494 - Improve bulk import
321
- - Task #103622 - Carry-over feature
322
- - Task #105186 - Add BaP to pollutants
323
- - Bug #105206 - Fix carry-over duplicates
324
- - Bug #105204 - Fix reference_year mandatory
325
- [batradav]
326
-
327
- 2.3.4 (2019-03-07)
328
-
329
- - Feature #88845 - Create a new view with a tableau viewer
330
- - Updating connector PT.
331
- [batradav]
332
-
333
- 2.3.3 (2019-03-06)
334
-
335
- - Feature #88845 - Create a new view with a tableau viewer
336
- - huge performance improvements for tableau-related output
337
- - added C module for fast json flatten operations
338
- [batradav]
339
-
340
- 2.3.2 (2019-02-18)
341
-
342
- - Feature #102793 - Error when editing conclusion
343
- - Updating the Conclusions EditForm.getContent to
344
- work around the new changes in z3c.form.
345
- [batradav]
346
-
347
- 2.3.1 (2018-12-17)
348
-
349
- - Feature #88845 - Create a new view with a tableau viewer
350
- - added web connector for Tableau
351
- [batradav]
352
-
353
- 2.3.0 (2018-12-12)
354
-
355
- - Feature #93528 - Additional 2018 Tab
356
- [boteziri, batradav]
357
-
358
- - Feature #88845 - Create a new view with a tableau viewer
359
- - snapshot support
360
- [batradav]
361
-
362
- 2.2.3 (2018-06-28)
363
- ------------------
364
-
365
- - Bug #96688 - Bug on adding follow up question
366
- [batradav]
367
-
368
- 2.2.2 (2018-06-21)
369
- ------------------
370
-
371
- - Bug #96488 - Bug when adding a follow-up question
372
- [batradav]
373
-
374
- 2.2.1 (2018-06-04)
375
- ------------------
376
-
377
- - Feature #88845 - Create a new view with a tableau viewer
378
- - new fields in JSON output
379
- - fixing Q&A formula
380
- - Bug #95941 - Misleading information on My View
381
- - Bug #95338 - Information on the "Overview List" Tab
382
- - adding missing migration script for titles
383
- [batradav]
384
-
385
- 2.2.0 (2018-05-09)
386
- ------------------
387
-
388
- - Bug #95338 - Information on the "Overview List" Tab
389
- - Bug #95321 - Update of NFR sector list
390
- [batradav]
391
-
392
- 2.1.0 (2018-05-02)
393
- ------------------
394
-
395
- - Feature #91903 - Develompment of bulk file import option
396
- - Feature #86364 - Add a follow up question
397
- - Task #93955 - Cleanup Grok implementation
398
- - Bug #93620 - Broken pagination on test instance
399
- - Bug #94869 - Reopening Q&A Chat
400
- - Bug #94870 - Request finalisation of the observation
401
- - Bug #94456 - Error when editing an observation as an admin
402
- [boteziri]
403
-
404
- - Feature #88825 - My View Style
405
- - Feature #93173 - Update of Sector List and Relation with LDAP sector
406
- - Feature #88845 - Create a new view with a tableau viewer.
407
- - Feature #93995 - Finalised Observation tab
408
- - Bug #93175 - List of bugs from 2018 Tab in Test Site
409
- * Test users "Sector Expert" don't have "Create New Observation" Button
410
- * From "Overview List" the option search "Sector Name" is missing in 2018 tab (it was there in 2017 one, useful for Lead Reviewer)
411
- * 2018 Tab: "Overview List" the "inventory year" drop down menu should be empty but it has information from the 2017 dataset
412
- - Bug #94894 - Error message for EMRT extract
413
- - Bug #95125 - Internal comments visible to MS
414
- [batradav]
415
-
416
- 2.0.41 (2018-02-19)
417
- -------------------
418
-
419
- - Feature #88826 - My View improvement
420
- [batradav]
421
-
422
- 2.0.40 (2018-02-19)
423
- -------------------
424
-
425
- - Task #92565 - Writing conclusion
426
- - Task #92457 - Add additional pollutants into "Create and observation"
427
- [boteziri]
428
-
429
- - Task #88825 - Insert information from this workflow status "Draft Conclusion" into My View Option
430
- [batradav]
431
-
432
- 2.0.39 (2018-02-15)
433
- -------------------
434
-
435
- - Feature #88826 - My View improvement
436
- [batradav]
437
-
438
- 2.0.38 (2018-02-02)
439
- -------------------
440
-
441
- - Feature #92459 - Add additional options to "Description Flags"
442
- - Feature #92457 - Add additional pollutants into "Create and observation"
443
- * split pollutants in 4 different rows for an user point of view
444
-
445
- [boteziri]
446
-
447
- 2.0.37 (2017-06-30)
448
- -------------------
449
-
450
- - Task #86446 - LR can't remove file from Conclusion
451
- [batradav]
452
-
453
-
454
- 2.0.36 (2017-06-29)
455
- -------------------
456
-
457
- - Task #83491 - Low priority taks from testing
458
- * Recall button for LR
459
- - Task #86313 - Misleading appeareance in the Comment Looping Box
460
- [batradav]
461
-
462
-
463
- 2.0.35 (2017-06-26)
464
- -------------------
465
-
466
- - Task #83491 - Low priority taks from testing
467
- * Filter on sector name
468
- - Task #86308 - Lead Reviewer Overview List Filtering
469
- [batradav]
470
-
471
-
472
- 2.0.34 (2017-06-22)
473
- -------------------
474
-
475
- - Task #83491 - Low priority taks from testing
476
- * Sorting by date functionality
477
- - Task #86258 - Error message displayed when Sector Expert Save Conclusion
478
- [batradav]
479
-
480
-
481
- 2.0.33 (2017-06-20)
482
- -------------------
483
-
484
- - Task #86161 - Send Conclusion problem
485
- - Task #85296 - Box text after using "Ask SE to redraft"
486
- [batradav]
487
-
488
-
489
- 2.0.32 (2017-06-09)
490
- -------------------
491
-
492
- - Task #85578 - Member State Coordinator - NO Send Answer Button
493
- - Task #85588 - member state expert test user
494
- [batradav]
495
-
496
-
497
- 2.0.31 (2017-06-09)
498
- -------------------
499
-
500
- - Task #85805 - [Speed issue] - Create observation
501
- - Task #85445 - Configure notification
502
- [batradav]
503
-
504
-
505
- 2.0.30 (2017-06-08)
506
- -------------------
507
-
508
- - Task #85804 - Problem with Export observations in XLS format
509
- - Task #85806 - Problem in overview list filtering
510
- [batradav]
511
-
512
-
513
- 2.0.29 (2017-06-07)
514
- -------------------
515
-
516
- - Task #85626 - SE asked for comment - System provide error feedback
517
- - Task #85775 - no response or too long time in order to load the page
518
- [batradav]
519
-
520
-
521
- 2.0.28 (2017-05-31)
522
- -------------------
523
-
524
- - Task #85445 - Configure notification for MS Expert
525
- [batradav]
526
-
527
-
528
- 2.0.27 (2017-05-29)
529
- -------------------
530
-
531
- - Task #85477 - New Sector List
532
- - Task #85464 - MS Expert have too many email notification
533
- [batradav]
534
-
535
-
536
- 2.0.26 (2017-05-29)
537
- -------------------
538
-
539
- - Task #85413 - SE attach file to a question: the file is not visible
540
- [batradav]
541
-
542
-
543
- 2.0.25 (2017-05-26)
544
- -------------------
545
-
546
- - Task #85209 - Overview list
547
- - Task #85341 - A LR has an observation in "My view" menu that she has not to have
548
- [batradav]
549
-
550
-
551
- 2.0.24 (2017-05-25)
552
- -------------------
553
-
554
- - Task #85233 - Observation history problems
555
- - Task #85343 - Email notification to MS Expert
556
- - Task #85316 - Selection of Member State Expert
557
- [batradav]
558
-
559
-
560
- 2.0.23 (2017-05-18)
561
- -------------------
562
-
563
- - Task #85212 - "Submit Answer" button has been disappeared
564
- - Task #85222 - "Overview List" Empty for a user
565
- - Task #85170 - My View Menu doesnt work
566
- - Task #84723 - Additional column to Extract File
567
- - Task #85192 - "Request Comment" and "Select new counterpart" buttons are not working
568
- [batradav]
569
-
570
-
571
- 2.0.22 (2017-05-16)
572
- -------------------
573
-
574
- - Task #82446 - Don't hide things from Manager.
575
- - Task #85157 - Update sector list.
576
- - Task #84721 - Extract Excel file.
577
- - Task #84722 - Add Timestamp to the Extract File.
578
- - Task #84723 - Additional column to Extract File.
579
- - Task #84390 - Export observations in XLS format.
580
- [batradav]
581
-
582
-
583
- 2.0.21 (2017-05-15)
584
- -------------------
585
-
586
- - Task #82446 - Permission fixes.
587
- [batradav]
588
-
589
-
590
- 2.0.20 (2017-05-12)
591
- -------------------
592
-
593
- - Task #82446 - Various fixes (NFR Code list, JS fixes for table listings).
594
- [batradav]
595
-
596
-
597
- 2.0.19 (2017-04-25)
598
- -------------------
599
-
600
- - Task #84390 - Export observations in XLS format
601
- [batradav]
602
-
603
- - Task #84510 - New values in "parameters" inside an Observation
604
- [batradav]
605
-
606
-
607
- 2.0.18 (2017-04-19)
608
- -------------------
609
-
610
- - Task #84089 - Change into Description Flag and Draft/Final Conclusion Flags
611
- [batradav]
612
-
613
-
614
- 2.0.17 (2017-04-14)
615
- -------------------
616
-
617
- - Task #84089 - Change into Description Flag and Draft/Final Conclusion Flags
618
- [batradav]
619
-
620
- - Task #83916 - Workflow "wrongly assigned "finalised"
621
- [batradav]
622
-
623
- - Task #83915 - Change the column workflow in the overview list
624
- [batradav]
625
-
626
-
627
- 2.0.16 (2017-04-03)
628
- -------------------
629
-
630
- - Task #83317 - Email notifications on SE comments and LR redraft request.
631
- [batradav]
632
-
633
-
634
- 2.0.15 (2017-03-29)
635
- -------------------
636
-
637
- - Task #83685 - Fixing possible JS injection.
638
- [batradav]
639
-
640
-
641
- 2.0.14 (2017-03-27)
642
- -------------------
643
-
644
- - Task #83333 - Fixing workflow permissions.
645
- [batradav]
646
-
647
-
648
- 2.0.13 (2017-03-24)
649
- -------------------
650
-
651
- - 2.0.12 re-release. Nothing changed.
652
- The 2.0.12 egg release was missing kon-python file updates.
653
- [batradav]
654
-
655
-
656
- 2.0.12 (2017-03-24)
657
- -------------------
658
-
659
- - Task #83488 - Various fixes.
660
- - Missing observation NFR code.
661
- - Wrong link when clicking on observation.
662
- - Allow Managers full access to the listings.
663
- - Email "do not reply" rephrasing
664
-
665
- [batradav]
666
-
667
-
668
- 2.0.11 (2017-03-21)
669
- -------------------
670
-
671
- - Task #83333 - Inbox and Finalised views. NFR Code filter multiple values.
672
- [batradav]
673
-
674
-
675
- 2.0.10 (2017-03-20)
676
- -------------------
677
-
678
- - Task #83333 - Implemented feedback changes.
679
- [batradav]
680
-
681
-
682
- 2.0.9 (2017-03-16)
683
- ------------------
684
-
685
- - Task #82527 - Fixing eea.cache patches. Patching LDAPDelegate.search instead of
686
- getGroupedUsers.
687
-
688
- - Task #82527 - Removing concurrent loop usage from counterpart query method
689
- as concurrent.futures seem to not behave well in docker containers.
690
- [batradav]
691
-
692
-
693
- 2.0.7 (2017-03-15)
694
- ------------------
695
-
696
- - Task #82527 - Caching, warmup and concurrent LDAP calls.
697
- [batradav]
698
-
699
- - Task #82444 - Renaming ESD strings to EMRT-NECD.
700
- [batradav]
701
-
702
- - Task #82444 - Setting MSExpert local role for LDAP_MSEXPERT-[country].
703
- [batradav]
704
-
705
- - Task #82444 - Fixing 'assign-answerer' transition not used
706
- from 'recalled-msa' state of question.
707
- [batradav]
708
-
709
-
710
- 2.0.6 (2017-03-08)
711
- ------------------
712
-
713
- - Task #82960 - Fixing counterpart candidate users selection
714
- [batradav]
715
-
716
-
717
- 2.0.5 (2017-03-07)
718
- ------------------
719
-
720
- - Task: #82960 EEA Internal Testing - Test User "sectorrevnecd1" - March 02
721
- - Task: #82622 Bugs from Testing with CORE TEAM - 22 February
722
- [batradav]
723
-
724
-
725
- 2.0.4 (2017-03-06)
726
- ------------------
727
-
728
- - Task: #82672 email notification from the workflow
729
- [batradav]
730
-
731
-
732
- 2.0.3 (2017-03-01)
733
- ------------------
734
-
735
- - Task: #82584 Sector List Update - Reimport NFR codes.
736
- [batradav]
737
-
738
- - Task: #80370 Internal testing from EEA - Filter NFR codes
739
- based on user's ldap sector.
740
- [batradav]
741
-
742
- - Task: #82622 Bugs from Testing with CORE TEAM - 22 February
743
- * fixing go to conclusion workflow state change
744
- * fixing observation tabs after "request finalisation"
745
- * fixing file upload
746
- * fixing "Fuel is shown as some number"
747
- * fixing "Cannot delete observation"
748
- * fixing "Description flags are hard to read and select"
749
- [batradav]
750
-
751
-
752
- 2.0.2 (2017-02-22)
753
- ------------------
754
-
755
- - Task: #80370 Internal testing from EEA - Fixing some issues
756
- [batradav]
757
-
758
-
759
- 2.0.1 (2017-02-20)
760
- ------------------
761
-
762
- - Task: #82126 Fixing ReAssignCounterPartsForm and statisticsview.
763
- [batradav]
764
-
765
-
766
- 2.0 (2017-02-16)
767
- ----------------
768
-
769
- - emrt.necd.content fork
770
- - Task: #82126 Cleanup the code in order to eliminate Step1
771
- - Task: #81680 Changes in the observation form
772
- - Task: #81679 Changes in the top tabs, ie. 2017
773
- - Task: #80366 Creation of new metadata
774
- [batradav]
775
-
776
-
777
- 1.59.34 (2017-01-30)
778
- --------------------
779
-
780
- - Fix: #81027 dead end in the workflow.
781
- [batradav]
782
-
783
-
784
- 1.59.33 (2017-01-25)
785
- --------------------
786
-
787
- - Task #77946 Fix DOCX export error.
788
- [batradav]
789
-
790
-
791
- 1.59.32 (2017-01-24)
792
- --------------------
793
-
794
- - Task #81047 Fix delete error for observations and
795
- duplicate indexer/properties.
796
- [batradav]
797
-
798
- - Task #80797 Allow XLS export for all users
799
- [batradav]
800
-
801
- 1.59.31 (2017-01-19)
802
- --------------------
803
-
804
- - Task #80869 Convert ReferenceNumberCreator return value to
805
- str. OFS.ObjectManager.checkValidId fails otherwise
806
- [batradav]
807
-
808
- 1.59.30 (2016-06-23)
809
- --------------------
810
-
811
- - Task #73129 Don't show internal discussions to MS users.
812
- - Task #72922 Implemented automatization using plone registry
813
-
814
-
815
- 1.59.29 (2016-05-31)
816
- --------------------
817
-
818
- - Task #72885 Change a heading
819
- - Bug #72890 Overview list links not working
820
- - Feature #72887 fix observation status after conclusion2 creation
821
- [lucas]
822
-
823
- 1.59.28 (2016-05-30)
824
- --------------------
825
-
826
- - Fix #72796 observations export in xls
827
- [lucas]
828
-
829
- 1.59.27.1 (2016-05-27)
830
- ----------------------
831
-
832
- - Fix error on edit conclusionphase2 objects
833
- [lucas]
834
-
835
- 1.59.27 (2016-05-26)
836
- --------------------
837
-
838
- - refs #72138, #72739 fixed workflow permissions
839
- [lucas]
840
- - refs #72748: Step 2 conclusion changes
841
- [lucas]
842
-
843
- 1.59.26 (2016-05-17)
844
- --------------------
845
-
846
- - refs #72197 interface fixes
847
- [cornel]
848
-
849
- 1.59.25 (2016-05-16)
850
- --------------------
851
-
852
- - refs #28348 review "my view" for sector expert and review
853
- [cornel]
854
-
855
- 1.59.23 (2016-05-16)
856
- --------------------
857
-
858
- - refs #28348 review "my view" for sector expert and review
859
- [lucas]
860
-
861
-
862
- 1.59.21 (2016-05-09)
863
- --------------------
864
-
865
- - refs #68683 ajax sorting on reviewfolder view added
866
- - refs #30550 added Counterpart's names in commenting loop
867
- - refs #28348 review "my view" for sector expert and review
868
- [lucas]
869
-
870
- 1.59.20.1 (2016-05-05)
871
- ----------------------
872
-
873
- - refs #68919 fix Internal comments invisble for QA expert
874
- - refs #71992 fix notifications emails
875
- - refs #30544 add "Go to conclusion" button for unanswered observation
876
- [lucas]
877
-
878
- 1.59.19 (2016-04-27)
879
- --------------------
880
-
881
- - refs #71752, #71692 fix "go to conclusion" in step1
882
- [lucas]
883
-
884
- 1.59.18 (2016-04-26)
885
- --------------------
886
-
887
- - refs #69929, #71670 added exports view
888
- added "esdrt.content: Export Observations" and "esdrt.content: Export an Observation" permissions
889
- [lucas]
890
-
891
- 1.59.17 (2016-04-22)
892
- --------------------
893
-
894
- - refs #71532 check if the user can create a conclusion
895
- - refs #71619 Extraction of step 1 conclusions for observation in step 2
896
- [lucas]
897
-
898
- 1.59.16 (2016-04-21)
899
- --------------------
900
-
901
- - refs #71598, #71602 bug fixed
902
- [lucas]
903
-
904
-
905
- 1.59.15 (2016-04-20)
906
- --------------------
907
-
908
- - refs #71532 fixed ValueError: Subobject type disallowed by IConstrainTypes adapter: ConclusionsPhase2
909
- [lucas]
910
-
911
- 1.59.14 (2016-04-19)
912
- --------------------
913
-
914
- - refs #71051 fix rules to show "Edit Key Flags"
915
- [lucas]
916
- - refs #71375 table in phase2 removed from the view
917
- [lucas]
918
-
919
- 1.59.13.2 (2016-04-15)
920
- ----------------------
921
-
922
- - refs #28230 added upgraded steps
923
- [lucas]
924
-
925
- 1.59.13 (2016-04-12)
926
- --------------------
927
-
928
- - refs #28230 added area subscribe notifications configurations
929
- [lucas]
930
-
931
- 1.59.12 (2016-04-08)
932
- --------------------
933
-
934
- - Nothing changed yet.
935
-
936
- 1.59.11 (2016-04-07)
937
- --------------------
938
-
939
- - refs #71016 add view to manage objects states
940
- [lucas]
941
-
942
- 1.59.10 (2016-04-04)
943
- --------------------
944
-
945
- - refs #69911 added list of the years format to Inventory year
946
- [lucas]
947
- - refs #68705 added "back to overview list" button
948
- [lucas]
949
- - refs #29798 added "Delete button" for Secretariat
950
- [lucas]
951
-
952
- 1.59.9 (2016-04-01)
953
- -------------------
954
-
955
- - Small fix
956
- [lucas]
957
-
958
-
959
- 1.59.8 (2016-04-01)
960
- -------------------
961
-
962
- - refs #70788 refactoring view
963
- Upgrade steps: added some metadata into catalog
964
- [lucas]
965
- - refs #70969 checking added to test the state of comment before transition
966
- [lucas]
967
-
968
-
969
- 1.59.7 (2016-03-31)
970
- -------------------
971
-
972
- - refs #70899 fix patch after update CMFDiffTool
973
- [lucas]
974
-
975
-
976
- 1.59.6 (2016-03-25)
977
- -------------------
978
-
979
- - Refs #69147 added cron view to update ldap users
980
- configure the cron like
981
- 0 1 * * * root /usr/bin/wget -O /dev/null -q http://localhost:8080/Plone/cron_update_vocabularies
982
- [lucas]
983
-
984
- 1.59.5 (2016-03-23)
985
- -------------------
986
- - #70767 User Ralph Harthan appears twice in the expert list
987
- - #70740 Error pressing request comments button.
988
-
989
- 1.59.4 (2016-03-16)
990
- -------------------
991
-
992
- - Refs #70377 Anon users doesn't have a group [nituacor]
993
-
994
-
995
- 1.59.3 (2016-03-11)
996
- -------------------
997
-
998
- - Brown bag release [erral]
999
-
1000
-
1001
- 1.59.2 (2016-03-11)
1002
- -------------------
1003
-
1004
- - Fix indexing method [erral]
1005
-
1006
- - Cache the methods to get user fullnames [erral]
1007
-
1008
-
1009
- 1.59.1 (2016-02-08)
1010
- -------------------
1011
-
1012
- - Nothing changed yet.
1013
-
1014
-
1015
- 1.59 (2016-02-08)
1016
- -----------------
1017
-
1018
- - Nothing changed yet.
1019
-
1020
-
1021
- 1.58 (2016-02-08)
1022
- -----------------
1023
-
1024
- - Nothing changed yet.
1025
-
1026
-
1027
- 1.57 (2016-02-03)
1028
- -----------------
1029
-
1030
- - Nothing changed yet.
1031
-
1032
-
1033
- 1.56 (2016-02-02)
1034
- -----------------
1035
-
1036
- - Nothing changed yet.
1037
-
1038
-
1039
- 1.54 (2015-11-20)
1040
- -----------------
1041
-
1042
- - Nothing changed yet.
1043
-
1044
-
1045
- 1.53 (2015-11-20)
1046
- -----------------
1047
-
1048
- - Nothing changed yet.
1049
-
1050
-
1051
- 1.52 (2015-11-19)
1052
- -----------------
1053
-
1054
- - Nothing changed yet.
1055
-
1056
-
1057
- 1.51 (2015-11-19)
1058
- -----------------
1059
-
1060
- - Add new filters to overview list
1061
-
1062
-
1063
- 1.50 (2015-11-18)
1064
- -----------------
1065
-
1066
- - Nothing changed yet.
1067
-
1068
-
1069
- 1.49 (2015-11-18)
1070
- -----------------
1071
-
1072
- - add highlight edition for conclusions in step2. Refs #30764 [MikelL]
1073
- - Task #30779: Please add 'unresolved' [MikelS]
1074
- - Bug #30778: "Go to conclusion" locks observations
1075
- - Open observations in new tab
1076
-
1077
-
1078
- 1.48 (2015-11-16)
1079
- -----------------
1080
-
1081
- - Bug #30712: Question was editet, time unchanged
1082
-
1083
-
1084
- 1.47 (2015-11-16)
1085
- -----------------
1086
-
1087
- - Bug #30709: History shows wrong history
1088
- - Task #30705: Visibility of real names
1089
-
1090
-
1091
- 1.46.1 (2015-11-16)
1092
- -------------------
1093
-
1094
- - Fix typo
1095
-
1096
-
1097
- 1.46 (2015-11-03)
1098
- -----------------
1099
-
1100
- - Bug #30304: Lead reviewer cannot access observations
1101
- - Bug #30303: Update Observation History
1102
- - Bug #30301: Update highlights and conclusion for step2
1103
-
1104
-
1105
- 1.45.2 (2015-11-02)
1106
- -------------------
1107
-
1108
- - Fix finalised observation view
1109
-
1110
-
1111
- 1.45.1 (2015-11-01)
1112
- -------------------
1113
-
1114
- - Add missing metadata
1115
-
1116
-
1117
- 1.45 (2015-11-01)
1118
- -----------------
1119
-
1120
- - Task #30190: Add reason for conclusion and change text
1121
- - Update statistics
1122
- - Paginate 'My view'
1123
- - Export statistics to excel
1124
-
1125
-
1126
- 1.44.1 (2015-10-20)
1127
- -------------------
1128
-
1129
- - Bug fixing
1130
-
1131
-
1132
- 1.44 (2015-10-20)
1133
- -----------------
1134
-
1135
- - Avoid creation of two or more draft answers
1136
- - Bug #29716: „An internal server error occurred. Please try again later“
1137
-
1138
-
1139
- 1.43 (2015-10-19)
1140
- -----------------
1141
-
1142
- - Higher default number of observations in list
1143
-
1144
-
1145
- 1.42.2 (2015-10-15)
1146
- -------------------
1147
-
1148
- - Nothing changed yet.
1149
-
1150
-
1151
- 1.42.1 (2015-10-15)
1152
- -------------------
1153
-
1154
- - Nothing changed yet.
1155
-
1156
-
1157
- 1.42 (2015-10-14)
1158
- -----------------
1159
-
1160
- - Task #29664: please add another to the CRF categories
1161
- - Bug #29308: Observation look locked. Remove validation that allows only the answer author to submit it
1162
- - Task #29635: missing fuel type: peat
1163
-
1164
-
1165
- 1.41 (2015-10-01)
1166
- -----------------
1167
-
1168
- - Task #29238: Change colour of a button
1169
- - Task #29229: Please change misleading guidance
1170
- - Task #29223: Change visibility of draft observations
1171
- - Task #29235: Please change colour of button
1172
-
1173
-
1174
- 1.40 (2015-09-22)
1175
- -----------------
1176
-
1177
- - Missing fuel type [MikelS]
1178
-
1179
-
1180
- 1.39 (2015-09-21)
1181
- -----------------
1182
-
1183
- - Create a new tab for "Finalised observations" to speed up the "My view" load time
1184
- - Cache for an hour the LDAP requests (counterparts, member state experts and conclusion counterparts)
1185
-
1186
-
1187
- 1.38.1 (2015-09-18)
1188
- -------------------
1189
-
1190
- - Nothing changed yet.
1191
-
1192
-
1193
- 1.38 (2015-09-18)
1194
- -----------------
1195
-
1196
- - Paginate observation list to improve performance
1197
-
1198
-
1199
- 1.37 (2015-09-17)
1200
- -----------------
1201
-
1202
- - Task #28813: Add reason for conclusion [MikelS]
1203
- - Typos [MikelS]
1204
-
1205
-
1206
- 1.36 (2015-09-10)
1207
- -----------------
1208
-
1209
- - Bug #28615: CRF code missing [MikelS]
1210
-
1211
-
1212
- 1.35.1 (2015-09-01)
1213
- -------------------
1214
-
1215
- - Log error [MikelS]
1216
-
1217
-
1218
- 1.35 (2015-08-31)
1219
- -----------------
1220
-
1221
- - Bugs fixing [MikelS]
1222
-
1223
-
1224
- 1.34 (2015-08-27)
1225
- -----------------
1226
-
1227
- - Bugs fixing [MikelS]
1228
-
1229
-
1230
- 1.33 (2015-08-27)
1231
- -----------------
1232
-
1233
- - Bugs fixing [MikelS]
1234
-
1235
-
1236
- 1.32.1 (2015-08-26)
1237
- -------------------
1238
-
1239
- - Nothing changed yet.
1240
-
1241
-
1242
- 1.32 (2015-08-26)
1243
- -----------------
1244
-
1245
- - Nothing changed yet.
1246
-
1247
-
1248
- 1.31 (2015-08-26)
1249
- -----------------
1250
-
1251
- - Bugs fixing [MikelS]
1252
-
1253
-
1254
- 1.30.1 (2015-07-08)
1255
- -------------------
1256
-
1257
- - Bugs fixing [MikelS]
1258
-
1259
-
1260
- 1.30 (2015-07-06)
1261
- -----------------
1262
-
1263
- - Bugs fixing [MikelS]
1264
-
1265
-
1266
- 1.29 (2015-06-16)
1267
- -----------------
1268
-
1269
- - Fix vocabulary typos [MikelS]
1270
-
1271
- - Ticket #22547: Add "Go to conclusions" transtion from phase2-draft [MikelS]
1272
-
1273
- - Ticket #22167: Align key categories [MikelS]
1274
-
1275
- - Ticket #26252: Tool-tip info icon [MikelS]
1276
-
1277
- - Tickets #22538 & #22546: Fix counterparts permissions [MikelS]
1278
-
1279
- - Ticket #26234: Improve home layout [MikelS]
1280
-
1281
-
1282
- 1.28 (2015-05-07)
1283
- -----------------
1284
-
1285
- - Ticket #24546: Structure better Observations details
1286
-
1287
- - Ticket #24556: SR, RE, LR, QE, MSC and MSE do not see their comments after discussion
1288
-
1289
-
1290
- 1.27.1 (2015-02-17)
1291
- -------------------
1292
-
1293
- - Helper methods to be used in tests [erral]
1294
-
1295
- - Clean whitespace [erral]
1296
-
1297
-
1298
- 1.27 (2015-01-19)
1299
- -----------------
1300
-
1301
- - use correct parameter for request [Mikel Larreategi <mlarreategi@codesyntax.com>]
1302
-
1303
- - show Sector Expert or Review Expert depending when the question was created. Fixes #22547 [Mikel Larreategi <mlarreategi@codesyntax.com>]
1304
-
1305
- - reindex the my view index on upgrade [Mikel Larreategi <mlarreategi@codesyntax.com>]
1306
-
1307
- - change label for observation closing actor. Fixes #22544 [Mikel Larreategi <mlarreategi@codesyntax.com>]
1308
-
1309
- - remove duplicated observations in myview. Fixes #22541+ [Mikel Larreategi <mlarreategi@codesyntax.com>]
1310
-
1311
- - upgrade step [Mikel Larreategi <mlarreategi@codesyntax.com>]
1312
-
1313
- - add tooltips for end of phase1 actions. Fixes #22539 [Mikel Larreategi <mlarreategi@codesyntax.com>]
1314
-
1315
- - show tooltips when available [Mikel Larreategi <mlarreategi@codesyntax.com>]
1316
-
1317
- - force reindex of observation after transition change. Refs #22217 [Mikel Larreategi <mlarreategi@codesyntax.com>]
1318
-
1319
- - show key category in the correct place. Fixes #22262 [Mikel Larreategi <mlarreategi@codesyntax.com>]
1320
-
1321
- - show modification date of the observation in my view. Fixes #22532 [Mikel Larreategi <mlarreategi@codesyntax.com>]
1322
-
1323
-
1324
-
1325
- 1.26.5 (2015-01-12)
1326
- -------------------
1327
-
1328
- - allow inherited roles to make MSCoordinators' queries work. Fixes #22374 [erral]
1329
-
1330
-
1331
- 1.26.4 (2015-01-05)
1332
- -------------------
1333
-
1334
- - Bug fixing to avoid cataloging errors when creating the observation [erral]
1335
-
1336
-
1337
- 1.26.3 (2014-12-23)
1338
- -------------------
1339
-
1340
- - Enable new inbox view [erral]
1341
-
1342
-
1343
- 1.26.2 (2014-12-23)
1344
- -------------------
1345
-
1346
- - Another way to create the inbox view [erral]
1347
-
1348
-
1349
- 1.26.1 (2014-12-22)
1350
- -------------------
1351
-
1352
- - Make inboxview cacheable [erral]
1353
-
1354
-
1355
- 1.26 (2014-12-22)
1356
- -----------------
1357
-
1358
- - Change local role assignment from dynamic adapter to manual
1359
- local role assignment on observation creation [erral]
1360
-
1361
- - Improve inbox and overview list [erral]
1362
-
1363
-
1364
-
1365
- 1.25 (2014-12-19)
1366
- -----------------
1367
-
1368
- - Fix edit history [erral]
1369
-
1370
- - Allow MS Experts to see conclusions [erral]
1371
-
1372
- - Allow 2nd step reviewers to see 1st step observations [erral]
1373
-
1374
- - Show notification names in subscription configuration screen [erral]
1375
-
1376
-
1377
- 1.24 (2014-12-18)
1378
- -----------------
1379
-
1380
- - Worfklow fixes [erral]
1381
-
1382
- - My view improvements [erral]
1383
-
1384
- - Highlights editable through the conclusion edit form [erral]
1385
-
1386
-
1387
- 1.23.6 (2014-12-16)
1388
- -------------------
1389
-
1390
- - Bug fixes [erral]
1391
-
1392
-
1393
- 1.23.5 (2014-12-16)
1394
- -------------------
1395
-
1396
- - Nothing changed yet.
1397
-
1398
-
1399
- 1.23.4 (2014-12-16)
1400
- -------------------
1401
-
1402
- - Bug fixes [erral]
1403
-
1404
-
1405
- 1.23.3 (2014-12-15)
1406
- -------------------
1407
-
1408
- - Updated CRF Code list and LDAP role matching [erral]
1409
-
1410
-
1411
- 1.23.2 (2014-12-12)
1412
- -------------------
1413
-
1414
- - Use directly observation text, we are not using the HTML field now [erral]
1415
-
1416
-
1417
- 1.23.1 (2014-12-12)
1418
- -------------------
1419
-
1420
- - Change some labels in the tool [erral]
1421
-
1422
- 1.23 (2014-12-11)
1423
- -----------------
1424
-
1425
- - Metadata changes [erral]
1426
-
1427
- - Do not allow to delete questions/answers after going through comments process [erral]
1428
-
1429
- - Enforce going through the CounterPart each time a question is created [erral]
1430
-
1431
-
1432
- 1.22.1 (2014-12-10)
1433
- -------------------
1434
-
1435
- - Fix bugs [erral]
1436
-
1437
-
1438
- 1.22 (2014-12-10)
1439
- -----------------
1440
-
1441
- - Bug fixes [erral] [MikelS]
1442
-
1443
-
1444
- 1.21 (2014-11-28)
1445
- -----------------
1446
-
1447
- - Notification subscribe/unsubscribe view [erral]
1448
-
1449
- - Fixed some tickets [MikelS]
1450
-
1451
-
1452
- 1.20 (2014-11-25)
1453
- -----------------
1454
-
1455
- - Enable notifications [erral]
1456
-
1457
- - Fix question and answer deleting issues [erral]
1458
-
1459
- - Improve 'myview' [MikelS]
1460
-
1461
-
1462
- 1.19.4 (2014-10-30)
1463
- -------------------
1464
-
1465
- - New styles for overview list, 'My View' and observation [MikelS]
1466
-
1467
-
1468
- 1.19.3 (2014-10-29)
1469
- -------------------
1470
-
1471
- - Bug fixes [MikelS].
1472
-
1473
-
1474
- 1.19.2 (2014-10-29)
1475
- -------------------
1476
-
1477
- - Update workflow history and progress with new statuses [MikelS]
1478
-
1479
-
1480
- 1.19.1 (2014-10-28)
1481
- -------------------
1482
-
1483
- - Do not show observations in "My View" for admins [MikelS]
1484
-
1485
-
1486
- 1.19 (2014-10-28)
1487
- -----------------
1488
- - New indexes for My View [erral]
1489
- - Add filters to overview list [MikelS]
1490
- - Update "My view" for different roles [MikelS]
1491
-
1492
- 1.18 (2014-10-17)
1493
- ----------------------
1494
-
1495
- - Implementation of phase2 conclusions workflow [erral]
1496
-
1497
- - Finish Observation has no reason, just a comment box [erral]
1498
-
1499
- - Different reasons for phase2 conclusions [erral]
1500
-
1501
-
1502
- 1.17 (2014-10-16)
1503
- -------------------
1504
-
1505
- - Change on permissions settings of the workflow [erral]
1506
-
1507
- - Conclusions for phase2 (initial) [erral]
1508
-
1509
- - Reasoning of finalisation [erral]
1510
-
1511
-
1512
- 1.16 (2014-10-15)
1513
- --------------------
1514
-
1515
- - Simplify CRF category/code/sector metadata [erral]
1516
-
1517
- - Remove confidential tag from files [erral]
1518
-
1519
- - Move ghg_estimations field to conclusions [erral]
1520
-
1521
- - Allow several gases to be selected in an observation [erral]
1522
-
1523
- 1.15 (2014-10-14)
1524
- ---------------------
1525
-
1526
- - Phase 2 workflow fixes [erral]
1527
-
1528
- - Action names [erral]
1529
-
1530
- - Visualization improvements [msantamaria]
1531
-
1532
-
1533
- 1.14 (2014-09-10)
1534
- --------------------
1535
- - internal-release
1536
-
1537
- - Phase 2 workflow include [erral]
1538
-
1539
- 1.13.1 (2014-09-02)
1540
- -----------------------
1541
-
1542
- - Missing profile upgrade [erral]
1543
-
1544
- 1.13 (2014-09-02)
1545
- ------------------
1546
-
1547
- - Several bugfixes [erral]
1548
-
1549
- 1.12 (2014-09-01)
1550
- -----------------
1551
-
1552
- - Fix Finish Observation actions [erral]
1553
-
1554
- 1.11 (2014-08-29)
1555
- ------------------
1556
-
1557
- - Add link to go to phase 2 [erral]
1558
-
1559
- 1.10.3 (2014-08-25)
1560
- -------------------
1561
-
1562
- - Fix stats view [erral]
1563
-
1564
-
1565
- 1.10.2 (2014-08-25)
1566
- -------------------
1567
-
1568
- - Fix upgrade step [erral]
1569
-
1570
- 1.10.1 (2014-08-25)
1571
- ---------------------
1572
-
1573
- - Fix upgrade step [erral]
1574
-
1575
- 1.10 (2014-08-25)
1576
- ------------------
1577
-
1578
- - Users to be on the dropdown list of the conclusion reviers are the same as the ones to be in the counterpart selection form [erral]
1579
-
1580
- - First version of Secretariat Statistics [erral]
1581
-
1582
- - MSAuthorities can copy the files from the comments of MSExperts to the answer [erral]
1583
-
1584
- - MSExperts can add files to their comments [erral]
1585
-
1586
-
1587
- 1.9 (2014-08-20)
1588
- ----------------
1589
-
1590
- - Provide a reason selection and comment box for requesting finishing observation and denying finishing observation [erral]
1591
-
1592
- - Added reason selection to conclusions [erral]
1593
-
1594
- - Fix tickets #20623, #20620, #20612, #20636, #20617, #20599, #20645, #20642, #20629, #20624 [MikelS]
1595
-
1596
- - Every RE and LR can be counterparts [MikelS]
1597
-
1598
- - Observation cannot be sent to LR without requestion comments form counterparts [MikelS]
1599
-
1600
-
1601
- 1.8 (2014-08-07)
1602
- ----------------
1603
-
1604
- - Nothing changed yet.
1605
-
1606
-
1607
- 1.7 (2014-08-07)
1608
- ----------------
1609
-
1610
- - Update workflow and labeling according to decision tree [MikelS]
1611
-
1612
-
1613
-
1614
- 1.6 (2014-07-16)
1615
- ---------------------
1616
-
1617
- - Changed workflow to have MSAuthorities to answer the questions [erral]
1618
-
1619
- - Provide discussion box for MSAuthorities and MSExperts [erral]
1620
-
1621
- - Added conclusion drafting and discussion workflow [erral]
1622
-
1623
- - Improved button and workflow labeling [erral]
1624
-
1625
-
1626
- 1.5 (2014-07-02)
1627
- -----------------------
1628
-
1629
- - Change notification handling: do it on group-membership basis [erral]
1630
-
1631
- - Fix permission checks to allow file upload [erral]
1632
-
1633
- - Visualization improvements [msantamaria]
1634
-
1635
- - Workflow changes to modify the counterpart review process [erral]
1636
-
1637
- - Workflow history is shown to see the review process [msantamaria]
1638
-
1639
- 1.4 (2014-05-23)
1640
- ----------------------
1641
-
1642
- - Workflow changes [erral]
1643
-
1644
- - New content-type to save observations in a review process [erral]
1645
-
1646
-
1647
- 1.3 (2014-05-07)
1648
- ---------------------
1649
-
1650
- - Changes in Workflows [erral]
1651
-
1652
-
1653
- 1.2 (2014-04-28)
1654
- -----------------------
1655
-
1656
- - Visualization changes
1657
- [msantamaria]
1658
-
1659
- - Add content-type: electronic files in comment and answers [erral]
1660
-
1661
- 1.1.1 (2014-04-11)
1662
- ---------------------
1663
-
1664
- - Add changelog for previous version [erral]
1665
-
1666
-
1667
- 1.1 (2014-04-11)
1668
- ------------------
1669
-
1670
- - Fix vocabularies
1671
- [erral]
1672
-
1673
- - Generate id and title automatically
1674
- [erral]
1675
-
1676
- - New fields for observations
1677
- [erral]
1678
-
1679
- - Updated security settings for workflows
1680
- [erral]
1681
-
1682
-
1683
- 1.0.1 (2014-04-07)
1684
- ------------------
1685
-
1686
- - Fix question permission-listing
1687
- [erral]
1688
-
1689
- 1.0 (2014-04-04)
1690
- -------------------
1691
-
1692
- - Initial release
1693
- [erral]
1694
-
1695
- Platform: UNKNOWN
1696
- Classifier: Framework :: Plone
1697
- Classifier: Programming Language :: Python
1698
- Classifier: Topic :: Software Development :: Libraries :: Python Modules