Colin Kuskie
11ac13c349
Prune out a method call from db->dbh->quote_identifier.
2010-08-14 17:51:25 -07:00
Scott Walters
f1fe99a95a
Use super() instead of SUPER.
2010-08-12 07:55:53 -04:00
Doug Bell
a99b15a38d
remove getAdminConsole preventing editing Collab
2010-08-06 17:00:12 -05:00
Doug Bell
3934a6704c
fix getEditForm
2010-07-15 11:55:25 -05:00
Doug Bell
3c17dafeb4
processPropertiesFromFormPost to processEditForm
2010-07-15 11:52:04 -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
385931aaab
Merge commit ' f2e0fb509a' into WebGUI8. Some tests still failing.
2010-06-27 22:32:31 -07:00
Colin Kuskie
e5b82bc861
Merge commit ' 4969f31e1f' into WebGUI8
2010-06-26 14:37:31 -07:00
Colin Kuskie
c4e85d8b44
Restore the other fields that a CS can be sorted on, from the thread table. Fixes bug #11614 .
2010-06-07 15:03:03 -07:00
Doug Bell
247c607393
fixes for weaken and iterator
2010-06-01 19:37:53 -05:00
Doug Bell
2c75ab27e6
migrate to getLineageIterator to save memory
2010-06-01 16:23:49 -05:00
Colin Kuskie
f1ea8105d4
Allow users to unsubscribe via email address, without logging in. Fixes bug #11559 .
2010-05-18 15:58:24 -07:00
Graham Knop
0efa62a73c
asset immutability
2010-04-19 18:57:01 -05:00
Doug Bell
b767824711
cache: s/delete/remove/
2010-04-19 18:51:10 -05:00
Doug Bell
165be5b389
remove eval{} from caching code
2010-04-19 18:41:13 -05:00
Colin Kuskie
b4f7bb4334
Do not prevent Assets from being added as children by subclassing addChild. It doesn't prevent paste from working. Fixes bug #11525 .
2010-04-19 09:07:53 -07:00
Graham Knop
2400f19099
Merge branch 'master' into WebGUI8
2010-04-13 07:50:02 -05:00
Colin Kuskie
c835344813
Fixing require loops. Moose overrides for canEdit using packages.
2010-04-08 15:13:13 -07:00
Colin Kuskie
616d5cc866
Moose overrides for purge, purgeRevision, and purgeCache.
2010-04-07 16:43:16 -07:00
Colin Kuskie
794b26d325
Moose override commit in Thread and CS.
2010-04-06 19:30:35 -07:00
Colin Kuskie
6990f52b0d
Fix bug #11510 , allowing non-valid sort fields in the form params to CS.
2010-04-05 10:47:01 -07:00
Colin Kuskie
c0206e61f5
Fix more thread search pagination issues.
2010-03-20 21:48:09 -07:00
Colin Kuskie
88ec09d279
rework how validParent works, and where it is checked. Add an explicit check for it in addChild, and remove a bunch of overridden addChild methods.
2010-03-19 14:31:49 -07:00
Colin Kuskie
a7b4fbc0ed
Fix thread search URLs when threads are archived, or trashed. Location in the pagination is now found by interrupted linear search.
2010-03-16 18:29:09 -07:00
Graham Knop
913fa9ad03
clean up Tie::IxHash imports
2010-03-10 12:59:51 -06:00
Colin Kuskie
9b4a9beba2
Remove usage of Class:C3 in favor of roles.
2010-03-03 17:58:55 -08:00
Colin Kuskie
3d52c45655
Changes to Post and Collaboration, for new Asset instanciators.
2010-03-03 15:45:47 -08:00
Colin Kuskie
dd63819fe0
Attempt #1 to get Roles working with Definition sugar.
2010-02-26 11:11:04 -08:00
Colin Kuskie
3a054b4895
Fix Search results for Threads when useContainers=1
2010-02-25 08:59:33 -08:00
Graham Knop
20ee527dbd
change aspect to define
2010-02-17 16:31:10 -06:00
Colin Kuskie
7c8668616c
Update Collaboration for Moose.
2010-02-16 11:35:48 -08:00
Colin Kuskie
38e6bfad3e
Convert many search forms from POST to GET. Fixes bug ##11372
2010-01-25 15:53:49 -08:00
Colin Kuskie
97338ffefe
When duplicating a CS with now children, clear out the replies and threads. When duplicating with children, recalculate them again, since duplicating clears them. Fixes bug #11347 .
...
Note, the lastPostId and lastPostDate are cleared, and gone. There is no way to recover it after duplicating the branch since
the creationDates and revisionDates are reset when duplicating.
2010-01-18 14:59:34 -08:00
Colin Kuskie
173bec1574
Handle linking to posts not on the first page on a thread view. Fixes bug #11318 .
2010-01-05 20:52:27 -08:00
Colin Kuskie
7281a3dd8e
Fix the CS search, so that links to anchors are correct. Fixes bug #11318
2010-01-05 16:47:56 -08:00
Colin Kuskie
9bb5497aff
Fix Cron issues with CSes. Fixes bug #11284 .
2009-11-30 11:11:36 -08:00
Colin Kuskie
9a17cfe0cd
Fix bad index variables in the CS. Fixes bug #11172 .
2009-10-27 10:14:50 -07:00
JT Smith
3938f9ff0d
removed last remnants of old definition
2009-10-22 17:00:45 -05:00
Doug Bell
473fbeab68
add #10082 Unarchive all collaboration posts
2009-10-22 01:27:39 -05:00
Colin Kuskie
247166baf2
In the CS, do not show a profile link unless the user is not a visitor. Fixes bug #11084
...
If the post is owned by Visitor, do not show the link because no one
is allowed to see Visitor's profile. If the current user is Visitor,
do not show the link because Visitor is not allowed to view anyone's
profile.
2009-10-02 12:49:26 -07:00
JT Smith
ebb6134c2d
bug fixes
2009-09-25 22:50:59 -05:00
JT Smith
ccff9c7014
Converted all existing uses of cache.
2009-09-25 22:24:33 -05:00
Colin Kuskie
ba08f9dd89
Add missing POD. Also, do not call methods from Wobject that are inherited from
...
Asset.
2009-07-06 03:07:25 +00:00
Doug Bell
1de7439056
fixed issue with getSortOrder and rating
2009-06-05 17:31:39 +00:00
JT Smith
9381fd02d8
Insufficient filtering in javascript filter ( #10001 )
2009-06-03 15:53:55 +00:00
Colin Kuskie
80dfb9ffd0
Throw an exception in all wobjects if the main template (used by view)
...
has been deleted.
2009-06-02 19:34:18 +00:00
Eric Kennedy
2fb41ce8e8
Implemented RFE 9204 - Add Reply Filter Code and Reply Rich Editor Option to Collaboration System - Provides ability to specify different Rich Editors and FilterCodes for posts (start of thread) and replies
2009-05-14 03:02:26 +00:00
Doug Bell
d6046d05e3
collab now always sets sortOrder scratch, for better testing
2009-05-11 21:23:19 +00:00
Graham Knop
3a14dc8a58
move back compat method to correct class
2009-04-10 00:51:35 +00:00
Graham Knop
a829304bae
improving RSSCapable upgrade procedure, adding feed header selection
2009-04-03 00:07:19 +00:00