Commit graph

22 commits

Author SHA1 Message Date
Colin Kuskie
202d073b2d use Plack::Util instead of relying on someone leaking it. 2012-02-10 08:30:31 -08:00
Colin Kuskie
20d735362c No more FindBin. Set PERL5LIB instead. 2012-01-07 13:59:04 -08:00
Colin Kuskie
b323f74121 Update copyright notice 2011-12-28 11:30:38 -08:00
Colin Kuskie
cad5567654 Add a copyright notice to app.psgi 2011-12-28 11:28:56 -08:00
Scott Walters
0e94815f8d FindBind in app.psgi to find the rest of WebGUI and just a touch more diagnostics 2011-10-07 04:02:56 -04:00
Colin Kuskie
468f02c5e1 Mount the app at the gateway, instead of at the root with downstream gateway handling. 2011-01-13 13:33:31 -08:00
Paul Driver
a4edea1e3c Better integration of Fork into AssetHelpers, fork startup 2010-11-08 07:55:42 -06:00
Graham Knop
99386f52eb don't preload for development, and encode output as UTF-8 2010-05-10 17:02:09 -05:00
Graham Knop
8cd0f80bd4 some documentation additions/fixes 2010-05-10 17:00:48 -05:00
Graham Knop
2a3482b1c3 fix bad capitalization 2010-04-18 18:44:48 -05:00
Patrick Donelan
5c70ffb3e0 Minor improvements
Updated TODO
Enabled preloading
Added defaultPSGI to WebGUI::Paths
Added example of testing site via Plack::Test
2010-04-18 14:51:24 -04:00
Graham Knop
cd9afc78b9 fix some WebGUI::Paths stuff, multi-site plackup 2010-04-16 20:56:30 -05:00
Patrick Donelan
72854549cd Multi-site support 2010-04-15 11:00:06 -04: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
b1ab8287ca Added WebGUI::Middleware::WGAccess for .wgaccess-aware static serving on dev servers 2010-04-13 19:33:35 -04:00
Patrick Donelan
42c1a8e149 Made $session->log->fatal() message pass through 2010-04-10 23:45:22 -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
2bac95fa26 Mostly decoupled WebGUI from Log4perl 2010-04-09 18:44:12 -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
1ad2f0cfd7 minor refactoring 2010-04-07 10:50:45 -04:00
Renamed from eg/basic.psgi (Browse further)