summaryrefslogtreecommitdiff
path: root/doc/todo
AgeCommit message (Collapse)Author
2006-07-27 - Adds a tag plugin that allows more easily tagging pages.joey
The meta plugin can also still be used for that, but the tag plugin also lists a page's tags at the bottom of the page. - Allows preprocessor directives to have parameters with no specified value. - Fixes preprocessor directive parameter parsing so that foo=bar baz now means "foo=bar" and a "baz" with no value. * Run pagetemplate hooks when inlining pages so that inlines pages also list their tags. * Make all plugins with pagetemplate hooks check that variables exist on the template before setting them.
2006-07-26foojoey
2006-07-26addjoey
2006-07-26donejoey
2006-07-07* Support a w3mmode, which lets w3m run ikiwiki using its local CGIjoey
support, to edit pages etc without a web server.
2006-07-07web commit from 127.0.0.1joey
2006-07-05fixjoey
2006-07-05meta done a while agojoey
2006-07-04* Improve display of parentlinks and page title of toplevel index page.joey
2006-07-04* Make RecentChanges use a table and some CSS, should be much more readable.joey
No code changes involved. * Encode & in diffurl in examples, to conform to pedantic rules.
2006-07-03misc updatedjoey
2006-07-02updatesjoey
2006-06-27* Support pinging services such as Technorati using XML-RPC to notify themjoey
about changes to rss feeds.
2006-06-23make the bugs page work like the todo pagejoey
2006-06-22web commit by joeywww-data
2006-06-17web commit by ChristofferSawickiwww-data
2006-06-11addjoey
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