summaryrefslogtreecommitdiff
path: root/basewiki
AgeCommit message (Collapse)Author
2006-12-29* If a userdir is configured, links to pages in it can be made withoutjoey
specifying the path. This allows for easy signing of comments by linking to your page in the userdir.
2006-12-28merge change to basewikijoey
2006-12-23response and doc improvementjoey
2006-12-21changed my mind about how to disambiguate links, it seems to make morejoey
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-27add videntityjoey
2006-11-26add a poll pluginjoey
2006-11-25merge back to basewiki and updatesjoey
2006-11-21add example of openid delegationjoey
2006-11-21merge changes back to basewikijoey
2006-11-20shortcut stuffjoey
2006-11-20merge basewiki page change into basewikijoey
2006-11-20explanationjoey
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-28updated againjoey
2006-10-28* Now that links are calculated in a separate pass, it can alsojoey
* Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk Erdem.
2006-10-19merge change to basewikijoey
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-23updatejoey
2006-09-18yet another update of the svgz file and updates all imagesjoey
2006-09-17logo file updatedjoey
2006-09-16* Updated ikiwiki.svgz from Recai, includes an icon and is used to generatejoey
a multi-resolution favicon.ico.
2006-09-16merge helponformatting fix to basewikijoey
2006-09-15* Add a stub local.css to avoid problems with 404's.joey
2006-09-08remove a link.. people might want to replace the blog page with their ownjoey
blog, and then having a backlink to pagespec is weird
2006-08-28* Patch from James Westby to add an actions option to inline; thisjoey
adds Edit and Discussion links at the end of blog entries.
2006-08-27improvejoey
2006-08-27avoid floating boxes running up against the line at the bottom of the pagejoey
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'tjoey
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.
2006-08-23less paddingjoey
2006-08-23some fixes for note layoutjoey
2006-08-23* Allow preprocessor directives to contain python-like triple-quotedjoey
text blocks, for easy nesting of quotes inside. * Add a template plugin. * Use the template plugin to add infoboxes to each plugin page listing basic info about the plugin.
2006-08-23* Allow preprocessor directives to span multiple lines, both to makejoey
long ones with lots of values easier to write, and to allow for ones with multi-line quoted values.
2006-08-19add styling for outline listsjoey
2006-08-18* Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.joey
* If a page links to itself, mark up the link text in a span with class="selflink" so that it can be styled. I don't have a useful style defined for that though.
2006-08-15typojoey
2006-08-13* The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.joey
* Add --version. * Man page format fixups. * Add a %pagecase which maps lower-case page names to the actual case used in the filename. Use this in bestlinks calculation instead of forcing the link to lowercase. * Also use %pagecase in various other places that want to check if a page with a given name exists. * This means that links to pages with mixed case names will now work, even if the link is in some other case mixture, and mixed case pages should be fully supported throughout ikiwiki. * Recommend rebuilding wikis on upgrade to this version.
2006-08-05misc changesjoey
2006-08-04* Various CSS and formatting changes.joey
2006-08-03more slasheryjoey
2006-08-03more doubled slashes..joey
2006-08-03* Added created_before and created_after PageSpec limits.joey
2006-08-02redundancyjoey
2006-08-02* Renamed GlobLists to PageSpecs.joey
* PageSpecs can now include nested parens, "and", and "or". This remains backwards compatible to the old GlobList format. It's implemented by treating the GlobList as a very limited microlanguage that is transformed to perl code that does the matching. * The old GlobList format is deprecated, and I encourage users to switch to using the new PageSpec format. Compatability with the old format will be removed at some point, possibly by 2.0. * Wiki rebuild needed on upgrade to this version due to PageSpec change. * Add support for creation_month and creation_year to PageSpec. Closes: #380680 * Changes to index file encoding.
2006-08-01* Patch from Roland Mas to support an rss=no parameter to inline directives.joey
Closes: #380743
2006-07-31fixjoey
2006-07-29* New pagestats plugin from Enrico, which can generate a table countingjoey
the backlinks for each page, or a del.icio.us style cloud.