webgui/lib/WebGUI/Content
Scott Walters 7a994b59ce File assets should always give IO::File::WithPath objects to PSGI, instead of the current redirecting or streaming behavior. (#11688)
New API method:  WebGUI::Response::sendFile;  it, as appropriate, calls
setRedirect or setStreamedFile, depending on enableStreamingUploads config var.
setStreamedFile now kicks off the XSendfile process.
File.pm now uses this instead of trying to set both a redirect and a stream.
IO::File::WithPath blows up if a file doesn't exist so this raises an exception
now.
The http now no longer insist that '0' is not a valid filename to stream.
site.psgi, depending on enableStreamingUploads, enables either the Static
or XSendfile middleware.
2011-05-12 20:22:43 -04:00
..
_content.skeleton updating copyright year 2009-02-20 23:47:30 +00:00
Account.pm updating copyright year 2009-02-20 23:47:30 +00:00
Admin.pm add "asset" property to AssetHelpers. 2011-03-25 14:49:44 -05:00
AjaxI18N.pm Change getMimeType and setMimeType to response->content_type. 2010-11-21 22:35:26 -08:00
Asset.pm File assets should always give IO::File::WithPath objects to PSGI, instead of the current redirecting or streaming behavior. (#11688) 2011-05-12 20:22:43 -04:00
AssetDiscovery.pm Change getMimeType and setMimeType to response->content_type. 2010-11-21 22:35:26 -08:00
AssetHistory.pm adminbar macro no longer exists 2011-05-04 12:57:39 -05:00
FacebookAuth.pm updated facebook auth to work with new facebook change/brokeness 2010-09-01 12:16:05 -05:00
FilePump.pm Add bundles, and display list of bundles. 2009-05-15 22:23:36 -07:00
Maintenance.pm WebGUI::Session::Http should go away (#11647) 2011-05-11 16:17:54 -04:00
NotFound.pm Remove getStatus and setStatus in Session::Http, and replace them with status, from $session->status. 2010-11-21 21:11:41 -08:00
Operation.pm updating copyright year 2009-02-20 23:47:30 +00:00
PassiveAnalytics.pm Add Passive Analytics modules, Workflow Activites, i18n and content 2009-03-04 13:24:23 +11:00
Prefetch.pm Remove getStatus and setStatus in Session::Http, and replace them with status, from $session->status. 2010-11-21 21:11:41 -08:00
Referral.pm updating copyright year 2009-02-20 23:47:30 +00:00
SetLanguage.pm Language override file changes 2009-10-28 12:41:55 -05:00
Setup.pm 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
Shop.pm Merge commit '41575d24bb' into webgui8. Some tests still failing. 2010-06-25 23:25:26 -07:00
SiteIndex.pm Change getMimeType and setMimeType to response->content_type. 2010-11-21 22:35:26 -08:00
Wizard.pm properly load the wizard class 2010-08-24 17:30:34 -05:00