Commit graph

368 commits

Author SHA1 Message Date
Colin Kuskie
da28e3b30e view page template help for WikiPage and template variable fixes for WikiMaster 2006-12-13 22:38:07 +00:00
Colin Kuskie
c6cde71f28 edit page help for WikiPage 2006-12-13 20:58:55 +00:00
Colin Kuskie
a0d3c2d17c implemented a karma RFE for adding template variables to the front page of the Wiki 2006-12-12 18:09:44 +00:00
Colin Kuskie
f8ee7e632e document search template. Basic WikiMaster documentation is done 2006-12-12 17:55:03 +00:00
Colin Kuskie
e618c03a50 fix typo in ExpireUnvalidatedEmailUsers Help and provide an empty help skeleton for the Calendar to make tests happy 2006-12-11 23:31:20 +00:00
Colin Kuskie
44ec1454a2 add missing docs for new workflow activities 2006-12-11 19:30:03 +00:00
Colin Kuskie
e5fc1d6a11 document the wiki master recent changes template 2006-12-11 05:56:48 +00:00
Colin Kuskie
c7b6970afe document the wiki master most popular template 2006-12-11 05:46:29 +00:00
Colin Kuskie
84bee5c8b1 document all WikiMaster asset variables 2006-12-11 05:16:05 +00:00
Colin Kuskie
bebd0e8859 document front page template for the Wiki 2006-12-11 04:44:31 +00:00
Colin Kuskie
c3eaa14741 i18n some InOutBoard template labels 2006-12-11 04:24:58 +00:00
Roy Johnson
876b750831 removing old EventsCalendar files 2006-12-10 23:01:53 +00:00
Colin Kuskie
25e9b52948 documented all common sets of template variables 2006-12-10 23:01:04 +00:00
Colin Kuskie
2d69f47e99 basic documentation for adding/editing WikiMaster Assets 2006-12-10 06:40:04 +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
5bda08209f KF #7, all over the map. Up to page 158 2006-12-07 19:10:49 +00:00
Colin Kuskie
a8e972695e change the order of the Article fields to make logical sense 2006-12-06 23:42:01 +00:00
Colin Kuskie
fd52961bb0 Added missing fields to Add/Edit Profile documentation.
Another (small) Kristi Help doc fix.
2006-12-06 23:28:21 +00:00
Drake
632821e40f Update template var help for new password recovery stuff. 2006-12-06 21:41:29 +00:00
Colin Kuskie
92f016eb32 ISA work on Image, File, Snippet, Template. File and Image need more work. Image needs to inherit template variables from File 2006-12-06 06:05:24 +00:00
Colin Kuskie
f9d5dcd9ee 2nd update from Kristi's edits 2006-12-06 00:40:33 +00:00
Colin Kuskie
b6991a7a8a 1st update from Kristi's edits 2006-12-06 00:01:38 +00:00
Colin Kuskie
eb8627fc19 document that scratch variables are now available in all templates 2006-12-05 18:27:47 +00:00
Colin Kuskie
ac552aeec3 updated DataForm template variables 2006-11-30 19:16:33 +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
0db2156374 Removed /x from ErrorHandler HTML reformatting since it doesn't use embedded whitespace or comments.
Fixed a typo in the Macro_r_printable where an ending bold tag was dropped.
Add some POD to Asset.pm talking about variables that are added when
processTemplate is called.
More ISA work in the Help system.
2006-11-28 19:20:04 +00:00
Roy Johnson
0de492541b RFE: Add file field type to DataForm wobject. Also added ability to have files submitted emailed as attachments when using the mail form mode. 2006-11-28 07:56:30 +00:00
Colin Kuskie
2f1408e852 enable ISA relationships in Wobjects add/edit forms 2006-11-25 22:58:45 +00:00
Colin Kuskie
1c89741add Documented a method in Asset/Post via POD.
Began review of the Post and Collaboration template variables.
2006-11-25 03:22:01 +00:00
Colin Kuskie
9beeb854a4 Went through and validated all the template variables in all template
for the LDAP authentication module.  Common variables were referenced
from the main Auth module Help file.
2006-11-24 22:12:46 +00:00
Colin Kuskie
ee9cae98a8 Documented the heretofore undocumented Deactivate Account Template in the Auth modules.
Broke out code scanning tests into their own tests, and required the CODE_COP environment
variable be set before they were run.
Fixed two bugs in the Workflow test, wrong number of tests and inverse test logic.
More Auth template inheritance work.  Almost time to reflect it over to
the LDAP module.
2006-11-24 21:05:44 +00:00
Colin Kuskie
860a71bc5d The template managers group is deprecated, but not removed.
More template variable work in the Auth* space.
2006-11-24 18:10:19 +00:00
Colin Kuskie
be4fd74276 WebGUI::Auth provides a set of default template variables inherited
by both AuthWebGUI and AuthLDAP.  I've pulled the defaults out of
AuthWebGUI for one template (anonymous registration) into its own
namspace, Auth.  Default variables will be pulled out for all of the templates
eventually.
2006-11-24 04:01:52 +00:00
Colin Kuskie
ce617607a8 Update Style test to check for new return value.
Fix broken labels in CS Help and hover help.
2006-11-08 23:28:55 +00:00
Colin Kuskie
9864b4caf1 add missing template variables and help in CS 2006-11-08 05:11:01 +00:00
Colin Kuskie
91ee102c5f Added more i18n labels to HttpProxy so that error messages can be internationalized.
Added skeletal documentation for the new RSS modules.
Fixed a bug in Search/Index.pm that was giving a warning during syntax checks.
2006-11-08 04:29:10 +00:00
Colin Kuskie
a7f5942e56 added missing docs for new workflow activity 2006-11-06 19:04:52 +00:00
Colin Kuskie
61cdd872ac Inlined the common survey template variables via isa 2006-11-03 00:28:49 +00:00
Colin Kuskie
d584e8ba5e forward port of Survey template doc fixes 2006-11-02 05:28:18 +00:00
Colin Kuskie
5408bc2de2 forward port of Survey section variables, chunk #1 2006-10-30 23:51:01 +00:00
JT Smith
b9010b8c07 merging 7.1.3 changes 2006-10-30 20:20:24 +00:00
Colin Kuskie
0b1e077f69 Changed the Help so that chapters with only 1 page are directly linked, saving a click.
Added pluggable template parser docs.
From the dev list, changed HTMLTemplateExpr to translate all dots in template
variables to underscores, since EXPR's don't do dots, just like TemplateToolkit.
2006-10-29 23:36:18 +00:00
Colin Kuskie
f3ab99bc02 sales tax 2006-10-21 01:13:07 +00:00
JT Smith
4f0d117c9f Added Karma RFE: Thumbnail size can be enterred in CS 2006-10-11 04:05:12 +00:00
Colin Kuskie
cd6caa0a8c fix project management template var and removed english text prepended to id 2006-10-04 16:43:37 +00:00
Colin Kuskie
84e8d8f689 remove old discussion template variables from Article template docs 2006-08-30 16:38:32 +00:00
JT Smith
35db285a67 - rfe: Workflow activity for assigning users to a group
- The prevent proxy cache setting also now sets anti-caching meta tags and
   HTTP headers.
2006-08-16 22:04:59 +00:00
JT Smith
8818309eaa - Added a forum.lastPost.user.hasRead variable to the Message Board template. 2006-07-26 22:26:19 +00:00
Wouter van Oijen
f325d030e9 fixed typo in template variable project.gantt.rowspan and documentation 2006-07-22 10:39:52 +00:00
Martin Kamerbeek
75b03b006e Adding reverse page loop 2006-07-19 15:57:12 +00:00