Skip to content
Snippets Groups Projects
  1. Nov 28, 2022
  2. Nov 23, 2022
  3. Nov 22, 2022
  4. Nov 18, 2022
  5. Nov 07, 2022
  6. Nov 04, 2022
  7. Oct 28, 2022
  8. Oct 27, 2022
  9. Oct 26, 2022
    • Jean-Pascal Kanter's avatar
      refs #21483 [fid] vufind changes to delete orders · 6babbbb8
      Jean-Pascal Kanter authored
      * no security question as of now
      * wont work without expansion of fidis
      * added route for order deletion (requires admin rights)
      * config parameters displayCols defines, 'delete' for the delete button
      * using font awesome for the fa-trash symbol, can be overwritte in field-delete.html
      * design changes for orderDelete
      * Code Stlye changes to Delete Order Modal
      ** Modal has its own template now, only rendered when activated via config
      ** fixed a bug where the default fid delete button would have missed crucial info and had just outright deleted the entry
      ** known problem: the delete route is actually reacheable for any one user but will be rebuffed by fidis itself, still not entirely clean
      6babbbb8
  10. Oct 24, 2022
  11. Oct 21, 2022
  12. Oct 20, 2022
  13. Oct 17, 2022
    • Robert Lange's avatar
      refs #19394 [finc] BARF for covers · de8a63f7
      Robert Lange authored
      * set aria-label / alt attribute for cover images
      * to set attributes for link and image after loading by ajax
      * ajaxcovers and useCoverFallbacksOnFail must be true
      * make cover tabable when image could be fetched from api
      * add translations for label texts
      * minify icon texts occurances
      * render icon-text via record-icon.phtml
      2 tags
      de8a63f7
  14. Oct 13, 2022
    • Viola Elsenhans's avatar
      refs #22377 [finc] style facet overflow · 0f7c465d
      Viola Elsenhans authored
      * hide checkboxes, cut text by ellipsis, reduce padding
      * reduce padding for active filters
      * reduce padding-left for active filters
      * outsource scss for improve filters on sm
      * delete unused in sidebar, move file to activate-on-demand folder
      
      co-authored by: Alexander Purr <purr@ub.uni-leipzig.de>
      * move import of plugin to Activate-On-Demand section
      0f7c465d
  15. 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
      ** Attr...
      2 tags
      f089b003
  16. Oct 05, 2022
  17. Sep 27, 2022
  18. Sep 22, 2022
    • André Lahmann's avatar
    • Jean-Pascal Kanter's avatar
      refs #20927 [fid] OrderController Update · a3da6dd1
      Jean-Pascal Kanter authored
      * refactored logic for fidis orders, formerly living in the UserController, seperated User and Order Controller
      * added an (by default hidden) export option for orders)
      * extended abilities of order transfer object
      * added an order export hydrator that compiles data of an order to an array
      * extended the order list with a button that is hidden by default (if 'export_button' is not set)
      * allows export of orders in 3 different flavor of CSV (or rather, fake csv that is labelled as txt) and json.
      * language vars replaced some static texts with dynamic i18n ones, in this particular case the button descriptions of are affected
      a3da6dd1
  19. Sep 21, 2022
  20. Sep 15, 2022
  21. Sep 09, 2022
  22. Sep 08, 2022
  23. Sep 07, 2022
  24. Sep 06, 2022