/[drupal]/contributions/modules/weblink/UPDATE
ViewVC logotype

Contents of /contributions/modules/weblink/UPDATE

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


Revision 1.1 - (show annotations) (download)
Sun May 8 15:22:24 2005 UTC (4 years, 6 months ago) by ber
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-6
- Complete rewrite of the module, prepqring it for the new image bundle that will be released very soon:
  Is now compatible with 4.6 . after so,e testing it should be released for 4.6.
- Removed browsing and directory interface. Use directory module instead.
- Removed monitoring. Monitoring will soon be released as a new module.
- Removed Blogmarks. Blogmarks should be released as a new module.
- Removed all extra fields. Additional fields must be handled by new modules trough nodeAPI,for example flexinode module.
- Removed rating. Rating should be handled by a rating module.
- Removed impotr export. this will be moved to a more general import export module.
- Use Drupals validate_url for better validation
- Add class 'outgoing' for themability
- Cleaned up a lot of crufty code.
1 Upgrade
2 ------------
3 As if this version (08 May 2005), a new database scheme is used for the weblinks. You will thus need to upgrade your old database, if you want to use the weblink module on 4.6.
4
5 1) BACKUP: Back up your data! Really. Do not skip this one. No really: don't! Yes, even you should backup. Allright, you stubborn, then don't, but be prepared for dataloss.
6
7 2) create the new database tables called weblinks and weblinks_node, use weblinks.mysql or weblinks.pgsql for that.
8 Note that you have to edit the files first if you use a database prefix.
9
10 3) Copy or move the update-weblink.php to your Drupal root.
11
12 4) If you skipped #1 its nw tme to back up your data.
13
14 5) Visit http://example.com/update-weblink.php
15
16 6) in case of errors, please visit drupal.org/project/weblink. Search if your bug or problem is already there, otherwise add a new issue:

  ViewVC Help
Powered by ViewVC 1.1.2