Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-10 | bug | joey | |
2006-04-04 | Convert postprocessordirectives into preprocessordirectives, so they are | joey | |
expanded before markdown. Consequences: - No need to worry about markdown messing with parameters of preprocessordirectives. (If you had to escape stuff in one before, you'll need to undo that escaping now.) - No need for ugly </p> hacks before inlined subpages. Instead, subpages are wrapped in a <div>, and this prevents markdown from touching them. (This can also be used to add style to subpages.) - rss generation is less of a hack. | |||
2006-04-04 | web commit by joey: remove dup | www-data | |
2006-04-04 | fix package name | joey | |
2006-04-03 | web commit by iain | www-data | |
2006-04-02 | - add <base> to cgi output, this is especially useful for output containing | joey | |
wikilinks since the urls should work now in more situations - drop --limit from svn log run, since a) it needs a fairly new svn and b) in some cases, it would limit it to too few entries to display the requested number of changes - Use driver:DB_File and not driver:db_file for better compatability with old versions of CGI::Session. - Note that HTML::Template 3.02.02 is needed. | |||
2006-03-30 | sigh, markdown.. | joey | |
2006-03-29 | Implemented --underlaydir, and moved files provided by underlay out of doc | joey | |
so I don't need to maintain two copies anymore. You might also want to remove the files provided in the basewiki underlay from your wiki, if you have not created custom local versions of them, so that these pages will be automatically updated in future ikiwiki upgrades. | |||
2006-03-28 | There was a bug that [[inline archive="yes]] created an RSS link, but no feed. | joey | |
Fixed in the easiest way by creating an RSS feed for archive pages (it will include only a limited number of items, not everything). Alternative fix would be to track separately which pages are archives and which not, and only create feeds for non-archives. | |||
2006-03-28 | web commit by JeroenSchot: escape [[]]'s. | www-data | |
2006-03-28 | web commit by JeroenSchot: rss bug added. | www-data | |
2006-03-27 | web commit by JamesAntill: Relative links | www-data | |
2006-03-26 | add --refresh and make it with with --setup | joey | |
2006-03-24 | web commit by joey | www-data | |
2006-03-24 | add a blog for done items too | joey | |
2006-03-24 | Removed the rss feeds for every page, which wasn't really entirely useful. | joey | |
Let's only do them for blog pages. | |||
2006-03-21 | web commit by joey | www-data | |
2006-03-19 | web commit by joey | www-data | |
2006-03-19 | foo | joey | |
2006-03-16 | fix update of links to removed pages | joey | |
2006-03-16 | web commit by joey | www-data | |
2006-03-15 | web commit by joey: wikilink escaping supported now | www-data | |
2006-03-15 | config files now based on perl modules | joey | |
add MakeMaker foo for module | |||
2006-03-14 | fix Discussion links to not take the BestLink. | joey | |
As a bonus we now have meta Disussion/Discussion pages available, etc. Oh well.. :-) | |||
2006-03-14 | load/save index when rendering a page in cgi mode for svn-less wikis | joey | |
2006-03-14 | Some fixes to the parent links, I think the link to the index will be right | joey | |
in all cases now. | |||
2006-03-13 | avoid linkifying escaped wikilinks | joey | |
2006-03-13 | add --setup, --wrappermode | joey | |
allow filename param to --wrapper | |||
2006-03-13 | - Add Discussion links to the button bar, these will automatically create | joey | |
/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-12 | web commit by webtest | www-data | |
2006-03-11 | web commit from 66.118.98.137: | www-data | |
2006-03-11 | web commit from 66.118.98.137: | www-data | |
2006-03-11 | up | joey | |
2006-03-11 | up | joey | |
2006-03-10 | update | joey | |
2006-03-10 | added cgi support | joey | |
2006-03-10 | foo | joey | |