| Commit message (Expand) | Author | Age |
* | polishing notifyemail | Joey Hess | 2012-03-28 |
* | changemail: New plugin, sends emails about changed pages. | Joey Hess | 2012-03-28 |
* | trail: new plugin (3rd attempt) | Simon McVittie | 2011-11-09 |
* | Revert change adding a huge, unformatted, unmaintainable, and basically•••useless set of every variable in every template file.
This reverts commit 39d37c7c1be6b8bd4ac48aa7f0f4fc04c86aa310.
| Joey Hess | 2011-02-25 |
* | (no commit message) | justint | 2011-02-23 |
* | typo | Joey Hess | 2011-01-14 |
* | more reorg | Joey Hess | 2011-01-14 |
* | wording | Joey Hess | 2011-01-14 |
* | further improvement | Joey Hess | 2011-01-14 |
* | slight reorg | Joey Hess | 2011-01-14 |
* | add section heading for clarity | Joey Hess | 2011-01-14 |
* | First cut at the revert plugin. | Peter Gammie | 2010-09-29 |
* | Fix a couple of grammar errors. | Jonas Smedegaard | 2010-07-16 |
* | fix links | Joey Hess | 2010-06-14 |
* | add links to mentioned directives•••Using the !iki shortcut, since the directive pages may not be included in
the basewiki.
| Joey Hess | 2010-06-14 |
* | speling | Joey Hess | 2010-06-13 |
* | typo | Joey Hess | 2010-06-13 |
* | edittemplate: Look for template pages under templates/ like everything else (... | Joey Hess | 2010-06-12 |
* | patch hidden field setting code•••Fixes http://code.google.com/p/openid-selector/issues/detail?id=11#c3
| Joey Hess | 2010-05-07 |
* | consistently drop NAME= in templates•••also add template syntax smoke test
| Joey Hess | 2010-05-05 |
* | no more misc.tmpl•••* Removed misc.tmpl. Now to theme ikiwiki, you only need to customise
a single template, page.tmpl.
* misc.tmpl will, however, still be read if a locally modified version
exists. This is to avoid forcing users to update page.tmpl right now.
| Joey Hess | 2010-05-05 |
* | wording | Joey Hess | 2010-04-24 |
* | update | Joey Hess | 2010-04-24 |
* | update | Joey Hess | 2010-04-24 |
* | reword, reorg, add example | Joey Hess | 2010-04-24 |
* | wording | Joey Hess | 2010-04-24 |
* | add test case to ensure all templates are documented | Joey Hess | 2010-04-23 |
* | template docu reorg•••Remove wikitemplates page; fold its contents into templates page.
Update all backlinks. Document new ability to put templates inside srcdir.
| Joey Hess | 2010-04-23 |
* | move template documentation to the template directive•••allow new templates to be created via the inline that lists them
| Joey Hess | 2010-04-23 |
* | template: Search for templates in the templatedir, if they are not found as p... | Joey Hess | 2010-04-02 |
* | fix links | Joey Hess | 2008-09-14 |
* | fix broken link in basewiki | Joey Hess | 2008-09-11 |
* | squash redundant text•••A lot of text was copies from templates to directive/template.
Remove most of it and have each page link to the other.
| Joey Hess | 2008-09-11 |
* | fix example | Joey Hess | 2008-08-25 |
* | template: Add support for a BASENAME variable. | Joey Hess | 2008-07-10 |
* | Tell robots to noindex,follow basewiki pages•••Those pages show up in the basewiki on most ikiwiki sites and thus
really ought not to be indexed. We can let robots follow them though.
Signed-off-by: martin f. krafft <madduck@madduck.net>
| martin f. krafft | 2008-03-11 |
* | remove link to wikitemplates•••this page is in the basewiki, and so it should not link to pages that are not
| Joey Hess | 2008-02-29 |
* | improve wording | Joey Hess | 2008-02-24 |
* | web commit by http://hendry.iki.fi/: clearer to avoid the mistake i did | Joey Hess | 2008-02-19 |
* | Add new preprocessor directive syntax¸ using a '!' prefix.•••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.
| Josh Triplett | 2008-01-27 |
* | * template: Remove bogus htmlize pass added in 2.16.•••* template: Htmlize template variables, but also provide a raw version
via `<TMPL_VAR raw_variable>`.
| Joey Hess | 2008-01-09 |
* | incomplate edittemplate plugin | Joey Hess | 2007-12-12 |
* | formatting | joey | 2007-05-19 |
* | move template documentation into the basewiki, in the templates page | joey | 2007-05-19 |
* | web commit by JoshTriplett: Fix bad if nesting. | joey | 2007-05-02 |
* | Check for enabled(inline) before using inline. | joshtriplett | 2007-04-09 |
* | improve | joey | 2007-03-31 |
* | * 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 |
* | * Add "template" option to inline plugin to allow for use of customised••• templates.
| joey | 2007-03-02 |
* | * 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 |