summaryrefslogtreecommitdiff
path: root/doc/todo
AgeCommit message (Collapse)Author
2006-06-02* Reorganised the doc wiki's todo/* pages, using a link/tag to flagjoey
* Allow pagetemplate plugins to override *anything* in the template. * Add a meta plugin, which allows specifying various metadata about pages, like license and author. It also allows for inserting html link and meta tags into html, overriding the title, and adding hidden WikiLinks, which can be useful when using link-based globbing for page categorisation. * Remove preprocessor directives from inlined pages. * Allow simple preprocessor directive values to be specified w/o quotes.
2006-06-02bah, globlists are not anded..joey
2006-06-02addjoey
2006-06-02* Reorganised the doc wiki's todo/* pages, using a [[done]] tag to flagjoey
when a todo item is done, instead of the previous moving it to a different subdir.
2006-05-29cannot reproduce a problemjoey
2006-05-29* Add --timeformat config option to allow changing how dates are displayed.joey
Note that as a side effect, dates will now be displayed using the local timezone, not as GMT.
2006-05-26* --getctime had bitrotted (well I only ever used it the once so far..),joey
* When inlining a page in another one, links from the inlined page are now expanded the same as they are when rendering the inlined page as a standalone page. So rather than being expanded from the POV of the inlining page, they are expanded from the POV of the inlined page. For example, a link from blog/foo to "bar" will now link to blog/bar if it exists. Previously this needed to be a link explicitly to "blog/bar"; such links will also continue to work. (This was slightly complex to do as the link still has to be constructed relative to the inlining page.)
2006-05-26utf-8 support seems to be working nowjoey
2006-05-26* Rebuilding on upgrade to this version is recommended.joey
* Add a html validity check to the test suite, using the wdg-html-validator, if available. * Make the html valid when there is nothing in the actions list by adding an empty <li> to the end of it. * Reordered some function call parameters for consistency.
2006-05-26updatejoey
2006-05-26* The page name and parent links has switched from using a <h1> to a styledjoey
<span>, so pages can use <h1> internally instead of needing to use <h2>. * Updated all of ikiwiki's own wiki pages for that. * Add pagetemplate hook, which can be used by plugins that want to mess around with adding new stuff to the page template. * Remove headercontent; the search plugin now adds the search box to the header by registering a pagetemplate hook, and other plugins should do similarly.
2006-05-13addjoey
2006-05-13addjoey
2006-05-12updatejoey
2006-05-08* Add libc6-dev to dependencies, needed to build wrappers.joey
2006-05-05* Allow discussion links on pages to be turned off with --no-discussion.joey
2006-05-05* Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubberjoey
and --disable-plugin htmlscrubber.
2006-05-05addjoey
2006-05-04web commit by joeywww-data
2006-05-04remove test page; it was in TODO before removaljoey
2006-05-04web commit by joeywww-data
2006-05-04web commit by joeywww-data
2006-05-04updatejoey
2006-05-04web commit by ThomasSchwingewww-data
2006-05-04web commit by ThomasSchwingewww-data
2006-05-04web commit by ThomasSchwingewww-data
2006-05-04web commit by joeywww-data
2006-05-04web commit by joeywww-data
2006-05-04web commit by joeywww-data
2006-05-04* Added smiley plugin, nicely controlled and documented by the smileys page.joey
* Copied in some smileys from Moin Moin.
2006-05-04web commit by joeywww-data
2006-05-03web commit by joeywww-data
2006-05-03web commit by joeywww-data
2006-05-03web commit by joeywww-data
2006-05-03web commit by joeywww-data
2006-05-02* Add an orphans plugin for finding pages that nothing links to.joey
* Removed backlinks page, which it turns out nothing used.
2006-05-02web commit by joeywww-data
2006-05-02web commit by joeywww-data
2006-05-02* Added plugin system, currently only supporting for PreProcessorDirectives.joey
* Added a pagecount plugin, enabled by default. * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]". * Fixed/optimised backlinks code, to avoid rebuilding pages to update backlinks when the backlinks hadn't really changed. * Moved inline page support, rss generation etc into the inline plugin, enabled by default. * Added brokenlinks plugin, not enabled by default, but rather handy. * Fix several broken links in the doc wiki.
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-05-01web commit by joeywww-data
2006-05-01web commit by joeywww-data
2006-05-01web commit by joeywww-data
2006-05-01web commit by joeywww-data
2006-05-01web commit by joeywww-data
2006-05-01web commit by joeywww-data
2006-05-01web commit by joeywww-data
2006-05-01web commit by joeywww-data
2006-05-01web commit by joeywww-data
2006-05-01web commit by joeywww-data