Commit graph

26 commits

Author SHA1 Message Date
Paul Driver
7b796ed76e Check permissions in account plugin 2011-05-25 15:44:46 -05:00
Colin Kuskie
535621e8b6 Add managed Friends network, allowing a designated group to add and remove
friends from each other groups.
2009-05-14 02:25:36 +00:00
Colin Kuskie
fd185c2165 Document the store method in POD for Account. 2009-05-13 18:09:45 +00:00
Colin Kuskie
caa511bee5 Allow the Account system to return data (JSON/XML/other) without style and layout templates. 2009-04-17 00:10:44 +00:00
JT Smith
3d5c7e23d7 fixed: Can't invite friends (#10112) 2009-04-14 15:22:35 +00:00
JT Smith
8426029cfe adding missing pod documentation 2009-04-14 14:40:44 +00:00
Colin Kuskie
b8ba4e2118 Add a method to Account called getUsers, which returns
either the user specified by the uid form param, or the
session user.
Change appendCommonVars to use it.
Remove spotty overrides in plugins.
2009-04-07 21:22:56 +00: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
3c7e7ab231 Checkpoint. Too many changes to enumerate. 2009-04-01 14:43:50 -07:00
Colin Kuskie
c2e38ac416 Fix typos in POD that prevent 100% POD coverage. 2009-04-01 03:48:38 +00:00
Colin Kuskie
b4c60af457 More Account POD. 2009-03-28 17:23:15 +00:00
Colin Kuskie
ed7a779ddc Add POD for the Account's store method. 2009-03-12 17:27:50 +00:00
Graham Knop
586fdb0ec6 fixing POD issues, User test 2008-11-24 02:27:20 +00:00
Graham Knop
dd90696d7c cleaning up warnings/variable redefinition and pod 2008-11-24 01:34:32 +00:00
Frank Dillon
e6c80922fb Fixed an issue where a variable was declared more than once. 2008-11-18 20:38:09 +00:00
Frank Dillon
f62575445c Cleaned up Friends templates. 2008-11-18 08:15:16 +00:00
Frank Dillon
32979d75e1 Replaced the account.options loop in the displayAccount auth methods with new macros for displaying deactivate account and back to site links. Another macro which allows text to be displayed according to whether the value passed in is empty or not was added to allow functionality similar to that which currently exists. 2008-11-18 07:05:23 +00:00
Frank Dillon
d91bc5754d Merged the "Invite a Friend" application into the Account system and cleaned up the templates in the Inbox 2008-11-18 04:52:16 +00:00
Frank Dillon
e7469531cf Fixed WebGUI::Macro::process call which was being called incorrectly but working for some reason. 2008-11-18 03:52:39 +00:00
Frank Dillon
95300fdb17 fixed a corner case where template variables could overlap. 2008-11-17 03:58:31 +00:00
Frank Dillon
4bfb2d200c Fixed a number of issues with the profile and refactored some of the code to make it more efficient. 2008-11-17 00:04:03 +00:00
Frank Dillon
f1d2a2e8ef Forgot one cleanup item. Transactions now properly redirect to the account module when directly called 2008-11-15 12:04:33 +00:00
Frank Dillon
4ff722bd5d Pluggable Account system added to WebGUI with new Profile, Inbox, Friends, User, and Shop interfaces. 2008-11-15 11:39:23 +00:00
Frank Dillon
11d18075fa Account release candidate - final changes before merge 2008-11-15 02:39:23 +00:00
Frank Dillon
615e0e3746 lots of changes 2008-11-12 23:03:42 +00:00
Frank Dillon
7b260de791 initial commit 2008-11-03 17:03:00 +00:00