/[drupal]/contributions/modules/linodef/CHANGELOG.txt
ViewVC logotype

Log of /contributions/modules/linodef/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Links to DRUPAL-6--1: (view) (download) (annotate)
Sticky Tag:

Revision 1.1.2.12 - (view) (download) (annotate) - [select for diffs]
Fri Aug 14 04:24:47 2009 UTC (3 months, 1 week ago) by roidanton
Branch: DRUPAL-6--1
Changes since 1.1.2.11: +14 -2 lines
Diff to previous 1.1.2.11 , to branch point 1.1
- Disabled documentation until it reflects the current module status. The doc update won't happen before the final 1.0 release.

Revision 1.1.2.11 - (view) (download) (annotate) - [select for diffs]
Mon Jul 6 12:02:01 2009 UTC (4 months, 2 weeks ago) by roidanton
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC3
Changes since 1.1.2.10: +7 -2 lines
Diff to previous 1.1.2.10 , to branch point 1.1
- Updated documentation.

Revision 1.1.2.10 - (view) (download) (annotate) - [select for diffs]
Sun Jul 5 21:51:46 2009 UTC (4 months, 3 weeks ago) by roidanton
Branch: DRUPAL-6--1
Changes since 1.1.2.9: +4 -2 lines
Diff to previous 1.1.2.9 , to branch point 1.1
#510882 by Roi Danton: Fixed wrong arguments in hook_theme of Buttons API.
- Added classes to each filtered link.

Revision 1.1.2.9 - (view) (download) (annotate) - [select for diffs]
Thu Jul 2 17:59:52 2009 UTC (4 months, 3 weeks ago) by roidanton
Branch: DRUPAL-6--1
Changes since 1.1.2.8: +11 -2 lines
Diff to previous 1.1.2.8 , to branch point 1.1
- Changed autocomplete data caching from variables to cache table.
- Changed Buttons API tag option to path conversion to hex so tag options may contain every valid character, now.
- Changed tag option validation so Filter and Buttons API are using the identical function.
- Fixed inconsistency in indentations and switched from spaces to tabs.
#350085 by Roi Danton: Added the usage of views to create button lists. All view options except the view fields layout are heeded See also http://drupal.org/node/342132.

Revision 1.1.2.8 - (view) (download) (annotate) - [select for diffs]
Thu Apr 30 07:53:10 2009 UTC (6 months, 3 weeks ago) by roidanton
Branch: DRUPAL-6--1
Changes since 1.1.2.7: +4 -2 lines
Diff to previous 1.1.2.7 , to branch point 1.1
- Added default Drupal message classes to Linodef inline messages.  Works only if HTML input filter allows span tags.
#434656 by Roi Danton: Fixed unwanted space following embedded elements. Now this space is included only in case an inline message is shown. Thanks to tonycpsu for reporting.

Revision 1.1.2.7 - (view) (download) (annotate) - [select for diffs]
Thu Apr 23 12:30:13 2009 UTC (7 months ago) by roidanton
Branch: DRUPAL-6--1
Changes since 1.1.2.6: +3 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1
- Updated documentation for hints about using embedding of views especially regarding the influence of the HTML filter to the view display.

Revision 1.1.2.6 - (view) (download) (annotate) - [select for diffs]
Mon Apr 20 11:29:37 2009 UTC (7 months ago) by roidanton
Branch: DRUPAL-6--1
Changes since 1.1.2.5: +4 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
#434656 by Roi Danton: Added the option linktext="text". Though node link tag <#nid>text</#> is still available it is marked as deprecated.
#434656 by Roi Danton: Optimized regex for feature and performance enhancements. Now option values enclosed by "" may contain almost all 8-bit characters.

Revision 1.1.2.5 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 11:18:40 2009 UTC (10 months ago) by roidanton
Branch: DRUPAL-6--1
Changes since 1.1.2.4: +3 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
#357319 by druppi: Added backwards compatibility for RC1 syntax.

Revision 1.1.2.4 - (view) (download) (annotate) - [select for diffs]
Wed Jan 21 17:19:39 2009 UTC (10 months ago) by roidanton
Branch: DRUPAL-6--1
Changes since 1.1.2.3: +9 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
- Added input filter sort order information to the documentation.
#357319 by druppi: Removed needless check_markup of fields since it caused bugs and confusion.
- Added view embedding including arguments, displays and pure title linking. There are still style issues to be solved due to the changes other filters apply to the embedded view.
- Changed dependency for taxonomy module, now optional.
- Updated messages to support the new features.

Revision 1.1.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 17:59:00 2008 UTC (11 months, 3 weeks ago) by roidanton
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC2
Changes since 1.1.2.2: +2 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Updated for upcoming release of RC2

Revision 1.1.2.2 - (view) (download) (annotate) - [select for diffs]
Sun Nov 30 13:00:30 2008 UTC (11 months, 3 weeks ago) by roidanton
Branch: DRUPAL-6--1
Changes since 1.1.2.1: +21 -5 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#329424 by Roi Danton: Added stylesheet for popup/autocomplete windows of Buttons API.
#329424 by Roi Danton: Added explanation inside popup/autocomplete windows.
#329424 by Roi Danton: Added close button to popup/autocomplete windows.
#337302 by Roi Danton: Added titles to the button list. Titles contain tags.
#337299 by Roi Danton, druppi: Changed syntax to provide more flexibility, enables the inclusion of options and comments. Check your tags that are already included!
- Added admin settings page for Linodef and Linodef API to support the following feature additions.
#329874 by Roi Danton: Added automatic inclusion of comments by buttons.
#337302 by Roi Danton: Added different possibilities to sort button lists.
#335438 by Roi Danton: Added customizable access denied message.
#337299 by Roi Danton: Added new filter option to provide an easy connection between multilanguage nodes.
#337299 by Roi Danton: Changed code for the BUEditor Buttons again to exchange $no_link with the new tag options. Upgrade the code of your BUEditor Buttons! (see help or cvs files included into the submodule)
- Implemented message handling methods: levels and locations.
- Revised message function to support drupal_set_message and message handling methods.
- Updated Filter tips.
- Updated documentation to reflect all those new features.
- Updated pot and po files.

Revision 1.1.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 14:02:23 2008 UTC (12 months, 1 week ago) by roidanton
Branch: DRUPAL-6--1
Changes since 1.1: +15 -0 lines
Diff to previous 1.1
#329424 by Roi Danton: Added autocomplete and list popup window.
- Added new submodule: Excluded the API from the default Linodef module due to its new requirements and created Linodef Buttons API.
- Changed syntax for no link changed from [#nlID] to [#IDnl]. Check your tags that are already included!
- Added the ability for taxonomy terms to have a "nl" marker, too: [#tIDnl].
- Renamed folder for submodule BUEditor Buttons to from linodef_bueditor to linodef_buttons_bueditor.
- Renamed submodule Linodef BUEditor Buttons to Linodef Buttons - BUEditor.
- Changed code for the BUEditor Buttons. Upgrade the code for your BUEditor Buttons! (see help or cvs files included into the submodule)

Revision 1.1
Fri Nov 14 14:02:23 2008 UTC (12 months, 1 week ago) by roidanton
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
FILE REMOVED
file CHANGELOG.txt was initially added on branch DRUPAL-6--1.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2