/[drupal]/contributions/modules/freelinking/freelinking.mysql
ViewVC logotype

Log of /contributions/modules/freelinking/freelinking.mysql

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


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.5.4.1
Wed Oct 22 23:33:15 2008 UTC (13 months ago) by eafarris
Branch: DRUPAL-5
Changes since 1.5: +0 -0 lines
FILE REMOVED
* 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.5.6.1
Sat Jul 5 11:40:12 2008 UTC (16 months, 3 weeks ago) by eafarris
Branch: DRUPAL-6--1
Changes since 1.5: +0 -0 lines
FILE REMOVED
Removing outdated files.
Fix for boneheaded mistake leading to #278750.

Revision 1.5 - (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, DRUPAL-6--1-3, HEAD
Branch point for: DRUPAL-4-7, DRUPAL-5, DRUPAL-6--1
Changes since 1.4: +5 -4 lines
Diff to previous 1.4
* 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.4 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 15:12:30 2005 UTC (3 years, 11 months ago) by eafarris
Branch: MAIN
Changes since 1.3: +0 -2 lines
Diff to previous 1.3
Removing the DROP TABLE. In anticipation of a better upgrade path
coming.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Jun 27 01:04:29 2005 UTC (4 years, 5 months ago) by eafarris
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
freelinking.mysql -- fixed incompatibilities with MySQL 4.0:
  - shortened length of fields so primary key < 500
  - changed DELETE FROM CACHE to DELETE FROM cache
Thanks to Jeff Wells for the testing.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun May 22 16:05:35 2005 UTC (4 years, 6 months ago) by eafarris
Branch: MAIN
Changes since 1.1: +6 -1 lines
Diff to previous 1.1
* Fixed the problem where freelinking_page was wrong since the extended
  syntax was introduced. See
    http://drupal.org/node/20405#comment-28420
  for the relevant discussion, as well as
    http://drupal.org/node/20699#comment-37450
* Added a block that shows targets that need to be created.

IF UPGRADING from 1.9 or earlier, please read UPGRADE.txt.

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