aboutsummaryrefslogtreecommitdiff
path: root/doc/templates.mdwn
Commit message (Collapse)AuthorAge
...
* improvejoey2007-03-31
|
* * Add a templates page to the basewiki. It will automatically list alljoey2007-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 customisedjoey2007-03-02
| | | | templates.
* * Atom feed support based on a patch by Clint Adams.joey2006-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.
* fixjoey2006-08-27
|
* * Patch from James Westby to add a template for the search form.joey2006-08-26
| | | | * Cache search form for speedup.
* fix title metadata on blogs, reorg needed to do it, simplified tag somejoey2006-07-31
|
* * ikiwiki can now download and aggregate feeds with its new aggregatejoey2006-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 filenamesjoey2006-05-01
|
* * Rename inlinepage to depends, so that it can be used to refer to morejoey2006-05-01
| | | | | | | | | | | | 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.)
* web commit by joeywww-data2006-04-25
|
* updatejoey2006-04-25
|
* fixesjoey2006-03-29
|
* web commit by PerOlofssonwww-data2006-03-24
|
* add archive pages and fix some bugsjoey2006-03-24
|
* prefs page implementedjoey2006-03-21
|
* web commit by joeywww-data2006-03-12
|
* - finish user registration and password request emailjoey2006-03-12
| | | | | | | - 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)
* - use templates for signin form, error messagesjoey2006-03-12
| | | | | | | | | | | | | - 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
* web commit from 66.118.98.137: www-data2006-03-12