Skip to content

Commit

Permalink
Item8402: removed dependency on GluePlugin
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/BlogPlugin@14189 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Mar 2, 2012
1 parent 2c90a06 commit 4251697
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
6 changes: 2 additions & 4 deletions data/Applications/BlogApp/RenderBlogEntries.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="reprev" date="1329333461" format="1.1" reprev="15" version="17"}%
%META:TOPICINFO{author="micha" comment="reprev" date="1330677805" format="1.1" reprev="15" version="19"}%
%META:TOPICPARENT{name="TopicFunction"}%
%TOC{depth="2"}%

Expand Down Expand Up @@ -86,9 +86,7 @@ This TopicFunction displays a collection of BlogEntries within the given CATegor
}$percnt<!-- -->
</div>
<div class='blogText hyphenate'>
$expand(text)
~~~
<span class='blogMore'>&#8230;&nbsp;[[$web.$topic][%MAKETEXT{"more"}%]]</span>
$expand(text) <span class='blogMore'>&#8230;&nbsp;[[$web.$topic][%MAKETEXT{"more"}%]]</span>
%CLEAR%
</div>
</div>"
Expand Down
16 changes: 1 addition & 15 deletions data/Applications/BlogApp/WebTopicList.txt
@@ -1,16 +1,2 @@
%META:TOPICINFO{author="ProjectContributor" date="1268484865" format="1.1" version="1.1"}%
%META:TOPICPARENT{}%
<noautolink>
%~~ DBQUERY{
~~~ format=" $index
~~~ <a href=\"%SCRIPTURLPATH{"view"}%/%WEB%/$topic\"
~~~ title=\"$formfield(Summary)\"
~~~ >$topic</a>"
~~~ }%
<noautolink>

%META:FORM{name="Applications.ApplicationTopic"}%
%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="WebTool"}%
%META:FIELD{name="Summary" attributes="M" title="Summary" value="List of all topics in this web"}%
%META:FIELD{name="WikiApplication" attributes="" title="WikiApplication" value="WikiWorkbench"}%
%META:PREFERENCE{name="VIEW_TEMPLATE" title="VIEW_TEMPLATE" type="Set" value="WebTopicListView"}%
%INCLUDE{"%SYSTEMWEB%.%TOPIC%"}%
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/BlogPlugin/DEPENDENCIES
@@ -1,9 +1,9 @@
Foswiki::Plugins::AliasPlugin,>=1.2,perl,Optional; download from Foswiki:Extensions/AliasPlugin
Foswiki::Plugins::DBCachePlugin,>=1.20,perl,Required; download from Foswiki:Extensions/DBCachePlugin
Foswiki::Plugins::FilterPlugin,>=0.94,perl,Required; download from Foswiki:Extensions/FilterPlugin
Foswiki::Plugins::GluePlugin,>=1.5,perl,Required; download from Foswiki:Extensions/GluePlugin
Foswiki::Plugins::ImagePlugin,>=0.3,perl,Recommended; download from Foswiki:Extensions/ImagePlugin
Foswiki::Plugins::NatSkin,>=2.9998,perl,Recommended; download from Foswiki:Extensions/NatSkin
Foswiki::Plugins::RedDotPlugin,>=1.35,perl,Required; download from Foswiki:Extensions/RedDotPlugin
Foswiki::Plugins::TagCloudPlugin,>=0.20,perl,Required; download from Foswiki:Extensions/TagCloudPlugin
Foswiki::Plugins::TimeSincePlugin,>=0.99,perl,Required; download from Foswiki:Extensions/TimeSincePlugin
Foswiki::Plugins::SolrPlugin,>=1.10,perl,Recommended; download from Foswiki:Extensions/SolrPlugin

0 comments on commit 4251697

Please sign in to comment.