/[drupal]/contributions/modules/freelinking/README.txt
ViewVC logotype

Log of /contributions/modules/freelinking/README.txt

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


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.3.8.1.4.6 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 07:53:59 2009 UTC (6 days, 5 hours ago) by grayside
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-0-ALPHA3
Changes since 1.3.8.1.4.5: +13 -8 lines
Diff to previous 1.3.8.1.4.5 , to branch point 1.3.8.1
Updated documentation to reflect changes since Alpha 2.
Tweaked <span> mode implementation to surround theme function call, instead of be overridable by theme.

Revision 1.3.8.1.4.5 - (view) (download) (annotate) - [select for diffs]
Mon Nov 2 05:05:47 2009 UTC (3 weeks, 4 days ago) by grayside
Branch: DRUPAL-6--3
Changes since 1.3.8.1.4.4: +2 -2 lines
Diff to previous 1.3.8.1.4.4 , to branch point 1.3.8.1
#557740 by Grayside. Added support for HTML link text.
Enhanced Markdown syntax integration: Inline Markdown as alternative format.
Added hook_freelink_alter()
Added default link attributes.

Revision 1.3.8.1.4.4 - (view) (download) (annotate) - [select for diffs]
Thu Oct 29 22:02:03 2009 UTC (4 weeks ago) by grayside
Branch: DRUPAL-6--3
Changes since 1.3.8.1.4.3: +4 -4 lines
Diff to previous 1.3.8.1.4.3 , to branch point 1.3.8.1
#564294 by Grayside. Also snuck in Markdown support.

Revision 1.3.8.1.4.3 - (view) (download) (annotate) - [select for diffs]
Thu Oct 29 00:14:06 2009 UTC (4 weeks, 1 day ago) by grayside
Branch: DRUPAL-6--3
Changes since 1.3.8.1.4.2: +3 -3 lines
Diff to previous 1.3.8.1.4.2 , to branch point 1.3.8.1
Added hook_freelinking documentation

Revision 1.3.8.1.4.2 - (view) (download) (annotate) - [select for diffs]
Wed Oct 28 04:26:34 2009 UTC (4 weeks, 2 days ago) by grayside
Branch: DRUPAL-6--3
Changes since 1.3.8.1.4.1: +8 -5 lines
Diff to previous 1.3.8.1.4.1 , to branch point 1.3.8.1
#612434 by Grayside. Implementation of hook_freelinking & support for multiple plugins per module.

Revision 1.3.8.1.4.1 - (view) (download) (annotate) - [select for diffs]
Thu Mar 19 14:18:15 2009 UTC (8 months, 1 week ago) by eafarris
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-0-ALPHA1, DRUPAL-6--3-0-ALPHA2
Changes since 1.3.8.1: +28 -82 lines
Diff to previous 1.3.8.1
Initial commit of the Freelinking 3 series.

Revision 1.3.8.1 - (view) (download) (annotate) - [select for diffs]
Tue Mar 18 13:28:11 2008 UTC (20 months, 1 week ago) by eafarris
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2, DRUPAL-6--1-3, DRUPAL-6--1-4, DRUPAL-6--1-5, DRUPAL-6--1-6, DRUPAL-6--1-7, DRUPAL-6--1-8
Branch point for: DRUPAL-6--2, DRUPAL-6--3
Changes since 1.3: +4 -4 lines
Diff to previous 1.3
New link for Chris Whipple, who wrote the module on which portions of
freelinking are based. Fixes #208753.

Revision 1.3.2.1 - (view) (download) (annotate) - [select for diffs]
Tue May 10 22:47:36 2005 UTC (4 years, 6 months ago) by eafarris
Branch: DRUPAL-4-5
Changes since 1.3: +4 -34 lines
Diff to previous 1.3
The 4.6 version of this module has been tested and works properly under
Drupal 4.5.x.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun May 1 18:10:35 2005 UTC (4 years, 6 months ago) by eafarris
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, DRUPAL-5--1-0, DRUPAL-5--1-1, DRUPAL-5--1-2, DRUPAL-5--1-3-BETA1, DRUPAL-5--1-3-BETA2, DRUPAL-5--1-4, DRUPAL-5--1-5, DRUPAL-6--1-0, DRUPAL-6--1-1, HEAD
Branch point for: DRUPAL-4-5, DRUPAL-4-7, DRUPAL-5, DRUPAL-6--1
Changes since 1.2: +17 -1 lines
Diff to previous 1.2
* implements a modified version of a patch by Wes Cowley. Supports an
  extended syntax similar to title.module, where a bar can separate the
  source link text and the actual target. Thanks, Wes! Fixes
  http://drupal.org/node/21433 .
* this patch breaks slightly the freelinks page, as the targets can now
  be different.
* targets can now be absolute URLs in the form of
  http://www.example.com. Part of Wes's patch.
* CamelCase style links can be disabled throught settings->freelinking.
  Part of Wes's patch.
* implemented formatting guidelines, with examples. Closes
  http://drupal.org/node/21434 .
* updated CHANGELOG.txt and README.txt to reflect the new syntax
  options.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Apr 28 01:16:16 2005 UTC (4 years, 7 months ago) by eafarris
Branch: MAIN
Changes since 1.1: +18 -4 lines
Diff to previous 1.1
From the changelog:

* implemented a database table that keeps a record of freelinking
  phrases. When freelinking_page() is called without an argument
  (http://drupalsite.com/freelinking) a list of freelinking phrases are
  given, along with their status, either "create this content" or a link
  to the content. This could be used to encourage users to create
  content that is a target of a link, but doesn't yet exist.

This should close http://drupal.org/node/20405 .

Also, a rewrite of core code, hiding code in private functions for
future expansion. Added CHANGELOG.txt and the database schema (just a
single field table, at the moment), freelinking.mysql. Modified
INSTALL.txt to reflect the loading of the db schema, and updated
README.txt to reflect the new freelinks page and some other minor
changes.

Revision 1.1.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 8 12:45:40 2005 UTC (4 years, 7 months ago) by eafarris
Branch: DRUPAL-4-6
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.3
Tagging the freelinking module for Drupal 4.6

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Mar 28 19:37:55 2005 UTC (4 years, 8 months ago) by eafarris
Branch: MAIN
Branch point for: DRUPAL-4-6
removed dwiki module in favor of freelinking module

Initial commit of freelinking.module. This module came out of my earlier
dwiki.module and code from crw (ninjafishwiki/ in my sandbox). This
module provides an input filter for linking to existing nodes or
creating new nodes in the wiki style using CamelCase or
double-square-bracket delimiters.

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