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

Contents of /contributions/modules/freelinking/CHANGELOG.txt

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


Revision 1.3 - (show annotations) (download)
Sun Jan 22 23:35:30 2006 UTC (3 years, 10 months ago) by eafarris
Branch: MAIN
CVS Tags: DRUPAL-5--1-3-BETA1, DRUPAL-5--1-3-BETA2, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-2, DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-4-7--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7, DRUPAL-6--1
Changes since 1.2: +14 -1 lines
File MIME type: text/plain
* 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.
1 # CHANGELOG.txt for freelinking.module
2
3 version 1.28
4 ---
5 * first version tagged for Drupal 4.7. Problems where duplicate db
6 entries were created should be gone now as a hash is computed and used
7 as a primary key. This should also solve the problems with versions of
8 MySQL earlier than 5.0, where longer primary keys were not allowed.
9 Also added an 'args' column to the table to handle the new url()
10 syntax.
11
12 ---
13 skipped lots of versions; bad bad bad! Must keep up the changelog.
14 ---
15
16 version 1.4
17 ---
18 * applied a modified version of a patch by Wes Cowley
19 (http://drupal.org/node/21433) that implements a syntax similar to
20 4.5's title.module. Thanks, Wes! That should fix the feature noted
21 above. This does (slightly) break the freelinking page, since links
22 can be to outside URLs, and can also be to a different target than the
23 source text. I'm working on this.
24
25 * you can optionally turn off CamelCase. This is also part of Wes's
26 patch.
27
28 * implemented filter tips. That should fix http://drupal.org/node/21434
29
30 version 1.3
31 ---
32 * implemented a database table that keeps a record of freelinking
33 phrases. When freelinking_page() is called without an argument
34 (http://drupalsite.com/freelinking/) a list of freelinking phrases are
35 given, along with their status, either "create this content" or a link
36 to the content. This could be used to encourage users to create
37 content that is a target of a link, but doesn't yet exist.
38
39 version 1.2
40 ---
41 initial public release.
42
43 Evolved from ninjafishwiki.module, and dwiki.module before that.
44 removed wiki nodetype. This is more appropriately handled by flexinode,
45 or by reusing a core node type like blog or story.
46
47 ---
48 freelinking.module by ea.Farris <eafarris@gmail.com>
49 $Id: CHANGELOG.txt,v 1.2 2005/05/01 18:10:35 eafarris Exp $
50

  ViewVC Help
Powered by ViewVC 1.1.2