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