Commit graph

158 commits

Author SHA1 Message Date
Colin Kuskie
2f2887369e Fix bug #12454, loss of from field data when emailing groups 2014-10-16 16:33:09 -04:00
Paul Driver
e901b95520 rfe #12108: Mail to Group preference field 2011-04-15 12:21:16 -05:00
Colin Kuskie
9c0cdde323 Fix deleting users from groups in manageUsersInGroups. Need to use POST instead of GET. 2010-02-23 10:54:32 -08:00
Colin Kuskie
38e6bfad3e Convert many search forms from POST to GET. Fixes bug ##11372 2010-01-25 15:53:49 -08:00
Colin Kuskie
c10363bcf6 Set a default for groups in addGroupsToGroupSave. Fixes bug #11203 2009-11-06 11:36:08 -08:00
daviddelikat
10ddac6c58 lots of work... 2009-10-31 09:41:56 -05:00
JT Smith
f1bc38de6c The auto add to group and auto delete from group operations that are used with the GroupAdd and GroupDelete macros were fixed to make the user log in if they aren't already.
Conflicts:

	docs/changelog/7.x.x.txt
2009-10-29 14:01:53 -05:00
Colin Kuskie
02e9354c15 Automatically add a token to any autogenerated form.
Refactor previous commits to take advantage of that.
2009-07-06 17:20:27 +00:00
Colin Kuskie
5e4db3adb4 Provide a framework for CSRF protection, with tests.
Add CSRF protection to Asset editSave, AssetManager, VersionTags and Group operations.
2009-07-06 16:58:57 +00:00
Colin Kuskie
c280849f50 Add the missing POD, and fix broken POD that I just committed. 2009-07-05 20:51:21 +00:00
Colin Kuskie
6137b681f3 Unify the list of protected groups into Group->vitalGroup. Refactor
WebGUI::Test and Operation/Group to use that list.
2009-07-05 20:36:46 +00:00
Colin Kuskie
90717eee40 Do not automatically have Everyone group highlighted in Manage Groups in Group. 2009-05-14 02:38:30 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Colin Kuskie
6193d6bef5 fix i18n typos interfering with Group LDAP hoverhelp 2008-10-28 15:34:54 +00:00
Graham Knop
05a01201ff clear out some compile warnings 2008-10-01 22:43:29 +00:00
Yung Han Khoe
c15681bd17 Added group id and name to all group operations 2008-05-30 16:59:51 +00:00
JT Smith
f3fa93be77 - rfe: subscribe entire user group to a collaboration message board
- Added show in forms and is editable properties to group manager.
2008-05-01 14:04:41 +00:00
Colin Kuskie
6280f242bf Add POD to www_deleteGroup, and untab it. 2008-04-24 17:21:44 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
Colin Kuskie
a894e6a879 internationalized the high group count message 2007-11-09 16:05:11 +00:00
Diona Kidd
fd772980e4 Adding message if group count exceeds 250 2007-11-09 05:14:35 +00:00
Graham Knop
a62a7e0ec1 WebGUI::Group->new didn't check group validity 2007-09-26 11:46:18 +00:00
Graham Knop
bcaf1243b0 fix group editing adding numbers 2007-08-17 16:39:46 +00:00
Graham Knop
c073c82436 prevent groups with duplicate names from being created 2007-08-02 22:36:14 +00:00
Doug Bell
58ac54b81d add: Ability to specify which group can use individual admin console items 2007-07-26 06:56:38 +00:00
JT Smith
f6cab15bd0 removed help links that are referring to help that has been moved to the wiki 2007-07-26 04:53:14 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Colin Kuskie
1a615f8ad8 replaced a literal loop with isIn, WGBP indented 1 line of Group.pm 2007-04-08 05:07:26 +00:00
Colin Kuskie
4628a7f470 remove debug output 2006-12-20 23:43:16 +00:00
Colin Kuskie
c8f7e6fd0c make group search form sticky via Session::Scratch 2006-12-19 19:05:19 +00:00
Colin Kuskie
bea0ae472a Two bug fixes, for Wiki History and initial drop down setting in the Group Search dialog.
Documented the Wiki Page history template and i18n'ed the delete confirmation in the history
interface.
2006-12-18 22:57:38 +00:00
Drake
950c1e2306 Make it possible to have multiple, logically-ORed LDAP recursion filters in
LDAP links and groups.
2006-10-10 22:31:11 +00:00
Drake
aac32d24bd Multiple enhancements:
- Perform RFE "js-confirmation-operation/user.pm".
  - Perform RFE "js-confirmation-operation/group.pm".
  - Perform RFE "locked-by-who".
    (Displays in title and alt of img, but not in body text.)
2006-08-29 16:49:25 +00:00
Frank Dillon
45b5d6ea5b adding recursive group filter for cases where the LDAP group property and recursive property are the same. 2006-07-12 20:29:14 +00:00
Colin Kuskie
cce6dc6e0a very basic help docs for manage groups in group 2006-06-29 23:30:13 +00:00
Frank Dillon
76af04f71b adding LDAP link to group 2006-06-23 01:50:21 +00:00
JT Smith
771d11f833 - fix: Help is missing style
- fix: Setting expire password on user creation does nothing
 - fix: Collaboration settings in help
 - Lots of template fixes.
2006-06-02 16:22:55 +00:00
JT Smith
16bd394434 - fix: Asset menu
- fix: Event Manager - can't add event
 - fix: v6.99.1, security: Spectre listens to INADDR_ANY (profo)
 - fix: Manage groups in this group doesn't work
 - Fixed a problem where the not found page would not display.
 - fix: New page layout instead of not found
2006-05-30 18:57:15 +00:00
Colin Kuskie
7100d1df41 Add a new method called getAllGroupsFor, which recursively returns ALL groups
that a group belongs to.  This is required to properly uncache group settings
for groups with more than 2 levels of hierarchy.

Add 7 tests to verify the working of the new method.

Fix a typo in the POD for Operation/Group.pm
2006-05-26 16:43:47 +00:00
Colin Kuskie
bf74284c34 fix typo in www_manageUsersInGroup 2006-05-17 20:14:40 +00:00
Colin Kuskie
4f60281392 change dbCacheTimeout to groupCacheTimeout 2006-04-13 22:26:11 +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
JT Smith
1b2c824a9c added save buttons at the top of HTML forms 2006-04-07 04:37:20 +00:00
JT Smith
47afbb0138 converting to new mail queue api 2006-03-21 03:36:44 +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
23fa58ca11 4 more WebGUI::Group tests
More Operation::Group.pm subs without session calls fixed.
2006-02-12 05:50:06 +00:00
Colin Kuskie
acdd58aec6 Very beginning of Group test that cleans up after itself.
Operation/Group wasn't passing session var internally.
Fixed WebGUI::Group POD docs.
2006-02-12 05:37:37 +00:00
Wouter van Oijen
424d65a2d6 fixed a session conversion bug 2006-02-10 13:28:40 +00:00
JT Smith
3816ad750f replaced webgui mail system 2006-01-31 20:20:09 +00:00
Colin Kuskie
827a4082b5 mission session variables 2006-01-26 18:49:41 +00:00