Commit graph

22 commits

Author SHA1 Message Date
Colin Kuskie
baf9f3c700 Make a synopsis field available to the Event edit form. Fixes bug #11190 2009-11-02 10:53:09 -08:00
Colin Kuskie
142518035d Fix bad Event URL template variables. 2009-04-27 18:39:14 +00:00
Colin Kuskie
b2901f4271 correct punctuation 2007-12-05 04:20:29 +00:00
Colin Kuskie
93ea47a4c0 Perl::Critic has a policy check for putting any code
before you apply strictures (use strict, use warnings, etc.)
Add calls to use strict to each Help module.  This is probably
an overstrict interpretation of the rule.
2007-12-05 04:16:54 +00:00
Graham Knop
5c1a8b62eb add form element template variables for event user defined fields 2007-09-26 14:33:12 +00:00
Colin Kuskie
d057dba239 perltidy'ed the Help files 2007-07-21 05:01:24 +00:00
Colin Kuskie
804721d0b8 More top level Asset Help and i18n pruning.
FilePile, WikiPage, Event, RSSCapable.
2007-07-19 22:44:29 +00:00
Doug Bell
9c6ca80302 fix: Event help file now passes all tests 2007-05-29 18:48:18 +00:00
Doug Bell
b519375126 add: Calendar events from 7.4-prebranch
- Attachments
 - Setting view permissions
2007-05-28 22:27:31 +00:00
James Tolley
2b84211088 Added canEdit template variable for events. 2007-05-25 20:10:47 +00:00
Colin Kuskie
6f441d69c3 mark Asset->get template variables as private 2007-03-06 02:03:00 +00:00
Colin Kuskie
3d5763269a Fixed a bug in the Event view where the link to the Calendar Search
was wrong.  Added a new template variable, urlSearch to the Event view
template.  I added a new method to the Calendar to handle this, getUrlSearch.
2007-02-28 20:20:37 +00:00
Colin Kuskie
ecdcedfe2c finished documenting the Event Asset forms and templates 2007-02-10 16:23:21 +00:00
Colin Kuskie
818ca95c70 Finishing up the Event Add/Edit template and the template variables that
are common to Event and Calendar templates.
2007-02-10 04:33:41 +00:00
Colin Kuskie
45cd53a448 began to document the Event add/edit template 2007-02-10 00:41:37 +00:00
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