Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Put in a quick fix for a bug involving page preview while creating a page | joey | 2006-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 --setup | joey | 2006-03-26 | |
| | ||||
* | don't keep the wiki locked while rendering recentchanges | joey | 2006-03-26 | |
| | ||||
* | don't escape "/" in title when making a blog entry, allow creating a subdir | joey | 2006-03-26 | |
| | ||||
* | finish up the blog form | joey | 2006-03-24 | |
| | ||||
* | add blog post template | joey | 2006-03-24 | |
| | ||||
* | load index for all cgi scripts, fixes links on RecentChanges | joey | 2006-03-23 | |
| | ||||
* | proper main sub and loadindex optimisation for cgis | joey | 2006-03-23 | |
| | ||||
* | Major code reoganisation, splitting up the single big file. The two goals | joey | 2006-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. |