aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAge
* fix test to support rel=Joey Hess2008-05-30
|
* fix regression testJoey Hess2008-05-25
|
* skip amazon_s3 since it uses a perl module not in build depsJoey Hess2008-05-09
|
* Correct a bug in pagespec matching, where a empty pagespec matched all pages.Joey Hess2008-04-24
| | | | | | | 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.
* Bring back the svnrepo setup file option. This is needed for ↵Joey Hess2008-04-17
| | | | recentchangediff to work with svn repos.
* add loadindex/saveindex test suiteJoey Hess2008-03-22
|
* misc improvementsJoey Hess2008-02-24
|
* fix test to intialise pluginsJoey Hess2008-02-24
|
* fix data:image handlingJoey Hess2008-02-10
|
* * htmlscrubber security fix: Block javascript in uris.Joey Hess2008-02-10
| | | | * Add htmlscrubber test suite.
* improved sanitiser test suiteJoey Hess2008-02-10
|
* add some more testsJoey Hess2008-02-10
|
* new test caseJoey Hess2008-02-10
|
* Merge branch 'master' into prefix-directivesJoey Hess2008-02-05
|\
| * Expand file-id in diffurl in the bzr backend.Jelmer Vernooij2008-01-30
| |
| * Merge git://git.samba.org/jelmer/ikiwikiJoey Hess2008-01-29
| |\
| | * Finish bazaar backend and make the remaining test pass.Jelmer Vernooij2008-01-28
| | |
| | * Initial work adding support for Bazaar.Jelmer Vernooij2008-01-28
| | |
| * | merged the recentchanges branchJoey Hess2008-01-29
| | | | | | | | | | | | misc fixes
| * | added configuration for recentchangesJoey Hess2008-01-29
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | * Removed support for sending commit notification mails. Along with it wentJoey Hess2008-01-29
| |/ | | | | | | | | the svnrepo and notify settings, though both will be ignored if left in setup files.
* | update test suite to fully test both with and without prefix_directivesJoey Hess2008-01-28
| |
* | Add new preprocessor directive syntax¸ using a '!' prefix.Josh Triplett2008-01-27
|/ | | | | | | | Add a prefix_directives option to the setup file to turn this syntax on; currently defaults to false, for backward compatibility. Support optional '!' prefix even with prefix_directives off, and use that in the underlay to support either setting of prefix_directives. Add NEWS entry with migration information.
* shut up git commands run manuallyJoey Hess2007-12-27
|
* file_pruned regression testsJoey Hess2007-12-18
|
* arg, the test suite was testing for bugsjoey2007-09-30
|
* * Exclude external plugin from syntax check since it uses a module that isjoey2007-09-07
| | | | not in the build depends. Closes: #441171
* fix path issue when runnign testjoey2007-09-05
|
* * Change git test suite to reflect change in log for initial repo creationjoey2007-09-05
| | | | commit.
* * mercurial: Fix rcs_getctime (thanks, bma)joey2007-08-29
|
* * Support for looking in multiple directories for underlay files.joey2007-08-28
| | | | | | | * Plugins can add new directories to the search path with the add_underlay function. * Split out smiley underlay files into a separate underlay, so if the plugin isn't used, the wiki isn't bloated with all those files.
* test suite fixesjoey2007-08-21
|
* get confused. So it's best for ikiwiki to follow the compatabilityjoey2007-07-09
| | | | | | * Support building on systems that lack asprintf. * mercurial getctime is currently broken, apparently by some change in mercurial version 0.9.4. Turn the failing test case into a TODO test case.
* * Patch fixing various additional problems with test suite. Closes: #425891joey2007-06-26
| | | | once more.
* * Allow svnpath config option to contain additional extra slashes anywherejoey2007-06-23
| | | | | | w/o confusing ikiwiki. * Rcs modules are now imported, so other modules that need similar normalisation of configs etc can do so.
* couple morejoey2007-06-02
|
* * Add test suite for preprocessor directive parsing.joey2007-06-02
|
* * Apply a patch from Carl Worth adding support for using globs in link()joey2007-05-30
| | | | in a PageSpec.
* * Fix FTBFS in test suite introduced in last version. Closes: #425891joey2007-05-24
|
* build fixesjoey2007-05-20
|
* * Add a test ensuring that the basewiki is self-contained and has no brokenjoey2007-05-20
| | | | links.
* fixjoey2007-04-29
|
* updates for usedirsjoey2007-04-29
|
* the kind of perl code that can only be written at 4:30 amjoey2007-04-27
| | | | | | | (Get a good message when a PageSpec fails due to a negated success by creating success objects with a reason string, which morph into failure objects when negated.)
* * Make pagespec_match on failure return a value that is false, but in ajoey2007-04-27
| | | | | | scalar context, evaluates to a reason why the match failed. * Add testpagespec plugin, which might be useful to see why a pagespec isn't matching something.
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
| | | | | | | | | for extended pagespecs. The old calling convention will still work for back-compat for now. * The calling convention for functions in the IkiWiki::PageSpec namespace has changed so they are passed named parameters. * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0.
* support %destsourcesjoey2007-04-14
|
* * Fix link() PageSpecs to not just look at the raw link text, but at wherejoey2007-03-21
| | | | | | | | | | that given link points based on the page doing the linking. Note that this could make such PageSpecs match different things than before, if you relied on the old behavior of them only matching the raw link text. * This required changing the match_* interface, adding a third parameter. * Allow link() PageSpecs to match relative, as is allowed with globs.a * Add postform option to inline plugin. * Add an bug tracker to the softwaresite example.
* My fix to support encoded underscores in page titles broke links to pagesjoey2007-03-07
| | | | | | | with underscores in their filenames, since the link code also used titlepage. Create a new linkpage function and have the link code use that instead.
* * Allow for underscores to appear in page titles, if encoded appropriatelyjoey2007-03-02
| | | | | (__95__) in filenames. Previously, all underscores were replaced with spaces. Thanks, Enrico Zini for noticing that bug.