- Jan 19, 2023
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* this caused issues on the draft preview page * when a draft didn't have a published record with the same ID, the new filters couldn't find any results and an exception would be raised * this exception was caught by the registered error handlers and masked as 404
-
- Jan 13, 2023
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* via custom jinja filters for resolving the record and its first owner
-
- Nov 30, 2022
-
-
Tsepelakis, Sotirios authored
-
Tsepelakis, Sotirios authored
* From now on, we use external links instead of local pdfs
-
Tsepelakis, Sotirios authored
* Add 2 extra logos with their respective links * Apply styling * Add static images: Use webp format and png format to have a reference for the original images * Add an extra route for terms of use, instead of the external pdf link * Update pdf links: use external links, instead of serving them locally
-
- Nov 29, 2022
-
-
Tsepelakis, Sotirios authored
* Use 'TU Wien Research Data' as the default config value. The previous one isn't valid anymore.
-
- Nov 28, 2022
-
-
Moser, Maximilian authored
-
- Nov 25, 2022
-
-
Moser, Maximilian authored
* avoid a flash of invisible text (FOIT) by using temporarily using system fonts until the fonts have been loaded
-
- Nov 24, 2022
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* the current versions of invenio-accounts and invenio-oauthclient (both v2.0.1) use the same 'blueprint.record_once' mechanism to modify the config values, leading to race conditions with our hack * the config override has been moved to invenio-config-tuw
-
- Nov 23, 2022
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* remove old documents * hide the privacy statement from the footer for now
-
Moser, Maximilian authored
* concentrate the configuration of all calls in one place
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
- Oct 28, 2022
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* take advantage of `blueprint.record_once()` for setup logic, which is called during registration of the entrypoint blueprints (which happens after the invenio extensions have been loaded) * this pattern is already used in some core modules (e.g. invenio_rdm_records.views v1.0.0)
-
- Oct 27, 2022
-
-
Tsepelakis, Sotirios authored
-
Tsepelakis, Sotirios authored
Closes #24
-
- Oct 24, 2022
-
-
Moser, Maximilian authored
* although still technically true, it makes the system sound like an early alpha/beta version, which it is not anymore
-
- Oct 18, 2022
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* instead, we override the app's config in a way that evaluates the SITE_{API,UI}_URL values and casts them to strings * because we have configured these values as LocalProxy objects with some logic for dynamically calculating the URLs based on the HTTP request context instead of plain strings, we sometimes ran into typing issues * the above mentioned logic helps us with having multiple valid domain names (and generating valid links based on which is being visited)
-
- Oct 17, 2022
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* they're now passing custom_fields
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
- Oct 11, 2022
-
-
Tsepelakis, Sotirios authored
-
Tsepelakis, Sotirios authored
* create a config item THEME_TUW_FRONTPAGE_WARNING for the content * add a block in the frontpage.html * apply styling
-
- Oct 10, 2022
-
-
Moser, Maximilian authored
* to reduce their file size, for transmission speed * also fix the left border on the policies hero
-
- Oct 03, 2022
-
-
Tsepelakis, Sotirios authored
-
Tsepelakis, Sotirios authored
* Searchbar now includes total record count in its placeholder * Style enhancements to make placeholder text more noticeable
-