R-LIMS 1.5.4 has been released.
Most important changes in this release are the new theme, support for widgets and improved page loading time (client-side). This release also fixes a number of bugs and increases support for 3rd party software.
Changelog
- [Javascript] Added support for the Ext JS framework (added in 1.5.2 but forgot to mention)
- [Javascript] Added support for the Ext Core framework
- [Javascript] Added support for jQuery plugins
- Improved favicon HTML
- Added support for CKEditor (a new version of FCKeditor)
- [Theme] Added a print only stylesheet (print.css)
- [Theme] Added a CSS3 stylesheet (css3.css)
- [Theme] Added media tags to the stylesheets
- [Theme] Converted the layout to use a hybrid layout. This means only the sidebars got a fixed width, main content is fluid.
- [Theme] Converted the layout tables to DIV`s
- [Cache] Removed <meta http-equiv=”pragma” content=”no-cache” /> to be HTML 5 valid
- [IE8] Removed <meta http-equiv=”X-UA-Compatible” content=”IE=8″ /> to be HTML 5 valid
- Header cleanup, temporary removed:
<link rel=”alternate” type=”application/rss+xml” title=”RSS” href=”news/rss/” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom” href=”news/atom/” />
<link rel=”shortcut icon” href=”favicon.ico” type=”image/ico” />
<link rel=”shortcut icon” href=”favicon.ico” type=”image/x-icon” />
<link rel=”icon” href=”favicon.ico” type=”image/x-icon” />
<link title=”R-LIMS Search” rel=”search” type=”application/opensearchdescription+xml” href=”search/opensearch/provider.xml” /> - [Widgets] Added widgets support for the right sidebar
- [Menu] Added HTML H3 headers
- [Theme] Removed the background image
- [Theme] Removed the header image
- [Changelog] Removed some styling
- [Database Administration] phpMyAdmin has been updated to 3.2.2-rc1