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

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

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


Revision 1.2 - (show annotations) (download)
Sun Jan 22 23:35:30 2006 UTC (3 years, 10 months ago) by eafarris
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-5--1-3-BETA1, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-5--1-3-BETA2, DRUPAL-4-7--1-0, DRUPAL-5--1-5, DRUPAL-5--1-4, DRUPAL-6--1-3, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7, DRUPAL-6--1
Changes since 1.1: +11 -27 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 UPDATING THE FREELINKING.MODULE
2 ==================================================
3
4 The Drupal 4.5 and 4.6 versions of freelinking.module did not require a
5 database table to function. Due to the added functionality, freelinking
6 now requires a database table. Add it to your Drupal database in the
7 normal way, ie., a line like this:
8
9 $ mysql -u drupaluser -pdrupalpass drupaldb < freelinking.mysql
10
11 UPDATING FROM THE CVS (HEAD) VERSION OF FREELINKING.MODULE
12 ==================================================
13
14 If you were using the CVS (also called "HEAD") version of
15 freelinking.module between Drupal versions 4.6 and 4.7, there is a
16 freelinking.install file included to handle the change in db schema
17 between the CVS and 4.7 versions of the module.
18

  ViewVC Help
Powered by ViewVC 1.1.2