Commit graph

4497 commits

Author SHA1 Message Date
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
JT Smith
3c1a42eeff a little closer 2006-03-18 03:04:19 +00:00
Colin Kuskie
3c1beb1de4 clean up add/edit group help 2006-03-18 01:52:59 +00:00
Colin Kuskie
5ec8690e53 More user testing, for addToGroup. Also, make sure that the test for ipFilter
always cleans up after itself.

Fix a bug where Operation::User::_submenu was still using form->process.  Switched
to using stow instead.

If the uid is "new", links for delete and become user are not shown anymore.
2006-03-18 00:18:31 +00:00
JT Smith
11cc18a5c3 mostly working workflow 2006-03-17 23:13:27 +00:00
JT Smith
46c8e25e3a fixed my $maxHeadlines = shift || $self->getValue('maxHeadlines'); 2006-03-17 20:22:04 +00:00
Colin Kuskie
528d0deaa5 bad stow methods fixed 2006-03-17 19:06:12 +00:00
Matthew Wilson
f22be087f1 fixing pod. 2006-03-17 18:52:16 +00:00
Matthew Wilson
bd62a8544d added noFuss option. 2006-03-17 18:51:02 +00:00
Wouter van Oijen
409dabe02b Fixing warnings 2006-03-17 16:54:50 +00:00
Wouter van Oijen
a48cfe2189 Removing redundant subroutine definition 2006-03-17 16:22:18 +00:00
Wouter van Oijen
34782a784b Fixed error 2006-03-17 16:01:07 +00:00
Colin Kuskie
b0e0cec9aa add tests to deleting groups and try to create a loop 2006-03-17 06:08:25 +00:00
JT Smith
df0d073120 adding delays and more debug 2006-03-17 02:07:50 +00:00
JT Smith
71b2634741 adding debug to spectre 2006-03-16 23:32:18 +00:00
Colin Kuskie
baf9a200af fix bad hash key, hoverhelp. Should be hoverHelp 2006-03-16 22:10:13 +00:00
JT Smith
ac1a9c7eae added status return codes to activities, and fixed a problem with workflow parameters 2006-03-16 22:01:39 +00:00
JT Smith
4dc0fc073d was still using wrong object 2006-03-16 19:51:29 +00:00
JT Smith
0f27813ada was using wrong object 2006-03-16 19:49:07 +00:00
JT Smith
fdad3bb7e1 oops, weren't getting proper confirmation 2006-03-16 19:45:00 +00:00
JT Smith
cffe57f0a8 don't need/want chunking on dashboard asset 2006-03-16 19:13:41 +00:00
JT Smith
742efc3a60 little bug fixes 2006-03-16 19:06:37 +00:00
JT Smith
feda6700e0 added commit comments 2006-03-16 18:51:49 +00:00
Matthew Wilson
2384bca6ba - fixed a bug in the File asset that caused file redirects to be cached
incorrectly for Visitor. Thanks to Jukka Raimovaara / Axxion Oy.
2006-03-16 17:22:31 +00:00
Roy Johnson
ccfbca55e0 EMS event conflict resolution code 2006-03-16 04:10:57 +00:00
JT Smith
5d85562a90 generate synopsis if it is blank 2006-03-16 03:33:40 +00:00
JT Smith
1dfaef6a79 bug fix 2006-03-16 02:32:34 +00:00
JT Smith
ea09f24608 added explicit locking 2006-03-16 02:01:17 +00:00
JT Smith
e23d239e2a fixed a little problem with the new version tag commit 2006-03-16 01:40:38 +00:00
JT Smith
d936bbfa2b version tags now commit everything at the end of the upgrade 2006-03-16 01:26:33 +00:00
Colin Kuskie
5cf7f98d32 refixing session vars 2006-03-15 23:57:55 +00:00
Colin Kuskie
4a1e5c0d91 fixing bad sessions 2006-03-15 23:54:04 +00:00
Colin Kuskie
f59f41cd9e WebGUI::User->isInGroup does not take a UID argument anymore.
Grepped all files and fixed these errors:
	- Passed userId replaced by User object creation and use.
	- Where $session->user->userId was used, it was removed.
Updated POD inside Group.pm
2006-03-15 22:55:00 +00:00
Colin Kuskie
5c00dfcfda User->isInGroup no longer takes a userId as an argument.
Have to create a user object with the right Id and then call
it with all groups to check.
2006-03-15 22:41:23 +00:00
Colin Kuskie
951c6a5889 fix broken i18n label 2006-03-15 20:41:32 +00:00
JT Smith
eb6a7a9416 started adding new workflow based approval process 2006-03-15 20:15:55 +00:00
JT Smith
9ff3308126 merging forward 6.8.8 bugfix of [ 1423434 ] 6.8.5 - Versioning - users can see uncommitted data 2006-03-15 06:54:17 +00:00
Colin Kuskie
0197f6f1bd Cleaned up Group.t so that diagnostics when failing are correct.
Fixed two bugs in Group.pm
1) If recursive was set, and no recursive cache was present but a
direct cache was available, it would be returned.  That's wrong.
2) Added a check in addGroups so that self cannot be added to itself.
2006-03-15 06:27:47 +00:00
JT Smith
726f7c61af fixing some problems with the workflow editor 2006-03-15 04:50:34 +00:00
JT Smith
4f96d670b9 some ui improvements 2006-03-14 23:42:28 +00:00
Colin Kuskie
902c18b52c i18n for two tags. Add POD. Convert several queries to using placeholders.
Tweak a few lines of code to use join and map instead of iterating.
2006-03-14 23:14:43 +00:00
JT Smith
81fc744a8b more merging of versioning and workflow 2006-03-14 22:25:18 +00:00
JT Smith
cba26ecc0c converting versioning to use workflow 2006-03-14 17:46:32 +00:00
Colin Kuskie
c6b0d9b8d5 Remove debug code from Group.t
Force uniqueness check inside isInGroups to prevent multiple group
definitions from being returned.  This should cut the size of
the in-memory Group cache by 50%, since group id #3 is returned for _every_
group.
2006-03-14 05:54:42 +00:00
Colin Kuskie
7f7347faa9 fix 3 bugs and add more POD 2006-03-14 05:09:33 +00:00
Colin Kuskie
8b80268013 check in code to expose bugs 2006-03-14 04:57:27 +00:00
Roy Johnson
d06733bcb8 EMS code 2006-03-14 04:56:08 +00:00
Colin Kuskie
97c1039e72 leaked 1 from www_view shows up in Asset output 2006-03-13 17:12:14 +00:00
JT Smith
0112793198 ioops, forgot this one 2006-03-13 15:53:17 +00:00