Commit graph

33 commits

Author SHA1 Message Date
Colin Kuskie
c327630771 Add pagination to the DataForm list view. Fixes bug #10989.
Adds new code to Paginator, to handle paginating with an iterator.
2009-10-14 20:35:54 -07:00
Doug Bell
ed8a0dac5c added direct value access in DataForm list view 2009-09-15 20:16:31 -05:00
Colin Kuskie
9cbe4c7c04 Correct dataform captcha variable name in the help. 2009-01-05 18:53:25 +00:00
Doug Bell
614da0d2ab added CAPTCHA to DataForm 2008-04-27 21:28:18 +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
a1e1d93360 add type to data form record loop 2007-09-13 19:49:19 +00:00
Doug Bell
adddef9e93 fix: DataForm doesn't show a link to view the entries to those users who can view the entries 2007-09-07 20:23:05 +00:00
Colin Kuskie
d057dba239 perltidy'ed the Help files 2007-07-21 05:01:24 +00:00
Colin Kuskie
743b34b44f Clean up Collaboration, Newsletter, DataForm, Calendar, MultiSearch and Dashboard help and i18n 2007-07-20 04:19:12 +00:00
Colin Kuskie
fb6064e88a Pruned the Wobject help, lots of side effects 2007-07-20 04:04:47 +00:00
Colin Kuskie
6f441d69c3 mark Asset->get template variables as private 2007-03-06 02:03:00 +00:00
Colin Kuskie
f53e401fa5 DataForm asset variables and ISA relationships 2007-01-11 17:27:07 +00:00
Colin Kuskie
da0ae041a1 begin fixing wobject template variables 2006-12-29 07:21:06 +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
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
0212cdc044 Fix typos in the Help skeleton.
Add new template variables to the DataForm template variable help.
2006-06-15 23:07:21 +00:00
Colin Kuskie
ee83a320d0 Fix bad method call in Auth.pm
Fix bad help key in DataForm
2006-06-07 19:54:29 +00:00
Colin Kuskie
8b7946e994 template variables broken out 2006-06-04 03:48:41 +00:00
Colin Kuskie
73bb10d38a place Wobject help,i18n into Asset namespace 2006-03-08 04:18:54 +00:00
Colin Kuskie
1b70df1643 fix all remaining broken labels, rewrite POD for reorderCollateral 2005-12-05 22:35:03 +00:00
Colin Kuskie
961e58f529 first set of fixes from i18n test code, help for DataForm and Matrix, labels for DataForm, Matrix and Subscription 2005-11-18 23:04:54 +00:00
Colin Kuskie
5ae43f8b62 fix invalid keys 2005-09-29 01:59:47 +00:00
Colin Kuskie
771ccb8685 missing commas 2005-06-22 22:14:52 +00:00
Colin Kuskie
88d6ce4ac0 retrofit for namespace support for hover help 2005-06-21 04:24:25 +00:00
Colin Kuskie
414d6aa386 add hover help to add/edit field form 2005-06-19 04:51:04 +00:00
Colin Kuskie
d8491377b4 convert to hover help format 2005-06-18 05:08:12 +00:00
Colin Kuskie
b842483dd6 first crack at hover help 2005-06-18 03:58:32 +00:00
Colin Kuskie
8744495b1d move asset files into a namespace 2005-04-05 20:19:19 +00:00
Renamed from lib/WebGUI/Help/DataForm.pm (Browse further)