Hello Jonny,
Yes, it shoud be backported in tiki 7. I was not sure about that fix and
that's why it's in trunk now. Also, quality is not running on tiki7 at that
stage. Anyway, I will backport it to 7.
I did not check very deeply but I think also that it depends on a wiki
setting...
Pkdille
2011/3/25 Jonny Bradley <jonny@...>
>
> Are these for 8 only, or should they be backported to 7.x? (or just ended
> up in the wrong branch, i'm guessing)
>
> Also, doesn't this depend on a wiki pref setting? (feature_page_title i
> think)
>
> jb
>
>
>
> On 25 Mar 2011, at 05:21, pkdille@... wrote:
>
> > Revision: 33643
> >
> http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=33643&view=rev
> > Author: pkdille
> > Date: 2011-03-25 05:21:26 +0000 (Fri, 25 Mar 2011)
> >
> > Log Message:
> > -----------
> > Fix wiki parser tests
> >
> > Modified Paths:
> > --------------
> > trunk/lib/test/TikiLib/WikiParserTest.php
> >
> > Modified: trunk/lib/test/TikiLib/WikiParserTest.php
> > ===================================================================
> > --- trunk/lib/test/TikiLib/WikiParserTest.php 2011-03-24 21:21:08 UTC
> (rev 33642)
> > +++ trunk/lib/test/TikiLib/WikiParserTest.php 2011-03-25 05:21:26 UTC
> (rev 33643)
> > @@ -51,21 +51,21 @@
> > array('::foo::', '<div style="text-align:
> center;">foo</div><br />' . "\n"), // center align
> > array(':: foo ::', '<div style="text-align:
> center;"> foo </div><br />' . "\n"), // center align
> >
> > - array('! foo', '<h2 class="showhide_heading"
> id="foo"> foo</h2>' . "\n"), // heading 1
> > - array('!!foo', '<h3 class="showhide_heading"
> id="foo">foo</h3>' . "\n"), // heading 2
> > - array('!! foo', '<h3 class="showhide_heading"
> id="foo"> foo</h3>' . "\n"), // heading 2
> > + array('! foo', '<h1 class="showhide_heading"
> id="foo"> foo</h1>' . "\n"), // heading 1
> > + array('!!foo', '<h2 class="showhide_heading"
> id="foo">foo</h2>' . "\n"), // heading 2
> > + array('!! foo', '<h2 class="showhide_heading"
> id="foo"> foo</h2>' . "\n"), // heading 2
> >
> > //heading 1 with collapsible text open
> > array(
> > "!+foo\nheading text section",
> > - "<h2 class=\"showhide_heading\"
> id=\"foo\">foo</h2><a id=\"flipperidHomePage1\" class=\"link\"
> href=\"javascript:flipWithSign('idHomePage1')\">[-]</a><div
> id=\"idHomePage1\" class=\"showhide_heading\"
> style=\"display:block;\">\nheading text section<br />\n</div>",
> > + "<h1 class=\"showhide_heading\"
> id=\"foo\">foo</h1><a id=\"flipperidHomePage1\" class=\"link\"
> href=\"javascript:flipWithSign('idHomePage1')\">[-]</a><div
> id=\"idHomePage1\" class=\"showhide_heading\"
> style=\"display:block;\">\nheading text section<br />\n</div>",
> > array('page' => 'HomePage'),
> > ),
> >
> > //heading 1 with collapsible text closed
> > array(
> > "!-foo\nheading text section",
> > - "<h2 class=\"showhide_heading\"
> id=\"foo\">foo</h2><a id=\"flipperidHomePage1\" class=\"link\"
> href=\"javascript:flipWithSign('idHomePage1')\">[+]</a><div
> id=\"idHomePage1\" class=\"showhide_heading\"
> style=\"display:none;\">\nheading text section<br />\n</div>",
> > + "<h1 class=\"showhide_heading\"
> id=\"foo\">foo</h1><a id=\"flipperidHomePage1\" class=\"link\"
> href=\"javascript:flipWithSign('idHomePage1')\">[+]</a><div
> id=\"idHomePage1\" class=\"showhide_heading\"
> style=\"display:none;\">\nheading text section<br />\n</div>",
> > array('page' => 'HomePage'),
> > ),
> >
> >
> >
> > This was sent by the SourceForge.net collaborative development platform,
> the world's largest Open Source development site.
> >
> >
> ------------------------------------------------------------------------------
> > Enable your software for Intel(R) Active Management Technology to meet
> the
> > growing manageability and security demands of your customers. Businesses
> > are taking advantage of Intel(R) vPro (TM) technology - will your
> software
> > be a part of the solution? Download the Intel(R) Manageability Checker
> > today! http://p.sf.net/sfu/intel-dev2devmar
> > _______________________________________________
> > Tikiwiki-cvs mailing list
> > Tikiwiki-cvs@...
> > https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
> >
>
>
>
> ------------------------------------------------------------------------------
> Enable your software for Intel(R) Active Management Technology to meet the
> growing manageability and security demands of your customers. Businesses
> are taking advantage of Intel(R) vPro (TM) technology - will your software
> be a part of the solution? Download the Intel(R) Manageability Checker
> today! http://p.sf.net/sfu/intel-dev2devmar
> _______________________________________________
> Tikiwiki-cvs mailing list
> Tikiwiki-cvs@...
> https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
>
|