This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git.
from 6d2bd4e Log ObjectDoesNotExist errors at warning level
add 13fe2f2 Update blocks.py
add 1086c90 Merge pull request #64 from musecian/patch-1
add ed90e2f Create buttonmore.html
add 4b28189 Merge pull request #65 from musecian/patch-2
add 76cb794 Update settings.py
add 0906deb Merge pull request #66 from musecian/patch-3
new 2e9c963 AIRAVATA-3499 RawHTMLBlock integration
new e3ca58f AIRAVATA-3500 Update label and icon of CodeBlock
new 64e96ff AIRAVATA-3488 Removing unused css
new 87eaf40 AIRAVATA-3488 Adding classes to style rendered blockquote
new fc24908 AIRAVATA-3488 Update Wagtail to 2.11.8 (security fix)
new c5532b3 AIRAVATA-3501 more button name changes for clarity
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
django_airavata/settings.py | 200 +++++++++++++++++++++
django_airavata/static/css/draft-colors.css | 3 -
.../templates/blocks/bootstrap/buttonmore.html | 7 +
django_airavata/templates/includes/head.html | 2 -
django_airavata/wagtailapps/base/blocks.py | 46 +++++
django_airavata/wagtailapps/base/wagtail_hooks.py | 17 ++
requirements.txt | 3 +-
7 files changed, 272 insertions(+), 6 deletions(-)
delete mode 100644 django_airavata/static/css/draft-colors.css
create mode 100644 django_airavata/templates/blocks/bootstrap/buttonmore.html