Graham Knop
|
6aa26c2e44
|
remove WebGUI::Utility::isIn
|
2010-09-07 12:33:15 -05:00 |
|
Doug Bell
|
babfa74209
|
Merge branch 'master' into 8-merge
Conflicts:
docs/gotcha.txt
lib/WebGUI.pm
lib/WebGUI/Asset.pm
lib/WebGUI/Asset/File/GalleryFile/Photo.pm
lib/WebGUI/Asset/Post.pm
lib/WebGUI/Asset/Story.pm
lib/WebGUI/Asset/Template.pm
lib/WebGUI/Asset/Wobject/Calendar.pm
lib/WebGUI/Asset/Wobject/GalleryAlbum.pm
lib/WebGUI/Asset/Wobject/Navigation.pm
lib/WebGUI/AssetLineage.pm
lib/WebGUI/AssetTrash.pm
lib/WebGUI/Config.pm
lib/WebGUI/Form/Template.pm
lib/WebGUI/Group.pm
lib/WebGUI/Inbox.pm
lib/WebGUI/Workflow/Activity/DeleteExpiredSessions.pm
lib/WebGUI/Workflow/Activity/TrashExpiredEvents.pm
sbin/testEnvironment.pl
t/AdSpace.t
t/AdSpace/Ad.t
t/Asset/Asset.t
t/Asset/AssetExportHtml.t
t/Asset/AssetLineage.t
t/Asset/EMSSubmissionForm.t
t/Asset/Event.t
t/Asset/File/GalleryFile/Photo/00base.t
t/Asset/File/GalleryFile/Photo/comment.t
t/Asset/File/GalleryFile/Photo/download.t
t/Asset/File/GalleryFile/Photo/edit.t
t/Asset/File/GalleryFile/Photo/exif.t
t/Asset/File/GalleryFile/Photo/makeResolutions.t
t/Asset/File/GalleryFile/Photo/makeShortcut.t
t/Asset/File/Image/setfile.t
t/Asset/File/setfile.t
t/Asset/Post.t
t/Asset/Post/Thread/getAdjacentThread.t
t/Asset/Sku.t
t/Asset/Sku/ProductCollateral.t
t/Asset/Story.t
t/Asset/Template.t
t/Asset/Template/HTMLTemplateExpr.t
t/Asset/Wobject/Gallery/00base.t
t/Asset/Wobject/GalleryAlbum/00base.t
t/Asset/Wobject/GalleryAlbum/ajax.t
t/Asset/Wobject/GalleryAlbum/delete.t
t/Asset/Wobject/Matrix.t
t/Asset/Wobject/StoryArchive.t
t/Asset/Wobject/Survey/ExpressionEngine.t
t/Asset/Wobject/Survey/Reports.t
t/AssetAspect/RssFeed.t
t/Auth/mech.t
t/Config.t
t/Group.t
t/Help/isa.t
t/International.t
t/Mail/Send.t
t/Operation/AdSpace.t
t/Operation/Auth.t
t/Pluggable.t
t/Session.t
t/Session/DateTime.t
t/Session/ErrorHandler.t
t/Session/Scratch.t
t/Session/Stow.t
t/Shop/Cart.t
t/Shop/Pay.t
t/Shop/PayDriver/ITransact.t
t/Shop/PayDriver/PayPalStd.t
t/Shop/Ship.t
t/Shop/ShipDriver.t
t/Shop/TaxDriver/EU.t
t/Shop/TaxDriver/Generic.t
t/Shop/Transaction.t
t/Shop/Vendor.t
t/VersionTag.t
t/Workflow/Activity/ArchiveOldStories.t
t/Workflow/Activity/ExpireIncompleteSurveyResponses.t
t/lib/WebGUI/Test.pm
|
2010-07-09 11:48:30 -05:00 |
|
Colin Kuskie
|
53721581a1
|
Fix cleanup of Inbox messages for users. Provide a method for cleaning up Admin's messages.
|
2010-06-09 17:24:21 -07:00 |
|
Scott Walters
|
07657e5011
|
Reworked active messages SQL. Fixes #11594. Don't try to relate
to groups that the user may not be a part of any longer.
|
2010-06-08 17:01:13 -04:00 |
|
Colin Kuskie
|
30e869b66d
|
Better cleanup of Inbox messages. Encapsulate all SQL in Inbox/Message. Fix workflow. Upgrade script to cleanup state table. Fixes bug #11595.
|
2010-06-07 10:44:12 -07:00 |
|
Graham Knop
|
5122518652
|
remove useless DESTROYs
|
2010-04-16 20:57:00 -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
|
385d35c13b
|
RFE for making an user's inbox filterable by the person who sent it.
Includes template changes, i18n, help and tests.
|
2009-05-13 17:20:40 +00:00 |
|
Colin Kuskie
|
754b9c7c31
|
Reverting change to Inbox default SORT BY.
|
2009-04-16 23:17:55 +00:00 |
|
Colin Kuskie
|
15d3738134
|
Remove a strange clause from Inbox ORDER BY.
|
2009-04-14 23:29:09 +00:00 |
|
Colin Kuskie
|
235bbd14d1
|
POD fix
|
2009-04-14 17:16:13 +00:00 |
|
Colin Kuskie
|
9985f3768f
|
Allow groupIdAdminUser to view Inbox messages.
|
2009-04-07 13:40:41 -07:00 |
|
Colin Kuskie
|
b2523d8b24
|
API change to allow filtering messages by userId.
Changes to getMessagesForUser, getMessagePaginator. With tests.
|
2009-02-23 12:27:11 -08:00 |
|
Colin Kuskie
|
a6c9d3c3d1
|
Peel off SQL so that others things can be selected.
|
2009-02-23 09:11:34 -08:00 |
|
Graham Knop
|
24da723629
|
updating copyright year
|
2009-02-20 23:47:30 +00:00 |
|
Graham Knop
|
586fdb0ec6
|
fixing POD issues, User test
|
2008-11-24 02:27:20 +00:00 |
|
Graham Knop
|
09d545197a
|
fix more syntax warnings
|
2008-11-24 01:49:32 +00:00 |
|
Frank Dillon
|
0e42cdecfc
|
Fixed a bug which would cause the query to return inbox messages to fail if the user wasn't a member of any groups.
|
2008-11-17 05:13: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 |
|
Doug Bell
|
26d353e7e6
|
Inbox can now handle millions of messages without being impossible to view
|
2008-07-29 16:59:10 +00:00 |
|
JT Smith
|
93b5ca16e4
|
updating copyright year
|
2008-02-07 23:28:18 +00:00 |
|
JT Smith
|
fa09c41598
|
replaced return; with return undef;
|
2008-01-24 21:58:15 +00:00 |
|
Colin Kuskie
|
96178fd70c
|
first round of Perl::Critic cleanups. Do not use return undef, use a bare return instead
|
2007-12-05 00:30:43 +00:00 |
|
Doug Bell
|
587443b801
|
add: Friends network
|
2007-10-22 19:42:11 +00:00 |
|
JT Smith
|
a7dde82421
|
updated copyright
|
2007-07-01 16:09:42 +00:00 |
|
Frank Dillon
|
e0c86a8915
|
inbox changes
|
2007-06-15 18:17:12 +00:00 |
|
Frank Dillon
|
82e020dc4f
|
Changes to WebGUI for Private Messaging
|
2007-06-14 20:10:33 +00:00 |
|
Colin Kuskie
|
d82e5a590a
|
move exit statement inside conditional to speed up loop execution
|
2007-05-26 04:04:20 +00:00 |
|
Wouter van Oijen
|
2d9565775f
|
POD fixes and removing debug output
|
2006-07-11 09:05:22 +00:00 |
|
Martin Kamerbeek
|
29351b77a8
|
fixed bug [ 1471909 ] createAccountSave not called - no validate email
|
2006-05-02 11:28:57 +00:00 |
|
JT Smith
|
b84d068229
|
fixes for matrix and inbox
|
2006-03-22 21:20:24 +00:00 |
|
JT Smith
|
b6ad963119
|
replaced MessageLog with Inbox
|
2006-03-21 22:44:31 +00:00 |
|
JT Smith
|
eb6a7a9416
|
started adding new workflow based approval process
|
2006-03-15 20:15:55 +00:00 |
|
JT Smith
|
7afecafb6c
|
the start of the inbox system for workflow, the rest will have to wait until we get some activities going
|
2006-02-01 00:19:32 +00:00 |
|