changelog - pascalfree/ProjectLK GitHub Wiki
1.2final
- solved "trailing slash" problem in .htaccess
- Fixed: IE8 hidden submit button (on pageload) would not submit with enter.
- Updated to Prototype.js 1.7.1
- Fixed in core/database/create_word.php: would not add word if similar existed, depending on php settings ($force -> $arg_force)
- Fixed in after_send_multi_addto_0_tag in gui/default/localjs/show.js: adding tags to multiple words shows an error.
- Fixed export of person and form
- show import error to user
- Namespaced the core! everything starting with "plk" belongs to the core
- fix: when comparing similar words (after adding), clear tagid, wordclassid and groupid
1.2RC3
- onHashChange uses native event if browser supports it.
1.2RC2
- edited .htaccess to simplify installation.
- better support for IE7
1.2RC1
- improved code style
- added licence text
- updated README etc.
- better support for IE
- some bugfixes