summaryrefslogtreecommitdiff
path: root/doc/todo.mdwn
AgeCommit message (Collapse)Author
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
2006-03-23added adminuser settings, globlist support, and used this to implement pagejoey
locking
2006-03-21prefs page implementedjoey
2006-03-21web commit by joeywww-data
2006-03-21add --diffurl, if set RecentChanges has links to svn diffsjoey
2006-03-20added last changed timestamp for pagesjoey
2006-03-20web commit by joeywww-data
2006-03-19web commit by joeywww-data
2006-03-19added basewikijoey
2006-03-19web commit by joey: conflict and merge is done!www-data
2006-03-19web commit by joeywww-data
2006-03-19web commit by joeywww-data
2006-03-18web commit by joey: thoughts on conflict resolution, gobbing, lockingwww-data
2006-03-17web commit by BrandenRobinson: Explain why letting users specify regexes is bad.www-data
2006-03-16preview donejoey
2006-03-16web commit by joeywww-data
2006-03-16web commit by BrandenRobinson: Add brainstorming about email change ↵www-data
notification.
2006-03-15man page generationjoey
2006-03-15config files now based on perl modulesjoey
add MakeMaker foo for module
2006-03-14fix Discussion links to not take the BestLink. joey
As a bonus we now have meta Disussion/Discussion pages available, etc. Oh well.. :-)
2006-03-14Some fixes to the parent links, I think the link to the index will be rightjoey
in all cases now.
2006-03-13avoid linkifying escaped wikilinksjoey
2006-03-13add --setup, --wrappermodejoey
allow filename param to --wrapper
2006-03-13- add --excludejoey
- move all the config vars into %config
2006-03-13- Add Discussion links to the button bar, these will automatically createjoey
/Discussion subpages. - Fix linking to DNE pages in some edge cases. - Fix --rebuild (oops) - Fix propigation of "from" field trru the login process when creating a new page.a - Ideas for change notification.