NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item6115: NatSkin depends on DBCacheContrib and DBCachePlugin but not list them
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Extension |
NatSkin |
|
NatSkin depends on
DBCacheContrib and
DBCachePlugin. Those two are not listed in the DEPENDENCIES file.
This plugin is needed to get default values for TOPICTITLE. Needed for various dialogs (ie. attach file).
--
OliverKrueger - 12 Nov 2008
Fixed in latest
NatEditPlugin. But where else does it fail without DBCache*?
--
MichaelDaum - 07 Jan 2009
I don't know if this is related, but when I click the "Attach" link in a NatSkin'd topic, I see "Attachments at %TOPICTITLE%" and "Upload a file to '%TOPICTITLE%'" instead of the actual topic's title.
I have the latest
NatEditPlugin, and I still see %TOPICTITLE%'s all over the place, as a lot of my topics have no title set, and I don't have either DBCache* installed.
On my install I grepped and replaced across the nat templates, changing all instances of %TOPICTITLE% to:
%IF{"defined 'TOPICTITLE'" then="%TOPICTITLE%" else="%BASETOPIC%"}%
It would be nice if something like this were the default, in case you aren't getting a good value from some other dependency.
--
AaronFuleki - 04 Feb 2009
Assigning this bug to myself.
--
MichaelDaum - 20 Mar 2009
Fixed in latest
NatSkin and
NatEdit? releases.
--
MichaelDaum - 03 Jul 2009