Closed (fixed)
Project:
Skeleton outlines
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2008 at 02:26 UTC
Updated:
21 Jan 2009 at 17:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
agentrickardAwesome idea.
Comment #2
deviantintegral commentedHere is a patch which does the following:
This should add quite a bit of flexibility to templates, allowing one outline to be easily customized. Also, Token is now a module requirement as there is a required database table.
Comment #3
deviantintegral commentedHere is an updated patch which applies cleanly against head. I changes how the description of custom tokens is check_plain'ed, instead storing the unescaped version in the database. It also renames 'All tokens' to 'Node tokens'.
Comment #4
deviantintegral commentedCommitted to HEAD.