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
|
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
|
eed390e96b
|
Prevent type-casting warning when a Product has no price.
|
2010-06-23 08:45:33 -07:00 |
|
Colin Kuskie
|
10f2cda847
|
Change purge from override to around.
|
2010-06-17 11:31:31 -07: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
|
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
|
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
|
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 |
|
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
|
3be3150224
|
fix file uploading and storage test
|
2010-06-15 08:22:24 -05:00 |
|
Graham Knop
|
498f15a167
|
purge asset cache on write
|
2010-06-15 07:10:06 -05:00 |
|
Graham Knop
|
4bf184009c
|
fix url generation
|
2010-06-15 07:09:05 -05:00 |
|
Graham Knop
|
d5744acd5b
|
fix FilePump/Bundle test
|
2010-06-15 07:08:43 -05:00 |
|
Graham Knop
|
392bb0306f
|
fix setting user for request
|
2010-06-15 05:36:02 -05:00 |
|
Graham Knop
|
c4b309f434
|
make fixUrl work when lots of recursion is required
|
2010-06-15 05:33:43 -05:00 |
|
Graham Knop
|
4c7e00b298
|
fix exporting RssFeed for uncommitted assets
|
2010-06-15 05:32:10 -05:00 |
|
Graham Knop
|
26efb0e6b0
|
fix setRow for when only id provided
|
2010-06-15 03:56:26 -05:00 |
|
Colin Kuskie
|
6c3369d0cb
|
Revert "use temp config file for testing"
This reverts commit 9b725c6d42.
|
2010-06-14 15:19:54 -07:00 |
|
Colin Kuskie
|
dc62dedf76
|
Remove bad POD from the Gallery.
|
2010-06-14 11:30:36 -07:00 |
|
Colin Kuskie
|
d661d97d30
|
Referring to onesself in the third person is reserved for policitians like Bob Dole.
|
2010-06-13 19:58:33 -07:00 |
|
Colin Kuskie
|
cb8268f50f
|
Fix POD problem
|
2010-06-13 17:41:28 -07:00 |
|
Graham Knop
|
0d311117e2
|
fix session expiry
|
2010-06-13 06:17:10 -05:00 |
|
Graham Knop
|
cd68b13f61
|
use better api for form variables
|
2010-06-13 06:16:49 -05:00 |
|
Graham Knop
|
9c6b4201f7
|
fix SQL methods
|
2010-06-13 06:16:32 -05:00 |
|
Graham Knop
|
89d4f46a18
|
Merge branch 'psgi' into WebGUI8
|
2010-06-11 23:05:06 -05:00 |
|
Graham Knop
|
e063818e2d
|
some URL fixes and removing some uses of PseudoRequest
|
2010-06-11 23:01:57 -05:00 |
|
Colin Kuskie
|
dcdd671b2c
|
Fix the pending flag, get a fresh copy of the photo asset under test.
|
2010-06-11 20:18:48 -07:00 |
|
Colin Kuskie
|
7df0cc51ed
|
Always get a fresh copy of the survey after doing revision control.
|
2010-06-11 19:11:12 -07: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
|
b8fc033bd7
|
Update the icalFeeds field to use JSON fields correctly.
|
2010-06-11 11:50:32 -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
|
2c1e2b9d3e
|
quickArray returns 1 row, buildArray returns all rows
|
2010-06-11 10:48:11 -07:00 |
|
Colin Kuskie
|
509b833d08
|
quickArray returns 1 row, buildArray returns all rows
|
2010-06-11 10:21:40 -07:00 |
|
Graham Knop
|
dfa1a3d7cb
|
temporary config file fix
|
2010-06-10 23:52:11 -05:00 |
|