Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-29 | Improved handling of wikilinks containing characters that are not allowed | joey | |
in filenames. Now converts to valid filenames automatically. Note, need to --refresh your wiki after updating to this version, if you use any pages with __nn__ in their names. | |||
2006-03-29 | Change the name of the session cookie. This will avoid problems with | joey | |
multiple wikis on the same host. | |||
2006-03-28 | Put in a quick fix for a bug involving page preview while creating a page | joey | |
that caused the page location to be changed to a subdir. This is not a very good fix. | |||
2006-03-26 | 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-24 | finish up the blog form | joey | |
2006-03-24 | add blog post template | joey | |
2006-03-23 | 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 | |
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. |