-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
Conversation
There was a problem hiding this 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.
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. 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? |
A PR has been made to fix the problem in the admin: pvgenuchten#3 |
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"/> ```
…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.
Co-authored-by: ByronCinNZ <[email protected]>
…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.
…disable and can be clicked when disabled (geonetwork#5478)
…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
…ncludes the charset encoding (geonetwork#5460)
…vated in settings)
replaced by #5532 |
…vated in settings)
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