Downloads
Download tar.gz
75.69 KB
MD5: b78f1838807b4950c2023bcbdc7be36e
SHA-1: c16f92ab9e3d7f62f1e7dca3b10863258377d82c
SHA-256: 2369971c58b9011ea4bddc38f735c91f3b223af7cf76ea724137518d45d2df21
Download zip
99.95 KB
MD5: 1fdf91fa25742f6f4d5acc25a80cf4e7
SHA-1: 7922579a1664587c5b1a0e12039febdc614dcbf8
SHA-256: 8e89cac5787ad28b7a2fa876d42b10aaddb4f231a7a7be3a6ca64c96f5b271bd
Release notes
Main new features:
- 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 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.