Commit graph

9057 commits

Author SHA1 Message Date
Patrick Donelan
191d4fc401 Started refactoring output 2010-04-06 20:56:49 -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
2516ff12c1 Added URLMap support (e.g. virtual hosts and mounting) 2010-04-06 18:21:47 -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
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
cde333e931 experimental caching 2010-04-06 18:21:46 -04:00
Patrick Donelan
b9bff5a2f6 Added perlbal and Plack::Middleware::WebGUI to simplify psgi file 2010-04-06 18:21:46 -04:00
Patrick Donelan
784e0bd73c Added Apache CGI/FCGI/mod_perl examples 2010-04-06 18:21:46 -04:00
Patrick Donelan
79c3c23215 Headers via Plack::Util::headers
Uploads work now too
2010-04-06 18:21:45 -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
5982b2728c Caching is breaking something 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
Patrick Donelan
da75a8b207 checkpoint 2010-04-06 18:21:44 -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
Doug Bell
64f7bd9365 more work on Admin. added FamFamFam icon set 2010-04-06 15:45:42 -05:00
Doug Bell
5e77a948ad Bare minimum working 2010-04-02 18:44:46 -05:00
Doug Bell
8f4024a4b2 initial commit: new admin console 2010-04-01 16:52:21 -05:00
Colin Kuskie
54f0148ec9 Use lots and lots of Moose modifiers in the Article. 2010-03-24 17:01:18 -07:00
Colin Kuskie
8a3f36a449 Fix an accessor name. 2010-03-24 15:09:59 -07:00
Colin Kuskie
56fcb761a1 Rework StoryArchive for exceptions and modifiers. 2010-03-24 14:54:53 -07:00
Colin Kuskie
a10e65f883 Use Moose method modifiers for overriding addRev in Story. 2010-03-24 10:25:29 -07:00
Colin Kuskie
93e9f71a6c Set the correct valid parent classes for Post. 2010-03-23 14:14:11 -07:00
Colin Kuskie
4fb5a55d2f Moose appropriate SUPER for RssFeed role. 2010-03-23 12:42:32 -07:00
Colin Kuskie
22bbf2e23c Check the Asset, not the class, and make sure it is loaded. 2010-03-23 11:54:19 -07:00
Colin Kuskie
4a78377936 Fix WikiMaster's assetName 2010-03-23 11:52:56 -07:00
Colin Kuskie
4c3a26b023 WikiPage uses an role to force hiddenness now. No need to subclass addRevision. 2010-03-23 11:52:18 -07:00
Colin Kuskie
c2fac1e865 Fix i18n namespace typos in the EMS 2010-03-23 11:08:57 -07:00
Colin Kuskie
d32a380943 Fix a typo in the Wobject i18n file. 2010-03-23 11:06:57 -07:00
Colin Kuskie
efbe9a9691 Fix typo in i18n namespace. 2010-03-23 11:04:49 -07:00
Colin Kuskie
e2033afbac Fix a typo in Subscribable Role. 2010-03-19 14:42:16 -07:00
Colin Kuskie
88ec09d279 rework how validParent works, and where it is checked. Add an explicit check for it in addChild, and remove a bunch of overridden addChild methods. 2010-03-19 14:31:49 -07:00
Colin Kuskie
a8496c4d15 Convert Comments role to use Types. Build a test for it. 2010-03-18 15:06:17 -07:00
Colin Kuskie
1363a8627a Serialize _to_ json in write. 2010-03-18 15:05:19 -07:00
Colin Kuskie
b41338cef5 Pull types into its own file. 2010-03-18 14:46:13 -07:00
Colin Kuskie
a92a50046e Add a file to hold WebGUI types for Moose. Note, reads from the db come back as undef, so it has to be explicitly coerced. 2010-03-18 14:44:52 -07:00
Colin Kuskie
bc466ab74f Add a validParent check to Post. 2010-03-18 12:40:47 -07:00
Colin Kuskie
a3f58bd841 Remove override of addChild in Post, since the same check is done via www_add/canAdd/validParent. 2010-03-18 12:38:31 -07:00
Colin Kuskie
b0cad3b155 Remove get and update overrides in Asset::Role::Comments 2010-03-18 09:10:45 -07:00
Colin Kuskie
e076ecbfe2 Add tests for traits and coercion for JSON in the db. 2010-03-18 09:00:21 -07:00
Colin Kuskie
2997471b5f fix assetName calls for Asset and Wobject. 2010-03-12 08:55:07 -08:00
Colin Kuskie
8209de7978 Add tests for most other wobjects. Block broken code in Role/Asset/Comments. Refactor run_asset.t 2010-03-12 08:41:04 -08:00
Colin Kuskie
953df3563f Remove duplicate accessor method. 2010-03-12 08:06:26 -08:00