aboutsummaryrefslogtreecommitdiff
path: root/doc/todo.mdwn
Commit message (Collapse)AuthorAge
* Migrate everything else via prefix_directivesSimon McVittie2008-07-21
| | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
* comment out the sparklines for now, since I lost all my mtimes in the gitJoey Hess2007-10-24
| | | | transition
* remove patch graph for now, it's too early to graph bugs fixed thanks tojoey2007-08-12
| | | | | patches since I only recently started retaining used patches.
* one more reformatjoey2007-08-12
|
* reformatjoey2007-08-12
|
* oopsjoey2007-08-12
|
* also graph patch fixed items, and include pending patches as well asjoey2007-08-12
| | | | | wishlist items in the unfixed todo graph
* testjoey2007-08-12
|
* testjoey2007-08-12
|
* formatjoey2007-08-12
|
* * Add time=mtime option to postsparkline.joey2007-08-12
|
* kill graphs for now as the fixed graph doesn't really work, sincejoey2007-08-12
| | | | | | postsparkline sorts by ctimes, not mtimes. Will put back once postsparkline is fixed..
* move graphs around etcjoey2007-08-12
|
* hide if postsparkline not enabledjoey2007-08-12
|
* add graphsjoey2007-08-12
|
* seems like this will be more usable in archive formatjoey2007-07-26
|
* linkjoey2007-07-25
|
* improvementsjoey2007-07-25
|
* massive patchqueue reorgjoey2007-07-25
| | | | | | | 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.
* move some bugs to todo itemsjoey2007-07-25
| | | | | | add a wishlist tag, that can be used to separate some todos off onto a wishlist page
* fix created_after limitsjoey2007-05-02
|
* web commit by JoshTriplett: Don't show any subpages of todo pages.joey2007-04-27
|
* web commit by JoshTriplett: Add postformtext.joey2007-04-22
|
* use feedpages to limit all feeds to new items, in preparation for switchingjoey2007-04-14
| | | | | ikiwiki.info to usedirs
* web commit by JoshTriplett: Add link to Debian bugs.joey2006-12-02
|
* * 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.
* changes to show= paramsjoey2006-08-23
|
* * 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.
* * Patch from Roland Mas to support an rss=no parameter to inline directives.joey2006-08-01
| | | | Closes: #380743
* make the bugs page work like the todo pagejoey2006-06-23
|
* * Reorganised the doc wiki's todo/* pages, using a [[done]] tag to flagjoey2006-06-02
| | | | | when a todo item is done, instead of the previous moving it to a different subdir.
* * Added plugin system, currently only supporting for PreProcessorDirectives.joey2006-05-02
| | | | | | | | | | | * 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.
* * Rename inlinepage to depends, so that it can be used to refer to morejoey2006-05-01
| | | | | | | | | | | | 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.)
* web commit by joeywww-data2006-03-24
|
* web commit by joeywww-data2006-03-24
|
* web commit by joeywww-data2006-03-24
|
* web commit by joeywww-data2006-03-24
|
* web commit by joeywww-data2006-03-24
|
* add a blog for done items toojoey2006-03-24
|
* awesome new blog-based todo pagejoey2006-03-24
|
* add archive pages and fix some bugsjoey2006-03-24
|
* hold onto your hats, full-fledged blogging has arrived in ikiwiki!joey2006-03-24
|
* Add file cretion times to the index file.joey2006-03-23
| | | | | | (Note that it's not really the file creation time, just the first time ikiwiki saw it.)
* new index file formatjoey2006-03-23
| | | | | | *warning* on upgrade to this version of ikiwiki, be sure to run --rebuild to regenerate the index
* improve description field for rssjoey2006-03-23
|
* support arbitrary characters in page titles, via some ugly use of unicodejoey2006-03-23
| | | | | character numbers
* design for rss feeds and bloggingjoey2006-03-23
|
* Major code reoganisation, splitting up the single big file. The two goalsjoey2006-03-23
| | | | | | | | | | | | | 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.
* underlays are *hard*. fehjoey2006-03-23
|
* web commit by joeywww-data2006-03-23
|