Colin Kuskie
56a0f0dd3d
No need to remake the same user object.
2011-07-27 22:46:29 -07:00
Scott Walters
54ae754ebe
Repeat ampli's fix (described below) for other occurances on the site.
...
``The Save buttons in the two first steps didn't work in Chrome.
According to a hint in the YUI Button documentation about a problem in using
"submit" as a value of the name attribute, I changed submit button name
in the two first steps from "submit" to "send". This solved the problem.''
2011-06-29 19:13:18 -04:00
Doug Bell
277faae8a1
Merge commit 'v7.10.15' into 8
...
Conflicts:
docs/gotcha.txt
docs/previousVersion.sql
docs/templates.txt
lib/WebGUI.pm
lib/WebGUI/Asset.pm
lib/WebGUI/Asset/Event.pm
lib/WebGUI/Asset/File.pm
lib/WebGUI/Asset/MapPoint.pm
lib/WebGUI/Asset/RichEdit.pm
lib/WebGUI/Asset/Sku/Product.pm
lib/WebGUI/Asset/Snippet.pm
lib/WebGUI/Asset/Story.pm
lib/WebGUI/Asset/Template.pm
lib/WebGUI/Asset/Template/TemplateToolkit.pm
lib/WebGUI/Asset/Wobject/Calendar.pm
lib/WebGUI/Asset/Wobject/Carousel.pm
lib/WebGUI/Asset/Wobject/Collaboration.pm
lib/WebGUI/Asset/Wobject/Dashboard.pm
lib/WebGUI/Asset/Wobject/DataForm.pm
lib/WebGUI/Asset/Wobject/Folder.pm
lib/WebGUI/Asset/Wobject/Map.pm
lib/WebGUI/Asset/Wobject/Search.pm
lib/WebGUI/Asset/Wobject/Shelf.pm
lib/WebGUI/Asset/Wobject/StockData.pm
lib/WebGUI/Asset/Wobject/StoryTopic.pm
lib/WebGUI/Asset/Wobject/SyndicatedContent.pm
lib/WebGUI/Asset/Wobject/Thingy.pm
lib/WebGUI/Asset/Wobject/WeatherData.pm
lib/WebGUI/AssetClipboard.pm
lib/WebGUI/AssetCollateral/DataForm/Entry.pm
lib/WebGUI/AssetExportHtml.pm
lib/WebGUI/AssetLineage.pm
lib/WebGUI/AssetMetaData.pm
lib/WebGUI/AssetTrash.pm
lib/WebGUI/AssetVersioning.pm
lib/WebGUI/Auth.pm
lib/WebGUI/Cache/CHI.pm
lib/WebGUI/Content/AssetManager.pm
lib/WebGUI/Fork/ProgressBar.pm
lib/WebGUI/Form/JsonTable.pm
lib/WebGUI/Form/TimeField.pm
lib/WebGUI/Form/Zipcode.pm
lib/WebGUI/Group.pm
lib/WebGUI/International.pm
lib/WebGUI/Macro/AssetProxy.pm
lib/WebGUI/Macro/FileUrl.pm
lib/WebGUI/Operation/SSO.pm
lib/WebGUI/Operation/User.pm
lib/WebGUI/Role/Asset/Subscribable.pm
lib/WebGUI/Shop/Cart.pm
lib/WebGUI/Shop/Transaction.pm
lib/WebGUI/Shop/TransactionItem.pm
lib/WebGUI/Test.pm
lib/WebGUI/URL/Content.pm
lib/WebGUI/URL/Uploads.pm
lib/WebGUI/User.pm
lib/WebGUI/Workflow/Activity/ExtendCalendarRecurrences.pm
lib/WebGUI/Workflow/Activity/SendNewsletters.pm
lib/WebGUI/i18n/English/Asset.pm
lib/WebGUI/i18n/English/WebGUI.pm
sbin/installClass.pl
sbin/rebuildLineage.pl
sbin/search.pl
sbin/testEnvironment.pl
t/Asset/Asset.t
t/Asset/AssetClipboard.t
t/Asset/AssetLineage.t
t/Asset/AssetMetaData.t
t/Asset/Event.t
t/Asset/File.t
t/Asset/File/Image.t
t/Asset/Post/notification.t
t/Asset/Sku.t
t/Asset/Story.t
t/Asset/Template.t
t/Asset/Wobject/Collaboration/templateVariables.t
t/Asset/Wobject/Collaboration/unarchiveAll.t
t/Asset/Wobject/Shelf.t
t/Auth.t
t/Macro/EditableToggle.t
t/Macro/FilePump.t
t/Shop/Cart.t
t/Shop/Transaction.t
t/Storage.t
t/User.t
t/Workflow.t
2011-05-13 18:15:11 -05:00
Doug Bell
ecbaca599d
formbuilder templatevar prefix must contain the underscore now
2011-05-04 13:48:19 -05:00
Doug Bell
5302c818ea
move Account User editSettingsForm to FormBuilder
2011-01-13 14:33:04 -06:00
Doug Bell
6ff66d4974
move Account Shop editSettingsForm to FormBuilder
2011-01-13 14:33:04 -06:00
Doug Bell
4bb18886da
move Profile editSettingsForm to Formbuilder
2011-01-13 14:33:03 -06:00
Doug Bell
c0a822ef1f
move Account Friends editSettingsForm to FormBuilder
2011-01-13 14:33:03 -06:00
Doug Bell
c7969b7f1b
move FriendManager editSettingsForm to FormBuilder
2011-01-13 14:33:03 -06:00
Doug Bell
0363a188ab
move Account Contributions editSettingsForm to FormBuilder
2011-01-13 14:33:03 -06:00
Doug Bell
1fc6c79306
move Account skeleton editSettingsForm to FormBuilder
2011-01-13 14:33:03 -06:00
Doug Bell
6bb5ab997d
Account::Inbox editSettingsForm to FormBuilder
2011-01-04 19:54:09 -06:00
Doug Bell
4919c1d9fb
fix warning from friendManager
2011-01-04 19:54:09 -06:00
Colin Kuskie
f323c8025b
Clean up syntax warning about double my in FriendManager.
2011-01-04 17:52:15 -08:00
Doug Bell
8299e9e706
migrate Account Friends sentFriendRequest to FB
2011-01-04 18:01:23 -06:00
Doug Bell
cd2f907ef3
migrate friendmanager editFriends to formbuilder
2011-01-04 18:01:22 -06:00
Doug Bell
fbca10f617
remove use of AUTOLOAD
2011-01-04 18:01:21 -06:00
Doug Bell
2c51e6d4fd
move core profile fields into users table
...
this change will fix the problems with the userProfileData table being
way too big. it also simplifies many basic user search tasks, not
needing to join the userProfileData table
2010-12-03 22:36:30 -06:00
Colin Kuskie
fd8f03a186
Change getMimeType and setMimeType to response->content_type.
2010-11-21 22:35:26 -08:00
Colin Kuskie
59c03b50e7
Change occurances of user->profileField to user->get
2010-11-18 16:12:03 -08:00
Doug Bell
5f89a281e9
fix #11965 : FriendMgr pagination and getUsersNotIn
2010-11-16 13:26:38 -06:00
Colin Kuskie
87326192a3
Merge commit ' 4635b91554' into WebGUI8. Syntax clean up to 7.10.2
2010-10-27 15:59:33 -07:00
Colin Kuskie
2adc7a24e2
Move "back to profile" link from Account Profile Layout template into the View template. Added the can_edit_profile template variable to common template variables for the Profile plugin.
2010-09-28 09:32:33 -07:00
Colin Kuskie
0180b11064
Merge commit ' b8845e25fa' into WebGUI8. Up to 7.10.0
2010-09-22 07:58:06 -07:00
Graham Knop
ed04b99872
remove WebGUI::Utility
2010-09-07 13:18:49 -05:00
Graham Knop
6aa26c2e44
remove WebGUI::Utility::isIn
2010-09-07 12:33:15 -05:00
Colin Kuskie
1f2fbeb823
Remove debug code.
2010-09-02 13:25:48 -07:00
Graham Knop
a34f51a903
remove WebGUI::Utility::emailRegex
2010-08-20 12:22:33 -05:00
Colin Kuskie
e0177dc666
Remove Session::Env, migrate code to Plack::Request object in Session, and WebGUI::Session::Request
2010-07-01 17:40:12 -07:00
Colin Kuskie
5e502fee53
Merge commit ' 17ce3572bf' into WebGUI8. All tests passing.
2010-06-30 18:43:27 -07:00
Colin Kuskie
e5b82bc861
Merge commit ' 4969f31e1f' into WebGUI8
2010-06-26 14:37:31 -07:00
Colin Kuskie
f7e0c9f940
Archived content should be shown in the Account/Contributions screen. Fixes bug #11643 .
2010-06-15 14:11:26 -07:00
Colin Kuskie
ef419c8b7b
There's no need to special case Posts in Account/Contributions. The view method referes you to the Thread, and if a user has multiple posts in a thread, it links to the Thread multiple times. Also, this fixes bug #11622 .
2010-06-15 11:08:50 -07:00
Colin Kuskie
7afb41fdf9
Allow whitespace formatting in user invitations. Preserve text messages with newlines. Fixes bug #11538
2010-05-17 16:13:01 -07:00
khenn
b0c7c1162d
Added sendNotification flag to WebGUI::Friends::rejectAddRequest. Added setting which supresses friend rejection notices from the inbox.
2010-05-13 17:15:41 -05:00
Graham Knop
2400f19099
Merge branch 'master' into WebGUI8
2010-04-13 07:50:02 -05:00
Graham Knop
2af4c4de63
clean up WebGUI::Utility imports
2010-03-10 12:59:51 -06:00
Graham Knop
913fa9ad03
clean up Tie::IxHash imports
2010-03-10 12:59:51 -06:00
Colin Kuskie
913802f0f6
And again...
2010-03-03 19:39:00 -08:00
Colin Kuskie
4137b196ae
Update Account/Inbox plugin for new Asset instanciators and exceptions.
2010-03-03 19:38:02 -08:00
Colin Kuskie
abf4aec1a2
Change user invitation emails to come from the sending site, instead of the user, since that can cause SPF problems. Fixes bug #11435 .
2010-02-24 10:14:13 -08:00
Colin Kuskie
f761188bb0
Queue invitations to be sent instead of sending them directly to avoid dropped emails due to SMTP problems. Fixes bug #11436 .
2010-02-24 09:49:19 -08:00
Colin Kuskie
aafbf01b8e
Change invitations to use HTML instead of text. Fixes bug #11434 .
2010-02-24 09:43:58 -08:00
Colin Kuskie
34846c45a6
Update Account/Shop for exceptions.
2010-01-28 13:20:01 -08:00
Colin Kuskie
1b87d4877c
Update Account/Contributions for WebGUI::Definition and exceptions.
2010-01-28 13:18:04 -08:00
Colin Kuskie
1e7f443126
Fix problems with the Sales tab in the Shop Account plugin.
...
Only display the Sales tab to vendors, and prevent www_viewSales from erroring out if the
user is not a vendor. New template, template variable, i18n.
2010-01-18 08:51:17 -08:00
Colin Kuskie
49bd7f5032
newByDynamicClass changed to newById
2009-12-27 19:08:15 -08:00
Colin Kuskie
cb74591afa
Fix typo in POD sub name.
2009-11-29 16:18:24 -08:00
Colin Kuskie
4b1867587e
Fix pagination when viewing another user's friends. bug #11076
2009-09-30 18:37:56 -07:00
Colin Kuskie
5ee64a57d3
Allow profile fields to be emptied. Fixes bug #10913 .
2009-09-14 20:42:38 -07:00