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 […]
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 […]
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 – […]
Activated workaround to cope with mixed cisis versions. Improved logging to help detect the necessity of this workaround – show cisisver+ show wxis_error – show login (without password to enhance […]
In config.php a login for an emergency used can be specified. This commit solves some bugs in related code. – inicio.php: Show in the toprow some text to indicate that […]
Switching between databases with different charactersets did not work nice. Caused by bad feedback (due to different methods to display it) and the removal of the “header” clause in config.php […]