Commit graph

10864 commits

Author SHA1 Message Date
Colin Kuskie
1f5a83d0c6 Maintain group filter setting after saving. 2009-04-09 16:43:41 -07:00
Colin Kuskie
c6468321c1 Pass groupName down to editFriends.
Do not display add managers if a groupname is passed.
2009-04-09 16:30:20 -07:00
Colin Kuskie
d13d1bac8c Group filters and list of names.
For each group, show all other managed groups.  Also
provide an edit all link.  Show list of names up to 45
characters, with no truncation.
2009-04-09 16:02:58 -07:00
Colin Kuskie
03b777ee1e Add button to add all Friend Managers to friends.
Help, i18n, template and code.
2009-04-07 15:54:30 -07:00
Colin Kuskie
54a8167ea9 Support for removing all users. 2009-04-07 13:56:21 -07:00
Colin Kuskie
9985f3768f Allow groupIdAdminUser to view Inbox messages. 2009-04-07 13:40:41 -07:00
Colin Kuskie
0b878fd288 Overrides allow groupIdAdminUser to view Inbox.
Modified Account/Inbox, and Inbox->canRead.  Anyone in
groupIdAdminUser can now read messages in any user's
inbox.
2009-04-07 13:02:43 -07:00
Colin Kuskie
263bb9bbdf Handle the uid parameter, easily.
Add the getUser method, to return the right user, based on the uid URL
parameter.  Change appendCommonVars to use getUser so that it
always dispays the correct username.
2009-04-07 13:00:53 -07:00
Colin Kuskie
7316f267fa Allow UserAdmin to view another person's inbox. 2009-04-07 11:31:34 -07:00
Colin Kuskie
851912712f Adding JS for friendManager. 2009-04-07 10:46:46 -07:00
Colin Kuskie
7682b6a3d6 Friends relationships are reciprocal.
Fix manageUrl to really work in edit screen.
2009-04-07 10:29:04 -07:00
Colin Kuskie
c39c2f40bd Template variable help for edit screen. 2009-04-07 10:01:48 -07:00
Colin Kuskie
b5ccf76576 Template fixes for edit screen. 2009-04-07 09:35:23 -07:00
Colin Kuskie
8e2716f4aa Template variable help for view screen. 2009-04-07 09:34:58 -07:00
Colin Kuskie
a67907308f Edit friends interface.
New edit template with i18n and variables.
Edit with save, to add and remove friends.
2009-04-06 16:52:23 -07:00
Colin Kuskie
98d7318d64 Add a Select One label to WebGUI 2009-04-06 15:32:13 -07:00
Colin Kuskie
100b900dd2 Beginning of edit user friend interface.
Change prefix of templates from friendManager to fm.
2009-04-06 10:34:54 -07:00
Colin Kuskie
4626f85026 Stub in www_editFriends. 2009-04-01 16:58:23 -07:00
Colin Kuskie
f851a91b01 Update template and fix multiple errors. 2009-04-01 15:41:29 -07:00
Colin Kuskie
996e3a7053 Fix JSON, and ordering in the table. 2009-04-01 15:34:06 -07:00
Colin Kuskie
3c7e7ab231 Checkpoint. Too many changes to enumerate. 2009-04-01 14:43:50 -07:00
Colin Kuskie
537bd17224 Install a default template for friend manager view. 2009-03-27 15:59:25 -07:00
Colin Kuskie
7a1a0f75b7 Add a template for view. 2009-03-27 10:51:17 -07:00
Colin Kuskie
49b01e92ce FriendManager template work, view screen. 2009-03-27 10:49:53 -07:00
Colin Kuskie
2af14e6bf6 Friend Manager settings, i18n, save form. 2009-03-26 15:31:50 -07:00
Colin Kuskie
229ae88881 Remove friends manager admin from global settings. 2009-03-26 15:07:27 -07:00
Colin Kuskie
11ae97e0c5 Add Friend Manager to default config file. 2009-03-26 15:07:02 -07:00
Colin Kuskie
968544580a Install, config and base module for FriendManager. 2009-03-26 10:49:54 -07:00
Colin Kuskie
8dd59e5d92 Add Friends Manager Group setting w/ i18n and help. 2009-03-25 10:47:50 -07:00
Colin Kuskie
dcc90c6b45 Utility script for Message Center install. 2009-03-25 10:25:28 -07:00
Patrick Donelan
b1b033afa5 Added Survey Workflow onSurveyEndWorkflowId
Fixed username bug
2009-03-15 06:34:37 +00:00
Patrick Donelan
d95a076ac5 Add optional userId param to Survey::responseId so that you can create a
response for a specific user (not just current user bound to session)
2009-03-15 06:34:15 +00:00
Patrick Donelan
96ac9d63ee Made PassiveAnalytics upgrade code shhhh if $quiet 2009-03-15 01:28:43 +00:00
Colin Kuskie
7ad927092a More POD docs about getAllUsers returning a unique'ed list of userIds. 2009-03-13 23:17:50 +00:00
Colin Kuskie
7792b9d9bc Forward porting gateway driver upgrade fix, handling undefined drivers. 2009-03-13 20:48:43 +00:00
Colin Kuskie
19368e5309 Forward port paydriver upgrade bug fix. Undef was not handled. 2009-03-13 20:30:08 +00:00
Graham Knop
f63b9ea5b9 fixed #9913: New Content Side Bar missing in Asset window 2009-03-13 19:22:53 +00:00
Martin Kamerbeek
f980585246 Added pod. 2009-03-13 16:55:58 +00:00
Martin Kamerbeek
320e1738a3 Adding base of Shop account plugin vendor payouts stuff. 2009-03-13 16:13:20 +00:00
Martin Kamerbeek
e23f33ee8c Adding accidentally omitted js files for vendor payout manager 2009-03-13 14:55:47 +00:00
Martin Kamerbeek
7ce918852e Adding vendor payout manager 2009-03-13 12:39:29 +00:00
Martin Kamerbeek
7f4416aa65 Textarea now includes its js blurb only once. 2009-03-13 10:29:42 +00:00
Martin Kamerbeek
7f7b85e06a fixed: Commit w/ approval workflow can crash under race conditions resulting in permanently locked content. 2009-03-13 10:15:29 +00:00
Graham Knop
db226238ce silence warning in errorhandler test 2009-03-12 23:27:50 +00:00
Graham Knop
a74b4a5af5 remove brainfuck from code editor 2009-03-12 23:27:45 +00:00
Colin Kuskie
9e20aabd18 Add icons for the Asset History browser. Change the
default WebGUI conf, upgrade script, and content handler
to use them.
2009-03-12 22:01:55 +00:00
Colin Kuskie
429d6b5a47 Add missing i18n for Passive Analytic Bucket workflow. 2009-03-12 21:53:19 +00:00
Graham Knop
a7b6754a19 fix i18n usage 2009-03-12 21:50:55 +00:00
Colin Kuskie
6d1fddb4ef Add missing i18n labels. 2009-03-12 21:46:29 +00:00
Graham Knop
b47ee4ea4d fixing pod 2009-03-12 21:38:58 +00:00