Commit graph

3243 commits

Author SHA1 Message Date
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
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
ea09f24608 added explicit locking 2006-03-16 02:01:17 +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
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
Colin Kuskie
248f77f3a9 Added more test in preparation for changing Group SQL query work.
Update documentation in User.pm and Group.pm.
Refactor Group.pm to use placholders.
Fix typo in getGroupsIn where wrong key in hash was accessed.
2006-03-13 04:43:05 +00:00
Colin Kuskie
dbd43bcd2b Add WebGUI Legal blocks to all Commerce code.
Remove delete template help entry.
2006-03-13 01:41:44 +00:00
JT Smith
4b948b18af much better toolbar icons 2006-03-12 01:25:48 +00:00
Colin Kuskie
762f0116b4 remove all traces of the template manager 2006-03-12 01:08:22 +00:00
Matthew Wilson
5e2c05e845 [ 1430276 ] 6.9: Can't kill active sessions 2006-03-11 22:41:11 +00:00
Roy Johnson
708f7d7579 Session bug in WebGUI.pm
More EMS code
2006-03-11 17:58:35 +00:00
Colin Kuskie
97c21e2981 clean up Asset Search help 2006-03-11 17:37:14 +00:00
Colin Kuskie
26ec6d2db4 basic help docs for Search Asset 2006-03-11 04:48:12 +00:00
Matthew Wilson
7bf71ae84c [ 1430276 ] 6.9: Can't kill active sessions 2006-03-11 02:06:28 +00:00
JT Smith
7edac21523 using correct icon now 2006-03-10 21:24:57 +00:00
JT Smith
17d823cade new toolbar is in place 2006-03-10 20:39:42 +00:00
Matthew Wilson
0c177bacb1 a lot of session fixes... I'm sure this breaks something somewhere though. 2006-03-10 19:59:43 +00:00
Matthew Wilson
279233b367 [ 1441488 ] Sort Order of Profile Fields in Form "Create New Account"
fixed a few syntax things in Item.pm
2006-03-10 19:00:05 +00:00
kenperl
36993db659 add missing method in pod and use same order 2006-03-10 08:27:36 +00:00
Colin Kuskie
9d5c936b53 restore i18n and help entries for Operation/Settings 2006-03-10 05:57:21 +00:00