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
Colin Kuskie
b66a649ba1
forward port of FormHelpers L10n
2006-03-10 04:06:46 +00:00
Colin Kuskie
25483a7bdb
document Post deleting/restoring behavior
2006-03-10 03:49:23 +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
5956fce2f1
fix for lists in DataForm
2006-03-09 23:34:12 +00:00
Matthew Wilson
c5c5f93b76
fixed two security problems with www_process in DataForm.pm
2006-03-09 23:05:11 +00:00
Matthew Wilson
05aa574dce
fixing my flubs from a while ago.
2006-03-09 22:37:54 +00:00
JT Smith
6874a5f2f9
fixing the process method to handle array returns
2006-03-09 17:41:02 +00:00
Colin Kuskie
ab4e61c407
now that Wobject is in the asset namespace, it uses assetName vs topicName as an i18n tag
2006-03-08 04:42:19 +00:00
Colin Kuskie
a8a5582b0d
finish moving Wobject into Asset_ namespace
2006-03-08 04:24:32 +00:00
Colin Kuskie
73bb10d38a
place Wobject help,i18n into Asset namespace
2006-03-08 04:18:54 +00:00
kenperl
ea49b1a16d
remove two {
2006-03-07 06:23:11 +00:00
Colin Kuskie
40065c4658
Make TOC the front page of Help.
...
Add license to Commerce.pm
Update fields in Help for WebGUIProfile
Fix typo in i18n file for WebGUIProfile (missing comma)
full merge of fields from 6.8 for Operatin/ProfileSettings.
2006-03-06 18:28:27 +00:00
Colin Kuskie
65590997b6
Fix error in TabForm POD (get vs getTab)
...
POD for WebGUI.pm
Table of Contents has tabbed interface
viewHelp filters tabs by the user's UI level
2006-03-06 16:30:11 +00:00
Colin Kuskie
6409700560
Update Commerce/Payment superclass POD for init.
...
Add POD to ITransact payment plugin.
2006-03-05 07:00:22 +00:00
Colin Kuskie
34b2068286
POD docs
2006-03-05 06:42:07 +00:00
Colin Kuskie
aa99ced360
POD docs.
...
Fixed a few typos in comments.
Removed duplicate hoverHelp entries.
2006-03-05 05:56:20 +00:00
JT Smith
468c5171cf
changed border= to style="border: for better xhtml compliance
2006-03-04 08:07:17 +00:00