Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-24 | big speedup | joey | |
2006-03-24 | web commit by joey | www-data | |
2006-03-24 | web commit by joey | www-data | |
2006-03-24 | web commit by joey | www-data | |
2006-03-24 | add | joey | |
2006-03-24 | add | joey | |
2006-03-24 | fixes | joey | |
2006-03-24 | web commit by joey | www-data | |
2006-03-24 | web commit by joey | www-data | |
2006-03-24 | web commit by joey | www-data | |
2006-03-24 | add a blog for done items too | joey | |
2006-03-24 | awesome new blog-based todo page | joey | |
2006-03-24 | load index before refresh | 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-24 | add archive pages and fix some bugs | joey | |
2006-03-24 | hold onto your hats, full-fledged blogging has arrived in ikiwiki! | joey | |
2006-03-23 | load index for all cgi scripts, fixes links on RecentChanges | joey | |
2006-03-23 | skip old format index file lines for now | joey | |
2006-03-23 | preserve ctimes across rebuilds | joey | |
2006-03-23 | Add 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-23 | new index file format | joey | |
*warning* on upgrade to this version of ikiwiki, be sure to run --rebuild to regenerate the index | |||
2006-03-23 | fix for already relative urls | joey | |
2006-03-23 | improve description field for rss | joey | |
2006-03-23 | add support for generating per-page rss feeds | joey | |
2006-03-23 | ugh | joey | |
2006-03-23 | who said markdown made it easier to read? :-P | joey | |
2006-03-23 | support arbitrary characters in page titles, via some ugly use of unicode | joey | |
character numbers | |||
2006-03-23 | stupid MakeMaker.. | joey | |
2006-03-23 | design for rss feeds and blogging | joey | |
2006-03-23 | oops | joey | |
2006-03-23 | foo | joey | |
2006-03-23 | move config setting into getopts | joey | |
2006-03-23 | prototyping improvements | joey | |
2006-03-23 | another sub, wow | joey | |
2006-03-23 | lock wiki here too | joey | |
2006-03-23 | slightly better latout | joey | |
2006-03-23 | missing include | joey | |
2006-03-23 | proper main sub and loadindex optimisation for cgis | joey | |
2006-03-23 | benchmarking suggests that meoization doesn't help even when doing a | joey | |
--rebuild, so remove it | |||
2006-03-23 | Getopt::Long is a huge, heavy perl module. So why use it? | joey | |
This {gross,amazing} hack makes all wrapped uses of ikiwiki forgo any option parsing at all. Options come in preparses via an env var from the wrapper. As a bonus, Wrapper.pm no longer needs to be updated when command line options are added to the program. Load time is sped up by around 10%. ikiwikiwrap --params is no longer supported by this change. You will need to rebuild your wrappers to take advantage of it. | |||
2006-03-23 | Major code reoganisation, splitting up the single big file. The two goals | joey | |
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-23 | remove accidental makemaker cruft | joey | |
2006-03-23 | underlays are *hard*. feh | joey | |
2006-03-23 | found & fixed another symlink attack | joey | |
2006-03-23 | fix config restoration after wrapper gen | joey | |
2006-03-23 | -s == --setup | joey | |
2006-03-23 | fix oops in %config handling | joey | |
2006-03-23 | At Branden's request, clean up the hardcoded ".ikiwiki" everywhere, and add | joey | |
checkoptions() that can be used to set defaults for this and other options based on existing options. Also involved some cleanups to how gen_wrapper is used. | |||
2006-03-23 | *warning* any wrappers built with a previous version of ikiwiki need to be | joey | |
rebuilt This changes ikiwiki's syntax to require only 2 parameters (source and dest) and not three. The templatedir parameter is now an optional --templatedir. | |||
2006-03-23 | improve | joey | |