Scott Walters
2cf986ff57
Back out $SIG{__DIE__}. Exposes far too many caught errors. Back to the
...
drawing board.
2011-05-22 23:54:01 -04:00
Scott Walters
95def8a439
Perl run-time errors get kicked over to session->log->error, and
...
WebGUI::Middleware::StackTrace now intercepts errors as well as
fatals (since fatals are likely going away).
2011-05-22 15:25:10 -04:00
Doug Bell
677ac978b6
Merge branch 'WebGUI8' of github.com:plainblack/webgui into 8
...
Conflicts:
lib/WebGUI.pm
lib/WebGUI/Auth/WebGUI.pm
sbin/findBrokenAssets.pl
sbin/testEnvironment.pl
2011-05-13 18:20:52 -05:00
Doug Bell
277faae8a1
Merge commit 'v7.10.15' into 8
...
Conflicts:
docs/gotcha.txt
docs/previousVersion.sql
docs/templates.txt
lib/WebGUI.pm
lib/WebGUI/Asset.pm
lib/WebGUI/Asset/Event.pm
lib/WebGUI/Asset/File.pm
lib/WebGUI/Asset/MapPoint.pm
lib/WebGUI/Asset/RichEdit.pm
lib/WebGUI/Asset/Sku/Product.pm
lib/WebGUI/Asset/Snippet.pm
lib/WebGUI/Asset/Story.pm
lib/WebGUI/Asset/Template.pm
lib/WebGUI/Asset/Template/TemplateToolkit.pm
lib/WebGUI/Asset/Wobject/Calendar.pm
lib/WebGUI/Asset/Wobject/Carousel.pm
lib/WebGUI/Asset/Wobject/Collaboration.pm
lib/WebGUI/Asset/Wobject/Dashboard.pm
lib/WebGUI/Asset/Wobject/DataForm.pm
lib/WebGUI/Asset/Wobject/Folder.pm
lib/WebGUI/Asset/Wobject/Map.pm
lib/WebGUI/Asset/Wobject/Search.pm
lib/WebGUI/Asset/Wobject/Shelf.pm
lib/WebGUI/Asset/Wobject/StockData.pm
lib/WebGUI/Asset/Wobject/StoryTopic.pm
lib/WebGUI/Asset/Wobject/SyndicatedContent.pm
lib/WebGUI/Asset/Wobject/Thingy.pm
lib/WebGUI/Asset/Wobject/WeatherData.pm
lib/WebGUI/AssetClipboard.pm
lib/WebGUI/AssetCollateral/DataForm/Entry.pm
lib/WebGUI/AssetExportHtml.pm
lib/WebGUI/AssetLineage.pm
lib/WebGUI/AssetMetaData.pm
lib/WebGUI/AssetTrash.pm
lib/WebGUI/AssetVersioning.pm
lib/WebGUI/Auth.pm
lib/WebGUI/Cache/CHI.pm
lib/WebGUI/Content/AssetManager.pm
lib/WebGUI/Fork/ProgressBar.pm
lib/WebGUI/Form/JsonTable.pm
lib/WebGUI/Form/TimeField.pm
lib/WebGUI/Form/Zipcode.pm
lib/WebGUI/Group.pm
lib/WebGUI/International.pm
lib/WebGUI/Macro/AssetProxy.pm
lib/WebGUI/Macro/FileUrl.pm
lib/WebGUI/Operation/SSO.pm
lib/WebGUI/Operation/User.pm
lib/WebGUI/Role/Asset/Subscribable.pm
lib/WebGUI/Shop/Cart.pm
lib/WebGUI/Shop/Transaction.pm
lib/WebGUI/Shop/TransactionItem.pm
lib/WebGUI/Test.pm
lib/WebGUI/URL/Content.pm
lib/WebGUI/URL/Uploads.pm
lib/WebGUI/User.pm
lib/WebGUI/Workflow/Activity/ExtendCalendarRecurrences.pm
lib/WebGUI/Workflow/Activity/SendNewsletters.pm
lib/WebGUI/i18n/English/Asset.pm
lib/WebGUI/i18n/English/WebGUI.pm
sbin/installClass.pl
sbin/rebuildLineage.pl
sbin/search.pl
sbin/testEnvironment.pl
t/Asset/Asset.t
t/Asset/AssetClipboard.t
t/Asset/AssetLineage.t
t/Asset/AssetMetaData.t
t/Asset/Event.t
t/Asset/File.t
t/Asset/File/Image.t
t/Asset/Post/notification.t
t/Asset/Sku.t
t/Asset/Story.t
t/Asset/Template.t
t/Asset/Wobject/Collaboration/templateVariables.t
t/Asset/Wobject/Collaboration/unarchiveAll.t
t/Asset/Wobject/Shelf.t
t/Auth.t
t/Macro/EditableToggle.t
t/Macro/FilePump.t
t/Shop/Cart.t
t/Shop/Transaction.t
t/Storage.t
t/User.t
t/Workflow.t
2011-05-13 18:15:11 -05:00
Scott Walters
57d2dbed56
WebGUI::Session::Http should go away ( #11647 )
...
Move logic out of WebGUI::Session::HTTP and into WebGUI::Session::Response /
::Request; deprecate more functions; change references in core to use
$session->response instead; fix tests that broke because of the change but
not one that merely generate the deprecated warning because I want to know
that the proxying of depricated methods is working. These can be changed later.
2011-05-11 16:17:54 -04:00
Scott Walters
742db182e8
don't force an extra layer of streaming as doing so bypasses plack middlewares.
2011-05-05 14:58:03 -04:00
Colin Kuskie
fa0a606f1e
Ready for 7.10.15 development.
2011-04-18 20:43:20 -07:00
Doug Bell
b8dec21449
allow templates to be returned from content handlers
2011-04-08 15:44:28 -05:00
Colin Kuskie
8b01eb25b9
Ready for 7.10.14 development.
2011-04-04 20:58:36 -07:00
Doug Bell
cd425b9426
preparing for 7.10.13 dev
2011-03-21 23:05:00 -05:00
Colin Kuskie
6ac8c49c87
Ready for 7.10.12 development.
2011-03-07 20:55:30 -08:00
Colin Kuskie
c9003e3517
Ready for 7.10.11 development.
2011-02-21 21:35:23 -08:00
Colin Kuskie
1df5429323
Ready for 7.10.10 development
2011-02-07 21:14:07 -08:00
Colin Kuskie
93646ad8e6
Ready for 7.10.9 development cycle.
2011-01-24 21:22:17 -08:00
Colin Kuskie
006c27f582
Ready for 7.10.8 development.
2011-01-10 21:34:55 -08:00
Doug Bell
f43541c5c9
done with addRevision tests
...
remaining fails are other stuff and I need to move on
2010-12-03 15:01:31 -06:00
Colin Kuskie
daaf6d44b5
Ready for 7.10.7 development
2010-11-30 21:03:23 -08:00
Colin Kuskie
e5adc07a05
Remove getStatus and setStatus in Session::Http, and replace them with status, from $session->status.
2010-11-21 21:11:41 -08:00
Colin Kuskie
63217ab198
Ready for 7.10.6 development.
2010-11-16 21:02:49 -08:00
Colin Kuskie
a90eadda7c
Merge commit ' bfe9780ce0' into WebGUI8. Merged up to 7.10.3
2010-11-02 14:49:33 -07:00
Doug Bell
199c4e4960
change ErrorHandler to Log
2010-10-27 12:50:12 -05:00
Colin Kuskie
aabb9ed214
Getting cookies can croak. Eval the fetching of cookies and do error handling. Fixes bug #11912 .
2010-10-19 09:21:37 -07:00
Colin Kuskie
5efd3afbf5
Ready for 7.10.5 development.
2010-11-02 19:02:51 -07:00
Colin Kuskie
d323ad1a09
Ready for 7.10.4 development.
2010-10-19 20:46:28 -07:00
Colin Kuskie
20db0287b4
Ready for 7.10.3 development.
2010-10-05 21:02:44 -07:00
Colin Kuskie
9764c2f406
Ready for 7.10.2 release cycle
2010-09-21 20:52:31 -07:00
Colin Kuskie
e5c2f13e49
Ready for 7.10.1 development.
2010-09-07 22:18:13 -07:00
Colin Kuskie
00ef223d86
Branching for 7.10.0
2010-08-24 21:31:49 -07:00
Colin Kuskie
cb13f672ca
Ready for 7.9.14 development. Preparing to branch for 7.10
2010-08-24 21:25:32 -07:00
Colin Kuskie
b2924bdb7b
Ready fro 7.9.13 development.
2010-08-11 18:37:22 -07:00
Colin Kuskie
e55e7d21f0
Ready for 7.9.12 development.
2010-08-10 22:17:13 -07:00
root
63865eb39f
WebGUI 7.9.11 is stable.
2010-08-10 23:51:56 -05:00
Doug Bell
2a33785d11
fix streaming. don't close the session until done
2010-08-03 17:02:39 -05:00
Colin Kuskie
8504f65bf0
Ready for 7.9.11 development. This will be the freeze version for 7.9.
2010-07-27 20:34:06 -07:00
Colin Kuskie
18da6a8be7
Ready for 7.9.10 development cycle.
2010-07-13 20:00:09 -07:00
Colin Kuskie
c5257dca0e
Ready for 7.9.9 development.
2010-06-29 22:08:11 -07:00
Graham Knop
8bfa022441
add type with coersion for WebGUI::Config
2010-06-17 10:27:09 -05:00
Colin Kuskie
9bc7208c48
Ready for 7.9.8 development
2010-06-15 16:00:49 -07:00
Colin Kuskie
95523e73d1
A little bit of POD for WebGUI.pm
2010-06-13 17:45:22 -07:00
Doug Bell
dcf8b747b1
preparing for 7.9.7 dev
2010-06-01 21:13:20 -05:00
Colin Kuskie
5a0d7ddf64
Ready for 7.9.6 development cycle.
2010-05-18 21:18:31 -07:00
Colin Kuskie
41575d24bb
ready for 7.9.5 development
2010-05-04 22:17:46 -07:00
Colin Kuskie
808a866c8b
Ready for 7.9.4 development
2010-04-20 22:44:00 -07:00
Patrick Donelan
f99f672b06
Minor refactoring
2010-04-17 20:52:22 -04:00
Patrick Donelan
ecc9967f2e
Think twice before "improving" anything Haarg has committed
2010-04-17 19:49:53 -04:00
Patrick Donelan
9621120825
PSGI improvements
...
Call to_app() explicitly rather than using Plack::Component's overload
Compile the psgi sub once per app, not once per req
2010-04-17 19:06:07 -04:00
Graham Knop
ff2a36026a
WebGUI.pm as subclass of Plack::Component
2010-04-16 20:57:07 -05:00
Graham Knop
cd9afc78b9
fix some WebGUI::Paths stuff, multi-site plackup
2010-04-16 20:56:30 -05:00
Graham Knop
373be0881d
Merge branch 'WebGUI8' into HEAD
2010-04-16 20:52:46 -05:00
Graham Knop
3b5ba1409e
update WebGUI version
2010-04-15 19:12:16 -05:00