Skip to content
Snippets Groups Projects
  1. Sep 25, 2019
    • Alexander Purr's avatar
      refs #15652 [fid_adlr] footer · b5bcd331
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * just plain footer css within scss file
      * footer completed, correct scss nesting, use of scss variables and functions
      b5bcd331
    • Gregor Gawol's avatar
      refs #15650 [fid_adlr] design detail view · 20434a17
      Gregor Gawol authored and Dorian Merz's avatar Dorian Merz committed
      * set module fid_adlr
      * set core data default & ai
      * set design
      * display share button
      * changed design share button menu
      * changed breadcrumb
      * set tab table of contents to recorddataformatter
      * fixes bug playing times
      * set format bold
      20434a17
  2. Sep 11, 2019
  3. Sep 03, 2019
  4. Sep 02, 2019
  5. Aug 30, 2019
    • Robert Lange's avatar
      refs #15653 [fid_adlr] style header · d514321a
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * refine submenu and mobile search menu for xs and lg
      ** use simple dropdown for language select
      ** fix bootstrap affix bug, prevent switch after click
      ** disable transitions for menus
      ** improve menu for xs and lg
      ** sm+lg: change background / color for collapsed main menu header links
      ** xs: shift language and registrion links to navigation-overlay
      
      * format header template
      ** use two spaces for tab
      ** lg: remove scrollbar on home page when menu is opened
      
      * style links after login
      * hide text on xs (navbar-extended)
      
      * set link to my account before login link
      
      * consolidate sm, md and lg
      ** style medium size
      ** prevent overlapping elements in menu bar
      ** rename navbar-extended to navbar-additional-text-[screen] to show / hide elements depending on size
      
      * improve search tabs behaviour and styling
      ** suppress page reload loading after click on tab / format filter
      ** transform tab list into select
      ** instead fetch selected hidden values by javascript
      ** style format filter like normal filter
      
      * several small improvements
      ** change translations for "forgot password" and "Email-Address"
      ** show whole words in language dropdown
      ** set Open Sans for filter options
      ** start fixing problems with flexbox in outdated Safari browser
      
      * use lightbox for register and translate languages completely
      d514321a
    • Robert Lange's avatar
      refs #15653 [fid] add SearchTabs · 289c284c
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * expand Vufind SearchTab methods to get pure hidden filters in template
      * handle emtpy filter
      289c284c
  6. Aug 29, 2019
  7. Aug 27, 2019
  8. Aug 23, 2019
    • Dorian Merz's avatar
      refs #15642 [fid] API admin section · df0d74c9
      Dorian Merz authored
      * adds actions and routes to
      ** user list
      ** user profile manipulation
      * introduces basic authorization and permission handling
      
      * introduces Admin config section containing
      ** editable fields
      ** applicable user permissions
      ** disable select inputs
      
      * user overview
      ** styles user overview as a table
      ** links to user edit page for each
      
      * adds 'denied' values for unselected permissions
      
      * force login for admin pages
      * flushes user list cache on successfull edit
      ** displays latest data in user list
      
      * reacts on admin roles from API (cf. #15692)
      
      * VuFind permission handling
      ** adds PermissionProvider to handle FID API permissions via Permission ViewHelper
      df0d74c9
    • Sebastian Kehr's avatar
      refs #15903 [master-v5] browser-cached lightbox forms · fa54ee85
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * uses JS to cache form inputs during modal lifetime
      * ignore input fields for passwords for better security
      fa54ee85
  9. Jul 31, 2019
  10. Jul 18, 2019
  11. Jul 17, 2019
    • Robert Lange's avatar
      refs #15675 [fid_adlr] configure fid adlr · 76173387
      Robert Lange authored and Sebastian Kehr's avatar Sebastian Kehr committed
      * remove noils.ini and set fid as catalogue driver
      * use authenticator of fid master
      * enable password recovery functionality of fid master
      * extend fid theme in themes/fid_adlr/theme.config.php
      * configure fid adlr: set new api backend url
      76173387
  12. Jul 15, 2019
    • Claas Kazzer's avatar
      refs #15632 [fid_adlr] initial commit for new design · 88a0e5ef
      Claas Kazzer authored and Dorian Merz's avatar Dorian Merz committed
      * New Adlr header design
      ** initial implementation of SCSS structure
      ** initial implementation of basic fonts (icon font still missing)
      ** initial commit of basic images for header
      ** initial template customizations to accomodate new header design and behavior
      
      * improves LG look (not yet complete)
      * adds category icons folder
      * adds initial translations
      88a0e5ef
  13. Jul 09, 2019
    • Sebastian Kehr's avatar
      refs #15590 [fid] migrate form specs to configurable services · 03943db7
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * enable required zend modules
      * register abstract form factory
      * migrate initial registration form
      * remove annotations
      * migrate annotions to php-arrays
      ** migrate user create and update form
      ** set home library value options in controller
      ** migrate password forms
      ** remove unnecessesary validators
      * adjust controller factory
      03943db7
  14. Jun 28, 2019
  15. Jun 27, 2019
    • Robert Lange's avatar
      refs #15235 [fid] refactor registrations forms · 180ed6c2
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * add legend for required fields
      * fix moving label by click on eula
      * set checkbox by click on label
      * add back buttons to policy and terms in lightbox
      180ed6c2
    • Sebastian Kehr's avatar
      refs #15445 [fid] styling user forms · 432d6a84
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * introduce custom method for password updates
      * improvements to user access level selection
      * improved user creation form look
      * set college value in update form
      * translate username to email address
      432d6a84
    • Robert Lange's avatar
      refs #15445 [fid] add user role to registration · da544af2
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * add select in final registration form
      * add properties to model and dto
      * remove dto for permissions, use simple array instead
      * set permission (group) in ILSAuthenticator
      * show !multiple! groups in profile
      * add select in update from
      * refactor User model => extra property 'role'
      da544af2
  16. Jun 26, 2019
  17. Jun 24, 2019
  18. Jun 19, 2019
    • Gregor Gawol's avatar
      refs #15405 [fid] changes user data · 040d34bc
      Gregor Gawol authored and Dorian Merz's avatar Dorian Merz committed
      * display only ils user data
      * modified update template
      * added link to edit data
      * added translations
      040d34bc
    • Robert Lange's avatar
      refs #15383 password recover feature · 71974e04
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      
      Co-authored-by: Sebastian Kehr's avatarSebastian Kehr <kehr@ub.uni-leipzig.de>
      71974e04
    • Sebastian Kehr's avatar
      refs #15383 [fid] user management / registration · ea7bfde8
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * migration of former core-module-package contents
      * first adjustments of api client logon functionality
      * fix initial registration step
      * registration finalization adjustments
      * fetch libraries on registration
      * improved logon client method
      * refresh logon only if stale
      * throw exception on bad credentials
      * adjust config files
      * fetch user details only if logged on
      * rename namespace, text domain as well as module and theme
      
      * untrack compiled css
      * let registration form look like login form
      * rename ils driver for config injection by ils connection
      * use aliases for authenticator and ils driver
      * let authenticator support account creation
      * enable account creation in base config
      * override default account creation route
      
      * introduce user controller and update action
      ea7bfde8
  19. May 21, 2019
  20. May 17, 2019
  21. May 15, 2019
  22. May 08, 2019
    • Claas Kazzer's avatar
      refs #15148 [master-v5] - further layout fixes of theme finc due to vf5 migration · 09005090
      Claas Kazzer authored and Frank Morgner's avatar Frank Morgner committed
      * adopts changes to data-otherRelationshipEntry in DefaultRecord
      * changes searchbox to flex for better display on XS and SM
      * pushes shard checkboxes benath search box on SM
      * adopts NEW OFFCANVAS toggler (visible in XS, SM only)
      * adapts new offcanvas toggler for record view use (XS, SM only)
      * fixes search-sort, limit etc appearance in result list (XS, SM only)
      * moves offcanvas-toggler code to separate template
      * updates references to offcanvas-toggler in all recorddriver core files
      
      @to-do PLS NOTE: ALL SOLRDEFAULT files had to be moved to DEFAULTRECORD! during migration
      09005090
  23. May 03, 2019