Commit graph

530 commits

Author SHA1 Message Date
Colin Kuskie
1b8ad91605 Add in StoryManager, 3 assets for managing news content in WebGUI.
Several small API changes to Keyword and AssetExportHtml to support StoryManager functionality.
2009-04-24 18:31:06 +00:00
JT Smith
7376100540 Apply button applies but reloads old content in editor (#9827) 2009-04-14 20:05:53 +00:00
Colin Kuskie
ba156edb5a Refix synopsis output as metadata. 2009-04-14 19:33:16 +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
7064eb1a2a Keywords form control, Keywords API enhancements, Keywords format change 2009-03-26 20:52:19 +00:00
Brian Medley
4c408da55a Image Asset tests, upgrade package, and code.
RSS Limiter tests, upgrade package, and code.
2009-03-23 21:11:10 +00:00
Brian Medley
446cf883f5 Remove warnings 2009-03-23 08:44:46 +00:00
Brian Medley
fe54073536 checkpoint 2009-03-22 20:47:46 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Graham Knop
fd48c81e76 fixing placement of head tags in widgets 2009-02-10 21:41:53 +00:00
Colin Kuskie
99d6796675 Prevent Event, WikiPage and Thread from being pasted places where they don't
belong.  This allows chained method calls to "getMyParent", getParent, getWiki, getCalendar, etc.
to work.
Adds the new canPaste and validParent method to Asset and AssetClipboard.
2009-02-03 04:43:11 +00:00
Kaleb Murphy
d8127aec73 Macro Widgets now take a style, defaulting to the users. 2009-01-23 19:50:49 +00:00
Colin Kuskie
3804ad7ddd Moving toolbar cache into the getToolbar sub. This was to be the forward port
of the getToolbar adminOn fix, but 7.6 already does uses adminOn to prevent
extra output from being generated.
2009-01-14 04:22:27 +00:00
David Delikat
d27b5b0066 fixed bug 9428: ASSET::get now includes keywords when
called without a property name.
2009-01-12 22:28:46 +00:00
Martin Kamerbeek
d502f4b5de -Fixed a bug where the clicking apply button when func=add would return the edit screen of the parent asset rather
than that of the newly added asset.
2008-12-22 18:44:11 +00:00
Colin Kuskie
7addce2dd6 Forward port www_add/editSave fix for parents who are being edited. 2008-12-16 01:24:26 +00:00
Colin Kuskie
187c19b84e canAdd is a class method 2008-12-05 17:22:58 +00:00
Doug Bell
438058dc7d dum dum dum dum dum 2008-12-03 04:16:51 +00:00
Doug Bell
0bbae2fe41 cleaning up the rest of the extra head tags 2008-12-03 04:07:48 +00:00
JT Smith
99f035173d readded a line that i think i accidentally told colin to remove 2008-12-03 04:02:25 +00:00
Colin Kuskie
2b3b3fd458 Remove the headblock property from the Template Asset, and merge
it into extra head tags.  Style templates are not allowed to
have extra head tags.
2008-11-26 21:24:44 +00:00
Kaleb Murphy
bdf8aa8246 Adding a file extension for URLs in the system settings now properly affects newly created Assets. It still does not update existing asset URL's. 2008-11-25 18:15:45 +00:00
Colin Kuskie
1c8dbfe5b4 fix POD related to asset mixin classes, Asset*.pm 2008-11-24 22:22:39 +00:00
Colin Kuskie
13eb87ffe5 forward porting fix for non-unique separator strings, ~~~, #8543 2008-11-21 23:07:05 +00:00
Colin Kuskie
adb17e78d5 only the synopsis from the asset that is called should be put into the meta description field 2008-11-21 17:37:42 +00:00
Colin Kuskie
e2b121461b synopsis is now added to each page automatically. If the page is a container whose children call prepareView, their synopses are added as well 2008-11-21 17:05:17 +00:00
JT Smith
55da5c6889 - rfe: Event hover detail exclusions (#8761)
- rfe: Database Link test  (#513)
2008-11-18 20:52:44 +00:00
Colin Kuskie
3f393980c4 do not make a user object unless it is needed 2008-11-13 17:43:56 +00:00
Colin Kuskie
5060ec78aa update method alters the reference it is sent. Fix this by using Clone, which is a grandfathered prerequisite 2008-11-08 19:28:26 +00:00
JT Smith
f951bbed37 Added a better mechanism for calculating when content was last modified for cache headers. 2008-11-06 15:48:31 +00:00
JT Smith
347cc82a2d merging the fixurl bug 2008-10-28 16:34:47 +00:00
Graham Knop
b57b632810 fixed #8980: possible to execute arbitrary perl code as any user that can upload files 2008-10-27 23:41:38 +00:00
Graham Knop
26790fd1dd fix some issues with autocommit 2008-10-23 10:20:53 +00:00
Graham Knop
99a9da626d rfe #640: Refactored autocommit and autocomment
Autocommit assets like CS posts or Calendar Events can now be added before the
parent is committed.  They will go into the same version tag as their parent.
2008-10-22 16:04:10 +00:00
JT Smith
84d7c20fed - Added Guid form control.
- Moved Asset ID and Class Name fields to the Meta tab of all assets.
 - Made Classname from control a subclass of ReadOnly.
2008-10-16 19:02:13 +00:00
Doug Bell
7563b92b3e added RFE #480: Apply button for assets 2008-10-10 21:17:35 +00:00
Colin Kuskie
91460593b2 fix a bug with looking up asset add privileges 2008-09-30 17:30:26 +00:00
JT Smith
d75f401ac1 fixes to match config file changes 2008-09-30 17:25:25 +00:00
JT Smith
ede1f674b3 bug fixes related to configurable asset properties 2008-09-29 18:31:30 +00:00
Graham Knop
5780171857 fix busted pod in Asset.pm 2008-09-29 15:07:40 +00:00
JT Smith
72edbfd628 various fixes and enhancements for the asset configuration stuff i checked in earlier 2008-09-29 00:14:49 +00:00
Colin Kuskie
1c2993dd86 merge in a missing change required for NotifyAboutLowStock 2008-09-28 23:33:41 +00:00
JT Smith
564fea1583 - Rebuilt AdminBar. Now renders faster, and has categories in the new content
menu.
 - Reconfigured asset configuration file properties
2008-09-28 19:50:31 +00:00
Doug Bell
82a7e5dfd2 fixed problem with showing other assets' edit forms
fixed utility skeleton to be more complete and less annoying
added warning message when editing default templates
2008-09-21 22:56:42 +00:00
Graham Knop
7bf06aab7b make sure we are using var->isAdminOn instead of var->get('adminOn') 2008-09-18 19:51:25 +00:00
JT Smith
ef120fb06b Added isVisitor, isAdmin, and isRegistered methods to User object instead
of hard coding checks everywhere with group ids. And updated the code base 
   to match.
2008-09-16 22:32:36 +00:00
Colin Kuskie
a5072af04e internationalize menutitle and title in assets 2008-09-16 20:12:39 +00:00
Colin Kuskie
b39624d31d WBGP indent processTemplate. i18n an error message 2008-09-16 19:36:12 +00:00
Graham Knop
ac3070956d improved Rich Text selection list, changed CS and Wiki to use it 2008-08-26 21:10:18 +00:00