Colin Kuskie
b323f74121
Update copyright notice
2011-12-28 11:30:38 -08:00
Colin Kuskie
ce15690523
I18n the RSS tab for the RSS Feed role. Provide a way for additional tabs to be i18n'ed, like Subscribable.
2011-11-24 10:31:54 -08:00
Scott Walters
57d2dbed56
WebGUI::Session::Http should go away ( #11647 )
...
Move logic out of WebGUI::Session::HTTP and into WebGUI::Session::Response /
::Request; deprecate more functions; change references in core to use
$session->response instead; fix tests that broke because of the change but
not one that merely generate the deprecated warning because I want to know
that the proxying of depricated methods is working. These can be changed later.
2011-05-11 16:17:54 -04:00
Doug Bell
bdb803915e
add Gallery to test_content and fix problems with RssFeed role
2011-04-25 15:53:55 -05:00
Colin Kuskie
fd8f03a186
Change getMimeType and setMimeType to response->content_type.
2010-11-21 22:35:26 -08:00
Colin Kuskie
e5adc07a05
Remove getStatus and setStatus in Session::Http, and replace them with status, from $session->status.
2010-11-21 21:11:41 -08:00
Colin Kuskie
e99ae4740f
More cleanup from dispatch. Do not set the session asset if the requested URL does not exist. In RssFeed, pass the fragment to the next method. Fixes bug #11854 .
2010-09-23 16:01:23 -07:00
Colin Kuskie
f4d964bd69
Remove getEditTabs completely
2010-08-27 11:47:37 -07:00
Colin Kuskie
7b218942b3
Merge commit ' 63865eb39f' into WebGUI8. up to 7.9.11
2010-08-13 11:52:08 -07:00
Doug Bell
5e64d6f5fb
fix problem with options preventing asset editing
2010-08-06 17:00:11 -05:00
Scott Walters
6df47033dd
Fix typo in property initialization to satisfy Test::Class test for t_11_getEditForm.
2010-08-04 18:55:43 -04:00
Doug Bell
3c17dafeb4
processPropertiesFromFormPost to processEditForm
2010-07-15 11:52:04 -05:00
Doug Bell
cd1e450c32
Merge branch 'master' into 8-merge
...
Conflicts:
docs/gotcha.txt
docs/upgrades/upgrade_7.9.8-7.9.9.pl
lib/WebGUI.pm
lib/WebGUI/Asset.pm
lib/WebGUI/Asset/Template.pm
lib/WebGUI/Asset/Wobject/Calendar.pm
lib/WebGUI/Asset/Wobject/Carousel.pm
t/Asset/Asset.t
t/Mail/Send.t
t/Session/Url.t
t/lib/WebGUI/Test.pm
2010-07-14 17:06:19 -05:00
Colin Kuskie
19c2c5fa1c
Remove status description from Session/Http, and update all users of setStatus.
2010-06-17 08:18:24 -07:00
Graham Knop
4c7e00b298
fix exporting RssFeed for uncommitted assets
2010-06-15 05:32:10 -05:00
Colin Kuskie
963591d5e1
Fix a bad around wrapper in the RssFeed assetExportHtml sub.
2010-06-07 15:49:07 -07:00
Colin Kuskie
be259d803c
Fix problems with assetExportHtml. The method needs to be rethought, and make check that one exists before calling it via can/DOES. Fix a problem with duplicating the session, since duplicate is not a class method.
2010-06-05 22:25:18 -07:00
Colin Kuskie
3faacabed2
Change prepareView to use around instead of override, so it can work with packages that also need to wrap prepareView.
2010-05-21 19:26:07 -07:00
Graham Knop
29df110409
progress and WebGUI::Paths conversion
2010-04-15 18:42:16 -05:00
Graham Knop
2400f19099
Merge branch 'master' into WebGUI8
2010-04-13 07:50:02 -05:00
Colin Kuskie
4fb5a55d2f
Moose appropriate SUPER for RssFeed role.
2010-03-23 12:42:32 -07:00
Graham Knop
913fa9ad03
clean up Tie::IxHash imports
2010-03-10 12:59:51 -06:00
Colin Kuskie
26e50b97f9
Fix POD typo.
2010-03-03 21:25:57 -08:00
Colin Kuskie
7e673d4bc7
Don't need no stinkin' strict anymore!
2010-03-03 18:43:14 -08:00
Colin Kuskie
381e1ff022
Remove stub. Use requires to force the sub.
2010-02-19 01:35:52 -08:00
Colin Kuskie
edeb858d1f
Convert RssFeed AssetAspect into a role. Doesn't work at all.
2010-02-17 18:54:30 -08:00