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
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
Colin Kuskie
95523e73d1
A little bit of POD for WebGUI.pm
2010-06-13 17:45:22 -07:00
Doug Bell
dcf8b747b1
preparing for 7.9.7 dev
2010-06-01 21:13:20 -05:00
Colin Kuskie
5a0d7ddf64
Ready for 7.9.6 development cycle.
2010-05-18 21:18:31 -07:00
Colin Kuskie
41575d24bb
ready for 7.9.5 development
2010-05-04 22:17:46 -07:00
Colin Kuskie
808a866c8b
Ready for 7.9.4 development
2010-04-20 22:44:00 -07:00
Patrick Donelan
f99f672b06
Minor refactoring
2010-04-17 20:52:22 -04:00
Patrick Donelan
ecc9967f2e
Think twice before "improving" anything Haarg has committed
2010-04-17 19:49:53 -04: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
ff2a36026a
WebGUI.pm as subclass of Plack::Component
2010-04-16 20:57:07 -05:00
Graham Knop
cd9afc78b9
fix some WebGUI::Paths stuff, multi-site plackup
2010-04-16 20:56:30 -05:00
Graham Knop
373be0881d
Merge branch 'WebGUI8' into HEAD
2010-04-16 20:52:46 -05:00
Graham Knop
3b5ba1409e
update WebGUI version
2010-04-15 19:12:16 -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
4d703ffd47
Added preloading
...
Removed evil overload
Removed references to Apache2:: from codebase
Attempted to remove circular references
2010-04-14 19:36:41 -04:00
Patrick Donelan
30a2c09a36
URL handlers are now completely replaced by Middleware
2010-04-14 16:25:10 -04:00
Patrick Donelan
9b4e67b828
Removed showDebug() in favour of new logger panel
2010-04-13 21:17:15 -04:00
Patrick Donelan
716bdaeb86
Added exception handling
...
Added error doc mapping
Moved more logic into Session middleware
Added Credit example to app.psgi
Made StackTrace and Debug panel automatically turn on when debug mode enabled
Fixed errorHandler
2010-04-10 22:52:40 -04: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
1ad2f0cfd7
minor refactoring
2010-04-07 10:50:45 -04:00
Patrick Donelan
c7235378d1
Streaming response API for contentHandlers is now taking shape
2010-04-07 01:22:35 -04:00
Colin Kuskie
83ffaf938b
Ready for 7.9.3 development
2010-04-06 21:55:37 -07:00
Patrick Donelan
c0abcc3e4a
checkpoint
2010-04-06 22:48:41 -04:00
Patrick Donelan
9e535846d5
Adds support for streaming response body
2010-04-06 21:57:57 -04:00
Patrick Donelan
217b486b03
Delayed response
2010-04-06 21:03:39 -04:00
Patrick Donelan
a866fd10f0
Added contentHandlers short-circuit for benchmarking PSGI vs. modperl
2010-04-06 20:26:42 -04:00
Patrick Donelan
68bbca1808
Started deprecating WebGUI::Session::Http
2010-04-06 20:02:33 -04:00
Patrick Donelan
72017cf83f
Added WebGUI::Requestion/Response
2010-04-06 19:35:06 -04:00
Patrick Donelan
5d4e0f95d7
WebGUI is now a one-liner ;)
2010-04-06 18:21:46 -04:00
Patrick Donelan
d858c6e1ab
Demo site loads
2010-04-06 18:21:46 -04:00
Patrick Donelan
158124cf37
mid-way commit
2010-04-06 18:21:46 -04:00