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