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

Log of /contributions/modules/freelinking/CHANGELOG.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.6.4 - (view) (download) (annotate) - [select for diffs]
Thu Nov 26 07:20:22 2009 UTC (16 hours, 38 minutes ago) by grayside
Branch: DRUPAL-6--1
Changes since 1.3.6.3: +1 -1 lines
Diff to previous 1.3.6.3 , to branch point 1.3
#456868 by Eirik_R. Updated nb translation to 6x-1.8.
Fixed untranslatable filter tips.

Revision 1.3.6.2.4.3 - (view) (download) (annotate) - [select for diffs]
Wed Nov 25 07:24:53 2009 UTC (40 hours, 34 minutes ago) by grayside
Branch: DRUPAL-6--3
Changes since 1.3.6.2.4.2: +14 -2 lines
Diff to previous 1.3.6.2.4.2 , to branch point 1.3.6.2 , to next main 1.3.6.4
Added plugin sorting by plugin-defined weight.

Revision 1.3.6.3 - (view) (download) (annotate) - [select for diffs]
Tue Nov 24 07:05:38 2009 UTC (2 days, 16 hours ago) by grayside
Branch: DRUPAL-6--1
Changes since 1.3.6.2: +12 -0 lines
Diff to previous 1.3.6.2 , to branch point 1.3
#456868 by Eirik_R. Added Norwegian Translation.

Revision 1.3.6.2.4.2 - (view) (download) (annotate) - [select for diffs]
Wed Oct 28 04:26:34 2009 UTC (4 weeks, 1 day ago) by grayside
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-0-ALPHA3
Changes since 1.3.6.2.4.1: +4 -0 lines
Diff to previous 1.3.6.2.4.1 , to branch point 1.3.6.2
#612434 by Grayside. Implementation of hook_freelinking & support for multiple plugins per module.

Revision 1.3.6.2.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.6.2: +3 -8 lines
Diff to previous 1.3.6.2
Initial commit of the Freelinking 3 series.

Revision 1.3.4.1 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 23:33:12 2008 UTC (13 months ago) by eafarris
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4, DRUPAL-5--1-5
Changes since 1.3: +12 -46 lines
Diff to previous 1.3
* finally removed the outdated freelinking.mysql file.
* tightened up regex for external links
* implemented delete feature per spiderman's patch in #120540. Thanks, spiderman!
* fixed #134384.
* fixed #156527. Thanks, ceejayoz!
* fixed #173087.
* fixed #192263.
* fixed #243013.
* fixed #271113.

Revision 1.3.6.2 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 18:18:19 2008 UTC (13 months ago) by eafarris
Branch: DRUPAL-6--1
CVS Tags: 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.6.1: +3 -0 lines
Diff to previous 1.3.6.1 , to branch point 1.3
Implemented the oft-requested delete function, as a port of spiderman's
patch (#120540) from the 5.x version. Fixes #266932.

Revision 1.3.6.1 - (view) (download) (annotate) - [select for diffs]
Tue Jul 1 22:27:10 2008 UTC (16 months, 3 weeks ago) by eafarris
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-3, DRUPAL-6--1-4
Changes since 1.3: +6 -49 lines
Diff to previous 1.3
* Implemented bneijt's fix for #231386.
* Removed 'https' from the regex. superfluous.
* fix for #145352.
* fix for #123015.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 23:35:30 2006 UTC (3 years, 10 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-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, HEAD
Branch point for: DRUPAL-4-7, DRUPAL-5, DRUPAL-6--1
Changes since 1.2: +14 -1 lines
Diff to previous 1.2
* CHANGELOG.txt -- must keep up the changelog. I've been really bad at
  that.
* UPGRADE.txt -- added instructions for upgrading the 4.6 version as
  well as upgrading from HEAD.
* freelinking.mysql -- new schema, with a hash as primary key, new path,
  args columns
* freelinking.module -- changes to accomodate the new primary key, fixes
  for duplicate db rows getting added.
* freelinking.install -- support for UTF-8 db type, and an untested
  upgrade to the new db schema for HEAD users.

Once some more testing is done, this will probably get tagged for 4.7.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun May 1 18:10:35 2005 UTC (4 years, 6 months ago) by eafarris
Branch: MAIN
Changes since 1.1: +15 -3 lines
Diff to previous 1.1
* 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.1 - (view) (download) (annotate) - [select for diffs]
Thu Apr 28 01:16:16 2005 UTC (4 years, 7 months ago) by eafarris
Branch: MAIN
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.

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