Skip to content
Snippets Groups Projects
  1. Jan 21, 2020
  2. Jan 20, 2020
    • Robert Lange's avatar
      refs #16751 [fid_adlr] refactor searchbox · e7a20f31
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * move advanced search from searchbox to menu and home link
      * replace type filter by toggle for disabling facets
      * reset prefilter (type) too when retain-filters-checkbox is disabled
      ** use javascript to set hidden dropdown to default = all
      * change category filter text by javascript
      * fix main menu layout for sm and xs
      e7a20f31
  3. Jan 09, 2020
  4. Dec 05, 2019
  5. Dec 04, 2019
  6. Dec 03, 2019
  7. Nov 29, 2019
  8. Nov 28, 2019
    • Gregor Gawol's avatar
      refs #16533 [fid_adlr] config ebl · 104db385
      Gregor Gawol authored and Dorian Merz's avatar Dorian Merz committed
      * set config
      104db385
    • Gregor Gawol's avatar
      refs #16500 [fid_adlr] config basic searches · 4ee73065
      Gregor Gawol authored and Dorian Merz's avatar Dorian Merz committed
      * modified config basic searches
      4ee73065
    • Gregor Gawol's avatar
      refs #16502 [fid_adlr] layout advanced search · 220937e4
      Gregor Gawol authored and Dorian Merz's avatar Dorian Merz committed
      * modified layout advanced search
      * modified headline help advanced search and search
      * modified config advanced search filter
      220937e4
    • Robert Lange's avatar
      refs #16480 [fid_adlr] styling of contact form · 04097ab2
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * fix link to contact form
      ** delete link for development from header
      ** add link in footer
      ** style link as specified in mockup, use icon moon for arrow
      ** use / add translation
      * fix text on home page - fit as mockup
      * refactor preselect form
      ** lower font-size of headline / h1 => h2
      ** change translations for subject and submit button
      * style and refactor second feedback forms
      ** configure default fields in FeedbackForms.yml to hard override defaults by same name (name / email)
      ** order inputs in second form (after preselect) by FeedbackForms.yml
      ** remove unused / duplicated code / add comments
      ** TODO: merge preselect.phtml into form.phtml and preselectAction into formAction
      ** set textarea min height in feedback forms by css
      ** set required attribute styling like in registration forms
      * feedback forms:
      ** add config for alpha
      ** remove unused user in preselect action
      ** add necessary label for dummy elements in Feedback.yaml
      ** fix caching of email subject in form action
      ** fix privacy notice check
      ** change translations on main form and response text
      ** change recipient to adlr.link
      04097ab2
  9. Nov 22, 2019
    • Alexander Purr's avatar
      refs #16020 [fid_adlr] add contact form · c94fb39c
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * add receiver information to config.ini
      * add 2 forms configurations to FeedbackForms.yaml
      * include FeedbackController in module.config.php
      * add extended FeedbackController
      * add 2 form templates
      * add translations
      c94fb39c
  10. Nov 18, 2019
  11. Nov 15, 2019
  12. Nov 14, 2019
  13. Nov 13, 2019
  14. Nov 07, 2019
  15. Oct 28, 2019
    • Gregor Gawol's avatar
      refs #16296 · 96c80f1a
      Gregor Gawol authored and Dorian Merz's avatar Dorian Merz committed
      * fixed config bug
      * fixed bug to register new lightbox network notice
      * new boss module version
      ** added network notice
      96c80f1a
  16. Oct 24, 2019
  17. Oct 23, 2019
    • Robert Lange's avatar
      refs #16243 [fid_adlr] changes in header and main menu · e4c8f81a
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * move menu items from footer to header
      ** mv faq and subject specialists from footer to header
      ** fit offset for language and registration links on mobile navigation overlay
      ** set nowrap for menu items to prevent line break
      ** raise padding for menu items
      ** lower font-size for menu items & screen >= lg
      * fix header links
      ** use target blank
      ** use temporary links to blog
      * adapt language menu to main menu
      ** no hover
      ** same line-height
  18. Oct 17, 2019
    • Robert Lange's avatar
      refs #16135 [fid_adlr] redesign desktop main menu · 394d8a47
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * screen >= lg: navigation-overlay fits content
      * screen >= lg: navigation-overlay add border and padding, position beneath burger menu, adjust z-index
      * remove some obsolets css
      * add missing links for databases and blog - "FIXME: about us still missing"
      * repair closing icon
      * lower font size of lg menu dropdown links
      * consolidate language submenu: use stylings of main sub menu
      ** same font size, padding and border
      ** same distance to navbar
      ** use letter spacing of main sub menu
      * improve main menu for mobile
      ** cover background on scrolling completely on tablet / phone
      ** set new calculation of placement for language and registration links -> closer to main menu
      * use arrow (chevron) instead of X for closing icon
      * closee main submenu after click on language menu or within search box
      * same scrolling behaviour of language and main menu
      ** both stay in top on home page
      ** keep visible when scrolling on other pages
      * use same width for closing and opening text to prevent moving menubar
      * rename close in German
      * improve javascript for closing menus by click on each other
      394d8a47
    • Sebastian Kehr's avatar
      refs #15998 [fid_adlr] user management forms related changes · 784a6b9b
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * mark required fields in registration forms
      * map job title to requested permission
      * account for generalization of user creation form
      * translation fix
      * adjustments needed for hydration
      * build attributes after submit of user creation form
      * added newsletter boolean flag
      * adjust user update form
      * use hydrator for all user forms
      * translation fixes
      * override not-empty validator for newsletter field
      * fixup: adjust newsletter field options
      * adjust translations in user profile view and update form
      * include user group in user update form
      * adjust user update form spec
      * rename property for less confusion
      * rename user property and according form fields
      * fix input filter spec for newsletter field
      * render job_title element as select field
      * remove job_title element from update form
      * grant permissions on user creation
      * display user group as non-editable field in update form
      * changes to job title field in update form
      * display job title upda...
      784a6b9b
  19. Oct 09, 2019
    • Robert Lange's avatar
      refs #16031 [fid_adlr] add basic content for home page · 7d0d4f01
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * add basic structure for home page
      * add de / en translations for home page texts
      * import rss feed => todo: mv to myresearch controller
      * fix some css bugs: remove transitions
      * fix basic styling for xl screens
      ** keep home text centered
      * fix display menu toggle for edge
      ** problem with transitions still exists - need to disable collaps-timing
      * set z-index for header-links
      * fix menu z-index for xs
      * disable transitions to speed up main menu ecetera
      * supplement to home page: xs and sm text sizes
      * refactor texts on home page
      ** transform menu 1 and 2 uppercase
      ** lower line-height of Blog headline
      ** databases and new releases in ubuntu mono
      ** services sub headlines in ubuntu mono / separate div
      * fix font color and offsets in headlines
      * refactor blog import
      ** extract url data strings to main config
      ** rough catching of exceptions in rss helper
      ** set fallback = direct link to blog
      * fix line-height of services headlines for md screen - use same as lg
    • Alexander Purr's avatar
      refs #16033 [fid_adlr] myResearch sidebar menu styling · 1c937efe
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * adding menu.phtml template
      ** reorder menu entries
      ** adding buttons / dummylinks for contact, personal orders & new print publications
      * removing menu-additional-entries.phtml template
      ** moving database access button / link to menu.phtml, now part of custom myresearch menu
      * adding translations to fid_adlr language files
      * style adjustments in compiled.scss
      ** in .myresearch-menu section for icons, font-weight and badges
      * changing of used icons
      * compiled.scss
      ** line braked link text does not float the icon anymore
      ** badge remains circle if link text has line brakes
      * menu.phtml
      ** remove bagde if list has any items
      * menu.phtml
      ** change items
      1c937efe
  20. Oct 01, 2019
  21. Sep 27, 2019