summaryrefslogtreecommitdiff
path: root/doc/todo.mdwn
AgeCommit message (Collapse)Author
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.
2006-03-12web commit by webtestwww-data
2006-03-12web commit by webtestwww-data
2006-03-12web commit by joey: test logged in commitwww-data
2006-03-12web commit by joeywww-data
2006-03-12- finish user registration and password request emailjoey
- make sure a user is in the userdb before assuming they're logged on based on session info (allows deleting uerdb item and invalidating all sessions)
2006-03-12web commit from 66.118.98.137: www-data
2006-03-11web commit from 66.118.98.137: www-data