Commit graph

7 commits

Author SHA1 Message Date
Colin Kuskie
9ccbb18014 fix broken Help docs in Workflow Activity for Trash Expired Events. Stubbed out the Event asset docs so they stop failing tests as well 2006-12-10 06:15:57 +00:00
Colin Kuskie
c867f9eadb Most assets call processTemplate to do their template processing. Inside
of processTemplate, there is a call to $self->get which adds all the asset
properties to the list of template variables.  Sometimes they duplicate
entries in the www_ method (like view).  Sometimes they're not interesting,
like templateId, but they're still valid template variables.
I'm going to start a new template variable entry for each asset that
will just contain those variables.  Any www_ method calling processTemplate
can then include them via ISA into their list of template variables.
2006-11-29 23:10:16 +00:00
Colin Kuskie
8b7946e994 template variables broken out 2006-06-04 03:48:41 +00:00
Colin Kuskie
88d6ce4ac0 retrofit for namespace support for hover help 2005-06-21 04:24:25 +00:00
Colin Kuskie
37d8b65e46 convert to hover help format 2005-06-18 05:46:55 +00:00
Colin Kuskie
b842483dd6 first crack at hover help 2005-06-18 03:58:32 +00:00
Colin Kuskie
a12e5c9cb3 Move Event help and labels into its own file 2005-04-20 03:26:41 +00:00