Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-25 | Revert change adding a huge, unformatted, unmaintainable, and basically | Joey Hess | |
useless set of every variable in every template file. This reverts commit 39d37c7c1be6b8bd4ac48aa7f0f4fc04c86aa310. | |||
2011-02-23 | (no commit message) | justint | |
2011-01-14 | 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 | |
2010-09-29 | First cut at the revert plugin. | Peter Gammie | |
2010-07-16 | Fix a couple of grammar errors. | Jonas Smedegaard | |
2010-06-14 | fix links | Joey Hess | |
2010-06-14 | add links to mentioned directives | Joey Hess | |
Using the !iki shortcut, since the directive pages may not be included in the basewiki. | |||
2010-06-13 | speling | Joey Hess | |
2010-06-13 | typo | Joey Hess | |
2010-06-12 | edittemplate: Look for template pages under templates/ like everything else ↵ | Joey Hess | |
(still looks in old location for backwards compatability). | |||
2010-05-07 | patch hidden field setting code | Joey Hess | |
Fixes http://code.google.com/p/openid-selector/issues/detail?id=11#c3 | |||
2010-05-05 | consistently drop NAME= in templates | Joey Hess | |
also add template syntax smoke test | |||
2010-05-05 | no more misc.tmpl | Joey Hess | |
* 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. | |||
2010-04-24 | 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-23 | add test case to ensure all templates are documented | Joey Hess | |
2010-04-23 | template docu reorg | Joey Hess | |
Remove wikitemplates page; fold its contents into templates page. Update all backlinks. Document new ability to put templates inside srcdir. | |||
2010-04-23 | move template documentation to the template directive | Joey Hess | |
allow new templates to be created via the inline that lists them | |||
2010-04-02 | template: Search for templates in the templatedir, if they are not found as ↵ | Joey Hess | |
pages in the wiki. | |||
2008-09-14 | fix links | Joey Hess | |
2008-09-11 | fix broken link in basewiki | Joey Hess | |
2008-09-11 | squash redundant text | Joey Hess | |
A lot of text was copies from templates to directive/template. Remove most of it and have each page link to the other. | |||
2008-08-25 | fix example | Joey Hess | |
2008-07-10 | template: Add support for a BASENAME variable. | Joey Hess | |
2008-03-11 | Tell robots to noindex,follow basewiki pages | martin f. krafft | |
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> | |||
2008-02-29 | remove link to wikitemplates | Joey Hess | |
this page is in the basewiki, and so it should not link to pages that are not | |||
2008-02-24 | improve wording | Joey Hess | |
2008-02-19 | web commit by http://hendry.iki.fi/: clearer to avoid the mistake i did | Joey Hess | |
2008-01-27 | Add new preprocessor directive syntax¸ using a '!' prefix. | Josh Triplett | |
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. | |||
2008-01-09 | * template: Remove bogus htmlize pass added in 2.16. | Joey Hess | |
* template: Htmlize template variables, but also provide a raw version via `<TMPL_VAR raw_variable>`. | |||
2007-12-12 | incomplate edittemplate plugin | Joey Hess | |
2007-05-19 | formatting | joey | |
2007-05-19 | move template documentation into the basewiki, in the templates page | joey | |
2007-05-02 | web commit by JoshTriplett: Fix bad if nesting. | joey | |
2007-04-09 | Check for enabled(inline) before using inline. | joshtriplett | |
2007-03-31 | improve | joey | |
2007-03-31 | * Add a templates page to the basewiki. It will automatically list all | joey | |
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. | |||
2007-03-02 | * Add "template" option to inline plugin to allow for use of customised | joey | |
templates. | |||
2006-10-08 | * Atom feed support based on a patch by Clint Adams. | joey | |
* 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. | |||
2006-08-27 | fix | joey | |
2006-08-26 | * Patch from James Westby to add a template for the search form. | joey | |
* Cache search form for speedup. | |||
2006-07-31 | fix title metadata on blogs, reorg needed to do it, simplified tag some | joey | |