Commit graph

83 commits

Author SHA1 Message Date
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
Graham Knop
ed04b99872 remove WebGUI::Utility 2010-09-07 13:18:49 -05:00
Graham Knop
6aa26c2e44 remove WebGUI::Utility::isIn 2010-09-07 12:33:15 -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
Doug Bell
cc87552a22 weaken all session refs 2010-06-01 16:23:48 -05:00
Graham Knop
d667f724f4 fix things i broke 2010-04-18 13:45:47 -05: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
2b78fe913b classes under session should weaken their session references 2010-04-16 20:56:49 -05:00
Graham Knop
373be0881d Merge branch 'WebGUI8' into HEAD 2010-04-16 20:52:46 -05:00
Patrick Donelan
f22020c267 Turned on Debug middleware
Removed unnecessary $session->close() now that we have WebGUI::Middleware::Session
Fixed Content-Type bug
2010-04-09 18:20:36 -04:00
Patrick Donelan
68bbca1808 Started deprecating WebGUI::Session::Http 2010-04-06 20:02:33 -04:00
Patrick Donelan
158124cf37 mid-way commit 2010-04-06 18:21:46 -04:00
Patrick Donelan
5f549b1305 Ready to start thinking about IO bound delayed response 2010-04-06 18:21:46 -04:00
Patrick Donelan
7603fce565 Started ripping out mod_perl 2010-04-06 18:21:46 -04:00
Patrick Donelan
97432e2407 Updated to reflect changes in Plack::Request API 2010-04-06 18:21:46 -04:00
Patrick Donelan
b4698f7725 fixed cookie handling 2010-04-06 18:21:45 -04:00
Patrick Donelan
484760bef0 she works! 2010-04-06 18:21:45 -04:00
Patrick Donelan
e04b1ebc9d text but no images 2010-04-06 18:21:45 -04:00
Patrick Donelan
d8e6256da8 more minor progress 2010-04-06 18:21:45 -04:00
Colin Kuskie
ae8c1a6124 Set cache control to "none" if the DataForm uses a captcha. Fixes bug #11381. 2010-02-08 14:42:42 -08:00
Colin Kuskie
e1c77cf314 Fix the issue with Assets with macro based content not showing the new content to Visitors. Fixes bug #11200. 2009-11-19 10:04:19 -08:00
Colin Kuskie
48be049930 Update POD to show new default mime type. 2009-09-04 09:06:16 -07:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Graham Knop
d6e00cab05 improved performance of file uploads and changed format of created uploads locations, avoiding case sensitivity problems 2008-11-12 01:17:33 +00:00
Colin Kuskie
334ce4791f Update test to work with XSS fix. 2008-10-07 21:30:27 +00:00
JT Smith
6e04c4b705 rfe: choice of type of redirect on redirect assets 2008-09-16 17:51:15 +00:00
Colin Kuskie
5e4e31380f Add a method to directly set the redirect location. 2008-07-26 02:07:31 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
JT Smith
fa09c41598 replaced return; with return undef; 2008-01-24 21:58:15 +00:00
Colin Kuskie
96178fd70c first round of Perl::Critic cleanups. Do not use return undef, use a bare return instead 2007-12-05 00:30:43 +00:00
JT Smith
0993cba3e9 Cache & If-Modified-Since 2007-09-07 17:55:34 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Colin Kuskie
88a08fd228 getMimeType returns that string as a default, so the OR will never
be triggered.
2007-04-06 04:59:13 +00:00
JT Smith
c70bf5c256 - fix: Caching (last-modified bug) (misja / E-Wise) 2007-03-28 18:45:59 +00:00
JT Smith
06dbc84312 -fix: Stale pages after user login 2007-03-14 19:20:13 +00:00
JT Smith
172985e2a0 - fix: 7.4 Editing SQL Form seems to break site ...? 2007-03-09 05:38:44 +00:00
JT Smith
3a8bd77cde - Made Weather Data asset more fault tollerant.
- Made CS related upgrades more fault tollerant.
 - Enhanced HTTP caching directives.
2007-03-07 19:12:37 +00:00
JT Smith
8b20bebc32 merging 7.1.4 changes 2006-11-03 21:29:57 +00:00
Colin Kuskie
75f159f71b A whole batch of Http test, and a pseudo Request test module to help.
Added accessors to Session/Http.pm, and wrote tests to back them all up.
2006-10-30 18:09:25 +00:00
Colin Kuskie
4ed1ffe3c7 Set default mime-type to include character encoding inside Session/Http.pm
Fix typo in pod in AddUserToGroup workflow.
2006-10-27 04:09:58 +00:00
Colin Kuskie
acaa0a0e20 remove context sensitive behavior of getStatus and add an accessor instead 2006-10-16 15:58:47 +00:00
Colin Kuskie
defef0767d missed two places where getStatus is called in list context. fixed. 2006-10-16 15:50:03 +00:00
Colin Kuskie
ca7110249f Extend Session::Http::getStatus so that is will also return the
description when called in list context.
Build tests to verify that behavior, and the default settings
for code and description.
2006-10-15 05:23:32 +00:00
Drake
a170904340 Add support for browser-session cookies, using a cookieTTL value of
"session".
2006-09-21 18:42:41 +00:00
Drake
08858c20c3 Revert erroneously-included hunk in previous commit. 2006-09-21 00:50:14 +00:00