summaryrefslogtreecommitdiff
path: root/t/syntax.t
AgeCommit message (Collapse)Author
2009-06-06Merge commit 'upstream/master' into pub/pointrigeri
Conflicts: debian/changelog debian/control Signed-off-by: intrigeri <intrigeri@boum.org>
2009-05-22stop using perl -T hereJoey Hess
See bug #411786. Perl's random corruption of the taint flag is even effecting the untainting of source filenames now (which AFAICS, is a proper untaint and always worked before..), and that makes using ikiwiki in perl taint mode not work at all.
2009-01-18Merge commit 'upstream/master' into prv/pointrigeri
Conflicts: t/syntax.t
2009-01-17load rpc xml lib on the flyJoey Hess
This way, enabling the plugin via websetup is safe, it can't leave ikiwiki in a broken state.
2009-01-17Merge commit 'upstream/master' into prv/pointrigeri
Conflicts: IkiWiki/Plugin/editpage.pm IkiWiki/Plugin/skeleton.pm.example doc/plugins/write.mdwn t/syntax.t
2009-01-16blogspam: New plugin, adding spam filtering for page editing / comment ↵Joey Hess
posting using the BlogSpam.net API.
2008-10-18syntax.t: skip po since it uses a perl module not in build depsintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-08-03test skeleton.pm.exampleJoey Hess
2008-07-26finish with rcs plugin conversionJoey Hess
2008-05-09skip amazon_s3 since it uses a perl module not in build depsJoey Hess
2007-09-07* Exclude external plugin from syntax check since it uses a module that isjoey
not in the build depends. Closes: #441171
2007-08-21test suite fixesjoey
2006-11-20* Rename ikiwiki.pl so MakeMaker doesn't see it, and install it.joey
* Add some code to the build system that tries to determine if the lib installation directory is in @INC. If it's not, munge ikiwiki to hardcode the path to the lib directory. This should allow installing ikiwiki in nonstandard locations, including home directories, by just setting PREFIX at build time. * Fix nested examples directory in deb.
2006-09-25improve diagnosticsjoey
2006-08-08* Ship ikiwiki executable as ikiwiki.pl in source to avoid issues onjoey
case-sensative filesystems like OSX.
2006-05-03add a syntax checkjoey