Commit graph

230 commits

Author SHA1 Message Date
Colin Kuskie
ff30abdd13 fix typo in WebGUI i18n file 2007-03-06 00:35:20 +00:00
Colin Kuskie
ecf0450558 update the clipboard docs to talk about the clipboard and uncommitted assets 2007-03-05 17:56:26 +00:00
Doug Bell
efb0109465 fix: Creating users with same e-mail address doesn't work 2007-02-16 16:53:50 +00:00
Colin Kuskie
1b02f3f8a7 more group docs 2007-02-14 05:45:10 +00:00
Colin Kuskie
0eba64bc52 Session->Privilege is not design well to work in embedded applications
like the RTE because by default it uses the default user style from settings.
This renders a full page, when we really need a message.

I've added an argument to session->privilege->insufficient to use the
empty style and to use a different message with no embedded macros
to process for logging in.  I tested this on the RTE folder adder and
it works fine.  I duplicated this work in the Image add/edit save routine
as well.

Since privilege->insuffient didn't take arguments before, this preserves
the existing API, which is broken.
2007-01-26 05:45:56 +00:00
Colin Kuskie
d9c25231ee fix some typos in the pagination loop variables 2007-01-10 21:35:00 +00:00
Colin Kuskie
e6d6aee9f0 XHTML fixes for Help 2007-01-10 05:24:23 +00:00
Colin Kuskie
675f07e1b4 Fix bugs in the Pagination template variables and remove duplicate i18n entries.
ISA relationship for WSClient view template variables w.r.t pagination template variables.
2007-01-02 05:04:34 +00:00
Colin Kuskie
3b1eca6c7f KF, up to page 334 2006-12-27 03:30:56 +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
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
8f2e5ddeca forward port of Turn On Admin docs 2006-11-24 01:52:43 +00:00
Colin Kuskie
a0d2326f9c Found and fixed a bug in ErrorHandler, canShowPerformanceIndicators.
It didn't work with CIDR format IP addresses.  I cannabilized the
code from canShowDebug and refactored it into its own method,
canShowBasedOnIP.  Both canShowDebug and canShowPerformanceIndicators call this.
Updated the docs for the debugIp setting to note that it's used for both
showDebug and showPerformanceIndicators.
Added about 20 more tests to ErrorHandler.t.  Only the two hard methods are
left, fatal (which closes the session at the end) and showDebug, which is
validating a ton of output.
2006-11-21 03:50:15 +00:00
Colin Kuskie
8dc77dd5c2 update docs to talk about encrypt login and side effects 2006-11-13 22:31:39 +00:00
Drake
a1120bc987 Add workflow activity, workflow, and hooks for deletion of exported files
on asset trash, purge, and changeUrl.  This is kind of crufty.  :-\
2006-11-03 01:21:50 +00:00
Colin Kuskie
f3ab99bc02 sales tax 2006-10-21 01:13:07 +00:00
Colin Kuskie
37aad09679 Clean up Session::Privilege code.
Add $! to errorHandler message in Session::Icon when toolbar dir cannot be opened.
Change i18n for default toolbar "Default" to be more self explanatory.
2006-10-19 23:19:22 +00:00
Colin Kuskie
33216321ec additional documentation about Assets for the Navigation and Glossary 2006-10-05 16:02:17 +00:00
Roy Johnson
efebe33ecf fix - File upload (document HTTP filesize upload restrictions) 2006-09-26 17:04:08 +00:00
Colin Kuskie
cce6dc6e0a very basic help docs for manage groups in group 2006-06-29 23:30:13 +00:00
Yung Han Khoe
9434ed4cf9 Updated help for 'Email Group'. 2006-06-26 14:49:38 +00:00
Frank Dillon
fdb7b2449c added no ldap link text 2006-06-23 01:47:57 +00:00
Colin Kuskie
e19ab5f67a template variable work 2006-06-01 17:42:50 +00:00
JT Smith
2e1de9d214 - fix: Column Layout seems a little messed up
- Fixed the EMS default templates to expose all functionality.
 - Fixed a problem in the EMS where it wouldn't let you add any events.
 - fix: FieldName incorrect after adding profile field
 - fix: preload.perl for other roots than /data/WebGUI
 - Fixed a bug where polls weren't distributing karma.
