summaryrefslogtreecommitdiff
path: root/doc/todo.mdwn
AgeCommit message (Collapse)Author
2008-07-21Migrate everything else via prefix_directivesSimon McVittie
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
2007-10-24comment out the sparklines for now, since I lost all my mtimes in the gitJoey Hess
transition
2007-08-12remove patch graph for now, it's too early to graph bugs fixed thanks tojoey
patches since I only recently started retaining used patches.
2007-08-12one more reformatjoey
2007-08-12reformatjoey
2007-08-12oopsjoey
2007-08-12also graph patch fixed items, and include pending patches as well asjoey
wishlist items in the unfixed todo graph
2007-08-12testjoey
2007-08-12testjoey
2007-08-12formatjoey
2007-08-12* Add time=mtime option to postsparkline.joey
2007-08-12kill graphs for now as the fixed graph doesn't really work, sincejoey
postsparkline sorts by ctimes, not mtimes. Will put back once postsparkline is fixed..
2007-08-12move graphs around etcjoey
2007-08-12hide if postsparkline not enabledjoey
2007-08-12add graphsjoey
2007-07-26seems like this will be more usable in archive formatjoey
2007-07-25linkjoey
2007-07-25improvementsjoey
2007-07-25massive patchqueue reorgjoey
patches can now be anywhere and tagged patch to show up on the patch list. Moved all the patchqueue stuff to todo items; some of it was merged into existing todo items.
2007-07-25move some bugs to todo itemsjoey
add a wishlist tag, that can be used to separate some todos off onto a wishlist page
2007-05-02fix created_after limitsjoey
2007-04-27web commit by JoshTriplett: Don't show any subpages of todo pages.joey
2007-04-22web commit by JoshTriplett: Add postformtext.joey
2007-04-14use feedpages to limit all feeds to new items, in preparation for switchingjoey
ikiwiki.info to usedirs
2006-12-02web commit by JoshTriplett: Add link to Debian bugs.joey
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-23changes to show= paramsjoey
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-06-23make the bugs page work like the todo pagejoey
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-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-03-24web commit by joeywww-data
2006-03-24web commit by joeywww-data
2006-03-24web commit by joeywww-data
2006-03-24web commit by joeywww-data
2006-03-24web commit by joeywww-data
2006-03-24add a blog for done items toojoey
2006-03-24awesome new blog-based todo pagejoey
2006-03-24add archive pages and fix some bugsjoey
2006-03-24hold onto your hats, full-fledged blogging has arrived in ikiwiki!joey
2006-03-23Add file cretion times to the index file.joey
(Note that it's not really the file creation time, just the first time ikiwiki saw it.)
2006-03-23new index file formatjoey
*warning* on upgrade to this version of ikiwiki, be sure to run --rebuild to regenerate the index
2006-03-23improve description field for rssjoey
2006-03-23support arbitrary characters in page titles, via some ugly use of unicodejoey
character numbers
2006-03-23design for rss feeds and bloggingjoey
2006-03-23Major code reoganisation, splitting up the single big file. The two goalsjoey
kept in mind during this are a) to reduce load time for common cases like cgi and post-commit and b) make the code easier to navigate. This also modularises RCS support to the extent that it should be possible to drop in a module for some RCS other than svn, add a switch for it, and it pretty much just work. High chance I missed an edge case that breaks something, this is only barely tested at this point.
2006-03-23underlays are *hard*. fehjoey
2006-03-23web commit by joeywww-data