Ticket #99 (new enhancement)
export: simple dependencies
| Reported by: | erwin | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | other | Version: | 1.0 |
| Keywords: | Cc: |
Description
Allow simple dependencies to be specified
Example:
- News is added and published.
- the news item itself is published and exported
- the news overview page is not exported at the moment.
--> it should be possible to specify that the news overview should be exported when a news item is published
same thing is true for blog entries and blog overview pages.
In the simplest implementation, a list of 'dynamic pages' (like the home page, news overview page, etc) are specified that are always exported at every single export.
It would make the single export a bit slower, but it eliminates the need to do a (manual) full export every time a news/blog entry is added.
Change History
Note: See
TracTickets for help on using
tickets.