/[drupal]/contributions/modules/links/TODO.txt
ViewVC logotype

Contents of /contributions/modules/links/TODO.txt

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


Revision 1.5 - (show annotations) (download)
Tue Aug 1 14:56:19 2006 UTC (3 years, 3 months ago) by syscrusher
Branch: MAIN
CVS Tags: DRUPAL-5--1-12-BETA1, DRUPAL-5--1-9, DRUPAL-5--1-8, DRUPAL-5--1-5, DRUPAL-5--1-7, DRUPAL-5--1-6, DRUPAL-5--1-3, DRUPAL-5--1-2, DRUPAL-4-7--1-1, DRUPAL-5--1-4, DRUPAL-6--1-0-BETA14, DRUPAL-6--1-0-BETA13, DRUPAL-6--1-0-BETA12, DRUPAL-6--1-0-BETA11, DRUPAL-6--1-0-BETA10, DRUPAL-5--1-11, DRUPAL-5--1-10, DRUPAL-5--1-13, DRUPAL-5--1-12, DRUPAL-6--1-0-BETA9, DRUPAL-6--1-0-BETA8, DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA7, DRUPAL-6--1-0-BETA6, DRUPAL-6--1-0-BETA5, HEAD
Branch point for: DRUPAL-4-7, DRUPAL-6--1, DRUPAL-5
Changes since 1.4: +7 -1 lines
File MIME type: text/plain
Separated general link administration from link behavior control, and put
the former into links_admin.module while the latter remains in links.module.
Updated documentation in preparation for a branch to DRUPAL-4-7 for all
components except links_admin.module.
1 $Id: TODO.txt,v 1.4 2006/03/24 13:58:08 syscrusher Exp $
2
3 TODO list for links package, with items grouped by module.
4
5 links.inc
6
7 Will be adding API functions to support monitoring and validation of
8 links. This code will be contributed primarily by webchick.
9
10 links_related.module
11
12 Need to fix sorting and deletion of links in the node edit form.
13
14 Implement a zero/one/many tristate option for related links, rather than
15 just the current yes/no.
16
17 links_weblink.module
18
19 Need to have the "related links" fieldset expanded, not collapsed, when
20 editing a "weblink" node, because in that situation the link is
21 required.
22
23 In validation, require the URL to be present.
24
25 links_admin.module
26
27 This is still in ALPHA test and development, and not yet fully functional.
28 It is not tagged for the 4.7 branch and is not part of the standard
29 download package yet.
30
31 Migration from older versions of weblink.module
32
33 Integrate migration scripts into new install/update support framework.
34
35 Test migration script from 4.6 weblink.module. This uses a similar
36 schema to the one used by the links package, but does not share each
37 link between 1 to N nodes and does not (as best I can tell) use the
38 links API to normalize the link URLs. No major problem to handle this
39 in the migration script, but it isn't done yet.

  ViewVC Help
Powered by ViewVC 1.1.2