| 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 |
|