- Mar 21, 2022
-
-
Thijs Kinkhorst authored
-
- Jan 14, 2022
-
-
Thijs Kinkhorst authored
-
- Nov 24, 2021
-
-
Ulrik Nielsen authored
updated twig to version 3 and added wrapper for translation via symfony/twig-bridge Co-authored-by:
Ulrik nielsen <un@ipwsystems.dk>
-
- Feb 24, 2020
-
-
Thijs Kinkhorst authored
post.* has been added directly under assets for now, tried it via webpack but this added a several times overhead to these very small files, so this seemed the cleanest solution for now. But might be improved upon.
-
- Jul 31, 2019
-
-
Jaime Pérez Crespo authored
It doesn't make much sense anyway. Makes the original templates harder to format, and browser developer tools can provide hierarchical indentation anyway. This allows us to save quite a few bytes per page, write cleaner templates, and forget about how it would look like in the resulting HTML.
-
- Jul 14, 2019
-
-
Tim van Dijen authored
-
- Mar 07, 2019
-
-
Thijs Kinkhorst authored
re-add it and fix all templates that depended on it being unset
-
- Nov 30, 2018
-
-
Jaime Pérez Crespo authored
It was broken in previous commits. It should always stick to the bottom of the page, unless the page is long enough to not fit in the screen, so then it should just be thrown after the end of the content.
-
- Nov 29, 2018
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
This way the code is closer to the resulting HTML, and we don't need to pass it through the "raw" filter afterwards to keep rendering the HTML.
-
- Nov 28, 2018
-
-
Jaime Pérez Crespo authored
This builds and minifies CSS and a common JS bundle, as well as copy the relevant fonts. In order to build, we now need to run "npm run build" after installing the dependencies with "npm install".
-
- Nov 23, 2018
-
-
Dick Visser authored
This allows more graceful fallback for untranslated languages. Also, use `raw` filter to keep the embedded HTML working.
-
- Nov 21, 2018
-
-
Dick Visser authored
-
- Nov 20, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Aug 11, 2018
-
-
Tim van Dijen authored
-
- Aug 02, 2018
-
-
Tim van Dijen authored
-
- Dec 13, 2017
-
-
Olimpia Magliulo authored
-
- Dec 11, 2017
-
-
Tim van Dijen authored
jquery-ui relies on jquery being loaded first. Previous order doesn't play nice with modules that rely on jquery-ui.
-
Olimpia Magliulo authored
- Base.twig updated
-
- Dec 05, 2017
-
-
Olimpia Magliulo authored
-
- Nov 28, 2017
-
-
Olimpia Magliulo authored
- side-menu button moved to the right - update responsive menu for rtl languages. - menu-link span position needs to be adjusted. - footer should move like the rest of the page (js needed)
-
Olimpia Magliulo authored
- Large screens: will display the dropdownmenu - Medium & small screens will show a button (on the top right in the future) and a menu will push the content (to left) and showing the language options.
-
- Nov 21, 2017
-
-
Olimpia Magliulo authored
- 3 main elements: header, content and footer. - Header expects a logo on one corner and the language dropdown- menu on the other corner. - Footer sticks to the bottom of the page if there is no content, but is pushed to end of the page when content exceeds window height. - Default.css is reordered. - Changes are device-responsive and rtl-responsive.
-
- Nov 20, 2017
-
-
Olimpia Magliulo authored
- Add dependencies - Change link in script postload, base.twig - Add function in Script.js - Delete postload block in metadata-converter.twig and call clipboard function on button click.
-
- Nov 14, 2017
-
-
Olimpia Magliulo authored
-
- Nov 09, 2017
-
-
Olimpia Magliulo authored
add document.ready function to script.js where all the calls to selectize are made. update base.twig. Now script.js is the last script in the list.
-
Olimpia Magliulo authored
Fixed footer at the bottom in fixed position. (+1 squashed commit) Squashed commits: [27ac007] footer
-
- Nov 07, 2017
-
-
Olimpia Magliulo authored
Each element is defined with an id. it has its own wrap and a "row".
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
Change the links in the head and postload of base.twig according to the new structure and the recently added packages.
-
- May 09, 2017
-
-
Alan Buxey authored
for better mobile/small form factor support (eg when using landscape) - don't specify the device-width etc (see e.g. https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/UsingtheViewport/UsingtheViewport.html )
-
- Oct 26, 2016
- Oct 25, 2016
- Aug 25, 2016
-
-
Sergio Gómez authored
-
- Feb 26, 2016
-
-
Hanne Moa authored
-