Log of /contributions/modules/freelinking/CHANGELOG.txt
Parent Directory
|
Revision Log
|
Revision Graph
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 -
(
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.