- Nov 30, 2018
-
-
Simon Hohl authored
- Without the explicit sync folder ownership option, Vagrant 2.2.0 fails to create the "vendor/" directory when when running `vagrant up` the first time.
-
Demian Katz authored
- Relying on APPLICATION_ENV is simpler.
-
Ere Maijala authored
Otherwise Zend\Session\Config\SessionConfig::setStorageOption() throws an exception when it tries to call ini_set with session-specific settings. This would have happened at least when creating a \Zend\Session\Container.
-
Ere Maijala authored
-
- Nov 29, 2018
-
-
Ere Maijala authored
Add timestamps to static image urls like is already done for js and css files so that images can be cached without risk of missing any updates.
-
- Nov 28, 2018
-
-
Ere Maijala authored
- This allows embedding to work more consistently, even though the user experience is not the best.
-
Demian Katz authored
-
- Nov 26, 2018
-
-
Ere Maijala authored
-
Josef Moravec authored
-
Ere Maijala authored
-
Ere Maijala authored
-
Ere Maijala authored
- The LoggerAwareTrait already defines it.
-
Ere Maijala authored
-
- Nov 15, 2018
-
-
Demian Katz authored
-
- Nov 13, 2018
-
-
cedelis authored
If a user accidentally mistypes their login credentials, they are not returned to the page they were on after successfully logging in via ILS Authentication. There already exists a similar fix for when a non-logged-in user goes to MyResearch/Home (which initiates the login challenge page). This bug fix adds one for MyResearch/UserLogin, too, which is linked to in themes/bootstrap3/templates/header.phtml Note: Links to MyResearch/UserLogin can have parameters, e.g., UserLogin?method=ILS, which is why I perform a substring test here: if (0 === strpos($refererNorm, $mulNorm)) { instead of testing for equality: if ($refererNorm === $mulNorm) {
-
Samuli Sillanpää authored
-
Ere Maijala authored
-
- Nov 09, 2018
-
-
Mario Trojan authored
-
Ere Maijala authored
-
- Nov 08, 2018
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Ere Maijala authored
- Use cursorMark for fetching IDs in sitemap generator search mode (faster for large indexes). - Simplify code to better separate retrieval mode-specific logic. - Change default retrieval mode to "search" since "terms" may not behave as expected in some situations (e.g. when hidden filters are applied).
-
Mạnh Phan Văn authored
-
- Nov 07, 2018
-
-
Demian Katz authored
-
Lionel Walter authored
-
- Nov 05, 2018
-
-
Demian Katz authored
-
Brent Palmer authored
-
Mạnh Phan Văn authored
- See also VUFIND-1308
-
Ere Maijala authored
-
Theodoros Theodoropoulos authored
- Also restructures display to better adapt to missing data fields and for easier customization/extensibility.
-
- Nov 02, 2018
-
-
Ere Maijala authored
- Security: do not pass the user's existing password back into the template; instead, leave the password field blank and check credentials only when it is changed. - Bug fix: when the user updates an active library card, update the user table as well as the library_cards table. - Bug fix: when the active library card contains invalid credentials, allow the user to either log back in with good credentials or switch to a different card.
-
Ere Maijala authored
This avoids invalid identifiers from being indexed. Example: "WX 35" catalogued in the ISSN field and can be found with search term "Linux".
-
- Nov 01, 2018
-
-
Demian Katz authored
-
Demian Katz authored
- We should not assume ils-none means no holdings; a use case exists where a user has no real-time ILS but still encodes holding information in MARC records. - We should actually check whether getHolding returns data to determine whether holdings exist. - TODO: consider introducing a local record driver cache if performance issues are encountered (but probably not necessary).
-
- Oct 30, 2018
-
-
Leila Gonzales authored
-
Demian Katz authored
-
Ere Maijala authored
-
- Oct 29, 2018
-
-
Demian Katz authored
-
Leila Gonzales authored
-