OpenClinic 0.6 Released!
Changes since 0.5
- Added new themes to the project: LibXML, SerialZ, Closer, GG Interactive
- Added exec() method to Query class (this implicates changes in all *_Query.php files)
- classes/Install_Query.php file (Install_Query class) has been removed from project (this implicates changes in parse_sql_file.php and install.php files)
- Changed passwords coded method in MySQL fields (it is MD5 now)
- $HTTP_VARS now are $ superglobals arrays
- Now current password is needed to change the password
- Added new options in dumps: DELETE * FROM table, USE dbname
- Added new files to the project: lib/lang_lib.php, lib/nls.php
- Translation method has been changed. Now it is made with GNU gettext and PO (and binary MO) files (classes/Localize.php file has been deleted from project)
- Now OpenClinic installation is also translated (to the browser language if it is available)
- Added showInputButton(), showInputFile(), showRadioButton() functions in lib/input_lib.php file
- Created a directory to store medical problem tests
- It is possible making a remote installation of a SQL file
- OpenClinic CSS changed. New design does not use tables for layout purposes. Layout is made with div and span tags. It looks fine in last generation browsers
- All visible pages have a title page
- Various database fields have changed: subjetive -> subjective (problem_tbl, deleted_problem_tbl), objetive -> objective (problem_tbl, deleted_problem_tbl), wife_childs_status_health -> spouse_childs_status_health (deleted_patient_tbl, history_tbl), sur_name1 -> surname1 (staff_tbl, patient_tbl, deleted_patient_tbl), sur_name2 -> surname2 (staff_tbl, patient_tbl, deleted_patient_tbl)
- In login_form.php direct connections, it redirects to home/index.php now
Regards and merry Christmas.
-- Jose Antonio Chavarra <jachavar@terra.es>