Commit graph

42 commits

Author SHA1 Message Date
Colin Kuskie
88797c1d6c Add Asset Dashlets to Dashboard. Add required and static properties to Dashboard Assets. Add caching to StockData and WeatherData assets. Add LastModifiedBy macro. Add GroupManager to the Group form control. 2011-03-09 21:33:44 -08:00
Colin Kuskie
ca54f439e9 Document how skipNotification is handled by the Aspect. 2011-01-19 14:54:50 -08:00
Colin Kuskie
bce5e6afab Subscribable aspect dies if addRevision is called without a hashref of new properties for the new revision. 2011-01-19 14:37:09 -08:00
Colin Kuskie
587ff397b5 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-10 11:14:03 -07:00
Colin Kuskie
a59baedd51 Dispatch code for RSS, Atom and RDF feeds. 2010-08-10 10:27:45 -07:00
Colin Kuskie
5ced1c3bcf Note in several packages when the gateway URL is appended to input. Fixes bug #11621 2010-07-12 10:43:33 -07:00
Colin Kuskie
2511dcb3bb Missing use line for WebGUI::Mail::Send. 2010-04-21 18:35:25 -07:00
Colin Kuskie
79fea5bb76 Refactor out synopsis code from Post to make a new AssetAspect. Have the WikiPage start using it, and assigning synopses to pages. 2010-04-21 18:24:30 -07:00
Colin Kuskie
b8a0130ace Provide a default templateId so the magic buttons work. 2010-04-06 20:51:02 -07:00
Colin Kuskie
f55acecbb6 Handle the edge case when a subscription group has been deleted, but the the Subscribable entry has not been cleaned up. Fixes bug #11456. 2010-03-09 08:53:11 -08:00
Colin Kuskie
b462ce0b41 Subscribable aspect should propagate result of purge, instead of always returning false. Fixes bug #11446 2010-03-01 08:30:52 -08:00
Colin Kuskie
869ee404e7 Remove the skipNotification column for the Subscribably aspect.
The duplication caused it to be impossible to turn off notifications,
which caused the WikiPage test to fail since there was no template
defined for sending notifications.
2009-11-04 15:19:54 -08:00
Graham Knop
35d1fc9579 fixed: RSS feeds generated with incorrect link for channel 2009-11-02 09:12:04 -06:00
Colin Kuskie
56f68bf291 Make subscribable asset handle its built-in group correctly. Fixes bug#11004 2009-09-18 09:25:30 -07:00
Colin Kuskie
dd9a78d24e Fix Subscribable aspect i18n. Fixes bug #11003. 2009-09-17 15:55:42 -07:00
Doug Bell
65120a61cb Merge branch 'master' of git@github.com:plainblack/webgui
Conflicts:
	docs/changelog/7.x.x.txt
	docs/upgrades/upgrade_7.7.19-7.8.0.pl
2009-09-09 17:26:55 -05:00
Doug Bell
0697673846 added Subscribable AssetAspect to Wiki 2009-09-09 17:24:00 -05:00
Graham Knop
b8127bafec Revert "When opening or duplicating Session objects, pass on any Apache2::Request object"
This reverts commit ed97fa1ecd.
2009-09-08 11:06:39 -05:00
Colin Kuskie
ed97fa1ecd When opening or duplicating Session objects, pass on any Apache2::Request object
stored in the current session.
2009-08-14 01:38:03 +00:00
Colin Kuskie
4376a6770e Update POD in HTML.pm, 'html' is not an option for format content.
Fix Comment formatting in the AssetAspect.
2009-07-10 23:40:57 +00:00
Colin Kuskie
553b1d03d7 Fix HEAD link issues with RssFeed with exporting.
Refactor the module so that getting the feed url will return
the static URL when exporting.
2009-04-27 19:16:38 +00:00
Colin Kuskie
c8fe4092a2 Many more RssAspect tests. 2009-04-25 00:16:27 +00:00
Colin Kuskie
6e574a9e6b RssFeed aspect tests, more to follow. 2009-04-24 22:08:25 +00:00
Doug Bell
b66f47df01 fixed #10213: RssFeed aspect now checks canView and gives HTTP Basic Auth login box 2009-04-17 20:47:25 +00:00
Colin Kuskie
47bdf5a7b5 exportSession must be closed _before_ it throws. 2009-04-17 19:04:55 +00:00
Colin Kuskie
ea51a13062 Update RssFeed POD with new paramter for assetExportCollateral. 2009-04-16 22:32:47 +00:00
Colin Kuskie
35aaf1a954 More RssFeed POD. 2009-04-08 22:28:06 +00:00
Colin Kuskie
033889d93c Add missing POD for RssFeed methods. 2009-04-08 18:34:18 +00:00
Graham Knop
89a8f78913 set rss feed image link to be a url field 2009-04-03 01:10:46 +00:00
Graham Knop
7f2b6dfc83 fix allowEmpty and bugs it caused 2009-04-03 00:40:23 +00:00
Graham Knop
a829304bae improving RSSCapable upgrade procedure, adding feed header selection 2009-04-03 00:07:19 +00:00
Graham Knop
ca4a9add6d RssFeed fixes and cleanups 2009-04-02 16:24:44 +00:00
Colin Kuskie
4fbadb84bf Fix module name for RDF generation. 2009-04-02 04:50:35 +00:00
Colin Kuskie
e115ea18a5 Fix POD errors. 2009-04-02 03:59:30 +00:00
Matthew Wilson
cf63a4e4f3 (Matthew Wilson) add AssetAspect/RssFeed. See exportAssetCollateral for a good time. 2009-03-30 21:38:12 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Graham Knop
e5ede77c29 use char instead of varchar 2009-02-18 03:18:20 +00:00
Colin Kuskie
a2a34e7a80 Have AssetAspect comment format its content as HTML, not text. 2008-12-03 22:46:51 +00:00
Doug Bell
9dd6295b84 perltidy 2008-11-03 18:38:39 +00:00
Doug Bell
a8247aa1c5 added Installable aspect and a script to install classes 2008-11-03 18:07:54 +00:00
Graham Knop
6ea1e40998 don't want to inherit from C3 2008-10-14 23:06:55 +00:00
JT Smith
e7c6fe6cae - Added Comments asset aspect, which allows comments to be added to any asset
easily.
 - Added comments aspect to wiki.
2008-10-11 20:33:38 +00:00