Commit graph

250 commits

Author SHA1 Message Date
Graham Knop
89d4f46a18 Merge branch 'psgi' into WebGUI8 2010-06-11 23:05:06 -05:00
Graham Knop
dfa1a3d7cb temporary config file fix 2010-06-10 23:52:11 -05:00
Doug Bell
cb3f83a93e Merge branch '8' into psgi
Conflicts:
	lib/WebGUI/Asset/Template.pm
	lib/WebGUI/Session/Scratch.pm
2010-04-21 13:03:03 -05:00
Colin Kuskie
ff1cd9fad8 Update Session POD for CHI. 2010-04-19 10:32:22 -07:00
Doug Bell
30e2a857d8 finished adding CHI 2010-04-19 11:36:25 -05:00
Doug Bell
5cdde20633 initial CHI implementation 2010-04-19 11:02:18 -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
1150528b8a delete WebGUI::Session::Os 2010-04-16 20:57:19 -05: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
Graham Knop
7afda00d9b test adjustments for WebGUI::Paths 2010-04-15 19:12:07 -05:00
Graham Knop
a141de0ebf removing first parameter from WebGUI::Session->open and other cleanups 2010-04-15 18:49:26 -05:00
Graham Knop
29df110409 progress and WebGUI::Paths conversion 2010-04-15 18:42:16 -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
10e8d1898d More refactoring and documentation improvements 2010-04-09 01:12:30 -04:00
Patrick Donelan
b7e7d5b936 Refactored Request/Response into WebGUI::Session:: 2010-04-08 21:30:55 -04:00
Patrick Donelan
c7235378d1 Streaming response API for contentHandlers is now taking shape 2010-04-07 01:22:35 -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
cde333e931 experimental caching 2010-04-06 18:21:46 -04:00
Patrick Donelan
484760bef0 she works! 2010-04-06 18:21:45 -04:00
Patrick Donelan
d8e6256da8 more minor progress 2010-04-06 18:21:45 -04:00
Patrick Donelan
dc60102f8d Added WebGUI::Session::Plack 2010-04-06 18:21:44 -04:00
Patrick Donelan
be755abaa9 simple dualism 2010-04-06 18:21:44 -04:00
Patrick Donelan
eb446e7eed FakeApache 2010-04-06 18:21:44 -04:00
JT Smith
26c3bdac70 added hot sessions 2009-09-28 15:06:12 -05:00
JT Smith
ccff9c7014 Converted all existing uses of cache. 2009-09-25 22:24:33 -05:00
JT Smith
af705232a8 added exceptions, docs, and removed disableCache 2009-09-25 18:41:03 -05:00
JT Smith
880ee82009 continuing new cache integration 2009-09-24 23:51:29 -05:00
Graham Knop
b8127bafec Revert "When opening or duplicating Session objects, pass on any Apache2::Request object"
This reverts commit ed97fa1ecd.
2009-09-08 11:06:39 -05:00
Colin Kuskie
ed97fa1ecd When opening or duplicating Session objects, pass on any Apache2::Request object
stored in the current session.
2009-08-14 01:38:03 +00:00
Graham Knop
1f3ab6a419 export cleanups and mobile style 2009-05-15 09:30:20 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Graham Knop
00fcdf40df improved debug messages for sql queries 2008-08-19 17:36:02 +00:00
JT Smith
3ae5587b64 depricate $session->errorHandler over $session->log 2008-05-30 01:31:50 +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
ba1f686920 ran perlcritic -stern on Session.pm. Fixed a few things that it recommends. Session.pm was clean for -gentle 2007-12-03 02:00:28 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
JT Smith
98331a137e - Added master failover database config option. 2007-03-14 04:10:03 +00:00
JT Smith
172985e2a0 - fix: 7.4 Editing SQL Form seems to break site ...? 2007-03-09 05:38:44 +00:00
Colin Kuskie
7d5e6ae526 remove debug code from User.pm and fix slave handling in Session 2007-03-08 22:54:20 +00:00
JT Smith
0ceb0f68e3 - Made slave handling more fault tollerant, and slightly higher performing. 2007-03-07 19:22:45 +00:00
Doug Bell
46427b4f97 fix: DB slaves were not being instanciated correctly. 2007-01-09 16:40:16 +00:00
Drake
1ad3f6e3b3 Make DBI connect errors not infinitely recurse. 2006-09-21 00:25:01 +00:00
JT Smith
2ea58485c9 - Added an option to override the session cookie name. 2006-08-04 15:16:18 +00:00
JT Smith
9f3ff77dbd webgui for windows changes 2006-07-21 20:42:50 +00:00
Colin Kuskie
f3a1f0f9f2 GroupText.t: fix number of tests
Session/Id.pm: add a method to validate GUIDs, change s/// to tr/// for efficiency.
Session.pm: change open to use new Id.pm validation method
Scratch.t: Change test from ok to is so that it tells you what the failing ID is.
Id.t: Add validation tests in addition to uniqueness tests.  Fix the uniqueness test so that it works.  Add tests to check the new validation method
2006-07-15 01:54:49 +00:00