Difference between revisions of "RadLex Term Browser Version History"

From MircWiki
Jump to navigation Jump to search
 
m
 
Line 1: Line 1:
 
== Version 1 (November 2006) ==
 
== Version 1 (November 2006) ==
 +
Initial version of Term Browser, released at the RSNA conference.
  
 
+
== Version 2 (March 2007 -- planned) ==
== Version 2 (February 2007 -- planned) ==
 
  
 
Fixed Bugs
 
Fixed Bugs
<ul>
+
* Displays total number of terms in database
<li>Displays total number of terms in database</li>
+
* Fixed nulls from showing in certain fields for the terms
<li>Fixed nulls from showing in certain fields for the terms</li>
+
* Clipboard Show/Hide button properly works
<li>Clipboard Show/Hide button properly works</li>
+
* Term Browser now works properly in Safari
<li>Term Browser now works properly in Safari</li>
 
</ul>
 
  
 
New Features
 
New Features
<ul>
+
* Removed need for non standard characters in the URL
<li>Removed need for non standard characters in the URL</li>
+
* Added support for users with javascript disabled
<li>Added support for users with javascript disabled</li>
+
* RadLex now utilizes URI's for the terms and hides file extensions. [http://www.w3.org/Provider/Style/URI URI info]
<li>RadLex now utilizes URI's for the terms and hides file extensions. [http://www.w3.org/Provider/Style/URI Cool URIs don't change]</li>
+
* Set the servlet to be at the root context
<li>Set the servlet to be at the root context</li>
+
* Ensured that queries are safe from SQL injection
<li>Ensured that queries are safe from SQL injection</li>
+
* Implemented MySQL Full Text Search.  
<li>Implemented MySQL Full Text Search. </li>
+
* Changed flow of application to allow for URI's and no javascript (search engines can now index the terminology)
<li>Changed flow of application to allow for URI's and no javascript</li>
+
* Expanded database fields
<li>Expanded database fields </li>
+
* Allow database columns (except primary keys) to be NULL
<li>Allow database columns (except primary keys) to be NULL</li>
+
* [[RadLex API]] is now current, and developers are invited to use it.
</ul>
+
 
 +
[[Category:RadLex]]

Latest revision as of 21:39, 25 February 2007

1 Version 1 (November 2006)

Initial version of Term Browser, released at the RSNA conference.

2 Version 2 (March 2007 -- planned)

Fixed Bugs

  • Displays total number of terms in database
  • Fixed nulls from showing in certain fields for the terms
  • Clipboard Show/Hide button properly works
  • Term Browser now works properly in Safari

New Features

  • Removed need for non standard characters in the URL
  • Added support for users with javascript disabled
  • RadLex now utilizes URI's for the terms and hides file extensions. URI info
  • Set the servlet to be at the root context
  • Ensured that queries are safe from SQL injection
  • Implemented MySQL Full Text Search.
  • Changed flow of application to allow for URI's and no javascript (search engines can now index the terminology)
  • Expanded database fields
  • Allow database columns (except primary keys) to be NULL
  • RadLex API is now current, and developers are invited to use it.