Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-30 | Revert passwordauth fieldset and doc to avoid 2.0 regressions; need to ↵ | joshtriplett | |
re-evaluate after 2.0. | |||
2007-04-30 | * Group passwordauth fields with a fieldset as well. Add a new | joshtriplett | |
passwordauth page to the basewiki describing password authentication; like openid, it uses conditional to check which forms of authentication the wiki allows. Add conditional cross- links between the openid and passwordauth pages, to help the user understand how they can log in. | |||
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 | change to links | joey | |
2007-02-18 | * New domain name for ikiwiki: ikiwiki.info. Update your links. | joey | |
2007-02-13 | add as links | joey | |
2007-02-13 | * Make the basewiki be full of symlinks to pages that should be the same | joey | |
in the doc wiki. This will allow direct edits to alter the base wiki without manual munging. | |||
2007-02-13 | merge to basewiki | joey | |
2007-02-12 | oops | joey | |
2007-02-12 | * Allow plugins to add new types of tests that can be used in PageSpecs. | joey | |
* Add a "conditional" plugin, which allows displaying text if a condition is true. It is enabled by default so conditional can be used in the basewiki. * Use conditionals in the template for plugins, so that plugin pages say if they're currently enabled or not, and in various other places in the wiki. | |||
2007-02-10 | merge to basewiki | joey | |
2007-02-10 | merge to basewiki | joey | |
2007-02-06 | * Patch based on a patch from Ethan to support relative matching in | joey | |
PageSpecs, by using "./". pagespec_match() has grown a new third parameter to support this. | |||
2007-01-22 | merge change to basewiki | joey | |
2007-01-19 | merge change from doc to basewiki | joey | |
2007-01-18 | merge change from doc to basewiki | joey | |
2007-01-18 | * Added smileys for Moin Moin compatability. | joey | |
2007-01-18 | merge change from doc to basewiki while removing an introduced duplicate | joey | |
smiley | |||
2006-12-29 | * If a userdir is configured, links to pages in it can be made without | joey | |
specifying the path. This allows for easy signing of comments by linking to your page in the userdir. | |||
2006-12-28 | merge change to basewiki | joey | |
2006-12-23 | response and doc improvement | joey | |
2006-12-21 | changed my mind about how to disambiguate links, it seems to make more | joey | |
sense to start them with a / | |||
2006-12-21 | * Add support for links of the form [../foo]], this links to the page | joey | |
foo a level higher in the directory hierarchy than the one it would link to by default. | |||
2006-11-27 | add videntity | joey | |
2006-11-26 | add a poll plugin | joey | |
2006-11-25 | merge back to basewiki and updates | joey | |
2006-11-21 | add example of openid delegation | joey | |
2006-11-21 | merge changes back to basewiki | joey | |
2006-11-20 | shortcut stuff | joey | |
2006-11-20 | merge basewiki page change into basewiki | joey | |
2006-11-20 | explanation | joey | |
2006-11-20 | * Make auth methods pluggable. | joey | |
* Move httpauth support to a plugin. * Add an openid plugin to support logging in using OpenID. | |||
2006-11-01 | * Patch from James Westby to support podcasting, photoblogging, vidcasting, | joey | |
or what have you, by creating enclosures for non-page items that are included in feeds. | |||
2006-10-28 | * Add a default stylesheet entry for the pagecloud. | joey | |
* Add examples page with some examples of things that can be done using ikiwiki, like a weblog. The examples can be copied into a user's wiki for a quick start, without needing to learn everything about how to put them together. | |||
2006-10-28 | updated again | joey | |
2006-10-28 | * Now that links are calculated in a separate pass, it can also | joey | |
* Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk Erdem. | |||
2006-10-19 | merge change to basewiki | joey | |
2006-10-15 | * Add no_override parameter to hook(). | joey | |
* Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that can be configured using a page in wiki. | |||
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-09-23 | update | joey | |
2006-09-18 | yet another update of the svgz file and updates all images | joey | |
2006-09-17 | logo file updated | joey | |
2006-09-16 | * Updated ikiwiki.svgz from Recai, includes an icon and is used to generate | joey | |
a multi-resolution favicon.ico. | |||
2006-09-16 | merge helponformatting fix to basewiki | joey | |
2006-09-15 | * Add a stub local.css to avoid problems with 404's. | joey | |
2006-09-08 | remove a link.. people might want to replace the blog page with their own | joey | |
blog, and then having a backlink to pagespec is weird | |||
2006-08-28 | * Patch from James Westby to add an actions option to inline; this | joey | |
adds Edit and Discussion links at the end of blog entries. | |||
2006-08-27 | improve | joey | |
2006-08-27 | avoid floating boxes running up against the line at the bottom of the page | joey | |
somewhat grody I think; relies on placement and type of tags display.. | |||
2006-08-24 | * Make all pages pull in a local.css style sheet, if present. This won't | joey | |
be included in ikiwiki, but can be created to make local styling changes w/o needing to merge in every new change to the distributed style.css. |