aboutsummaryrefslogtreecommitdiff
path: root/doc/todo.mdwn
Commit message (Collapse)AuthorAge
* 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
|
* added adminuser settings, globlist support, and used this to implement pagejoey2006-03-23
| | | | | locking
* prefs page implementedjoey2006-03-21
|
* web commit by joeywww-data2006-03-21
|
* add --diffurl, if set RecentChanges has links to svn diffsjoey2006-03-21
|
* added last changed timestamp for pagesjoey2006-03-20
|
* web commit by joeywww-data2006-03-20
|
* web commit by joeywww-data2006-03-19
|
* added basewikijoey2006-03-19
|
* web commit by joey: conflict and merge is done!www-data2006-03-19
|
* web commit by joeywww-data2006-03-19
|
* web commit by joeywww-data2006-03-19
|
* web commit by joey: thoughts on conflict resolution, gobbing, lockingwww-data2006-03-18
|
* web commit by BrandenRobinson: Explain why letting users specify regexes is bad.www-data2006-03-17
|
* preview donejoey2006-03-16
|
* web commit by joeywww-data2006-03-16
|
* web commit by BrandenRobinson: Add brainstorming about email change ↵www-data2006-03-16
| | | | notification.
* man page generationjoey2006-03-15
|
* config files now based on perl modulesjoey2006-03-15
| | | | | add MakeMaker foo for module
* fix Discussion links to not take the BestLink. joey2006-03-14
| | | | | | As a bonus we now have meta Disussion/Discussion pages available, etc. Oh well.. :-)
* Some fixes to the parent links, I think the link to the index will be rightjoey2006-03-14
| | | | | in all cases now.
* avoid linkifying escaped wikilinksjoey2006-03-13
|
* add --setup, --wrappermodejoey2006-03-13
| | | | | allow filename param to --wrapper
* - add --excludejoey2006-03-13
| | | | | - move all the config vars into %config
* - Add Discussion links to the button bar, these will automatically createjoey2006-03-13
| | | | | | | | | | /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.