OpenClinic Project


OpenClinic 0.8.1 released!

Changes over previous version (0.8), are these:

  • New italian translation thanks to Francesco Assisi
  • Fixed deletion of staff (second surname issue)
  • Fixed installation wizard problems in Chrome browsers

Also, source code repository has been published on GitHub.

OpenClinic 0.8 released after 8 years!

Although more versions have not been published since the end of 2004, OpenClinic development has not been standing all this time. The application has been completely rewritten and has a new graphical look. Changes in MySQL (the default storage is InnoDB now), have led me to publish a new version.

More important changes since 0.7 version (for more details see Changelog):

  • Code compatibility with PHP5 (incompatible with PHP4) and MySQL 5.5
  • The storage engine used in MySQL is MyISAM although the default is InnoDB
  • Removed all CSS themes and only includes one by default (new page structure)
  • Reorganization of directories and files in the project (very extensive and deep..., the code does not look anything like the previous version)
  • CSRF and Session Fixation Protection
  • Unobtrusive JavaScript in all pages
  • Changed the structure of XML database dumps (based on Propel)
  • The second surname is not required to fill in forms

New mail address project

We have changed our mail address to get more space and better service to send mails (we have had many problems in this subject using the current mail address). The new mail address to contact us is <openclinic at gmail dot com>. Please do not sent any mail to the formes address. We have had too many problems until today.

One more advice: to distinguish easily your mail from spam, we would be very please if you add in Subject the word OpenClinic. Thanks for your collaboration.

New language packs released

Dirk De Naegel has translated 0.6 and 0.7 versions to Dutch (nl_BE). Eric Tang has translated to traditional chinese (zh_TW BIG5) 0.7 version. Thank you very much to all of you. All of them are available at SourceForge download page.

We would like to remind you that you can keep on developing the project making new translations. Although there are also others ways. Inside Participate you can check some of them.

OpenClinic 0.7 released!

More important changes since 0.6 (for more details see Changelog):

  • DbConnection class: connection parameters are set in constructor function
  • New file lib/debug_lib.php: new application constant OPEN_DEBUG (true | false)
  • Suppression of javascript protocol in href attributes
  • Fixed problems with inexistent things
  • Changes in connect method of Query class to permit connection parameters
  • DTD XHTML 1.1 in all project pages
  • No GET values to *_del.php files (via POST now)
  • If items per page equal to zero, searchs return all results without pagination
  • New option CREATE DATABASE __dbname__ in MySQL dumps and table summary
  • Redirections to avoid reload problem in insertions, updates or deletions processes
  • Fixed problems with dumps as files (urldecode of data is unnecessary)
  • Custom error handler for log to screen or/and to a file (new constants in read_settings.php file: OPEN_SCREEN_ERRORS, OPEN_LOG_ERRORS, OPEN_LOG_FILE)
  • Record log process improvements: now is saved entire record data
  • New constant in global_constants.php file: OPEN_SEPARATOR for implode(), explode() functions; OPEN_MSG_INFO, OPEN_MSG_WARNING, OPEN_MSG_ERROR for messages
  • CSS2 table less based themes, changes in theme_tbl table and admin/theme_*.php files (new file admin/theme_preload_css.php)

Upgrade from 0.6 version

After upgrade OpenClinic from 0.6 version is recommended check all patients and problems information (doctor you are assigned to, doctor who treated you). This is due to changes in database structure.