- Apr 21, 2020
-
-
* add new validators ** page selection: correct page order ** page selection: highest selected page can not exceed number of pages ** page selection: can not not exceed a certain percentaged part of whole record * add first validator to form configuration * add other validators within controller trait to from * add hyphen filter to form configuration * add dynamic page selection validators ** add session to RecordController via DelegatorFactory ** adjust behavior to handle false page selection warning with session parameter * add fid translation * display number of record pages in summary of subito partial copy ** changes in RecordDataFormatterFactory *** add general spec builder function *** extend general specs for subito partial copy
-
- Apr 16, 2020
-
-
Dorian Merz authored
-
Dorian Merz authored
* uses IlsAwareTrait * uses IlsAwareDelegatorFactory
-
Dorian Merz authored
-
- Apr 07, 2020
-
-
Dorian Merz authored
-
- Apr 06, 2020
-
-
* remove manual save of order to user session
-
- Apr 02, 2020
-
-
* requested als bold text * add tablesorter
-
- Mar 30, 2020
-
-
* use fid-matomo url * customize font and colors
-
- Mar 27, 2020
-
-
Dorian Merz authored
-
- Mar 23, 2020
-
-
Dorian Merz authored
-
ckaz authored
* fixes wrong sub-heading in profile view * fixes modal close-button * fixes major insufficient contrast issues * fixes missing accessibility of exclude facets * further improvements on contrast
-
- Mar 20, 2020
-
-
ckaz authored
* adds finishing touches on BARF for modals * adds finishing touches on BARF for book covers * makes results pagination accessible * wraps symbols in aria-hidden * adds BARF fixes for pagination in record-view and collection-view
-
- Mar 19, 2020
-
-
Gregor Gawol authored
-
* changes the heading for record view/detail view from h3 into h1 * turns toolbar description in record view/detail view into proper sr-only heading + adds translations * fixes bookbag button paddings for toolbar in record view/detail view * make offcanvas back buttons in sidebar more prominent + align properly * clarifies media queries comments section * fixes checkbox input postioning error on XS devices * fixes headings hierarchy in myresearch/profile and menu * fixes first header in sidebar * fixes sidebar back button color in result view
-
* makes offcanvas-toggler 100%
-
* corrects sidebar borders * fixes facet html code from incorrect uncontained li to div
-
* introduces outline mixin and variables overwriting BS versions
-
- Mar 13, 2020
-
-
Robert Lange authored
-
Sebastian Kehr authored
* assure home dirextory exists before writing defaults file * source environment file only once on first execution
-
- Mar 11, 2020
-
-
Dorian Merz authored
-
Dorian Merz authored
-
* avoid necessity of special chars in autoconfig specific environment variable names * assure env file is generated for mail container * let generated searches.ini file contain an empty index shards section by default * ignore data folder completely * use updated version of vufind-httpd image * let env container write with uid:gid of project root * let composer event handlers being called with correct uid:gid * add xsl and dom php extensions * avoid high cpu usage by endless loops
-
- Mar 10, 2020
-
-
Dorian Merz authored
-
- Mar 06, 2020
-
-
Sebastian Kehr authored
-
Sebastian Kehr authored
-
Sebastian Kehr authored
* preprocess whole config in mvc event listener * handle the case of forbidden base url override * render fidis status in fixed footer
-
Sebastian Kehr authored
* forbid base url overrides by default and allow in alpha environments * override base url via separate mvc event listener * print effective fidis base url in footer
-
- Mar 05, 2020
-
-
Sebastian Kehr authored
-
Sebastian Kehr authored
* declare environment variables for docker development * declare (zend) modules to be loaded at application runtime
-
Sebastian Kehr authored
-
- Mar 04, 2020
-
-
-
-
* fix wrong factory name in finc module config
-
- Mar 03, 2020
-
-
* no more usage of slow vufind-php image for various containers * use stock docker library images where possible for faster startup * build custom images for php and composer only to include xdebug and required extensions * provide and leverage custom entrypoint shell scripts for most containers * inject environment variables defined in docker-env.*.yml files within entrypoints * place environment variables defaults in in docker-env.0.finc.yml * place composer and npm caches in git-ignored subdirectories of project root directory * gracefully terminate all container processes (especially grunt and mail) for faster shutdown * let versions of php and mariadb equal those in current live systems * let container-written files have uid/gid of project root directory by default * forward exposed container ports to non-standard ports on host system * allow to override uid/gid of written files as well as host ports via environment variables * specify exact autoconfig version to install * avoid recursive call to chown in env entrypoint * drop unnecessary argument when calling grunt * report all errors (including notices, deprecation messages etc.)
-
* drop empty obsolete ajax controller * drop obosolete controller factory * add custom controller factories * adjust module configuration * adjustments to services, controllers and controller plugins configuration ** use vufind factory classes where possible and drop obsolete factory methods ** completety drop obsolete session manager factory ** drop unused rewrite plugin factory ** rename rewrite class and factory * adjust ils driver, record driver, and recommend plugin configuration * adjust record tab plugin configuration * drop obsolete hierarchy tree factory method * convert symbols to strings in finc module configuration * remove as of #14414 unused factory class
-
* fixes accessibility of add-to-bookbag in bulk action buttons * fixes minor glitch in adv search home header * implements an even better solution: we don't need a finc-specific bulk-action-bttn template anymore * deleted the finc template, we use BS default, which works fine
-
* makes add-to/remove-from bookbag buttons acessible
-
* makes delete from favorites buttons accessible * corrects back to list labeling
-
* improves alignment of labels and checkboxes/radio buttons
-
* adds sr-only mixin for accessibility features
-