Commit graph

589 commits

Author SHA1 Message Date
Colin Kuskie
b323f74121 Update copyright notice 2011-12-28 11:30:38 -08:00
Colin Kuskie
431cd280a4 Merge commit 'v7.10.22' into WebGUI8 2011-10-31 20:13:01 -07:00
Colin Kuskie
288624338c 7.10 is now stable. 2011-08-16 18:07:41 -07:00
Scott Walters
e945a94c63 Reworked error handling to propogate errors downward, especially when webgui.debug is set 2011-07-26 03:10:56 -04:00
Colin Kuskie
5e40bf4528 Ready for 7.10.21 development 2011-07-25 21:14:05 -07:00
Colin Kuskie
39165c5485 Ready for 7.10.20 development. 2011-07-11 21:03:13 -07:00
Colin Kuskie
200b4c3ec7 Specify the auth type when HTTP Basic auth fails. Fixes bug #12184. 2011-07-10 18:11:28 -07:00
Colin Kuskie
3fa9d82bcd Ready for 7.10.20 development. 2011-06-27 22:07:50 -07:00
Colin Kuskie
a2425bdbc4 Ready for 7.10.19 development. 2011-06-13 20:31:05 -07:00
Colin Kuskie
926cfd18e4 Ready for 7.10.18 development. 2011-05-24 20:54:32 -07:00
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
Colin Kuskie
bba52ddee1 Ready for 7.10.17 development. 2011-05-16 22:19:39 -07: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
e0491ac1a2 Ready for 7.10.16 development. 2011-05-02 20:28:40 -07: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