summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-26* Patch from James Westby to add a template for the search form.joey
* Cache search form for speedup.
2006-08-26responsejoey
2006-08-26fix up use of PREFIXjoey
2006-08-26switch to > n (currently 10) cycle loop protection since eg tumov's includejoey
plugin preprocesses included pages using the name of the including page
2006-08-26web commit by JamesWestbywww-data
2006-08-26responsejoey
2006-08-26* Patch from James Westby to allow a description to be set for rss feeds.joey
2006-08-26web commit by JamesWestbywww-data
2006-08-26web commit by JamesWestbywww-data
2006-08-26web commit by JamesWestbywww-data
2006-08-26responsejoey
2006-08-26web commit by JamesWestbywww-data
2006-08-25use a hashjoey
2006-08-25* Generalised preprocesser loop protection code.joey
2006-08-25* Use DESTDIR and not PREFIX to specify installation prefix for packaging.joey
* Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run from a different directory.
2006-08-24web commit by EdAviswww-data
2006-08-24* Make all pages pull in a local.css style sheet, if present. This won'tjoey
be included in ikiwiki, but can be created to make local styling changes w/o needing to merge in every new change to the distributed style.css.
2006-08-24responsejoey
2006-08-24remove date munging, seems to be unnecessaryjoey
2006-08-23web commit by EdAviswww-data
2006-08-23updatejoey
2006-08-23remove unused optionjoey
2006-08-23changes to show= paramsjoey
2006-08-23web commit by EdAviswww-data
2006-08-23improvejoey
2006-08-23web commit by EdAviswww-data
2006-08-23updatejoey
2006-08-23no longer need triple quotesjoey
2006-08-23* Change order of linkify and preprocess; first preprocess and then linkify.joey
This allows passing a wikilink inside a parameter to a preprocessor directive without it being expanded to html, and leaking out of the parameter, which had required some non-obvious use of triple-quoting to avoid. Note that any preprocessor plugins that output something that looks like a wikilink will now have it treated as such; AFAIK this doesn't change any behavior though except for the template plugin. * Enable preprocessor directives when previewing an edit.
2006-08-23applied patchjoey
2006-08-23* Patch from Jordà Polo to make Setup::Standard support hashes in configjoey
files.
2006-08-23web commit by JordaPolo: Reply to comments; fix my name.www-data
2006-08-23* Make pagespec merge code smarter about merging duplicate pagespecs.joey
2006-08-23less paddingjoey
2006-08-23some fixes for note layoutjoey
2006-08-23updatejoey
2006-08-23fixesjoey
2006-08-23hmmjoey
2006-08-23fixjoey
2006-08-23fixjoey
2006-08-23* Allow preprocessor directives to contain python-like triple-quotedjoey
text blocks, for easy nesting of quotes inside. * Add a template plugin. * Use the template plugin to add infoboxes to each plugin page listing basic info about the plugin.
2006-08-23* Allow preprocessor directives to span multiple lines, both to makejoey
long ones with lots of values easier to write, and to allow for ones with multi-line quoted values.
2006-08-23add a missing closing ] on example directivejoey
2006-08-23thoughtsjoey
2006-08-23updatejoey
2006-08-23reorganise, include preprocess in the right orderjoey
2006-08-22add upgrade notejoey
2006-08-22remove removed fixjoey
2006-08-22revert broken parentlinks fix, which was broken, explain whyjoey
add plugins/contrib page to avoid broken link on this wiki
2006-08-22* Fix a bug introduced last version to do with nested inlines.joey