aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
Commit message (Collapse)AuthorAge
...
* Put in a quick fix for a bug involving page preview while creating a pagejoey2006-03-28
| | | | | | that caused the page location to be changed to a subdir. This is not a very good fix.
* add --refresh and make it with with --setupjoey2006-03-26
|
* don't keep the wiki locked while rendering recentchangesjoey2006-03-26
|
* don't escape "/" in title when making a blog entry, allow creating a subdirjoey2006-03-26
|
* finish up the blog formjoey2006-03-24
|
* add blog post templatejoey2006-03-24
|
* load index for all cgi scripts, fixes links on RecentChangesjoey2006-03-23
|
* proper main sub and loadindex optimisation for cgisjoey2006-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.