Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-23 | Add keepextension parameter to htmlize hook. (Willu) | Joey Hess | |
2008-09-11 | test for brokenlinks when listdirectives is enabled, too | Joey Hess | |
2008-09-11 | display broken links on failure | Joey Hess | |
2008-08-03 | test skeleton.pm.example | Joey Hess | |
2008-08-01 | update rcs tests for new rcs plugin load method | Joey 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-26 | finish with rcs plugin conversion | Joey Hess | |
2008-07-26 | Version control backends promoted to first-class plugins | Joey Hess | |
2008-07-26 | add a test case | Joey Hess | |
2008-07-25 | add test data | Joey Hess | |
2008-07-25 | add a regression test to ensure that permalinks never change | Joey Hess | |
2008-07-25 | 2 was apparently correct | Joey Hess | |
I don't think it really matters whether directories are returned or not. | |||
2008-07-25 | bring git test to parity with bazaar test | Joey Hess | |
Also, fixed bug I introduced in bazaar test. | |||
2008-07-25 | expose a bug in bzr renameing code | Joey Hess | |
2008-07-25 | add missing --quiet | Joey Hess | |
2008-07-25 | Merge commit 'jelmer/master' | Joey Hess | |
2008-07-24 | Support staging commands in bzr backend. | Jelmer Vernooij | |
2008-07-24 | fix encoding issues with link conversion | Joey 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-23 | test suite and partial fix for encoding issues in link renaming | Joey Hess | |
2008-07-23 | preserve case of subpage | Joey Hess | |
2008-07-23 | case preservation | Joey Hess | |
2008-07-23 | add renamepage hooks | Joey Hess | |
Implemented for regular wikilinks, with a test suite. | |||
2008-07-16 | Merge commit 'intrigeri/pedigree' | Joey Hess | |
2008-07-15 | pedigree rename to parentlinks: rename/adapt everything | intrigeri | |
* 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-15 | pedigree rename to parentlinks: renamed files, to start with | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-07-15 | pedigree: rewrote with different design | intrigeri | |
(and updated testsuite + docs accordingly) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-07-14 | todo is not built, so don't try to check it | Joey Hess | |
2008-07-14 | added testsuite for the pedigree plugin | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-07-12 | Hopefully fix regression tests in non-English environments | Simon McVittie | |
2008-06-04 | Pass 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-30 | fix test to support rel= | Joey Hess | |
2008-05-25 | fix regression test | Joey Hess | |
2008-05-09 | skip amazon_s3 since it uses a perl module not in build deps | Joey Hess | |
2008-04-24 | Correct 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-17 | Bring back the svnrepo setup file option. This is needed for ↵ | Joey Hess | |
recentchangediff to work with svn repos. | |||
2008-03-22 | add loadindex/saveindex test suite | Joey Hess | |
2008-02-24 | misc improvements | Joey Hess | |
2008-02-24 | fix test to intialise plugins | Joey Hess | |
2008-02-10 | fix data:image handling | Joey Hess | |
2008-02-10 | * htmlscrubber security fix: Block javascript in uris. | Joey Hess | |
* Add htmlscrubber test suite. | |||
2008-02-10 | improved sanitiser test suite | Joey Hess | |
2008-02-10 | add some more tests | Joey Hess | |
2008-02-10 | new test case | Joey Hess | |
2008-02-05 | Merge branch 'master' into prefix-directives | Joey Hess | |
2008-01-30 | Expand file-id in diffurl in the bzr backend. | Jelmer Vernooij | |
2008-01-29 | Merge git://git.samba.org/jelmer/ikiwiki | Joey Hess | |
2008-01-29 | merged the recentchanges branch | Joey Hess | |
misc fixes | |||
2008-01-29 | added configuration for recentchanges | Joey Hess | |
I kept it to a simple global configuration, rather than using the preprocessor directive for recentchanges, because that had chicken and egg problems and seemed overcomplicated. This should work reasonably well, though it would be good to add some more metadata so that more customised recentchanges pages can be made. | |||
2008-01-29 | * Removed support for sending commit notification mails. Along with it went | Joey Hess | |
the svnrepo and notify settings, though both will be ignored if left in setup files. | |||
2008-01-28 | update test suite to fully test both with and without prefix_directives | Joey Hess | |
2008-01-28 | Finish bazaar backend and make the remaining test pass. | Jelmer Vernooij | |