Commit graph

182 commits

Author SHA1 Message Date
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
Colin Kuskie
e8a364f526 New user and group tests for caching and membership and default group settings.
Cache busting in User.pm.
Allow Visitor to be formally added to groups 2 and 7.
More placeholder work.
Update Help for Secondary Admins.
2006-03-18 05:36:04 +00:00
Colin Kuskie
3c1beb1de4 clean up add/edit group help 2006-03-18 01:52:59 +00:00
JT Smith
cba26ecc0c converting versioning to use workflow 2006-03-14 17:46:32 +00:00
Colin Kuskie
9d5c936b53 restore i18n and help entries for Operation/Settings 2006-03-10 05:57:21 +00:00
Colin Kuskie
b66a649ba1 forward port of FormHelpers L10n 2006-03-10 04:06:46 +00:00
JT Smith
3e60294bb6 Run on registration and alert on new user have been converted to a single workflow. 2006-03-10 03:48:23 +00:00
Colin Kuskie
476018f0da POD for FormHelpers, and two new i18n labels for
the thumbnail display.
2006-03-04 01:03:47 +00:00
Colin Kuskie
6e5f710eb9 remove duplicate label entries
add more UI level documentation
2006-03-03 05:44:42 +00:00
JT Smith
524dbb6381 converted notify expired groupings to workflow 2006-03-02 23:02:51 +00:00
JT Smith
103969816e removed start/end dates from assets in favor of workflows that can do the same thing only better 2006-03-01 18:02:36 +00:00
Colin Kuskie
659b164a42 Fix typo in Group.pm where www_manageUsersInGroup wasn't working.
Add a feature to the Help where the user's UI Level is checked
and only fields that he can see are displayed.  A URL is provided
to override the UI.

Article help is updated to work with UI level display.
2006-03-01 03:51:56 +00:00
Colin Kuskie
b32a94d4d0 forward port of MultiSearch docs and setParent privilege checks 2006-02-23 00:54:30 +00:00
Colin Kuskie
6fd7575eb9 Removed Utility test for base36, which no longer exists in WebGUI::Utility.pm
new i18n message for duplicate usernames.
2006-02-18 21:58:27 +00:00
Colin Kuskie
cd6759f311 Modify WebGUI IP fields to use CIDR format instead of a regular expression.
Multiple IPs are separated by commas, whitespace is ignored.
In groups, that affects the ipFilter field,  User::isInGroup.
In settings, that affects Settings::debugIp and Session::ErrorHandler::canShowDebug.

Fixed a bug in WebGUI::Utility::isInSubnet where Net::Subnets->check needs a scalar.

Modified t/User.t to use addresses in CIDR format.
2006-02-14 22:35:21 +00:00
Martin Kamerbeek
72b999b0ea Added prequery statements to SQLReport and per-dbLink allowed keywords. 2006-02-02 13:23:32 +00:00
JT Smith
610e0486de more people appear to know what a "Summary" is than a "Synopsis" 2006-01-17 03:39:10 +00:00
Colin Kuskie
4206828715 Add POD to 1 Asset and 7 Operations.
Internationalized a label in Operation::LoginHistory
2005-12-21 22:54:50 +00:00
Colin Kuskie
1b70df1643 fix all remaining broken labels, rewrite POD for reorderCollateral 2005-12-05 22:35:03 +00:00
Colin Kuskie
99df1f414e Form inheritance work for lists, removal of $session{os}{slash} 2005-12-01 20:46:55 +00:00
Colin Kuskie
fe48deb33a broken labels and empty entries in WebGUI help 2005-11-19 00:29:26 +00:00
Colin Kuskie
e4a4ecd342 fix Form i18n labels 2005-11-15 23:31:02 +00:00
Colin Kuskie
e75988cd1f Colin: adding avatar to collaboration systems and refactoring some user profile stuff. Added photo and avatar fields to user profile. 2005-11-13 18:42:08 +00:00
JT Smith
8ac8530227 now using DateTime instead of Date::Manip 2005-11-02 09:37:49 +00:00
Colin Kuskie
47b95413f4 update, internationalize and/or add documentation 2005-10-16 03:55:17 +00:00
JT Smith
7b04c8ec78 fixed threading 2005-10-13 22:01:58 +00:00
Colin Kuskie
56e5b7ef2b table of contents with internationalization 2005-10-10 05:22:37 +00:00
Colin Kuskie
cb63756dce reword default auth description 2005-10-05 21:49:53 +00:00
Colin Kuskie
b26d72804e removed some single quotes, began translation to XHTML 2005-09-22 21:32:56 +00:00
Colin Kuskie
a296279b03 remove need for apostrophe in -clear text password- 2005-09-22 17:20:22 +00:00
Colin Kuskie
bc14093c1c bugfix for #1293180 2005-09-22 04:29:07 +00:00
Matthew Wilson
89e797b7b4 *** empty log message *** 2005-09-22 04:13:33 +00:00
Colin Kuskie
2d5eedaefd doc fixes for SF #1289336 2005-09-21 21:28:16 +00:00
Colin Kuskie
f436d854c4 begin updating package information 2005-09-20 23:08:48 +00:00
Colin Kuskie
01aad32c08 document that adding users to Admin group sets UI level to 9 2005-09-12 15:32:27 +00:00
JT Smith
0dd6b7b660 bug fixes 2005-09-09 19:30:28 +00:00
JT Smith
f6c2dfe6fb - fix [ 1275024 ] Can not edit layout on 6.7.2
- fix [ 1262235 ] sql report form params
 - fix [ 1277529 ] Extra radio buttons in Settings console
 - Removed the last remnants of wobject ids.
 - Fixed a GUID case sensitivity problem.
 - Fixed several large security holes. See the security advisory on
   getwebgui.com for details.
 - fix [ 1279157 ] showInForms option not stored
 - fix [ 1250290 ] ECommerce state field broken on Plainblack.com
 - fix [ 1261985 ] (Fix?) sortby.lastreply.url (Andreas Graf)
2005-09-01 17:41:05 +00:00
Colin Kuskie
6c7f19bc57 remove page add/edit 2005-08-28 00:56:08 +00:00
Colin Kuskie
f9f90c4a66 hover help for initial setup form 2005-07-29 04:24:16 +00:00
JT Smith
3733b39fa5 sub bug fixes, and the new file form control 2005-07-28 19:26:07 +00:00
JT Smith
b86148acaa added most of the rest of the form controls 2005-07-27 23:03:46 +00:00
JT Smith
ce6ee697f9 a bugfix for sql report and a few more updates to the form system 2005-07-27 18:38:41 +00:00
JT Smith
c15cfa954f added the hidden list field type 2005-07-26 21:54:47 +00:00
JT Smith
6ebf9c9ff3 a few changes to the form control system before i continue making controls 2005-07-26 21:29:08 +00:00
Colin Kuskie
c62758ce6e more help docs, hover help support 2005-07-26 04:52:31 +00:00
Colin Kuskie
542c811f02 hover help, help for edit grouping 2005-07-23 03:58:12 +00:00
Colin Kuskie
5511319e21 database link hover help 2005-07-22 22:16:45 +00:00
JT Smith
bbdd05904a fixed an upgrade bug 2005-07-22 19:07:54 +00:00
JT Smith
c4b3e4092d Merging changes from 6.6.4
Added new definition features to wobjects and assets.
2005-07-21 01:17:05 +00:00