aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
Commit message (Collapse)AuthorAge
* * Patch from James Westby to add an actions option to inline; thisjoey2006-08-28
| | | | adds Edit and Discussion links at the end of blog entries.
* web commit by JamesWestbywww-data2006-08-28
|
* web commit by JamesWestbywww-data2006-08-28
|
* web commit by JamesWestbywww-data2006-08-28
|
* web commit by JamesWestbywww-data2006-08-28
|
* * Add toc (table of contents) plugin.joey2006-08-28
|
* formatjoey2006-08-28
|
* responsejoey2006-08-28
|
* web commit by JamesWestbywww-data2006-08-28
|
* updatejoey2006-08-27
|
* fixjoey2006-08-27
|
* web commit by JamesWestbywww-data2006-08-27
|
* comment 2joey2006-08-26
|
* responsejoey2006-08-26
|
* web commit by JamesWestbywww-data2006-08-26
|
* * Patch from James Westby to allow a description to be set for rss feeds.joey2006-08-26
|
* web commit by JamesWestbywww-data2006-08-26
|
* web commit by JamesWestbywww-data2006-08-26
|
* responsejoey2006-08-26
|
* web commit by JamesWestbywww-data2006-08-26
|
* * Change order of linkify and preprocess; first preprocess and then linkify.joey2006-08-23
| | | | | | | | | | This allows passing a wikilink inside a parameter to a preprocessor directive without it being expanded to html, and leaking out of the parameter, which had required some non-obvious use of triple-quoting to avoid. Note that any preprocessor plugins that output something that looks like a wikilink will now have it treated as such; AFAIK this doesn't change any behavior though except for the template plugin. * Enable preprocessor directives when previewing an edit.
* * Allow preprocessor directives to contain python-like triple-quotedjoey2006-08-23
| | | | | | | 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.
* thoughtsjoey2006-08-23
|
* updatejoey2006-08-21
|
* updatejoey2006-08-19
|
* updatejoey2006-08-19
|
* updatejoey2006-08-19
|
* updatejoey2006-08-19
|
* updatejoey2006-08-19
|
* web commit by joey: heh heh hehwww-data2006-08-19
|
* web commit by StruanJuddwww-data2006-08-18
|
* thoughts on some future stuffjoey2006-08-18
|
* web commit by joeywww-data2006-08-18
|
* web commit by joeywww-data2006-08-18
|
* web commit by joeywww-data2006-08-18
|
* web commit by IanBrandtwww-data2006-08-16
|
* * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.joey2006-08-13
| | | | | | | | | | | | | | * 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.
* mehjoey2006-08-12
|
* * Make aggregator save permalinks and author name to pages as metadata.joey2006-08-04
| | | | | | | | * Add permalink and author support to meta plugin, affecting RSS feeds and blog pages. * Change titlepage() to encode utf-8 alnum characters. This is necessary to avoid UTF-8 creeping into filenames in urls. (There are still some other ways that it can get in.)
* * Try to handle relative links in aggregated feeds. However,joey2006-08-03
| | | | | | the current support is a crude hack due to limitations of XML::Feed: xml:base is not supported, neither is Content-Location. And of course, relative links in RSS feeds are ill-undefined..
* more slasheryjoey2006-08-03
|
* mehjoey2006-08-02
|
* mehjoey2006-08-02
|
* thoughtsjoey2006-08-02
|
* * Renamed GlobLists to PageSpecs.joey2006-08-02
| | | | | | | | | | | | | | * 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.
* * Fix issue with unicode filenames and updating the hyper estradier searchjoey2006-07-31
| | | | index. (Aka Please Please Please, let that be the last one.)
* one more change; use the page that pulls in a feed as the anchor for thejoey2006-07-31
| | | | | default directory
* * Title metadata of inlined pages now shows up in blogs, although not yetjoey2006-07-30
| | | | in their rss feeds.
* improcejoey2006-07-30
|
* * 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.