Francisco Vicent
Francisco Vicent
Hi there guys! I'm really comfortable using Nikola in a side project. **Requested Feature:** Include an `article` or `div` HTML tag in the [`/bootstrap4/templates/tags.tmpl`](https://github.com/getnikola/nikola/blob/master/nikola/data/themes/bootstrap4/templates/tags.tmpl) file. **Related Area:** templates. **Do you...
Many templates in `geonode/templates/pinax/notifications` use hard-coded "http" protocol to build URLs, such as: https://github.com/GeoNode/geonode/blob/7cac111e745430fb54ee4142410d7bb756d7d720/geonode/templates/pinax/notifications/account_approve/full.txt#L3-L5 On the other hand, some templates use the `default_http_protocol` context variable defined by Pinax (based on...
## Expected Behavior In the advanced metadata form, the group selector should display GeoNode groups (= group profiles), as the wizard does:  ## Actual Behavior Django groups...
Besides the demo WMS service used in tests being down (#11675), there are multiple errors in `WmsServiceHarvestingTestCase`. First, exceptions are being silenced, so the test case passes although it doesn't...
The advanced metadata form has a field to edit the typename of a layer:  However, the submitted value always gets reverted by a post_save signal: https://github.com/GeoNode/geonode/blob/96566be47c75b6932e36bb565b33ae97ddc39d93/geonode/geoserver/helpers.py#L2171 Thus that field...
## Expected Behavior You should be able to filter by `dc:subject` (=keywords in pycsw and geonode) within a CSW query. ## Actual Behavior A simple query filtering by keyword returns...
Quick fix for #38
**Describe the bug** You are able to update the content of an existing style by using `Catalog.create_style()` with `overwrite=True`, but you can't change the style version (e.g. from 1.0 to...