summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Collapse)Author
2008-11-02po plugin: added test cases for index.*intrigeri
(Translatable index is currently buggy, let's fix this.) Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-02po plugin: added testsuiteintrigeri
I want to have an easy way to know if I break something when I'll convert custom added hooks to the new "inject" feature. It will also be useful after this conversion, to trigger an alert when IkiWiki's internals change enough to break my wrapper functions. Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18syntax.t: skip po since it uses a perl module not in build depsintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-09-30add test for empty, and for entirely negated pagespecsJoey Hess
2008-09-27Export pagetitle, titlepage, linkpage.Joey Hess
2008-09-23Add keepextension parameter to htmlize hook. (Willu)Joey Hess
2008-09-11test for brokenlinks when listdirectives is enabled, tooJoey Hess
2008-09-11display broken links on failureJoey Hess
2008-08-03test skeleton.pm.exampleJoey Hess
2008-08-01update rcs tests for new rcs plugin load methodJoey Hess
As a side effect, since loadplugins is called, mdwn is loaded, so rcs_recentchanges will return page names, not filenames, for mdwn files.
2008-07-26finish with rcs plugin conversionJoey Hess
2008-07-26Version control backends promoted to first-class pluginsJoey Hess
2008-07-26add a test caseJoey Hess
2008-07-25add test dataJoey Hess
2008-07-25add a regression test to ensure that permalinks never changeJoey Hess
2008-07-252 was apparently correctJoey Hess
I don't think it really matters whether directories are returned or not.
2008-07-25bring git test to parity with bazaar testJoey Hess
Also, fixed bug I introduced in bazaar test.
2008-07-25expose a bug in bzr renameing codeJoey Hess
2008-07-25add missing --quietJoey Hess
2008-07-25Merge commit 'jelmer/master'Joey Hess
2008-07-24Support staging commands in bzr backend.Jelmer Vernooij
2008-07-24fix encoding issues with link conversionJoey Hess
Have to convert link text to page name going in. And on the way out, need to replace spaces with underscores in the link text, which is not normally done with titles.
2008-07-23test suite and partial fix for encoding issues in link renamingJoey Hess
2008-07-23preserve case of subpageJoey Hess
2008-07-23case preservationJoey Hess
2008-07-23add renamepage hooksJoey Hess
Implemented for regular wikilinks, with a test suite.
2008-07-16Merge commit 'intrigeri/pedigree'Joey Hess
2008-07-15pedigree rename to parentlinks: rename/adapt everythingintrigeri
* Renamed to parentlinks every single variable or function called pedigree * Removed the parentlinks function from Render.pm * Enabled the new parentlinks plugin by default * Adapted testsuite and documentation to reflate the above facts Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15pedigree rename to parentlinks: renamed files, to start withintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15pedigree: rewrote with different designintrigeri
(and updated testsuite + docs accordingly) Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-14todo is not built, so don't try to check itJoey Hess
2008-07-14added testsuite for the pedigree pluginintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-12Hopefully fix regression tests in non-English environmentsSimon McVittie
2008-06-04Pass a destpage parameter to the sanitize hook.Joey Hess
Because the search plugin needed it, also because it's one of the few plugins that didn't already have it. I also considered adding it to htmlize, but I really cannot imagine caring what the destpage is when htmlizing. (I'll probably be poven wrong later.)
2008-05-30fix test to support rel=Joey Hess
2008-05-25fix regression testJoey Hess
2008-05-09skip amazon_s3 since it uses a perl module not in build depsJoey Hess
2008-04-24Correct a bug in pagespec matching, where a empty pagespec matched all pages.Joey Hess
This manifested as wikis with no locked pages treating them all as locked. The bug was introduced in version 2.41. Medium urgency upload due to above fix.
2008-04-17Bring back the svnrepo setup file option. This is needed for ↵Joey Hess
recentchangediff to work with svn repos.
2008-03-22add loadindex/saveindex test suiteJoey Hess
2008-02-24misc improvementsJoey Hess
2008-02-24fix test to intialise pluginsJoey Hess
2008-02-10fix data:image handlingJoey Hess
2008-02-10* htmlscrubber security fix: Block javascript in uris.Joey Hess
* Add htmlscrubber test suite.
2008-02-10improved sanitiser test suiteJoey Hess
2008-02-10add some more testsJoey Hess
2008-02-10new test caseJoey Hess
2008-02-05Merge branch 'master' into prefix-directivesJoey Hess
2008-01-30Expand file-id in diffurl in the bzr backend.Jelmer Vernooij
2008-01-29Merge git://git.samba.org/jelmer/ikiwikiJoey Hess