Skip to content

Conversation

@jj0hns0n
Copy link
Contributor

@jj0hns0n jj0hns0n commented Jun 6, 2011

We've encountered problems in TsuDAT ajax_login view requiring the csrf token. It doesn't really seem to be needed, so it seems logical to make this view csrf_exempt.

@ingenieroariel
Copy link
Member

I have been bitten by that issue too and implemented the same fix in haitidata. David, what do you think?

@dwins dwins merged commit 9628da2 into GeoNode:synth Jun 6, 2011
@dwins
Copy link
Contributor

dwins commented Jun 6, 2011

Looks ok to me, I went ahead and pulled it on synth.

travislbrundage pushed a commit to travislbrundage/geonode that referenced this pull request Mar 14, 2017
EmereArco pushed a commit to EmereArco/geonode that referenced this pull request Jan 30, 2018
* risks app: removed unused index view code, show all hazards

* risks app: removed unused index view code, show all hazards
risks app: data view tests
risks app: code cleanup

* risks app: sync client code

* risks app: hazard types fixture

* risks app: new client code

* risks app: geometry view

* risks app: map poc

* risks app: map view poc - zoom out control

* risks app: poc map view cleanup

*  - Simplified geometries and improved populateau mgmt command

* merge with main topic

* risks app: map view poc - zoom out fixed

* risks app: updated client

* risks app: updated client

* risks app: updated client

* risks app: context data for client

* risks app GeoNode#32 end context url with slash

* risks app: GeoNode#26 ordering features in geoserver

* risks app: return empty dict instead of none

* risk app: client update

* risks app: GeoNode#26 data ordering in app

* risks app: GeoNode#23 layer params in risk data view

* risks app: return correct dimension order, layers api

* risks app: corrected order of values for non-default dimension selection

* risks app: GeoNode#30 additional layers associated with risk analysis

* risks app: GeoNode#30 risk additional layers tests

* risks app: GeoNode#30 risk additional layers - list of layers in risk data view

* risks app GeoNode#29: integrated client code

* risks app GeoNode#29: client app config files

* risks app: GeoNode#33 return layerAttributes

* risks app: GeoNode#33 return layerAttributes tests

* risks app: GeoNode#31 style layer associated with risk analysis

* risks app: GeoNode#31 style layer associated with risk analysis

* risks app: GeoNode#31 correct sld attribute

* risks app: make additional layers optional

* risks app: missing import for metadata parser

* risks app: missing import for metadata parser

* risks app: missing import for metadata parser

* risks app: GeoNode#42 corrected status update

* risks app: do not use hardcoded fid in data import

* risks app: use celery for running metadata import

* merge

* merge

* risks app: GeoNode#38 unification of data structures in risk data view

* risks app: GeoNode#63 renamed geonode key to baseurl

* risks app: deploy mapstore translations

* risks app: removed unused stylesheet link

* risks app: data model for cost benefit app

* risks app: db migration for cb app

* risks app: additional data importer

* risks app: cost benefit app

* risks app: new url structure

* risks app: new url structure

* risks app: include geometry view into app-specific namespace

* risks app: config for js client

* risks app: corrected geometry urls

* merge migrations

* risks app: GeoNode#30 pdf report url

* risks app: GeoNode#30 rendering pdf report

* risk app: GeoNode#30 pdf gen with cli command
EmereArco pushed a commit to EmereArco/geonode that referenced this pull request Jan 30, 2018
* risks app: removed unused index view code, show all hazards

* risks app: removed unused index view code, show all hazards
risks app: data view tests
risks app: code cleanup

* risks app: sync client code

* risks app: hazard types fixture

* risks app: new client code

* risks app: geometry view

* risks app: map poc

* risks app: map view poc - zoom out control

* risks app: poc map view cleanup

*  - Simplified geometries and improved populateau mgmt command

* merge with main topic

* risks app: map view poc - zoom out fixed

* risks app: updated client

* risks app: updated client

* risks app: updated client

* risks app: context data for client

* risks app GeoNode#32 end context url with slash

* risks app: GeoNode#26 ordering features in geoserver

* risks app: return empty dict instead of none

* risk app: client update

* risks app: GeoNode#26 data ordering in app

* risks app: GeoNode#23 layer params in risk data view

* risks app: return correct dimension order, layers api

* risks app: corrected order of values for non-default dimension selection

* risks app: GeoNode#30 additional layers associated with risk analysis

* risks app: GeoNode#30 risk additional layers tests

* risks app: GeoNode#30 risk additional layers - list of layers in risk data view

* risks app GeoNode#29: integrated client code

* risks app GeoNode#29: client app config files

* risks app: GeoNode#33 return layerAttributes

* risks app: GeoNode#33 return layerAttributes tests

* risks app: GeoNode#31 style layer associated with risk analysis

* risks app: GeoNode#31 style layer associated with risk analysis

* risks app: GeoNode#31 correct sld attribute

* risks app: make additional layers optional

* risks app: missing import for metadata parser

* risks app: missing import for metadata parser

* risks app: missing import for metadata parser

* risks app: GeoNode#42 corrected status update

* risks app: do not use hardcoded fid in data import

* risks app: use celery for running metadata import

* merge

* merge

* risks app: GeoNode#38 unification of data structures in risk data view

* risks app: GeoNode#63 renamed geonode key to baseurl

* risks app: deploy mapstore translations

* risks app: removed unused stylesheet link

* risks app: data model for cost benefit app

* risks app: db migration for cb app

* risks app: additional data importer

* risks app: cost benefit app

* risks app: new url structure

* risks app: new url structure

* risks app: include geometry view into app-specific namespace

* risks app: config for js client

* risks app: corrected geometry urls

* merge migrations

* mapstore update

* risks app: GeoNode#30 pdf report url

* risks app: GeoNode#30 rendering pdf report

* risk app: GeoNode#30 pdf gen with cli command

* risk app: GeoNode#102 move layer to risk analysis

* risks app: base template

* risks app: GeoNode#103 remove upload temp file, do not copy layer_attribute in migration

* risks app: GeoNode#103 importmetadata update, minor fixes

* risks app: GeoNode#103 layer association in data views

* risks app: GeoNode#102 tests update

* risks app: updated travis conf to use pg9.5

* risks app: updated travis conf

* risks app: updated travis conf

* risks app: tests - run geoserver

* risks app: tests - run geoserver

* risks app: tests - run geoserver with 30 sec delay

* risks app: tests - notification to cezio

* risks app: cost benefit index

* risks app: unifi risks templates

* risk app: unified urls

* risk app: unified urls v2

* risks app: layer title

* risks app: additional data tables
goudine pushed a commit to goudine/geonode that referenced this pull request Feb 1, 2018
Per @sarasafavi, several of the test datasets do not contain any
dateTime or date attributes and this is a legacy requirement anyway.
This assertion is causing spurious test failures, so it can be removed
to allow validation of future patches.
goudine pushed a commit to goudine/geonode that referenced this pull request Feb 1, 2018
marthamareal pushed a commit to marthamareal/geonode that referenced this pull request Sep 24, 2021
Remove link to the move from old repo
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.

3 participants