Skip to content
Snippets Groups Projects
user avatar
Claas Kazzer authored
* adds initial changes to initially active tab in view.phtml
* cleans up previous misses
* set aria-selected for tab control on initial load
* add sr-only hint on control tabs
* info that content has to be loaded by click / enter
* reverts changes to using li + a

co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
* set aria-hidden for tab content
* use active tab text for aria-labelledby on first load without ajax
* copy record.js from bootstrap
** set aria-selected tab controls by jquery
** add role and aria-label to new tab pane in record.js::getNewRecordTab
** only set value for aria-controls onload in view.phtml for active tab
** set value for aria-controls when tab is clicked / tab loaded by ajax
** add focus on content after click on control
** info that content has to be loaded by click / enter

* remove console log from bootstrap-accessibility-en.min.js
289315b4

Build Status VuFind

Introduction

VuFind is an open source discovery environment for searching a collection of records. To learn more, visit https://vufind.org.

Installation

See our online installation documentation for step-by-step instructions for installing from packaged releases to popular platforms.

VuFind's packaged releases have all dependencies included. If you are installing directly from a Git checkout, you will need to load these dependencies manually using the Composer tool by running composer install from the VuFind home directory.

Documentation and Support

The VuFind community maintains a detailed wiki containing information on using and customizing the software. The VuFind website also lists sources of community and commercial support.

Contributing

See our developers handbook for more information.

Testing

For performing all ci-tasks you have to add all dev-dependencies. Do so like this

php composer.phar update

this adds all necessary tools like phing, phpunit, etc.

After that you can perform the task with the following command:

phing

Be aware that you will need several programs like java and mysql to setup a solr-index and a database-store in order to test the components of vufind that communicate with them.

You might need to set up the mysql-user credentials, in case they do not agree with your mysql root-users credentials. You can do that by providing optional parameters like that

phing -Dmysqlrootpass=''

Do so if you have no rootpassword set. The default password is 'password'.

Modules

  • all non-global non-community modules go to

      module/finc/