Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | Joey Hess | 2010-06-14 |
| | | | | | Using the !iki shortcut, since the directive pages may not be included in the basewiki. | ||
* | 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 |
| | | | | (still looks in old location for backwards compatability). | ||
* | patch hidden field setting code | Joey Hess | 2010-05-07 |
| | | | | Fixes http://code.google.com/p/openid-selector/issues/detail?id=11#c3 | ||
* | consistently drop NAME= in templates | Joey Hess | 2010-05-05 |
| | | | | also add template syntax smoke test | ||
* | no more misc.tmpl | Joey Hess | 2010-05-05 |
| | | | | | | | * 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. | ||
* | 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 | Joey Hess | 2010-04-23 |
| | | | | | Remove wikitemplates page; fold its contents into templates page. Update all backlinks. Document new ability to put templates inside srcdir. | ||
* | move template documentation to the template directive | Joey Hess | 2010-04-23 |
| | | | | allow new templates to be created via the inline that lists them | ||
* | template: Search for templates in the templatedir, if they are not found as ↵ | Joey Hess | 2010-04-02 |
| | | | | pages in the wiki. | ||
* | fix links | Joey Hess | 2008-09-14 |
| | |||
* | fix broken link in basewiki | Joey Hess | 2008-09-11 |
| | |||
* | squash redundant text | Joey Hess | 2008-09-11 |
| | | | | | A lot of text was copies from templates to directive/template. Remove most of it and have each page link to the other. | ||
* | 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 | martin f. krafft | 2008-03-11 |
| | | | | | | | 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> | ||
* | remove link to wikitemplates | Joey Hess | 2008-02-29 |
| | | | | this page is in the basewiki, and so it should not link to pages that are not | ||
* | 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. | Josh Triplett | 2008-01-27 |
| | | | | | | | | 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. | ||
* | * template: Remove bogus htmlize pass added in 2.16. | Joey Hess | 2008-01-09 |
| | | | | | * template: Htmlize template variables, but also provide a raw version via `<TMPL_VAR raw_variable>`. | ||
* | 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 | joey | 2007-03-31 |
| | | | | | | | | 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. | ||
* | * Add "template" option to inline plugin to allow for use of customised | joey | 2007-03-02 |
| | | | | templates. | ||
* | * Atom feed support based on a patch by Clint Adams. | joey | 2006-10-08 |
| | | | | | | | | * 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. | ||
* | fix | joey | 2006-08-27 |
| | |||
* | * Patch from James Westby to add a template for the search form. | joey | 2006-08-26 |
| | | | | * Cache search form for speedup. | ||
* | fix title metadata on blogs, reorg needed to do it, simplified tag some | joey | 2006-07-31 |
| | |||
* | * ikiwiki can now download and aggregate feeds with its new aggregate | joey | 2006-07-30 |
| | | | | | | | | plugin, so it's possible to implement a Planet using ikiwiki! * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh --wrappers to do that. * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate to update pages that haven't changed on disk. | ||
* | remove templates/ from filenames | joey | 2006-05-01 |
| |