Skip to content
Snippets Groups Projects
  1. Nov 28, 2022
  2. Nov 23, 2022
  3. Nov 22, 2022
  4. Nov 18, 2022
  5. Oct 21, 2022
  6. Oct 10, 2022
    • Robert Lange's avatar
      refs #22236 [fid_adlr] fix MissingRecords in favorite list · adbcf25a
      Robert Lange authored
      * use tryMethod for getting source id
      * move fallback search into alert box
      2 tags
      adbcf25a
    • Alexander Purr's avatar
      refs #21417 [fid_adlr] w3c validation · f089b003
      Alexander Purr authored
      * start page
      ** <meta name="description"> only once - language check
      ** remove tabindex="-1" on search button's inner span
      
      * result list
      ** Element form not allowed as child of element span in this context -> search controls sort and pages
      ** an unquoted attribute value. Probable causes: Attributes running together or a URL query string in an unquoted attribute value. -> added quote in result grouping template
      ** Element a not allowed as child of element ul in this context. (Suppressing further errors from this subtree.) -> facet-lists more / less links within li (from finc-accessibility theme)
      ** Element div not allowed as child of element ul in this context. (Suppressing further errors from this subtree.) -> date range slider facet as li (+ additional styling)
      ** The select element cannot have more than one selected option descendant unless the multiple attribute is specified. -> remove selected attribute from disabled option for limit and sort in offcanvas
      ** Attribute maxlength is only allowed when the input type is email, password, search, tel, text, or url. -> reuse finc version for date range slider (max instead of maxlength)
      
      * details view
      ** Element p not allowed as child of element h3 in this context. (Suppressing further errors from this subtree.) -> subtitle as span instead of p
      ** Duplicate ID toolbar-menu. -> remove second
      ** Element ul not allowed as child of element span in this context. (Suppressing further errors from this subtree.) -> span to div
      ** Attribute href not allowed on element button at this point. -> href to data-target
      ** Get-It-Box: #get-it-button / Ressources-Button (/Record/0-725915765)
      ** RecordTabs: #side-collapse-... (/Record/0-725915765)
      ** Bad value >>side-panel-Table of Contents<< for attribute id on element div: An ID must not contain whitespace. -> RecordTabs: use $tab instead $desc for construct ID in core-templates (but IDs are not really in use, IDs used just for styling)
      
      * result list (active filters)
      ** Duplicate ID applied_filter_1 -> in searchbox.phtml applied filter were rendered twice
      ** Attribute href not allowed on element button at this point. -> href to data-target
      ** toggle button facet group
      ** End tag ul seen, but there were open elements. -> moving endif (closing div and li was missed before); problem only if filters are active
      
      * date range slider
      ** revert design changes of ticket 22462
      ** add up & down Arrows again by using input type=number
      
      * result list advanced search
      ** No p element in scope but a p end tag seen. -> remove falsely added closing p
      
      co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
      * add missing closing div in view
      2 tags
      f089b003
  7. Oct 05, 2022
  8. Sep 27, 2022
  9. Sep 21, 2022
  10. Sep 08, 2022
  11. Sep 07, 2022
  12. Sep 06, 2022
    • Viola Elsenhans's avatar
      refs #22233 [fid_adlr] restore styling VF6.1.2 · 67bed888
      Viola Elsenhans authored
      * fix footer, fix link to savedList, SCSS FIXME
      * fix offcanvas-toggler in orders, profile and history
      * change red, adapt type of slider, fix order of search controls
      * restore facet
      * restore styling for tabs
      * fix quickfilter
      * fix color for filter
      * fix advanced search padding
      * fix close offcanvas and register checkbox
      * fix checkbox height
      2 tags
      67bed888
  13. Aug 30, 2022
    • Viola Elsenhans's avatar
      refs #22232 [fid_adlr] restructure scss VF6.1.2 · 253e40d9
      Viola Elsenhans authored
      * removes finc variable imports and adds comment in customVariables
      * re-defines BS dimensions in customVariables to prevent grunt errors
      
      co-authored by: Claas Kazzer <kazzer@uni-leipzig.de>
      * SCSS revision
      * adds (mostly) SCSS linter improvements
      3 tags
      253e40d9
  14. Aug 26, 2022
  15. Aug 25, 2022
    • Alexander Purr's avatar
      refs #22148 [fid_adlr] vf6 changelog · 7111c53b
      Alexander Purr authored
      * remove static factories for record drivers, see also 21615
      * additional: remove factory entries in module.config for not explicit overridden record drivers
      * feedback form url error
      ** create policy back url by using route
      ** not vf6-upgrade specific
      
      * add UBL internal docker mailer for ALPHA configuration
      ** easier testing
      ** all vufind mails will be send and redirect to itself (docker.ub.intern.uni-leipzig.de)
      2 tags
      7111c53b
  16. Aug 23, 2022
    • Viola Elsenhans's avatar
      refs #22151 [fid_adlr] adapt /feedback/ templates to VF6.1.2 · 5496c04e
      Viola Elsenhans authored
      * adapt /layout/ templates to VF6.1.2
      * revert changes /feedback/form of VF6.1.2
      * adapt /myresearch/ templates to VF6.1.2
      * adapt /Recommend/ templates to VF6.1.2
      * adapt /Recommend/SideFacets/ templates to VF6.1.2
      * adapt /record/ templates to VF6.1.2
      * adapt /RecordDriver/DefaultRecord/core templates to VF6.1.2
      * format /RecordDriver/DefaultRecord/core replace closing tag
      * adapt /RecordDriver/DefaultRecord/ templates to VF6.1.2
      * adapt /RecordDriver/DefaultRecord/ /RecordDriver/SolrAI/ templates to VF6.1.2
      * adapt core templates to VF6.1.2
      * adapt /RecordTab/ templates to VF6.1.2
      * adapt /search/advanced/ templates to VF6.1.2
      * adapt /search/controls/ templates to VF6.1.2
      * adapt /search/ templates to VF6.1.2
      * fix bugs of templates to VF6.1.2
      * reset off-Canvas-Togglers in myresearch/profile VF6.1.2
      * redo showing selected filter-list above facte, Recommend/SideFacets VF6.1.2
      * remove offcanvas-toggler /DefaultRecord/core.phtml VF6.1.2
      * remove offcanvas-toggler /SolrMarc/core.phtml VF6.1.2
      * remove classname table-resp-data in /RecordTab/ VF6.1.2
      * fix closing if in /DefaultRecord/list-entry VF6.1.2
      
      co-authored by: Alexander Purr <purr@ub.uni-leipzig.de>
      * remove table-resp-data class from tables to prevent ugly responsive tables
      2 tags
      5496c04e
  17. Jul 11, 2022
  18. Jun 22, 2022
  19. Jun 02, 2022
  20. May 25, 2022
    • Alexander Purr's avatar
      refs #21409 [fid_adlr] result grouping styling · b68823c4
      Alexander Purr authored
      * enable result grouping checkbox on top of facets
      * load search controller methods from results grouping plugin by inheriting from plugins search controller
      * display toggle link at the end of main record
      * subrecords
      ** appear directly underneath the toggle link
      ** unordered list
      ** subrecords are structured (html, classes) like a main records (almost identical)
      * save subrecord to favorites
      * add hidden inputs for select correct subrecord
      * displaySaveStatus works now for record and subrecord - is triggered on loading result-list or after closing save-to-favorite lightbox
      ** status /view changes applies only for first occurrence
      ** prevents subrecord from displayed as favorite (filled star) if the parent record was added to favorite
      * show correct subrecord icons
      * toggle-link color
      * translations
      * better placement of result list record icons on small resolutions
      ** parent record icons are displayed on top of the record
      ** parent record title and informat...
      2 tags
      b68823c4
  21. May 18, 2022
    • Robert Lange's avatar
      refs #21281 [fid_adlr] add VuFindResultsGrouping · d506ed25
      Robert Lange authored
      * add package in composer.local.2.fid-adlr with zend version
      * add group limit an match string in configs for live and alpha
      * add record driver for default and ai to use package
      * add checkbox for grouping - but commented out
      * render grouping on result list of default and ai
      * update composer.lock after manual edit of composer.local.2.fid-adlr.json
      * check if driver uses result grouping by calling hasSubRecords
      * alpha config: override full section
      * hide checkbox control to deactivate result grouping
      2 tags
      d506ed25
  22. May 17, 2022
  23. May 12, 2022
  24. May 02, 2022
  25. Apr 20, 2022
  26. Apr 13, 2022
  27. Mar 23, 2022
    • Robert Lange's avatar
      refs #19089 [fid_adlr] finc/dbis: remove redundant code and update package · da99aa18
      Robert Lange authored
      * remove redundant configuration
      * remove redundant MyResearchController
      * remove redundant templates
      * remove redundant German translations
      ** use "devops/i18n-merge.sh data/i18n/languages/de.ini themes/fid_adlr/languages/de.ini themes/fid/languages/de.ini":
      ** remove duplicate token "Username " and  E-Mail-Adresse with parent file.
      ** remove duplicate token "dbis_hint " and  "Hinweis" with parent file.
      ** remove duplicate token "dbis_licenses_name_long " and  "Zugang zu freien und lizenzierten Fachdatenbanken" with parent file.
      ** remove duplicate token "dbis_name " and  "Fachdatenbanken" with parent file.
      ** remove duplicate token "licenses " and  "Datenbanken" with parent file.
      ** remove duplicate token "licenses_desc_1 " and  "Momentan haben Sie Zugriff auf:" with parent file.
      ** remove duplicate token "licenses_not_available " and  "Diese Lizenzen sind derzeit leider nicht verfügbar." with parent
      
      * remove redundant English ...
      2 tags
      da99aa18
    • Robert Lange's avatar
      refs #20900 [fid_adlr] make home address fields optional · 382e2565
      Robert Lange authored
      * allow empty inputs in home address if checkbox for delivery_address is deactivated
      * set required attributes by javascript in new introduced user_delivery_address.js - except for line 2
      * add new translation for checkbox label
      * code styles / add comments
      * add horizontal row as divider between user data sections
      382e2565
  28. Mar 14, 2022
  29. Mar 09, 2022
  30. Mar 07, 2022