Blog

Repair non-working option in conf-abcd.php

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 instractions for configuration of OPAC on the wiki (http://abcdwiki.net/EN_OPAC-ABCD_Tutorial_de_configuraci%C3%B3n). Actions: – opac_configure.php : deleted – conf_abcd.php: Removed reference to opac_configure + Cleanup html, cleanup code […]

Remove password from $_SESSION. Second reduction of usage of password

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 for a next action (which did not use the password too). This is a security leak. Major modification of the scripts in this commit remove […]

Update remove unexpected login and first reduction of usage of password

– 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 workaround – leerregistrosisis.php: contained a function with the password as parameter. This parameter is removed as it was not used. Many of the other scripts […]

Correct import and export for isotag1

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 enhanced but the import needs additional work. In all files several fixed strings are replaced by translatable strings. Detailed modifications: – exporta_txt.php: always preselect mx+improved […]

Improve feedback iso export and import

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 second screen+translations for fixed strings – vmx_import_iso.php: Improved access test + footer display improved https://github.com/ABCD-DEVCOM/ABCD2/commit/68cd141d48ab6ce55a464d63c43103e05ef9e8e7

Improve conversion ISO/UTF-8 for files in the bases folder

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 features preview capabilities. – The existing options the convert htdocs and acces are not implemented. (htdocs is wrong, access can be done if present in […]

Add new upload button to utilities and to import iso

Addition of an “Upload File” utility: upload_wrkfile.php. Features: – Selection of single or multiple files. – Upload fixed to …/wrk to avoid files loaded anywhere in the databases folder – Filename sanitation: lowercase, no spaces, %, ‘, “, & – Explicit indicator to allow overwriting existing files. – Extensive error checks This function is available […]