| Commit message (Expand) | Author | Age |
* | rename tag() to tagged(); add docs | Joey Hess | 2009-02-19 |
* | misc minor changes | Joey Hess | 2008-09-11 |
* | reword after reorg•••There was a duplicated paragraph, an example on the wrong page, and some
rewording needed after will's reorg.
| Joey Hess | 2008-09-11 |
* | patch plugin documentation to refer to directive pages | William Uther | 2008-09-11 |
* | Don't prepend tagbase to tags if they start with "./" or "/".•••That syntax made little sense previously, and this allows sites to put
"most" of their tags under $tagbase.
| Simon McVittie | 2008-07-21 |
* | Migrate escaped directives (\[[) in doc/plugins to have \[[! prefix | Simon McVittie | 2008-07-21 |
* | Migrate doc/plugins via prefix_directives•••This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
| Simon McVittie | 2008-07-21 |
* | fix up some links | Joey Hess | 2007-12-08 |
* | MAJOR basewiki reorg•••Including redir pages for the moved basewiki pages. These will be removed in
a future release.
| Joey Hess | 2007-12-08 |
* | make taglink support the same method for specifying link text as a regular•••wikilink
| joey | 2007-09-22 |
* | * Add taglink preprocessor directive, supporting visible tag links.••• Closes: #443344
| joey | 2007-09-20 |
* | web commit by JoshTriplett: Use conditional. | joey | 2007-02-14 |
* | web commit by JoshTriplett: Fix typo. | joey | 2007-02-14 |
* | simplified plugin definitions | joey | 2007-02-13 |
* | * Atom feed support based on a patch by Clint Adams.•••* Add feeds=no option to inline preprocessor directive to turn off all types
of feeds. feeds=rss will still work, and feeds=atom was also added, for
fine control.
* $IkiWiki::version now holds the program version, and is accessible to
plugins.
| joey | 2006-10-08 |
* | no longer need triple quotes | joey | 2006-08-23 |
* | * Allow preprocessor directives to contain python-like triple-quoted••• 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.
| joey | 2006-08-23 |
* | clarify | joey | 2006-08-19 |
* | * Renamed GlobLists to PageSpecs.•••* PageSpecs can now include nested parens, "and", and "or". This remains
backwards compatible to the old GlobList format. It's implemented by
treating the GlobList as a very limited microlanguage that is transformed
to perl code that does the matching.
* The old GlobList format is deprecated, and I encourage users to switch to
using the new PageSpec format. Compatability with the old format will be
removed at some point, possibly by 2.0.
* Wiki rebuild needed on upgrade to this version due to PageSpec change.
* Add support for creation_month and creation_year to PageSpec.
Closes: #380680
* Changes to index file encoding.
| joey | 2006-08-02 |
* | updats | joey | 2006-07-29 |
* | * Tag plugins according to type. | joey | 2006-07-29 |
* | * Put categories in rss feeds for tagged items. | joey | 2006-07-29 |
* | * Add getopt hook type, this allows plugins to add new command-line options.•••* Add --tagbase option to tag plugin.
| joey | 2006-07-28 |
* | don't need double-escape on indented literal text as markdown doesn't mess•••with it
| joey | 2006-07-28 |
* | Hope encrico doesn't mind, but I changed the location and layout of the•••tags on the templates. This way seems to fit better with the links. Also
some css cleanup, avoid hardcoded <i> etc.
| joey | 2006-07-28 |
* | * Patch from Enrico that••• - allows preprocessor directives to have parameters with no specified
value
- fixes preprocessor directive parameter parsing so that
foo=bar baz now means "foo=bar" and a "baz" with no value
- Add a tag plugin that allows more easily tagging pages.
The meta plugin can also still be used for this.
| joey | 2006-07-27 |