Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django template refactor #1831

Merged
merged 36 commits into from
Dec 10, 2018
Merged

Django template refactor #1831

merged 36 commits into from
Dec 10, 2018

Conversation

Coop56
Copy link
Contributor

@Coop56 Coop56 commented Dec 10, 2018

This pull request brings our templates back in line with core geonode templates as much as possible. All of the templates are now up to date except for the search template which we'll be working in a separate ticket. Our longstanding permissions issues as well as the anonymous edits issue is also fixed via this and additional geonode features have been enabled on the layer detail page.

Coop56 and others added 30 commits October 23, 2018 16:50
…STALLED_APPS now and we can't list it twice.
# Conflicts Resolved:
#	mapstory/flag/tests.py
#	mapstory/mapstories/models.py
#	mapstory/thumbnails/test_storylayer_thumbnail.py
The naming conflict was causing Editor to use the Geonode built in version of MapLoom instead of our own. Renaming these tags resolves that conflict and allows us to choose our own MapLoom in the MapStory templates.  Bumped django-maploom because this commit relies on the name changes in that repository as well.
Changes in geonode require that we have a bbox that is not None when creating a thumbnail.  This change ensures that we always have one during our thumbnail tests.
…riting all of the geonode template functionality. Home and explore page templates working.
…we do not yet support, modify adding the layer from a map to a story instead.
…that we don't use, change edit data to use our editor instead of the default geonode one.
@Coop56 Coop56 merged commit 72f83f6 into master Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants