Show dcdspace functionality
This functionality was present in ABCD2.0/2.1 and not shown in 2.2. This commit shows the function “DSpace bridge: download records” like in previous versions.The code is improved too: Shows a […]
This functionality was present in ABCD2.0/2.1 and not shown in 2.2. This commit shows the function “DSpace bridge: download records” like in previous versions.The code is improved too: Shows a […]
Help, shown by option -h had a typo and did not display well in the testwindow. Both problems are resolved. This required rebuild of the executables. Code details: – isofile_iso_to_utf.c […]
This is a first step to make global change more user friendly,reliable and predictable. The unused existing message translations indicate that more is probably necessary.This commit does NOT change anything […]
The option was configuration of opac. The addressed file was central/dbadmin/opac_configure.php. The code in this file was not working due to wrong paths AND it did not comply with the […]
The password was set into the session object and also retrieved from it in various scripts. These scripts did not use the password but echoed it sometimes in an URL […]
– inicio_main.php had code to relogin. Effect was modification of the cisis version and subsequent failure of the “standard” wxis_lllamar.php. Removal of this login improved the behavior. – wxis_llamar.php: removed […]
Importing with option isotag1=3000 for non-marc iso files resulted in invisible additional fields in the database. This commit is solves this for non-marc databases. For marc databases the export is […]
The working folder might be protected somehow. Feedback was insufficient. Test for is_executable works for linux but not for windows. Detailed modifications: – exporta_txt_ex.php: improved access test+ show footer on […]
Translation into Portuguese revised and completed according to the entries in table 00 in the lang folder. https://github.com/ABCD-DEVCOM/ABCD2/commit/5a3c93823a6336fc85046202e1ed2177ae6da610
Conversion of ISO to UTF-8 + UTF-8 to ISO are combined into a single script. The script can operate on the current database folder or the current language folder and […]