summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Expand)Author
2006-04-04Convert postprocessordirectives into preprocessordirectives, so they arejoey
2006-04-04proper binmode settings so that with -CSD, ikiwiki will support unicodejoey
2006-04-04Verified that the action parameter on cgi forms is needed for at least thejoey
2006-04-02comment out action => $q->request_uri setting, which is reporedlyjoey
2006-04-02- add <base> to cgi output, this is especially useful for output containingjoey
2006-03-30improved logicjoey
2006-03-29fixesjoey
2006-03-29added --hyperestraier switch, which turns on search supportjoey
2006-03-29improve fix for symlink attacks to check subdirectories for symlinks toojoey
2006-03-29fix for replacing from underlayjoey
2006-03-29Implemented --underlaydir, and moved files provided by underlay out of docjoey
2006-03-29css supportjoey
2006-03-29html validation fixes:joey
2006-03-29Improved handling of wikilinks containing characters that are not allowedjoey
2006-03-29Change the name of the session cookie. This will avoid problems withjoey
2006-03-28support [[linktext|pagename]] linksjoey
2006-03-28There was a bug that [[inline archive="yes]] created an RSS link, but no feed.joey
2006-03-28Put in a quick fix for a bug involving page preview while creating a pagejoey
2006-03-26add --refresh and make it with with --setupjoey
2006-03-26don't keep the wiki locked while rendering recentchangesjoey
2006-03-26fix rss url in nested pagesjoey
2006-03-26don't escape "/" in title when making a blog entry, allow creating a subdirjoey
2006-03-26added --getctimejoey
2006-03-24implemented upgradehookshjoey
2006-03-24finish up the blog formjoey
2006-03-24add blog post templatejoey
2006-03-24big speedupjoey
2006-03-24fixesjoey
2006-03-24load index before refreshjoey
2006-03-24Removed the rss feeds for every page, which wasn't really entirely useful.joey
2006-03-24add archive pages and fix some bugsjoey
2006-03-24hold onto your hats, full-fledged blogging has arrived in ikiwiki!joey
2006-03-23load index for all cgi scripts, fixes links on RecentChangesjoey
2006-03-23preserve ctimes across rebuildsjoey
2006-03-23Add file cretion times to the index file.joey
2006-03-23fix for already relative urlsjoey
2006-03-23improve description field for rssjoey
2006-03-23add support for generating per-page rss feedsjoey
2006-03-23support arbitrary characters in page titles, via some ugly use of unicodejoey
2006-03-23stupid MakeMaker..joey
2006-03-23another sub, wowjoey
2006-03-23lock wiki here toojoey
2006-03-23missing includejoey
2006-03-23proper main sub and loadindex optimisation for cgisjoey
2006-03-23benchmarking suggests that meoization doesn't help even when doing ajoey
2006-03-23Getopt::Long is a huge, heavy perl module. So why use it?joey
2006-03-23Major code reoganisation, splitting up the single big file. The two goalsjoey
2006-03-23fix config restoration after wrapper genjoey
2006-03-23fix oops in %config handlingjoey
2006-03-23At Branden's request, clean up the hardcoded ".ikiwiki" everywhere, and addjoey