summaryrefslogtreecommitdiff
path: root/doc/templates.mdwn
AgeCommit message (Collapse)Author
2008-09-14fix linksJoey Hess
2008-09-11fix broken link in basewikiJoey Hess
2008-09-11squash redundant textJoey 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-25fix exampleJoey Hess
2008-07-10template: Add support for a BASENAME variable.Joey Hess
2008-03-11Tell robots to noindex,follow basewiki pagesmartin 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-29remove link to wikitemplatesJoey Hess
this page is in the basewiki, and so it should not link to pages that are not
2008-02-24improve wordingJoey Hess
2008-02-19web commit by http://hendry.iki.fi/: clearer to avoid the mistake i didJoey Hess
2008-01-27Add 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-12incomplate edittemplate pluginJoey Hess
2007-05-19formattingjoey
2007-05-19move template documentation into the basewiki, in the templates pagejoey
2007-05-02web commit by JoshTriplett: Fix bad if nesting.joey
2007-04-09Check for enabled(inline) before using inline.joshtriplett
2007-03-31improvejoey
2007-03-31* Add a templates page to the basewiki. It will automatically list alljoey
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 customisedjoey
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-27fixjoey
2006-08-26* Patch from James Westby to add a template for the search form.joey
* Cache search form for speedup.
2006-07-31fix title metadata on blogs, reorg needed to do it, simplified tag somejoey
2006-07-30* ikiwiki can now download and aggregate feeds with its new aggregatejoey
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.
2006-05-01remove templates/ from filenamesjoey
2006-05-01* Rename inlinepage to depends, so that it can be used to refer to morejoey
dependency relationships than just inlining. This will require a rebuild on upgrade to this version. * Move the rss link, put it in the blogpost form if there is one and at the top if not. This is both nicer because easier to find, and it cleans up the code which had used inlinepage as a flag for adding the link later. * Allow the depends GlobList to be built up from multiple sources (such as plugins) during a page render. * Which means that more than one blog is now supported to appear on a single page. (With some limitations.)
2006-04-25web commit by joeywww-data
2006-04-25updatejoey
2006-03-29fixesjoey
2006-03-24web commit by PerOlofssonwww-data
2006-03-24add archive pages and fix some bugsjoey
2006-03-21prefs page implementedjoey
2006-03-12web commit by joeywww-data
2006-03-12- finish user registration and password request emailjoey
- make sure a user is in the userdb before assuming they're logged on based on session info (allows deleting uerdb item and invalidating all sessions)
2006-03-12- use templates for signin form, error messagesjoey
- use FormBuilder for edit page forms (also use template) - print debug to stderr in cgi mode to avoid breaking http headers - fix links to page in parentlinks if $url is unset - reorganise how wikilink is used in templates - only make recentchanes link if svn is enabled - change session id cookie to something we control - add support for logging committer name for web commits from signed in users (untested) - probably more changes I forgot
2006-03-12web commit from 66.118.98.137: www-data