-
Notifications
You must be signed in to change notification settings - Fork 61
/
changelog.html
561 lines (314 loc) · 24 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- $Id: changelog.html,v 1.22 2013/01/20 12:17:58 jact Exp $ -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>OpenClinic Changelog</title>
<meta http-equiv="imagetoolbar" content="no" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<meta name="author" content="Jose Antonio Chavarría" />
<meta name="copyright" content="2002-2013 Jose Antonio Chavarría" />
<meta name="keywords" content="OpenClinic, open source, gpl, healthcare, php, mysql, coresis" />
<meta name="description" content="OpenClinic is an easy to use, open source, medical records system written in PHP" />
<link rel="stylesheet" type="text/css" href="./css/openclinic.css" media="screen" title="OpenClinic" />
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="./css/ie6_fix.css" title="IE 6 Fix" />
<![endif]-->
<link rel="stylesheet" type="text/css" href="./css/print.css" media="print" />
<link rel="shortcut icon" type="image/png" href="./img/miniopc.png" />
<link rel="bookmark icon" type="image/png" href="./img/miniopc.png" />
</head>
<body id="top">
<div id="wrap">
<div id="header">
<p id="logo">
<a accesskey="1" href="../index.php">
<img src="./img/openclinic-1.png" alt="OpenClinic" title="OpenClinic" height="58" width="291" />
</a>
</p>
<div id="shortcuts">
<ul>
<li><a href="./index.php">Start OpenClinic</a></li>
</ul>
</div><!-- #shortcuts -->
<div id="tabs">
<ul>
<li><a href="./index.html" class="first">Readme</a></li>
<li><a href="./install.html">Install Instructions</a></li>
<li><a href="./changelog.html" class="selected">Changelog</a></li>
<li><a href="./coding_guidelines.html">Coding Guidelines</a></li>
<li><a href="./demo_version.html">Demo Version Features</a></li>
</ul>
</div><!-- #tabs -->
</div><!-- #header -->
<hr />
<div id="main">
<div id="content">
<h1>OpenClinic Changelog</h1>
<p>
This is a non-exhaustive (but still near complete) changelog for OpenClinic including beta and release candidate versions.
</p>
<h2 id="legend"><a href="#top" title="To top of the page">Legend</a></h2>
<ul>
<li class="add">Add</li>
<li class="fix">Fix</li>
<li class="change">Change</li>
<!--li>Other</li-->
</ul>
<h2 id="c-08"><a href="#top" title="To top of the page">Changes since 0.8</a> (2013-01-07)</h2>
<ol>
<li class="change"><a href="https://github.com/jact/openclinic">Source code repository at GitHub</a></li>
<li class="add">New italian translation thanks to Francesco Assisi</li>
<li class="fix">Fixed deletion of staff (second surname issue)</li>
<li class="fix">Fixed installation wizard problems in Chrome browsers</li>
</ol>
<h2 id="c-07"><a href="#top" title="To top of the page">Changes since 0.7</a> (2004-12-26)</h2>
<ol>
<li class="change">Code compatibility with PHP5 (incompatible with PHP4) and MySQL 5.5</li>
<li class="change">The storage engine used in MySQL is MyISAM although the default is InnoDB</li>
<li class="change">Removed all CSS themes and only includes one by default (new page structure)</li>
<li class="add">Traditional Chinese is activated and added the translation in this language</li>
<li class="add">Updated the dutch translation</li>
<li class="change">Reorganization of directories and files in the project (very extensive and deep..., the code does not look anything like the previous version)</li>
<li class="change">Changed the style of static HTML pages</li>
<li class="add">Added a print CSS for static HTML pages</li>
<li class="fix">Reset buttons are removed from the forms</li>
<li class="add">Added a list of links to the fields with errors on forms with errors</li>
<li class="fix">Fixed the error when deleting a patient or a medical problem in version 0.7</li>
<li class="add">CSRF and Session Fixation Protection</li>
<li class="add">Unobtrusive JavaScript in all pages</li>
<li class="change">Changed the structure of XML database dumps (based on Propel)</li>
<li class="add">Created a script to update the database automatically</li>
<li class="add">Created a class to use flash messages and avoid passing parameters in URLs</li>
<li class="fix">Improvements in the breadcrumbs on pages</li>
<li class="change">The second surname is not required to fill in forms</li>
<li class="change">Contextual help links are eliminated (because help is not made)</li>
</ol>
<h2 id="c-06"><a href="#top" title="To top of the page">Changes since 0.6</a> (2003-12-21)</h2>
<ol>
<li class="add">Session has an own name</li>
<li class="fix">Action delete had been actived if login of the current user was changed</li>
<li class="fix">Link 'Report Bugs' had an incorrect CSS class</li>
<li class="change">Improvements in accessibility to open new windows</li>
<li class="fix">Existing login message in user_new.php fixed</li>
<li class="change">DbConnection class: connection parameters are set in constructor function</li>
<li class="change">Improvements in file shared/navigation_links.php</li>
<li class="add">New file lib/debug_lib.php: new application constant OPEN_DEBUG (true | false)</li>
<li class="add">Added searchUser() method to Access_Query class</li>
<li class="add">Added Id CVS variable in header of all SQL files</li>
<li class="change">Suppression of javascript protocol in href attributes</li>
<li class="add">New file lib/misc_lib.php: new global constant OPEN_FIELD_PREVIEW_LIMIT</li>
<li class="add">Addition of bread crumb in all pages than need it</li>
<li class="fix">Fixed problems with inexistent things</li>
<li class="change">Changes in connect method of Query class to permit connection parameters</li>
<li class="change">In $returnPage variable saves GET and POST parameters also</li>
<li class="change">DTD XHTML 1.1 in all project pages</li>
<li class="add">Added affectedRows() method to Query class</li>
<li class="change">Changes in input_lib.php file (new parameter $disabled in showCheckBox and showRadioButton functions, $events paremeter becomes $addendum, new parameter $error in showSelectArray function)</li>
<li class="change">No GET values to *_del.php files (via POST now)</li>
<li class="change">existLogin() method has changed idUser parameter for idMember</li>
<li class="fix">Fixed logout link in timeout session</li>
<li class="change">If items per page equal to zero, searchs return all results without pagination</li>
<li class="change">Function getFiles() has a new parameter to indicate allowed extensions of files</li>
<li class="change">Better i18n of dates</li>
<li class="fix">Fixed problem with NULL closing_date in medical problems</li>
<li class="fix">Fixed XSS attacks with JavaScript event handlers in input fields and GET and POST vars</li>
<li class="add">Added localDate() function to lang_lib.php file</li>
<li class="change">All methods named fetch*() have been renamed to fetch()</li>
<li class="add">New option CREATE DATABASE __dbname__ in MySQL dumps and table summary</li>
<li class="add">Three new files in directory shared to clear code: i18n.php, session_info.php, xhtml_start.php</li>
<li class="change">Profiles option in admin tab has been removed (and profile_tbl from database too)</li>
<li class="fix">Fixed MSIE bugs relationship with table less design</li>
<li class="fix">All application constants have OPEN_ or DLIB_ prefix to avoid interferences with PHP constants</li>
<li class="add">New function showFetchError() in lib/error_lib.php file (changes in DbConnection and Query classes)</li>
<li class="change">errorOccurred() method changes name to isError() in Query class</li>
<li class="fix">user_edit.php redirects correctly now to user_edit_form.php in case of error</li>
<li class="fix">Redirections to avoid reload problem in insertions, updates or deletions processes</li>
<li class="fix">Problems with dumps as files (urldecode of data is unnecessary)</li>
<li class="add">New method isActivated() in User_Query class to know if a login is activated or not</li>
<li class="fix">If an user is deactivated, is redirected to login suspended page at first time</li>
<li class="add">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)</li>
<li class="add">New methods in Query class: getPrimaryKey(), getRowData()</li>
<li class="change">Record log process improvements: now is saved entire record data</li>
<li class="add">New constant in global_constants.php file: OPEN_SEPARATOR for implode(), explode() functions; OPEN_MSG_INFO, OPEN_MSG_WARNING, OPEN_MSG_ERROR for messages</li>
<li class="add">New functions html*() in input_lib.php file</li>
<li class="add">Added html_lib.php file in lib directory: htmlTable(), showTable(), htmlMessage(), showMessage() functions</li>
<li class="change">CSS2 table less based themes, changes in theme_tbl table and admin/theme_*.php files (new file admin/theme_preload_css.php)</li>
<li class="fix">Changes in current user are made immediately</li>
<li class="add">New constant OPEN_BUFFER in read_settings.php file to use ob_*() functions (but by default, value is false) (experimental support)</li>
<li class="change">Field collegiate_number has been replaced with id_member in patient_tbl and problem_tbl tables. Field id_member has been added in deleted_patient_tbl, deleted_problem_tbl tables too. After upgrade OpenClinic from 0.6 version is recommended check all patients and problems information (doctor you are assigned to, doctor who treated you)</li>
</ol>
<h2 id="c-05"><a href="#top" title="To top of the page">Changes since 0.5</a> (2003-06-30)</h2>
<ol>
<li class="add">Added new themes to the project: LibXML, SerialZ, Closer, GG Interactive</li>
<li class="change">Changes in DbConnection class (documentation)</li>
<li class="add">Added exec() method to Query class (this implicates changes in all *_Query.php files)</li>
<li class="change">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)</li>
<li class="change">Changed passwords coded method in MySQL fields (it is <acronym>MD5</acronym> now)</li>
<li class="fix">Error in medical/test_edit.php file (path_filename)</li>
<li class="change">Internal changes in classes (coding_guidelines.html)</li>
<li class="change">$HTTP_*_VARS now are $_* superglobals arrays</li>
<li class="change">Now current password is needed to change the password</li>
<li class="add">It is possible define a color as #rgb format in New/Edit Theme pages</li>
<li class="add">Added new options in dumps: DELETE * FROM __table__, USE __dbname__</li>
<li class="add">Added new files to the project: lib/lang_lib.php, lib/nls.php</li>
<li class="change">Files named noauth.php are no_authorization.php now</li>
<li class="add">Added Id CVS variable in header of all PHP, HTML and JavaScript files</li>
<li class="add">Added new files to the project: admin/staff_validate_post.php, admin/theme_validate_post.php, admin/user_validate_post.php, medical/patient_validate_post.php, medical/problem_validate_post.php, medical/test_validate_post.php</li>
<li class="fix">Fixed mess between opened and closed medical problems (medical/problem_view.php file)</li>
<li class="change">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)</li>
<li class="change">All 'print' language constructions have been changed for 'echo' language constructions</li>
<li class="change">Now OpenClinic installation is also translated (to the browser language if it is available)</li>
<li class="change">Better internal documentation in class files</li>
<li class="fix">Fixed SELECT sentences with text fields (urlencode)</li>
<li class="add">Added showInputButton(), showInputFile(), showRadioButton() functions in lib/input_lib.php file</li>
<li class="change">Changes in lib/input_lib.php functions</li>
<li class="change">shared/suspended.php file is shared/login_suspended.php now</li>
<li class="change">Constants OPEN_NUM, OPEN_ASSOC, OPEN_BOTH have been deleted from file shared/global_constants.php (this implicates changes in various classes/*_Query.php files)</li>
<li class="change">Now shared/global_constants.php is required in shared/read_settings.php file</li>
<li class="change">All form passwords are encoded with <acronym>MD5</acronym> method</li>
<li class="add">Added lib/file_lib.php file to the project</li>
<li class="add">Created a directory to store medical problem tests</li>
<li class="change">It is possible making a remote installation of a SQL file</li>
<li class="add">Added new field in problem_tbl and deleted_problem_tbl tables (last_update_date)</li>
<li class="change">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</li>
<li class="add">Added new constant ALLOWED_HTML_TAGS in global_constants.php file (more secure classes)</li>
<li class="change">Now session_cache_limiter() function is in read_settings.php file</li>
<li class="add">All visible pages have a title page</li>
<li class="fix">'Delete Connection with Medical Problem' shows medical problem header information now</li>
<li class="fix">Function showResultPages displays all pages when it is necessary now</li>
<li class="add">New link 'OpenClinic Readme' in footer pages</li>
<li class="change">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)</li>
<li class="add">Inclusion of OpenClinic version in database dumps downloads</li>
<li class="fix">In login_form.php direct connections, it redirects to home/index.php now</li>
<li class="change">Changes in input_lib.php functions parameters</li>
</ol>
<h2 id="c-04"><a href="#top" title="To top of the page">Changes since 0.4</a> (2003-05-17)</h2>
<ol>
<li class="add">Added install/wizard.php file to the project</li>
<li class="add">Added css/wizard.css file to the project</li>
<li class="add">Added DLIB_MYSQL_VERSION constant to the admin/dump_defines.php file</li>
<li class="add">Added new themes to the project: Thai Appserv, OpenClinic Wizard, Izhal, Invision</li>
<li class="change">Tables array is now in install/parse_sql_file.php file</li>
<li class="change">The file openclinic/index.php has been modified (checks if database connection is good)</li>
<li class="fix">Error in new user process (classes/User.php file, $value => $pwd)</li>
<li class="change">The files medical/test_new.php and medical/test_new_form.php have been modified</li>
<li class="fix">Error in new/edit medical test process (in Opera and Mozilla browsers)</li>
<li class="fix">Error in patient deletion process (medical problems)</li>
<li class="change">The file medical/problem_search.php has been modified (more secure)</li>
<li class="fix">Error in restore backup process when there is a semicolon in data (parse_sql_file.php)</li>
<li class="change">The file scripts/.htaccess has been removed</li>
<li class="fix">Doctor can not edit or delete medical tests of a medical problem</li>
<li class="change">OpenClinic Logos changed thanks to <a href="http://www.coresis.com">Coresis</a> (project <a href="http://www.coresis.com/opengraphics/">OpenGraphics</a>)</li>
<li class="add">Added scripts/wizard.js file to the project</li>
<li class="add">Added nl2br() function to medical/*_view.php files</li>
</ol>
<h2 id="c-03"><a href="#top" title="To top of the page">Changes since 0.3</a> (2003-03-02)</h2>
<ol>
<li class="add">Added bulgarian language (pazoff)</li>
<li class="add">Added showNavLinks() function (shared/navigation_links.php file)</li>
<li class="change">Improvements in search engine (medical/patient_fields.php, medical/patient_search.php, classes/Patient_Query.php)</li>
<li class="add">Added setItemsPerPage(), getCurrentRow(), getRowCount(), getPageCount(), search() methods to Problem_Query class</li>
<li class="add">Added medical/problem_search.php, medical/problem_search_fields.php files to the project</li>
<li class="add">Added freeResult() method to DbConnection and Query classes</li>
<li class="fix">Fixed medical/print_medical_record.php errors ($staff)</li>
<li class="fix">Fixed medical/problem_view.php errors ($staff, new != reset)</li>
<li class="fix">Fixed medical/patient_view.php errors ($staff)</li>
<li class="add">Added numRows() method to Query class</li>
<li class="fix">Fixed medical/problem_new.php and medical/problem_edit.php errors (key=)</li>
<li class="fix">Fixed medical/connection_new.php errors (key=)</li>
<li class="add">Added medical/visited_list.php file to the project</li>
<li class="add">Added new themes to the project: XP Style (jact), Autumn Violets (pazoff)</li>
<li class="add">New patient list (3 last visited patients) in normal version</li>
<li class="change">More visual improvements (CSS and images)</li>
<li class="fix">Fixed more XHTML 1.0 errors (nested lists)</li>
<li class="fix">Fixed stranger characters introduction in login_form.php (urlencode in login.php)</li>
<li class="add">Added lib/validator_lib.php file to the project</li>
<li class="add">Added fetchAll() method to DbConnection class</li>
<li class="add">Added fetchRow() and fetchAll() methods to Query class (changes in all *_Query.php files)</li>
<li class="add">New feature in Admin tab: Log Statistics</li>
<li class="add">Added fetchAccess() and select() methods to Access_Query class</li>
<li class="add">Added fetchRecord() and select() methods to Record_Query class</li>
<li class="add">Added admin/log_stats.php, admin/log_access_list.php and admin/log_record_list.php files to the project</li>
<li class="add">Added htmlspecialchars(), intval() functions to classes files</li>
<li class="change">Use of showInputHidden() function in the web forms</li>
<li class="add">Added showCheckBox() function (lib/input_lib.php file)</li>
<li class="change">Checking of magic_quotes_gpc in setter methods</li>
<li class="add">Added emulation of transactions in critical operations (ignore_user_abort function)</li>
<li class="add">Added coding_guidelines.html file to the project</li>
</ol>
<h2 id="c-02"><a href="#top" title="To top of the page">Changes since 0.2</a> (2003-02-08)</h2>
<ol>
<li class="change">Visual improvements (CSS)</li>
<li class="fix">Fixed medical/relative_list.php errors (medical/patient_del.php)</li>
<li class="fix">Fixed admin/setting_edit.php errors</li>
<li class="fix">Fixed medical/connection_list.php errors (medical/problem_del.php)</li>
<li class="add">Added access_log_tbl table to database. It is necessary to store application user's accesses</li>
<li class="add">Added Access_Query class</li>
<li class="change">Changed link to admin/user_new_form.php in admin/staff_list.php</li>
<li class="change">Improved internationalization of the application (encoding, charset, dir). Changes in locale/*/header.php files</li>
<li class="add">Added record_log_tbl table to database. It is necessary to log record operations</li>
<li class="add">Added Record_Query class</li>
<li class="add">Added shared/record_log.php file</li>
<li class="add">Added getLastId() method to the Problem_Query class</li>
<li class="add">Added getLastId() method to the Test_Query class</li>
</ol>
<h2 id="c-01"><a href="#top" title="To top of the page">Changes since 0.1</a> (2003-01-25)</h2>
<ol>
<li class="fix">Fixed medical/problem_edit_form.php errors</li>
<li class="change">Improved date format</li>
<li class="fix">Fixed some XHTML 1.0 errors</li>
<li class="change">Better clinic image selection (<select> tag)</li>
<li class="change">Demo version doesn't have user's control</li>
<li class="change">Modified connect() method in DbConnection class</li>
<li class="add">Added affectedRows() method to DbConnection class</li>
<li class="add">Added rowSeek() method to DbConnection class</li>
<li class="add">Added lastInsertId() method to DbConnection class</li>
<li class="add">Added medical/history_personal_view.php and medical/history_family_view.php files</li>
<li class="add">Added $onlyDoctor and $hasMedicalAdminAuth variables</li>
<li class="add">Added admin/dump_optimize_db.php file</li>
<li class="add">Added htmlspecialchars() function to the lib/input_lib.php functions</li>
<li class="add">Added showInputHidden() function to the lib/input_lib.php file</li>
<li class="change">Improved SQL dumps of database</li>
<li class="fix">Fixed History_Query errors</li>
<li class="add">Added historic tables: deleted_patient_tbl, deleted_problem_tbl</li>
<li class="fix">Fixed date format errors</li>
</ol>
</div><!-- #content -->
</div><!-- #main -->
<hr />
<div id="navigation">
<h2>Table of contents</h2>
<ul>
<li><a href="#legend">Legend</a></li>
<li><a href="#c-08">Changes since 0.8</a></li>
<li><a href="#c-07">Changes since 0.7</a></li>
<li><a href="#c-06">Changes since 0.6</a></li>
<li><a href="#c-05">Changes since 0.5</a></li>
<li><a href="#c-04">Changes since 0.4</a></li>
<li><a href="#c-03">Changes since 0.3</a></li>
<li><a href="#c-02">Changes since 0.2</a></li>
<li><a href="#c-01">Changes since 0.1</a></li>
</ul>
<p id="hosting">
<a href="http://sourceforge.net" title="Project hosted in SourceForge.net">Project hosted in SF.net</a>
</p>
</div><!-- #navigation -->
<hr />
<div id="footer">
<div id="app_info">
<p><a href="http://openclinic.sourceforge.net/">Powered by OpenClinic</a></p>
<p>
Copyright © 2002-2013 <a href="mailto:CUT-THIS.openclinic@gmail.com?subject=OpenClinic" accesskey="9">Jose Antonio Chavarría</a>
</p>
<p>
Under the <a href="./LICENSE" rel="license">GNU General Public License</a>
</p>
<p>
<a href="http://validator.w3.org/check/referer" id="xhtml11" title="Valid XHTML 1.1">Valid XHTML 1.1</a>
</p>
</div><!-- #app_info -->
</div><!-- #footer -->
</div><!-- #wrap -->
</body>
</html>