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

add footer to admin & editor #3529

Closed
wants to merge 1,157 commits into from

Conversation

pvgenuchten
Copy link

This adds the generic footer to the admin and editor area.
Can be used to add page links such as contact/privacy to this part of the application

@josegar74 josegar74 added this to the 3.8.0 milestone Feb 15, 2019
Copy link
Member

@josegar74 josegar74 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shows the footer, but there's no styling applied like in the search application.

This should be fixed, the footer should look the same way in search, editor and admin pages.

@josegar74
Copy link
Member

Styling looks fine now, but the footer is in a fixed position what causes in admin/editor forms to hide the bottom of the page.

In most cases doesn't really affect to form fields like this case, but in others can hide some relevant content.

without-footer

with-footer

Not sure the reason to have the footer fixed at the bottom of the window. This is not new from the PR, as the search UI had it already, but maybe requires to update the container styles to avoid hiding the end of the page?

@MichelGabriel
Copy link
Contributor

A PR has been made to fix the problem in the admin: pvgenuchten#3

@fxprunayre fxprunayre modified the milestones: 3.8.0, 3.8.1 Aug 1, 2019
@fxprunayre fxprunayre modified the milestones: 3.8.1, 3.8.2 Sep 23, 2019
@fxprunayre fxprunayre modified the milestones: 3.8.2, 3.8.3 Oct 29, 2019
@juanluisrp juanluisrp modified the milestones: 3.8.3, 3.8.4 Feb 13, 2020
jonescc and others added 14 commits September 2, 2020 08:15
Only include details from the first contactInfo element when indexing responsible party's to more align with the way 19139 records are indexed until
until gmMetadataContact is reworked to handle 19115-3:2018 responsible parties
Difficult to handle all possible combinations until that rework is done.
* API / User identicon.

* API / User identicon / Add settings and gravatar d and f parameter support. Blank pixel if not set.

* Fixed bug with icons not work correctly as the wrong variable was supplied.
Also fixed links that were still pointing to gravatar
Fixed bugs in api
   - wrong exceptions caught
   - did not support null d parameter

* API / User identicon / Don't put email hash in userFeedback email. Remove contact icon in no JS UI.

Co-authored-by: Ian Allen <[email protected]>
…work#4910)

* Harvester / CSW / Update / Apply xpath filter and batch edits

If 2 harvesters are harvesting same records, the second one is on update mode and was not applying its configuration (xpath filter and batch were only applied on addMetadata).

Some users are configuring 2 harvesters on same records to add specific privileges on some of them only.

* Missing import.
- introduces some dcat2 aspects and
- enables some of the gmx:anchor usages as suggested by inspire tgv2
- set uri-encoding for id's
……vested records with link to external ressource geonetwork#4830 - use local dataset version if available in the local catalogue (geonetwork#4844)

* Adding support remote datasets for operatesOn caused problems for harvested records with link to external ressource geonetwork#4830 - use local dataset version if available in the local catalogue

* Fix show more action for remote references
* UserSearch / 255 char is too small for URLs

* UserSearch / 255 char is too small for URLs / SQL migration.

* UserSearch / 255 char is too small for URLs / SQL migration - keep DROP index at the end.

* UserSearch / 255 char is too small for URLs / SQL migration - Thanks @ianwallen for Oracle hint.

* UserSearch / 255 char is too small for URLs / SQL migration.
- re-order the UI element
- group elements (add elements to a toolbar for the map)
- change delete icons and couple them to the input fields
- delete the previous search item when switching the region type
* Removed empty remnant file

* Moved installer build.xml to release and changed for ZIP distribution

* Removed INSPIRE packaging, removed JAR installer, added ZIP (and WAR) distribution

* Removed link to Windows installer, replaced unused variable

* Update version number in build.xml

Co-authored-by: josegar74 <[email protected]>
* Build / Zip / Make shell script executable

Related to geonetwork#4984

* Build / Zip / Make shell script executable / Change mode.
When using editor configuration for thesaurus with no fieldset, the override label was not taken into account (the thesaurus name was displayed instead)

```xml

        <thesaurus key="local.theme.cersat_latency"
                   fieldset="false"/>
...
            <field xpath="/*/mdb:identificationInfo/*/mri:descriptiveKeywords
                            [contains(*/mri:thesaurusName/*/cit:title/(gcx:Anchor|gco:CharacterString),
                            'Cersat - Latency')]"
                   name="eo-latency"/>
```
wangf1122 and others added 13 commits March 1, 2021 16:57
…for encoding sanitizing (geonetwork#5461)

* Encode metadata title and decode in the translate function.

* Angular translate sanitize and escape.

* Angular translate sanitize escape only.

* Use escapeParameters instead of escape in for translator useSanitizeValueStrategy.
* Adding Swedish to the webb-ui

Added Transifex locales and updated CatController.js

* Delete sv-v4.json

As adviced by josegar74

* Put sv-v4.json back in

Sorry for the confusion.

* Re-added swedish locale and swe folder for iso19139

As requested, restored the v4 strings to master.
Also added swe folder (for the moment a copy of eng) for the iso19139 schema.
…work#4218 (geonetwork#5434)

* INSPIRE geometry fields lead to 0 results in opensearch. Fixes geonetwork#4218

* Use regular expression to identify opensearch template fields
geonetwork#5452)

* Use maven major, minor, patch, build, qualifier definition for version definition and comparison.
* Use the new Version.compareTo in DatabaseMigration:
** This fix the problem of migration with only major, minor and SNAPSHOT versions that
are present between tags. For example if pom.xml version is 3.10-SNAPSHOT (with 3.10.7 as
the next release) and the database is 3.10.4 this change will execute migrations
for 3.10.5, 3.10.6 and 3.10.7 if they are mapped in the data_migration bean.
- Update JPA specification to filter metadata with schemas based on iso19139 also.
- Atom feed parse: truncate fields longer than the database related fields.
…ork#5462)

Send the attachemnt content to the client directly without loading the full file
in memory first. Also send the Content-Length header.

Fixes geonetwork#5449.
* Add debug logging for HTTP session created / destroyed

Used to track potential service context leaks.

* ServiceLocator API contract for setAsThreadLocal() / clearAsThreadLocal() / clear()

Document api contract with respect to clearing up thread local use.

* Introduce try / finally managmeent of ServiceContext

* Clear XFrameOptionsFilter cache

* Introduce try / finally service context cleanup to tests

* Default to TRACE logging unusual service context use

For backport use of DIRECT is recommended.
…eonetwork#5453)"

This reverts commit dd5ed28 as properties seem not allowed in the parent section of the pom files. The change was breaking local execution in Jetty.
josegar74 and others added 10 commits March 17, 2021 11:06
…the metadata detail page. Fixes geonetwork#5483 (geonetwork#5485)

* Index temporal extent period, fix multiple temporal extent display in the metadata detail page. Fixes geonetwork#5483

* Index temporal extent period, fix multiple temporal extent display in the metadata detail page - Unify indexing of temporal extent for multilingual.
* Remove non required data-translate directive usage in gnMetadataGroupUpdater directive

* Enable preemptive in CSW http requests with credentials. Fixes geonetwork#5492
pvgenuchten pushed a commit to pvgenuchten/core-geonetwork that referenced this pull request Mar 23, 2021
@pvgenuchten
Copy link
Author

pvgenuchten commented Mar 23, 2021

replaced by #5532

pvgenuchten pushed a commit to pvgenuchten/core-geonetwork that referenced this pull request Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.