2006-05-30 15:50:13 +00:00
Colin Kuskie
92c1ddb122 add version tag to glossary 2006-05-16 18:59:22 +00:00
Colin Kuskie
7a2d82ac0c commit missing country code for Country form control.
Add help for add/edit event metadata field.
Set correct help for www_editMetadataField.
2006-05-08 23:30:01 +00:00
Martin Kamerbeek
96ac393a11 Adding sliders 2006-05-08 09:35:34 +00:00
Colin Kuskie
b2a001389f add test key for International macro test 2006-05-05 22:39:29 +00:00
Colin Kuskie
8691b64493 XHTML fixes, 72 to go 2006-05-05 05:41:03 +00:00
Colin Kuskie
7f53e14b08 XHTML fixes 2006-05-05 04:07:50 +00:00
Colin Kuskie
74245e689a XHTML fixes 2006-05-04 20:53:23 +00:00
Colin Kuskie
14cf8adf0a remove description field from def sub, it's no longer used
XHTML fixes
Move UI level out of i18n and into help docs
2006-05-04 05:23:29 +00:00
Colin Kuskie
115d85a79a XHTML fixes, and moving UILevel docs into Help file 2006-05-03 04:41:19 +00:00
Colin Kuskie
816c96a284 XHTML fixes for capitalization and break tags 2006-05-02 23:00:56 +00:00
Colin Kuskie
b6c65315bb Formatting cleanups that interfere with rendering.
move ui level documentation to the Help file instead of
in the i18n file.
2006-05-01 03:56:01 +00:00
Colin Kuskie
8bee815ff9 add random tips page 2006-04-21 22:32:45 +00:00
JT Smith
722a214f80 added resizable textareas 2006-04-19 19:08:56 +00:00
JT Smith
095d0a7dfd lots of minor changes and bug fixes 2006-04-18 18:33:53 +00:00
JT Smith
5136efc983 more template variables in nav and pagination 2006-04-15 00:34:02 +00:00
Colin Kuskie
4f60281392 change dbCacheTimeout to groupCacheTimeout 2006-04-13 22:26:11 +00:00
Colin Kuskie
ad694fb030 Fix User.t so that it assigns IPs in a way that works with the new isInGroup code.
User.pm: Collapse all methods into getUsers(1) inside isInGroup
Group.pm: Disable the cache whenever a scratchFilter or ipFilter is assigned.
Begin updating Group documentation for changes to dbQuery
2006-04-12 23:33:11 +00:00
JT Smith
30fefe9e68 added a return path for undeliverable messages 2006-04-11 15:11:45 +00:00
JT Smith
6c6d36c981 readding mail footer to email messages
removed some old settings that don't apply any longer
2006-04-09 16:12:32 +00:00
Colin Kuskie
f9b8582426 Scratch filter tests in prep for WebGUI::Group->getScratchUsers
Small tweaks for User.pm scratch and Group.pm POD
Update scratchFilter docs to show how to place multiple name and value pairs
2006-04-06 22:02:54 +00:00
JT Smith
299dd5aa09 converted cs to use workflow engine for moderation 2006-03-30 03:52:18 +00:00
JT Smith
611323e8a8 more bug fixes 2006-03-24 17:31:57 +00:00
JT Smith
8e1f06676a bug fixes 2006-03-22 03:09:04 +00:00
JT Smith
b6ad963119 replaced MessageLog with Inbox 2006-03-21 22:44:31 +00:00
Colin Kuskie
abfa6ed1ac make isUserAdmin do what the POD says (returns 0, 1), and clarify it
(deliberately passed null string or undef causes query instead of set).
Add tests to Group.t to check that behavior.
2006-03-19 06:10:44 +00:00
Colin Kuskie
9711a237de Finally figured out how to become a group admin, and set a test for it.
Updated Secondary Admin docs to include all details for that.
More placeholder conversions, all backed by test code.
2006-03-18 06:07:01 +00:00