[ckan-changes] [ckan/ckan] 3cd434: Provides an option to send HTML emails

Adrià Mercader noreply at github.com
Mon Jan 27 13:55:38 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 3cd43451f57acf885e4f4ecd9028e05f8cc72a23
      https://github.com/ckan/ckan/commit/3cd43451f57acf885e4f4ecd9028e05f8cc72a23
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2019-12-20 (Fri, 20 Dec 2019)

  Changed paths:
    M ckan/lib/mailer.py
    M ckan/tests/lib/test_mailer.py

  Log Message:
  -----------
  Provides an option to send HTML emails


  Commit: efb18ff00bc4cd0c898306147237d21afd9da1fb
      https://github.com/ckan/ckan/commit/efb18ff00bc4cd0c898306147237d21afd9da1fb
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2019-12-20 (Fri, 20 Dec 2019)

  Changed paths:
    M ckan/plugins/toolkit.py

  Log Message:
  -----------
  Adds mailer to the toolkit


  Commit: b768f1a39a45ded176a5d2c20255f42adaa5a743
      https://github.com/ckan/ckan/commit/b768f1a39a45ded176a5d2c20255f42adaa5a743
  Author: amercader <amercadero at gmail.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M .circleci/config.yml
    M .gitignore
    R bin/less
    M bin/running_stats.py
    M bin/travis-run-tests
    M ckan/authz.py
    R ckan/ckan_nose_plugin.py
    M ckan/cli/__init__.py
    M ckan/cli/asset.py
    M ckan/cli/cli.py
    M ckan/cli/config_tool.py
    M ckan/cli/datastore.py
    M ckan/cli/generate.py
    M ckan/cli/less.py
    M ckan/cli/search_index.py
    M ckan/cli/seed.py
    M ckan/cli/sysadmin.py
    M ckan/cli/translation.py
    M ckan/cli/user.py
    M ckan/cli/views.py
    M ckan/common.py
    M ckan/config/middleware/__init__.py
    M ckan/config/middleware/common_middleware.py
    M ckan/config/middleware/flask_app.py
    M ckan/config/resource_formats.json
    M ckan/config/routing.py
    M ckan/controllers/error.py
    M ckan/controllers/feed.py
    R ckan/controllers/template.py
    M ckan/i18n/check_po_files.py
    M ckan/lib/app_globals.py
    M ckan/lib/cli.py
    M ckan/lib/config_tool.py
    M ckan/lib/create_test_data.py
    M ckan/lib/dictization/__init__.py
    M ckan/lib/dictization/model_dictize.py
    M ckan/lib/dictization/model_save.py
    M ckan/lib/extract.py
    M ckan/lib/hash.py
    M ckan/lib/helpers.py
    M ckan/lib/i18n.py
    M ckan/lib/io.py
    M ckan/lib/jobs.py
    M ckan/lib/lazyjson.py
    M ckan/lib/mailer.py
    M ckan/lib/navl/dictization_functions.py
    M ckan/lib/navl/validators.py
    M ckan/lib/pagination.py
    M ckan/lib/plugins.py
    M ckan/lib/repoze_plugins/friendly_form.py
    M ckan/lib/search/__init__.py
    M ckan/lib/search/index.py
    M ckan/lib/search/query.py
    M ckan/lib/uploader.py
    M ckan/lib/webassets_tools.py
    M ckan/logic/__init__.py
    M ckan/logic/action/__init__.py
    M ckan/logic/action/create.py
    M ckan/logic/action/delete.py
    M ckan/logic/action/get.py
    M ckan/logic/action/update.py
    M ckan/logic/converters.py
    M ckan/logic/validators.py
    M ckan/migration/migrate_package_activity.py
    M ckan/migration/versions/083_f98d8fa2a7f7_remove_related_items.py
    M ckan/migration/versions/089_23c92480926e_package_activity_migration_check.py
    M ckan/model/__init__.py
    M ckan/model/domain_object.py
    M ckan/model/license.py
    M ckan/model/resource.py
    M ckan/model/tracking.py
    M ckan/model/user.py
    M ckan/pastertemplates/__init__.py
    M ckan/plugins/interfaces.py
    M ckan/plugins/toolkit.py
    A ckan/plugins/toolkit.py.orig
    M ckan/plugins/toolkit_sphinx_extension.py
    M ckan/public/base/css/fuchsia.css
    M ckan/public/base/css/green.css
    M ckan/public/base/css/main.css
    M ckan/public/base/css/maroon.css
    M ckan/public/base/css/red.css
    M ckan/public/base/javascript/modules/image-upload.js
    M ckan/public/base/less/forms.less
    A ckan/public/robots.txt
    M ckan/templates/error_document_template.html
    M ckan/templates/group/snippets/feeds.html
    M ckan/templates/macros/form.html
    M ckan/templates/organization/bulk_process.html
    M ckan/templates/organization/snippets/feeds.html
    R ckan/templates/robots.txt
    M ckan/templates/snippets/follow_button.html
    M ckan/templates/snippets/search_form.html
    A ckan/tests/cli/__init__.py
    A ckan/tests/cli/data/config_tool.ini.tpl
    A ckan/tests/cli/test_asset.py
    A ckan/tests/cli/test_cli.py
    A ckan/tests/cli/test_config_tool.py
    A ckan/tests/cli/test_search_index.py
    M ckan/tests/config/test_middleware.py
    M ckan/tests/config/test_sessions.py
    M ckan/tests/controllers/__init__.py
    M ckan/tests/controllers/test_admin.py
    M ckan/tests/controllers/test_api.py
    M ckan/tests/controllers/test_feed.py
    M ckan/tests/controllers/test_group.py
    M ckan/tests/controllers/test_home.py
    M ckan/tests/controllers/test_organization.py
    M ckan/tests/controllers/test_package.py
    R ckan/tests/controllers/test_template.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/controllers/test_util.py
    M ckan/tests/helpers.py
    M ckan/tests/i18n/test_check_po_files.py
    M ckan/tests/legacy/__init__.py
    M ckan/tests/legacy/functional/api/base.py
    R ckan/tests/legacy/functional/api/model/test_group.py
    M ckan/tests/legacy/functional/api/model/test_vocabulary.py
    M ckan/tests/legacy/functional/api/test_api.py
    M ckan/tests/legacy/functional/api/test_email_notifications.py
    M ckan/tests/legacy/functional/api/test_follow.py
    M ckan/tests/legacy/functional/api/test_package_search.py
    M ckan/tests/legacy/functional/api/test_user.py
    R ckan/tests/legacy/functional/api/test_util.py
    M ckan/tests/legacy/functional/test_admin.py
    R ckan/tests/legacy/functional/test_error.py
    M ckan/tests/legacy/functional/test_group.py
    M ckan/tests/legacy/functional/test_package.py
    M ckan/tests/legacy/functional/test_pagination.py
    M ckan/tests/legacy/functional/test_preview_interface.py
    M ckan/tests/legacy/functional/test_tracking.py
    M ckan/tests/legacy/functional/test_user.py
    M ckan/tests/legacy/html_check.py
    R ckan/tests/legacy/lib/test_cli.py
    M ckan/tests/legacy/lib/test_dictization.py
    M ckan/tests/legacy/lib/test_dictization_schema.py
    M ckan/tests/legacy/lib/test_helpers.py
    M ckan/tests/legacy/lib/test_navl.py
    M ckan/tests/legacy/lib/test_solr_package_search.py
    M ckan/tests/legacy/lib/test_solr_search_index.py
    M ckan/tests/legacy/logic/test_action.py
    M ckan/tests/legacy/logic/test_auth.py
    M ckan/tests/legacy/logic/test_init.py
    M ckan/tests/legacy/logic/test_member.py
    M ckan/tests/legacy/logic/test_tag.py
    M ckan/tests/legacy/logic/test_tag_vocab.py
    R ckan/tests/legacy/misc/__init__.py
    R ckan/tests/legacy/misc/test_mock_mail_server.py
    R ckan/tests/legacy/mock_mail_server.py
    M ckan/tests/legacy/models/test_package.py
    M ckan/tests/legacy/models/test_resource.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/legacy/test_plugins.py
    M ckan/tests/lib/dictization/test_model_dictize.py
    M ckan/tests/lib/navl/test_dictization_functions.py
    M ckan/tests/lib/search/test_index.py
    M ckan/tests/lib/test_base.py
    M ckan/tests/lib/test_changes.py
    M ckan/tests/lib/test_cli.py
    M ckan/tests/lib/test_config_tool.py
    M ckan/tests/lib/test_datapreview.py
    M ckan/tests/lib/test_helpers.py
    M ckan/tests/lib/test_i18n.py
    M ckan/tests/lib/test_io.py
    M ckan/tests/lib/test_jobs.py
    M ckan/tests/lib/test_mailer.py
    A ckan/tests/lib/test_uploader.py
    M ckan/tests/logic/action/test_create.py
    M ckan/tests/logic/action/test_delete.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/action/test_patch.py
    M ckan/tests/logic/action/test_update.py
    M ckan/tests/logic/auth/test_create.py
    M ckan/tests/logic/auth/test_delete.py
    M ckan/tests/logic/auth/test_get.py
    M ckan/tests/logic/auth/test_init.py
    M ckan/tests/logic/auth/test_update.py
    M ckan/tests/logic/test_validators.py
    M ckan/tests/model/test_license.py
    M ckan/tests/model/test_package.py
    M ckan/tests/model/test_user.py
    M ckan/tests/pytest_ckan/ckan_setup.py
    M ckan/tests/pytest_ckan/fixtures.py
    M ckan/tests/pytest_ckan/test_fixtures.py
    M ckan/tests/test_coding_standards.py
    M ckan/tests/test_common.py
    M ckan/tests/test_factories.py
    M ckan/tests/test_none_root.py
    M ckan/tests/test_robots_txt.py
    M ckan/views/__init__.py
    M ckan/views/api.py
    M ckan/views/dataset.py
    M ckan/views/feed.py
    M ckan/views/group.py
    M ckan/views/resource.py
    R ckan/websetup.py
    A ckanext/audioview/__init__.py
    A ckanext/audioview/plugin.py
    A ckanext/audioview/tests/__init__.py
    A ckanext/audioview/tests/test_view.py
    A ckanext/audioview/theme/templates/audio_form.html
    A ckanext/audioview/theme/templates/audio_view.html
    M ckanext/datapusher/tests/test.py
    M ckanext/datapusher/tests/test_action.py
    M ckanext/datapusher/tests/test_controller.py
    M ckanext/datapusher/tests/test_interfaces.py
    M ckanext/datastore/backend/postgres.py
    M ckanext/datastore/commands.py
    M ckanext/datastore/helpers.py
    M ckanext/datastore/logic/action.py
    M ckanext/datastore/logic/auth.py
    M ckanext/datastore/logic/schema.py
    M ckanext/datastore/plugin.py
    M ckanext/datastore/tests/sample_datastore_plugin.py
    M ckanext/datastore/tests/test_chained_action.py
    M ckanext/datastore/tests/test_chained_auth_functions.py
    M ckanext/datastore/tests/test_create.py
    M ckanext/datastore/tests/test_db.py
    M ckanext/datastore/tests/test_delete.py
    M ckanext/datastore/tests/test_dictionary.py
    M ckanext/datastore/tests/test_dump.py
    M ckanext/datastore/tests/test_info.py
    M ckanext/datastore/tests/test_interface.py
    M ckanext/datastore/tests/test_plugin.py
    M ckanext/datastore/tests/test_search.py
    M ckanext/datastore/tests/test_upsert.py
    M ckanext/datastore/writer.py
    M ckanext/example_flask_iblueprint/tests/test_routes.py
    M ckanext/example_flask_streaming/plugin.py
    M ckanext/example_flask_streaming/tests/test_streaming_responses.py
    M ckanext/example_iauthfunctions/tests/test_example_iauthfunctions.py
    M ckanext/example_iconfigurer/tests/test_example_iconfigurer.py
    M ckanext/example_iconfigurer/tests/test_iconfigurer_toolkit.py
    M ckanext/example_iconfigurer/tests/test_iconfigurer_update_config.py
    M ckanext/example_idatasetform/tests/test_controllers.py
    M ckanext/example_idatasetform/tests/test_example_idatasetform.py
    M ckanext/example_igroupform/tests/test_controllers.py
    M ckanext/example_ipermissionlabels/tests/test_example_ipermissionlabels.py
    M ckanext/example_iresourcecontroller/tests/test_example_iresourcecontroller.py
    M ckanext/example_itranslation/tests/test_plugin.py
    M ckanext/example_iuploader/test/test_plugin.py
    M ckanext/example_ivalidators/plugin.py
    M ckanext/example_theme_docs/custom_config_setting/plugin.py
    M ckanext/example_theme_docs/v12_extra_public_dir/plugin.py
    M ckanext/example_theme_docs/v15_fanstatic/plugin.py
    M ckanext/example_theme_docs/v22_fanstatic_and_webassets/plugin.py
    M ckanext/imageview/tests/test_view.py
    M ckanext/multilingual/plugin.py
    M ckanext/multilingual/tests/test_multilingual_plugin.py
    M ckanext/reclineview/tests/test_view.py
    M ckanext/resourceproxy/tests/test_proxy.py
    M ckanext/stats/tests/test_stats_lib.py
    M ckanext/textview/tests/test_view.py
    A ckanext/videoview/__init__.py
    A ckanext/videoview/plugin.py
    A ckanext/videoview/tests/__init__.py
    A ckanext/videoview/tests/test_view.py
    A ckanext/videoview/theme/templates/video_form.html
    A ckanext/videoview/theme/templates/video_view.html
    M ckanext/webpageview/tests/test_view.py
    M dev-requirements.txt
    M doc/conf.py
    M doc/contributing/frontend/index.rst
    M doc/contributing/release-process.rst
    M doc/extensions/testing-extensions.rst
    M doc/maintaining/configuration.rst
    M doc/maintaining/installing/install-from-source.rst
    A gulpfile.js
    A package.json
    M pip-requirements-docs.txt
    R profile_tests.py
    M requirements-py2.in
    M requirements-py2.txt
    M requirements.in
    M requirements.txt
    M setup.cfg
    M setup.py

  Log Message:
  -----------
  Merge branch 'master' into html-emails


  Commit: 83deb283567c408595fa4d70f6624d285e0e9ea8
      https://github.com/ckan/ckan/commit/83deb283567c408595fa4d70f6624d285e0e9ea8
  Author: amercader <amercadero at gmail.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M ckan/lib/mailer.py
    M ckan/plugins/toolkit.py
    M ckan/tests/lib/test_mailer.py

  Log Message:
  -----------
  Merge branch 'html-emails'


Compare: https://github.com/ckan/ckan/compare/cb0e838c1438...83deb283567c


More information about the ckan-changes mailing list