Colin Kuskie
b323f74121
Update copyright notice
2011-12-28 11:30:38 -08: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
Colin Kuskie
e7fcf33a4d
Move ifModifiedSince into WebGUI::Session::Request
2010-11-22 09:53:03 -08:00
Colin Kuskie
995b04e7de
Remove getRedirectLocation and setRedirectLocation from Session::Http
2010-11-22 09:28:14 -08:00
Colin Kuskie
8b6bbdb9f7
Remove setFilename, getFilename from Session::Http, and use Plack::Response methods instead.
2010-11-22 08:06:25 -08:00
Colin Kuskie
fd8f03a186
Change getMimeType and setMimeType to response->content_type.
2010-11-21 22:35:26 -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
c4553012d1
Syntax clean.
2010-11-17 16:34:11 -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
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