Ticket #184 (closed defect: fixed)
Refactor tiddlers (shadow and filesystem) in svn so they are not one gigantic line
| Reported by: | BobMcElrath | Owned by: | MartinBudden |
|---|---|---|---|
| Priority: | major | Milestone: | 2.2 |
| Component: | core | Version: | |
| Severity: | medium | Keywords: | |
| Cc: |
Description
Large shadow tiddlers such as StyleSheetLayout? (etc.) are just not maintainable as stored. Any change in any shadow tiddler results in the entire shadow tiddler being replaced.
Instead, we should store shadow tiddlers as actual tiddlers. We should use a separate file for them that will be mixed in with 'cook'. Fixing #175 will allow tiddler files in svn to be stored with the proper whitespace (no escaping).
We should then add a new directive to cook: 'shadow' that will add the tiddler to config.shadowTiddlers.
Change History
Note: See
TracTickets for help on using
tickets.
