Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2013-10-23 | 2.1 kB | |
KORA-2.3.0.tar.gz | 2013-10-23 | 4.0 MB | |
Totals: 2 Items | 4.1 MB | 0 |
New/Updated Features: * If within one scheme, can add record to association scheme (formception) * Updated to be compatible with PHP5.4 with (hopefully) no warnings or depreciated PHP funciton calls * Error messages when uploads or thumbnail directories are not write-able * Cleaner process of rejecting an ingestion if system cannot save a file control upload properly * Fixed reset password under administrator options for PHP5.3+ * Added the Kora ORM API and examples!! (see examples folder or kora/api/README for documentation, nothing yet in formal docs) * Created plugin architecture for searching with Kora ORM API * Changed main ingestion form to no longer ugly table view, now uses view much like when you edit a record * New, basic RESTful API added to API folder (see restful.php for info on usage, nothing in formal docs yet) * Updated JQuery version to 10.1 * Added jqgrid to kora as RESTful uses it sometimes (http://www.trirand.com/blog/) Bug Fixes: * fixed bug with changing text editor type * removed 'static' declaration of isXMLPacked as php 5.4 started complaining heavily about using static + abstract incorrectly. it should have been declared like this anyway. * fixed issue where extra '</div>' tag in fileControl.php was causing rendering issues with editObject.php * bugfixes in import functionality (still some oddities here) * fixed a bug in here where it would not be able to create the target thumb directory due to a bad variable name * converted _all_ php files to 'unix-style' eol characters (/n) * fixed description column reappearing on scheme layout and added auto-associate found record * changing select box font size * fixed display bug that was preventing page-by-page navigation from being shown below ingestion form * moved several outdated javascript functions to jquery * fixed broken listing of associated records when viewing individual records * changed formatting/removed <b> tags from fileControl and imageControl replacing them with proper classes and CSS * updated jquery.blockUI.js to work with new jquery 1.10+