aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
Commit message (Collapse)AuthorAge
...
* fix rss url in nested pagesjoey2006-03-26
|
* don't escape "/" in title when making a blog entry, allow creating a subdirjoey2006-03-26
|
* added --getctimejoey2006-03-26
|
* implemented upgradehookshjoey2006-03-24
|
* finish up the blog formjoey2006-03-24
|
* add blog post templatejoey2006-03-24
|
* big speedupjoey2006-03-24
|
* fixesjoey2006-03-24
|
* load index before refreshjoey2006-03-24
|
* Removed the rss feeds for every page, which wasn't really entirely useful.joey2006-03-24
| | | | | Let's only do them for blog pages.
* add archive pages and fix some bugsjoey2006-03-24
|
* hold onto your hats, full-fledged blogging has arrived in ikiwiki!joey2006-03-24
|
* load index for all cgi scripts, fixes links on RecentChangesjoey2006-03-23
|
* preserve ctimes across rebuildsjoey2006-03-23
|
* 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.)
* fix for already relative urlsjoey2006-03-23
|
* improve description field for rssjoey2006-03-23
|
* add support for generating per-page rss feedsjoey2006-03-23
|
* support arbitrary characters in page titles, via some ugly use of unicodejoey2006-03-23
| | | | | character numbers
* stupid MakeMaker..joey2006-03-23
|
* another sub, wowjoey2006-03-23
|
* lock wiki here toojoey2006-03-23
|
* missing includejoey2006-03-23
|
* proper main sub and loadindex optimisation for cgisjoey2006-03-23
|
* benchmarking suggests that meoization doesn't help even when doing ajoey2006-03-23
| | | | | --rebuild, so remove it
* Getopt::Long is a huge, heavy perl module. So why use it?joey2006-03-23
| | | | | | | | | | | 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.
* 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.
* fix config restoration after wrapper genjoey2006-03-23
|
* fix oops in %config handlingjoey2006-03-23
|
* At Branden's request, clean up the hardcoded ".ikiwiki" everywhere, and addjoey2006-03-23
| | | | | | | | 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.
* fixesjoey2006-03-15
|
* config files now based on perl modulesjoey2006-03-15
add MakeMaker foo for module