Posted by Roi Danton on December 19, 2009 at 2:51am
| Download | Size | md5 hash |
|---|---|---|
| linodef-6.x-1.0-rc5.tar.gz | 75.97 KB | 654f56625189064c92e86dcfe0d0d032 |
| linodef-6.x-1.0-rc5.zip | 100.11 KB | 8100d4b12c4e677c3029bb46006eae9c |
Last updated: December 24, 2010 - 23:17
Main new features since rc3:
- usage of CCK field formatter to embed all type of fields and enabling alteration of their appearance depending on their formatters
- new user interface for an intuitive creation of taglists
- added support of WYSIWYG
Changelog since rc4 (bugfixes):
- Fixed additional forms recognized as option in linodef_taglists admin.
- Fixed error message on taglist management page if db contains no taglists.
- Fixed wrong field properties for description in linodef_taglists db scheme.
- #662592 by hefox: Fixed deprecated warning ignoring message level.
When updating from rc4 then deactivate modules and uninstall Linodef taglists at /admin/build/modules/uninstall. Otherwise the db scheme fix of rc5 can't be applied.
Changelog since rc3:
- #637662 by hefox, Roi Danton: Added tracking of processes to prevent duplicated messages and multiple execution of token_replace. Configurable title heeds now the 'title' set by option 'attributes'.
- Fixed loading of the wysiwyg plugin object. Now only those objects with a corresponding taglist are loaded.
- Fixed wysiwyg Javascript.
- Added the instance ID of the editor calling the taglist popup window to the paths.
- #637662 by hefox: Added configurable title text.
- #334520 by Roi Danton: Added module Linodef WYSIWYG which incorporates a plugin that uses the taglists in WYSIWYG editors. Javascript needs work.
- #560042 by Roi Danton: Added option attributes to attach custom HTML attributes to embedded HTML tags.
- #619166 by Roi Danton: Changed preg replace function to avoid escaping of '.
- Disabled documentation until it reflects the current module status. The doc update won't happen before the final 1.0 release.
- Replaced module Linodef buttons bueditor by Linodef BUEditor which uses the new taglist module.
- Added user interface for taglist creation using CTools.
- Added caching of taglists.
- Replaced module Linodef buttons API by Linodef taglists which uses the database to store lists of Linodef tags.
- #468738 by Roi Danton: Added an option selection page to admin menu. Options can be disabled or activated for all tags.
- Merged the tag type options into option called 'type'. The option value is the type.
- Changed option 'linktext' into 'override'.
- Changed option 'viewdisplay' into 'display', added a dynamic value handler and linked it with field selector. So [#viewname:displayname] is possible.
- Changed the internal CCK field handling by assigning fields to option 'content'.
- Added a link feature between the field selector of the Linodef tags and options.
- Added a dynamic value handler to option 'content'. So it can dynamically extend the range of valid values.
- Added option 'content' to display certain object parts. This replaces 'viewtitle' and adds title, content and body selection of objects.
- #379130 by Roi Danton: Added option 'visibility' to display a tag depending on build mode (teaser or full view only).
- Added option 'formatter' to use a certain formatter of a field.
- Added support for CCK formatters to support all fields and enable a flexible field output. No field does use plain values anymore.
- #543694 by Roi Danton: Fixed options without value are not heeded.