| Commit message (Expand) | Author | Age |
* | response | Joey Hess | 2008-09-17 |
* | (no commit message) | WillDioneda | 2008-09-16 |
* | (no commit message) | WillDioneda | 2008-09-16 |
* | Migrate everything else 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 |
* | reorder | Joey Hess | 2008-05-15 |
* | add a link to the orphaned sitemap page | Joey Hess | 2008-05-15 |
* | * Htmlize parameters passed to the template preprocessor directive before••• inserting them into the html template. This ensures that markdown
acts on them, even if the value is expanded inside a block-level html
element in the html template. Closes: #454058
* Use a div in the note template rather than a span.
| Joey Hess | 2007-12-12 |
* | minor fix | joey | 2007-08-21 |
* | fix html | joey | 2007-07-27 |
* | make it an infobox instead | joey | 2007-07-25 |
* | move the link box into its own template, so it can be reused elsewhere if•••wanted
markdown sucks for this, use plain html in it
| joey | 2007-07-25 |
* | * Add all=no option to conditional, can be used to form conditionals that do••• not need to examine every page in the wiki.
* Use this to simplify the goodstuff detection in the plugin template.
| joey | 2007-05-09 |
* | Use an explicit glob(plugins/<TMPL_VAR name>) rather than relying on•••implicit glob detection. This is necessary because when this page is being
built standalone, the TMPL_VAR will not be expanded, and is instead treated
as two globs, and the globlist is then invalid and produces build errors.
Using glob() causes it to treated as a single glob, avoiding this problem.
| joey | 2007-05-08 |
* | web commit by JoshTriplett: Remove leading slash from the plugin pagespec its... | joey | 2007-05-08 |
* | web commit by JoshTriplett: Remove leading slash from sourcepage. | joey | 2007-05-08 |
* | web commit by JoshTriplett: Fix page reference in backlink to avoid leading s... | joey | 2007-05-08 |
* | web commit by JoshTriplett: Add line for "included in goodstuff", using backl... | joey | 2007-05-08 |
* | web commit by JoshTriplett: s/parens/square brackets/ | joey | 2007-04-02 |
* | * Add a templates page to the basewiki. It will automatically list all••• available templates. Rename the old templates page to wikitemplates.
* Include the note template in the basewiki.
* Add a popup template in the basewiki. CSS based on some by Martin Krafft.
* Make the note, popup, and plugin templates detect missing variables and be
self-documenting, listing the available variables.
| joey | 2007-03-31 |
* | remove old discussion page (since it's currently being included into the•••basewiki as a template..)
| joey | 2007-03-31 |
* | web commit by JoshTriplett: Automatically add the tag `type/core` if passed t... | joey | 2007-02-14 |
* | move the release template to the softwaresite example | joey | 2007-02-14 |
* | web commit by JoshTriplett: Typo. | joey | 2007-02-14 |
* | web commit by JoshTriplett: Response; please move to softwaresite example. | joey | 2007-02-14 |
* | web commit by http://joey.kitenet.net/ | joey | 2007-02-13 |
* | web commit by JoshTriplett: Use a specific ID for the changelog toggleable, t... | joey | 2007-02-13 |
* | web commit by JoshTriplett: Add template for ikiwiki releases | joey | 2007-02-13 |
* | simplified plugin definitions | joey | 2007-02-13 |
* | web commit by JoshTriplett: (included in ikiwiki) xor (third-party plugin)? | joey | 2007-02-13 |
* | * Allow plugins to add new types of tests that can be used in PageSpecs.•••* Add a "conditional" plugin, which allows displaying text if a condition
is true. It is enabled by default so conditional can be used in the
basewiki.
* Use conditionals in the template for plugins, so that plugin pages
say if they're currently enabled or not, and in various other places
in the wiki.
| joey | 2007-02-12 |
* | web commit by http://joey.kitenet.net/ | joey | 2006-11-22 |
* | web commit by http://choffee.co.uk/: How to modify templates? | joey | 2006-11-21 |
* | some fixes for note layout | joey | 2006-08-23 |
* | fix | 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 |