Colin Kuskie
|
5febc0ebbc
|
Merge commit '41575d24bb' into webgui8. Some tests still failing.
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/Template.pm
lib/WebGUI/Asset/WikiPage.pm
lib/WebGUI/Asset/Wobject/WikiMaster.pm
lib/WebGUI/Cache.pm
lib/WebGUI/Content/Setup.pm
lib/WebGUI/Role/Asset/Subscribable.pm
lib/WebGUI/Shop/Cart.pm
lib/WebGUI/Shop/Pay.pm
lib/WebGUI/Shop/PayDriver/ITransact.pm
sbin/testEnvironment.pl
t/Asset/WikiPage.t
t/Shop/PayDriver.t
t/Shop/PayDriver/ITransact.t
t/Shop/PayDriver/Ogone.t
t/Shop/TaxDriver/EU.t
t/Shop/TaxDriver/Generic.t
t/Workflow/Activity/RemoveOldCarts.t
t/lib/WebGUI/Test.pm
|
2010-06-25 23:25:26 -07:00 |
|
Colin Kuskie
|
10f2cda847
|
Change purge from override to around.
|
2010-06-17 11:31:31 -07:00 |
|
Colin Kuskie
|
19c2c5fa1c
|
Remove status description from Session/Http, and update all users of setStatus.
|
2010-06-17 08:18:24 -07:00 |
|
Graham Knop
|
4c7e00b298
|
fix exporting RssFeed for uncommitted assets
|
2010-06-15 05:32:10 -05:00 |
|
Colin Kuskie
|
9b071c1510
|
Update the JSON collateral test. Duplicate JSONCollateral into a Role so it can be used with Assets.
|
2010-06-11 11:51:38 -07:00 |
|
Colin Kuskie
|
4b730ac13d
|
Use the right fieldtype for JSON fields in the db.
|
2010-06-11 11:49:37 -07:00 |
|
Colin Kuskie
|
963591d5e1
|
Fix a bad around wrapper in the RssFeed assetExportHtml sub.
|
2010-06-07 15:49:07 -07:00 |
|
Colin Kuskie
|
be259d803c
|
Fix problems with assetExportHtml. The method needs to be rethought, and make check that one exists before calling it via can/DOES. Fix a problem with duplicating the session, since duplicate is not a class method.
|
2010-06-05 22:25:18 -07:00 |
|
Colin Kuskie
|
3faacabed2
|
Change prepareView to use around instead of override, so it can work with packages that also need to wrap prepareView.
|
2010-05-21 19:26:07 -07:00 |
|
Colin Kuskie
|
1aeb75bce9
|
Fix POD whitespace problems.
|
2010-05-06 12:38:00 -07:00 |
|
Graham Knop
|
29df110409
|
progress and WebGUI::Paths conversion
|
2010-04-15 18:42:16 -05:00 |
|
Graham Knop
|
2400f19099
|
Merge branch 'master' into WebGUI8
|
2010-04-13 07:50:02 -05:00 |
|
Colin Kuskie
|
873c07ac73
|
Must return the state of the call to super() in Subscribable's purge.
|
2010-04-11 19:57:14 -07:00 |
|
Colin Kuskie
|
4210d06927
|
Removed unneeded use module line.
|
2010-04-09 11:24:22 -07:00 |
|
Colin Kuskie
|
943ae9f259
|
Only delete a group if it exists.
|
2010-04-09 11:19:13 -07:00 |
|
Colin Kuskie
|
1860408b62
|
Set a default template for the Subscription role.
use WebGUI::Mail::Send, too.
|
2010-04-06 18:57:55 -07:00 |
|
Colin Kuskie
|
4fb5a55d2f
|
Moose appropriate SUPER for RssFeed role.
|
2010-03-23 12:42:32 -07:00 |
|
Colin Kuskie
|
22bbf2e23c
|
Check the Asset, not the class, and make sure it is loaded.
|
2010-03-23 11:54:19 -07:00 |
|
Colin Kuskie
|
e2033afbac
|
Fix a typo in Subscribable Role.
|
2010-03-19 14:42:16 -07:00 |
|
Colin Kuskie
|
a8496c4d15
|
Convert Comments role to use Types. Build a test for it.
|
2010-03-18 15:06:17 -07:00 |
|
Colin Kuskie
|
b0cad3b155
|
Remove get and update overrides in Asset::Role::Comments
|
2010-03-18 09:10:45 -07:00 |
|
Colin Kuskie
|
8209de7978
|
Add tests for most other wobjects. Block broken code in Role/Asset/Comments. Refactor run_asset.t
|
2010-03-12 08:41:04 -08:00 |
|
Graham Knop
|
913fa9ad03
|
clean up Tie::IxHash imports
|
2010-03-10 12:59:51 -06:00 |
|
Colin Kuskie
|
360acb5191
|
Use wg8 instanciators.
|
2010-03-04 08:50:57 -08:00 |
|
Colin Kuskie
|
26e50b97f9
|
Fix POD typo.
|
2010-03-03 21:25:57 -08:00 |
|
Colin Kuskie
|
dfc388fe3d
|
More Subscribable fixes.
|
2010-03-03 21:08:18 -08:00 |
|
Colin Kuskie
|
2b39e16cc8
|
Rough conversion of Comments and Installable to Moose.
|
2010-03-03 19:22:13 -08:00 |
|
Colin Kuskie
|
a37b1c725b
|
Cleanup for moose accessors.
|
2010-03-03 19:02:00 -08:00 |
|
Colin Kuskie
|
5dc0299226
|
First cut at moving Subscribable to an Asset.
|
2010-03-03 18:43:28 -08:00 |
|
Colin Kuskie
|
7e673d4bc7
|
Don't need no stinkin' strict anymore!
|
2010-03-03 18:43:14 -08:00 |
|
Colin Kuskie
|
381e1ff022
|
Remove stub. Use requires to force the sub.
|
2010-02-19 01:35:52 -08:00 |
|
Colin Kuskie
|
edeb858d1f
|
Convert RssFeed AssetAspect into a role. Doesn't work at all.
|
2010-02-17 18:54:30 -08:00 |
|
Graham Knop
|
8f8335ce92
|
fix AlwaysHidden docs
|
2010-02-17 16:44:03 -06:00 |
|
Doug Bell
|
845ede878a
|
Merge branch 'asset-helpers' into 8
Conflicts:
README
lib/WebGUI/Role/Asset/AlwaysHidden.pm
|
2010-02-17 15:24:46 -06:00 |
|
Colin Kuskie
|
7caa3e3738
|
Move AssetRole to Role::Asset, and update all client modules.
|
2010-02-16 11:00:47 -08:00 |
|