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