Colin Kuskie
|
5e502fee53
|
Merge commit '17ce3572bf' into WebGUI8. All tests passing.
|
2010-06-30 18:43:27 -07: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
|
55ec1788ed
|
Test fixes for cross repo-mixup.
|
2010-06-26 13:07:53 -07:00 |
|
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
|
b30491f3a6
|
Merge commit '808a866c8b' into webgui8. 7.9.4 release point
Conflicts:
docs/upgrades/packages-7.9.3/root_import_gallery-templates_default-gallery-edit-album.wgpkg
docs/upgrades/upgrade_7.9.2-7.9.3.pl
lib/WebGUI.pm
lib/WebGUI/Asset/MapPoint.pm
lib/WebGUI/Asset/Wobject/Calendar.pm
lib/WebGUI/Asset/Wobject/Gallery.pm
lib/WebGUI/Asset/Wobject/GalleryAlbum.pm
lib/WebGUI/Asset/Wobject/WikiMaster.pm
lib/WebGUI/AssetClipboard.pm
lib/WebGUI/AssetVersioning.pm
lib/WebGUI/Auth.pm
t/Asset/Asset.t
|
2010-06-25 20:08:11 -07:00 |
|
Colin Kuskie
|
eb96c07d19
|
No need for a ref HASH check.
|
2010-06-24 14:45:04 -07:00 |
|
Colin Kuskie
|
298cc41562
|
Add a missing module required for BUILDARGS;
|
2010-06-24 14:41:58 -07:00 |
|
Colin Kuskie
|
6ac0aa936c
|
Update Shop::Ship to use Moose instead of C::IO. Update tests, and core code. Provide a shim for the old syntax.
|
2010-06-24 13:41:07 -07:00 |
|
Colin Kuskie
|
9678c3d8a7
|
Convert Shop::Pay to use Moose instead of Class::InsideOut. Update tests, and core usages to Moose syntax. Provide a shim so the old, base ->new($session) syntax.
|
2010-06-24 13:31:32 -07:00 |
|
Colin Kuskie
|
3fbc109429
|
Update Session->Style setScript to default to text/javascript. Update the entire codebase to take advantage of it.
|
2010-06-24 13:07:03 -07:00 |
|
Colin Kuskie
|
808f38b2a6
|
Session cleanup for t/Exception/app.t
|
2010-06-24 10:52:43 -07:00 |
|
Colin Kuskie
|
d6be3a1182
|
Enable optional, verbose test debug output.
|
2010-06-24 10:51:36 -07:00 |
|
Colin Kuskie
|
eafb1679e5
|
Add a missing newline.
|
2010-06-24 08:43:12 -07:00 |
|
Colin Kuskie
|
eed390e96b
|
Prevent type-casting warning when a Product has no price.
|
2010-06-23 08:45:33 -07:00 |
|
Colin Kuskie
|
5b8cfe7a38
|
Add missing Middleware for handling HTTP::Exceptions.
|
2010-06-23 08:41:18 -07:00 |
|
Graham Knop
|
e1f06880a0
|
clean up left over merge marker
|
2010-06-20 04:39:54 -05:00 |
|
Graham Knop
|
90dfb83d9d
|
new class for mechanize tests, fix Auth/mech
|
2010-06-18 01:41:07 -05:00 |
|
Colin Kuskie
|
869d12fb82
|
Fetch a fresh asset to prevent groups from leaking.
|
2010-06-17 11:31:47 -07:00 |
|
Colin Kuskie
|
10f2cda847
|
Change purge from override to around.
|
2010-06-17 11:31:31 -07:00 |
|
Colin Kuskie
|
52fe958e1f
|
Add comments for tests.
|
2010-06-17 10:05:31 -07:00 |
|
Colin Kuskie
|
2a39446737
|
Document a new perl module requirement.
|
2010-06-17 10:05:07 -07:00 |
|
Colin Kuskie
|
d1163c0d40
|
Only check children, not descandants to be copied.
|
2010-06-17 09:51:36 -07:00 |
|
Colin Kuskie
|
faf04f724c
|
Update privilege test for the removal of status description.
|
2010-06-17 09:40:33 -07:00 |
|
Colin Kuskie
|
f0e0ed328b
|
Update Session/Style for using Plack for capturing output.
|
2010-06-17 09:17:10 -07:00 |
|
Colin Kuskie
|
3593001869
|
Update this test for Plack.
|
2010-06-17 09:12:47 -07:00 |
|
Graham Knop
|
caacf34d05
|
add test for Session->duplicate
|
2010-06-17 10:52:51 -05:00 |
|
Graham Knop
|
0e9b793af9
|
fix WebGUI::Session->duplicate
|
2010-06-17 10:27:10 -05:00 |
|
Graham Knop
|
29428d7d40
|
small adjustments to session middleware
|
2010-06-17 10:27:10 -05:00 |
|
Graham Knop
|
18525e7c1b
|
use callback for log interception instead of on/off
|
2010-06-17 10:27:09 -05:00 |
|
Graham Knop
|
8bfa022441
|
add type with coersion for WebGUI::Config
|
2010-06-17 10:27:09 -05:00 |
|
Colin Kuskie
|
19c2c5fa1c
|
Remove status description from Session/Http, and update all users of setStatus.
|
2010-06-17 08:18:24 -07:00 |
|
Colin Kuskie
|
4cf75513d3
|
Remove SKIP
|
2010-06-16 18:20:24 -07:00 |
|
Colin Kuskie
|
a07bf9b84f
|
Update Session/Http for Plack.
|
2010-06-16 17:37:55 -07:00 |
|
Colin Kuskie
|
433700b6f0
|
Fix a typo with headers instead of header.
|
2010-06-16 17:37:44 -07:00 |
|
Colin Kuskie
|
65873d538e
|
Replace calls to Apache2::RequestUtil->no_cache with direct sets of the appropriate HTTP headers.
|
2010-06-16 13:59:54 -07:00 |
|
Colin Kuskie
|
9b91dd558b
|
Remove mention of getCookies, since it's supposed to use Session::Request now.
|
2010-06-16 11:06:24 -07:00 |
|
Colin Kuskie
|
6d4d51c6ee
|
Use placeholder parameters to prevent string interpolation in SQL queries.
|
2010-06-16 08:55:25 -07:00 |
|
Colin Kuskie
|
7057e92248
|
Use the Plack::Request object to get the server hostname.
|
2010-06-16 08:42:15 -07:00 |
|
Colin Kuskie
|
17ce3572bf
|
Preparing for 7.9.7 release.
|
2010-06-15 15:15:10 -07:00 |
|
Colin Kuskie
|
1ea2f3ea76
|
Add tracking to the InOutBoard test to try and find out why it fails intermittently.
|
2010-06-15 15:13:50 -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
|
169fa47cdc
|
Insert mail footers into the first attachment of the email, trying to match its type (text/html). Convert email messages with only 1 part to singlepart, instead of multipart. Fixes bug #11560.
|
2010-06-15 12:26:02 -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 |
|
Graham Knop
|
73319bf6c0
|
fix copy tests being hard coded based on default home page content
|
2010-06-15 12:40:42 -05:00 |
|
Colin Kuskie
|
fc1e356cfe
|
Fix a bug in the HTMLArea, introduced with the lineageIterator changes. Fixes bug #11629.
|
2010-06-15 09:36:11 -07:00 |
|
Graham Knop
|
dc4e481ac5
|
test leak detection for workflow instances
|
2010-06-15 09:05:09 -05:00 |
|
Graham Knop
|
3be3150224
|
fix file uploading and storage test
|
2010-06-15 08:22:24 -05:00 |
|
Graham Knop
|
ad19589739
|
fix Macro/FormParam test properly this time
|
2010-06-15 07:55:24 -05:00 |
|
Graham Knop
|
280d5282d9
|
Revert "fix test"
This reverts commit fab0e078f5.
|
2010-06-15 07:53:55 -05:00 |
|