Home
last modified time | relevance | path

Searched +full:topic +(+path:plugin +path:tag) -(+path:plugin +path:tag +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/tag/_test/
H A Dtopic_tag.test.php4 * Tests the basic functionality of the tag and topic syntax
20 '{{topic>mytag}}'.DOKU_LF.DOKU_LF.'{{tag>topictag mytag}}'.DOKU_LF, 'Test'
25 $this->assertNotContains('tag:test2tag', p_wiki_xhtml('topic_page'), 'Page with tag and topic syntax tag which is listed in a page that is listed in the topic syntax but not on the page itself');
26 $this->assertContains('topic_page', p_wiki_xhtml('topic_page'), 'Page with topic and tag syntax doesn\'t list itself in the topic syntax');
27 $this->assertContains('tagged_page', p_wiki_xhtml('topic_page'), 'Page with topic syntax doesn\'t list matching page');
30 $this->assertNotContains('tag:topictag', p_wiki_xhtml('tagged_page'), 'Page with tag syntax contains tag from a page in which it is listed in the topic syntax');
32 $this->assertNotContains('tagged_page', p_wiki_xhtml('topic_page'), 'Page that no longer contains the tag is still listed in the topic syntax (caching problems?)');
H A Dtopic_and_tagrefine.test.php81 $this->hasPages($expected, $pages, 'Topic: '.$query.': ');
/plugin/tag/syntax/
H A Dtopic.php3 * Tag Plugin, topic component: displays links to all wiki pages with a certain tag
10 * Topic syntax, displays links to all wiki pages with a certain tag
34 $this->Lexer->addSpecialPattern('\{\{topic>}\}',$mode,'plugin_tag_topic');
35 $this->Lexer->addSpecialPattern('\{\{topic>.+?\}\}',$mode,'plugin_tag_topic');
39 * Handle matches of the topic syntax
49 $match = substr($match, 8, -2); // strip {{topic> from start and }} from end
H A Dsearchtags.php11 * Tagsearch syntax, displays a tag search form with results similar to the topic syntax
/plugin/tag/conf/
H A Ddefault.php6 $conf['sortkey'] = 'title'; // sort key for topic lists
/plugin/tag/
H A Dhelper.php544 * Makes user or date dependent topic lists possible by replacing placeholders in tags