Francisco Vicent

Results 8 issues of 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...

feature request

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...

minor
master

## Expected Behavior In the advanced metadata form, the group selector should display GeoNode groups (= group profiles), as the wizard does: ![Screenshot 2024-01-25 163331](https://github.com/GeoNode/geonode/assets/26927473/1d4f46f9-ddd4-4e68-9d8b-f74f49749ba9) ## Actual Behavior Django groups...

minor
master

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: ![imagen](https://github.com/GeoNode/geonode/assets/26927473/66bfd33a-6d50-42c7-a98d-4c7a26cbfec9) 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...

minor
master

**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...