Commit graph

10042 commits

Author SHA1 Message Date
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
Doug Bell
a7598482c5 initial locationbar commit 2010-04-09 18:15:43 -05:00
Patrick Donelan
2bac95fa26 Mostly decoupled WebGUI from Log4perl 2010-04-09 18:44:12 -04:00
Colin Kuskie
a598c134c1 Do not pass myself off as a parent. 2010-04-09 15:21:21 -07: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
Colin Kuskie
8e946aa6e6 Fix a typo in getCurrentRevisionDate. 2010-04-09 15:12:57 -07:00
Colin Kuskie
acded27995 Pass myself along as the asset to check for valid parentage. 2010-04-09 15:04:49 -07:00
Colin Kuskie
4895b14383 hm, actually need that WebGUI::Asset::Shortcut thing 2010-04-09 15:04:34 -07:00
Colin Kuskie
5399eb2065 Use the right i18n namespace for DataTable's assetName 2010-04-09 11:45:36 -07:00
Colin Kuskie
4210d06927 Removed unneeded use module line. 2010-04-09 11:24:22 -07:00
Colin Kuskie
943ae9f259 Only delete a group if it exists. 2010-04-09 11:19:13 -07:00
Colin Kuskie
d3a3c4d37e Moose subclassing for Asset/File/* 2010-04-09 10:36:16 -07:00
Colin Kuskie
c35f3b9ffb Moose subclassing for Asset/*.pm. 2010-04-09 10:30:54 -07:00
Colin Kuskie
0c003083a0 Moose overrides in Event, File, Post 2010-04-09 10:17:26 -07:00
Doug Bell
b6b5e6c939 fix deep recursion on getContentLastModified 2010-04-09 11:12:55 -05: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
Colin Kuskie
b9d102fc31 SUPER fixing for Thread. 2010-04-08 17:32:43 -07:00
Colin Kuskie
e0b5f79d6d Temporary fix for the Calendar for now. 2010-04-08 17:29:13 -07:00
Colin Kuskie
f56bac9948 SUPER handling for most of Wobject/*.pm. There's a problem with Calendar, though. 2010-04-08 17:00:05 -07:00
Colin Kuskie
fd736e7f67 SUPER handling for Wobject. 2010-04-08 16:25:54 -07:00
Colin Kuskie
593d02d68b SUPER handling for Sku/*.pm 2010-04-08 16:23:04 -07:00
Colin Kuskie
87b5eed18b Remove duplicate code in Sku/Ad.pm using sub arguments. 2010-04-08 15:37:05 -07:00
Colin Kuskie
c835344813 Fixing require loops. Moose overrides for canEdit using packages. 2010-04-08 15:13:13 -07:00
Patrick Donelan
0fcc57a09e Removing "use warnings" 2010-04-08 17:53:55 -04:00
Doug Bell
fe2b81772b add 11477: Don't fill in a default synopsis 2010-04-08 14:42:16 -05:00
Colin Kuskie
d69ed84fd4 Fix the POST purge override call to super. 2010-04-07 18:31:10 -07:00
Colin Kuskie
616d5cc866 Moose overrides for purge, purgeRevision, and purgeCache. 2010-04-07 16:43:16 -07:00
Colin Kuskie
7ba89245fa Moose override for paste (Post only) 2010-04-07 15:25:21 -07:00
Colin Kuskie
ee725b0b84 Moose override for cut (Post only) 2010-04-07 15:24:25 -07:00
Colin Kuskie
c786395eb4 Moose overriding for indexContent. 2010-04-07 15:07:20 -07:00
Colin Kuskie
953df9d6a9 Remove a bunch of circular dependencies, based on using WebGUI::Asset::Template 2010-04-07 15:03:48 -07:00
Colin Kuskie
a0253fa599 Remove really old code from the old Rss From Parent asset. 2010-04-07 14:50:51 -07:00
Colin Kuskie
f01abc42ff Remove really old code from the old Rss From Parent asset. 2010-04-07 14:48:04 -07:00
Doug Bell
eee547b0cc Add drag'n'drop sorting to the Gallery Album Edit View (RFE 11007). 2010-04-07 11:54:09 -05:00
Graham Knop
9d760ee406 don't warn about white space only in SQLReport queries 2010-04-07 10:08:00 -05: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
b8a0130ace Provide a default templateId so the magic buttons work. 2010-04-06 20:51:02 -07:00
Patrick Donelan
c0abcc3e4a checkpoint 2010-04-06 22:48:41 -04:00
Colin Kuskie
794b26d325 Moose override commit in Thread and CS. 2010-04-06 19:30:35 -07:00
Colin Kuskie
ce39ad6a14 Must set cache after updating, since the attribute clears the cache if the ids are different. 2010-04-06 19:10:57 -07:00
Colin Kuskie
c549803777 Reindent Article.pm 2010-04-06 19:05:12 -07:00
Patrick Donelan
9e535846d5 Adds support for streaming response body 2010-04-06 21:57:57 -04:00
Colin Kuskie
1860408b62 Set a default template for the Subscription role.
use WebGUI::Mail::Send, too.
2010-04-06 18:57:55 -07:00
Colin Kuskie
54ea1f66e1 Catch exceptions when making assets to commit. 2010-04-06 18:49:10 -07:00
Colin Kuskie
e03fdef2bb i18n fix for EMSRibbon definition 2010-04-06 18:26:46 -07:00
Colin Kuskie
18466cad09 Stubbed out i18n file for Asset_GalleryFile 2010-04-06 18:25:01 -07:00
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