summaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
AgeCommit message (Collapse)Author
2006-03-29css supportjoey
2006-03-29html validation fixes:joey
- escape & in urls (also clean up cgi url generation) - since markdown wraps inlined pages in <p></p>, close and re-open the paragraph tags when generating the embedded html - added XHTML 1.0 doctypes to templates - fixed <hr /> and <br /> in templates - add an alt attribute to inline images, based on the WikiLink to the image. Allows things like [[my_image|img.png]] to customise alt text.
2006-03-29Improved handling of wikilinks containing characters that are not allowedjoey
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-29Change the name of the session cookie. This will avoid problems withjoey
multiple wikis on the same host.
2006-03-28Put in a quick fix for a bug involving page preview while creating a pagejoey
that caused the page location to be changed to a subdir. This is not a very good fix.
2006-03-26add --refresh and make it with with --setupjoey
2006-03-26don't keep the wiki locked while rendering recentchangesjoey
2006-03-26don't escape "/" in title when making a blog entry, allow creating a subdirjoey
2006-03-24finish up the blog formjoey
2006-03-24add blog post templatejoey
2006-03-23load index for all cgi scripts, fixes links on RecentChangesjoey
2006-03-23proper main sub and loadindex optimisation for cgisjoey
2006-03-23Major code reoganisation, splitting up the single big file. The two goalsjoey
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.