Limestone rewrite#87
Open
Nealium104 wants to merge 66 commits into
Open
Conversation
Contributor
Author
|
Just a reminder that #88 is still in development. Please use |
Contributor
Author
|
The last merge introduces changes from 88. |
added 11 commits
April 16, 2026 16:47
…add titles for item pages
nrsa222
approved these changes
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR covers the exploreuk-web-app side of the rewrite of ExploreUK using the University's Limestone project. Almost all functional changes are UI only.
Fixes #72, fixes #77, fixes #79, fixes #81, fixes #82, fixes #83, fixes #86, fixes #43, fixes #37, fixes #38.
Changes
previousnextas needed in the search results. Pagination #83Limestone
Limestone aims to provide some CSS utility classes, JavaScript scripts, and some component examples that can be used with University web properties to help developers more quickly adhere to Branding Guidelines and Accessibility concerns. At this time, the latest project is only used for Drupal components, but we have built this version of ExploreUK with version 1.0.0. This repo at one time created a compiled version of assets in that repo that can be found in the patternlab artifact. There is also a Pattern Lab website that can be accessed here to view versions of the components created for Limestone. If necessary, developers can inspect the exact code we're consuming directly from the CDN, which follows the directory structure of the Patternlab Artifact.
Minor notes
Related #73.
Dead Code - search-copy.php was dead code, a copy of search-results.php.
Merge fix for the
renderLinkmethod, which was changed to accept an$optionsarray in a previous PR to main. Updates to callers inpage-title.phpto match.