aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* more PREFIX funjoey2006-08-27
|
* web commit by pppwww-data2006-08-27
|
* web commit by JamesWestbywww-data2006-08-27
|
* fixjoey2006-08-27
|
* fixjoey2006-08-27
|
* linkifyjoey2006-08-27
|
* addjoey2006-08-27
|
* * Added a ddate plugin.joey2006-08-27
|
* web commit by JamesWestby: Correct name of Mail::Sendmail modulewww-data2006-08-27
|
* web commit by JamesWestbywww-data2006-08-27
|
* comment 2joey2006-08-26
|
* * Patch from James Westby to add a template for the search form.joey2006-08-26
| | | | * Cache search form for speedup.
* responsejoey2006-08-26
|
* web commit by JamesWestbywww-data2006-08-26
|
* responsejoey2006-08-26
|
* * Patch from James Westby to allow a description to be set for rss feeds.joey2006-08-26
|
* web commit by JamesWestbywww-data2006-08-26
|
* web commit by JamesWestbywww-data2006-08-26
|
* web commit by JamesWestbywww-data2006-08-26
|
* responsejoey2006-08-26
|
* web commit by JamesWestbywww-data2006-08-26
|
* * Use DESTDIR and not PREFIX to specify installation prefix for packaging.joey2006-08-25
| | | | | * Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run from a different directory.
* web commit by EdAviswww-data2006-08-24
|
* responsejoey2006-08-24
|
* web commit by EdAviswww-data2006-08-23
|
* updatejoey2006-08-23
|
* changes to show= paramsjoey2006-08-23
|
* web commit by EdAviswww-data2006-08-23
|
* improvejoey2006-08-23
|
* web commit by EdAviswww-data2006-08-23
|
* updatejoey2006-08-23
|
* no longer need triple quotesjoey2006-08-23
|
* * Change order of linkify and preprocess; first preprocess and then linkify.joey2006-08-23
| | | | | | | | | | 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.
* applied patchjoey2006-08-23
|
* web commit by JordaPolo: Reply to comments; fix my name.www-data2006-08-23
|
* some fixes for note layoutjoey2006-08-23
|
* updatejoey2006-08-23
|
* fixesjoey2006-08-23
|
* hmmjoey2006-08-23
|
* fixjoey2006-08-23
|
* fixjoey2006-08-23
|
* * Allow preprocessor directives to contain python-like triple-quotedjoey2006-08-23
| | | | | | | 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.
* add a missing closing ] on example directivejoey2006-08-23
|
* thoughtsjoey2006-08-23
|
* updatejoey2006-08-23
|
* reorganise, include preprocess in the right orderjoey2006-08-23
|
* revert broken parentlinks fix, which was broken, explain whyjoey2006-08-22
| | | | | add plugins/contrib page to avoid broken link on this wiki
* updatejoey2006-08-21
|
* * Clean up behavior with broken parentlinks.joey2006-08-21
|
* * Fixed a bug with previews of subpages having broken links to top-leveljoey2006-08-21
| | | | | | | | pages. * Change how the stylesheet url is determined in the templates: Remove STYLEURL and add BASEURL to all templates (some already had it). This new more general variable can be used to link to other things (eg, images) from the template, as well as stylesheets.