Closed
Bug 810027
Opened 13 years ago
Closed 13 years ago
Write the code for wiki.tree()
Categories
(developer.mozilla.org Graveyard :: KumaScript, defect)
developer.mozilla.org Graveyard
KumaScript
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: openjck, Assigned: davidwalsh)
References
Details
(Whiteboard: p=4)
This is a subtask of bug 810019.
Comment 1•13 years ago
|
||
wiki.tree should be a kumascript module method that uses page.subpages to get a tree of subpages and then build HTML.
wiki.tree should live here:
https://developer.mozilla.org/en-US/docs/Template:Dekiscript:Wiki
The original inspiration from Mindtouch is documented here:
http://developer.mindtouch.com/en/docs/DekiScript/Reference/Wiki_Functions_and_Variables/Wiki.Tree
| Reporter | ||
Updated•13 years ago
|
Whiteboard: p=
Updated•13 years ago
|
Whiteboard: p= → p=4
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → dwalsh
| Assignee | ||
Comment 2•13 years ago
|
||
For the sake of posting progress, this is what I'm looking at now:
https://gist.github.com/0c7e02a97afd7fb84d4e
| Assignee | ||
Comment 3•13 years ago
|
||
The basic functionality is in place -- further updates can be created in separate tickets.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•