Commit graph

550 commits

Author SHA1 Message Date
Colin Kuskie
183431b00a Remove debug code. 2009-07-08 05:18:11 +00:00
Colin Kuskie
b7358fbceb Forward port fix for updating property cache on editSave with autoCommit
so that the asset does not lie about its autocommit status.
2009-07-08 04:29:27 +00:00
Colin Kuskie
02e9354c15 Automatically add a token to any autogenerated form.
Refactor previous commits to take advantage of that.
2009-07-06 17:20:27 +00:00
Colin Kuskie
5e4db3adb4 Provide a framework for CSRF protection, with tests.
Add CSRF protection to Asset editSave, AssetManager, VersionTags and Group operations.
2009-07-06 16:58:57 +00:00
Colin Kuskie
f0eaa51d3a If adding an asset is added to another asset with an open version tag, put the
new asset in that version tag, too.
2009-06-23 19:32:40 +00:00
Colin Kuskie
cd0bf74fc7 Add a method that returns the URL for the assetManager. 2009-06-19 18:05:22 +00:00
Colin Kuskie
8be0a5c734 Add a progress bar for long running ops. First implementation is
with paste.  Also fix bugs with redirecting from the admin bar back to a
page instead of staying in the Asset Manager.
2009-06-18 19:39:35 +00:00
Colin Kuskie
801efdbda7 Encapsulate a method to get the list of content prototypes.
Performance improvements for the list retrieval.
2009-06-17 01:57:26 +00:00
Kaleb Murphy
9fbd21ee9e Removed debug line, whups. 2009-06-08 17:03:41 +00:00
Kaleb Murphy
34429aec62 Changed survey .js/css files to remove hardcoded absolute extras paths. 2009-06-08 16:58:44 +00:00
Colin Kuskie
9d5f979c15 Allow any Asset to use the proceed=goBackToPage;returnUrl=url url parameter coda. 2009-06-04 21:26:43 +00:00
Colin Kuskie
a5f798d339 Remove debuggin output. 2009-06-02 21:33:12 +00:00
Colin Kuskie
6ac30bb2ea Add noFormPost to packed content in the asset tables to prevent them
from overwriting the data that has been packed from the filter function.
Rerun the upgrade script to repack all areas that use packing.
2009-06-02 20:30:48 +00:00
Colin Kuskie
b0a1e20053 Refactor processStyle so there's no duplicated code. Make Wobject call
SUPER.  Add an option to skip adding getExtraHeadTags, so that Shortcut
doesn't add them an extra time.  Remove the subclassed getExtraHeadTags,
since prepareView will add them, which prevents adding them a 3rd time.
2009-05-29 23:30:04 +00:00
Colin Kuskie
91694a2e97 Revert previous bugfix for MetaData list type form controls, and change the
hoverhelp instead.
2009-05-29 15:37:16 +00:00
Colin Kuskie
ece881d855 Fix the parsing of possible values for list type metadata fields. 2009-05-27 22:43:28 +00:00
Doug Bell
28311c08d4 fix default value for packed head tags. too dangerous to make default to on right now 2009-05-07 17:30:25 +00:00
JT Smith
2b6b8872dd URLs that shouldn't happen (#10353) 2009-05-07 16:26:32 +00:00
Graham Knop
4ec14bc026 some image cropper cleanups 2009-04-30 18:17:12 +00:00
Doug Bell
faca68256c Added: Packing of templates, snippets, and head tags. 2009-04-30 17:57:26 +00:00
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