summaryrefslogtreecommitdiff
path: root/ikiwiki
AgeCommit message (Expand)Author
2006-03-24Take basename of page link when creating a link. Makes blog posts lookjoey
2006-03-24add blog post templatejoey
2006-03-24default rss onjoey
2006-03-24fixesjoey
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-23skip old format index file lines for nowjoey
2006-03-23preserve ctimes across rebuildsjoey
2006-03-23Add file cretion times to the index file.joey
2006-03-23new index file formatjoey
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-23oopsjoey
2006-03-23foojoey
2006-03-23move config setting into getoptsjoey
2006-03-23prototyping improvementsjoey
2006-03-23another sub, wowjoey
2006-03-23slightly better latoutjoey
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-23remove accidental makemaker cruftjoey
2006-03-23found & fixed another symlink attackjoey
2006-03-23-s == --setupjoey
2006-03-23At Branden's request, clean up the hardcoded ".ikiwiki" everywhere, and addjoey
2006-03-23*warning* any wrappers built with a previous version of ikiwiki need to bejoey
2006-03-23Fix a bad use of implicit return for admin-less wikis. I got lucky..joey
2006-03-23added adminuser settings, globlist support, and used this to implement pagejoey
2006-03-21prefs page implementedjoey
2006-03-21add --diffurl, if set RecentChanges has links to svn diffsjoey
2006-03-20added last changed timestamp for pagesjoey
2006-03-20fix subpage creationjoey
2006-03-20fix setup file errorjoey
2006-03-19ugh, use subpages for discussion as a special casejoey
2006-03-19switch default new page location to not be a subpagejoey
2006-03-19don't lock before setupjoey
2006-03-19mispastejoey
2006-03-19link to helponformatting from the edit pagejoey
2006-03-19conflict detection, merging, etc should be done now, I thinkjoey
2006-03-19second try at merging and conflicts supportjoey
2006-03-19stupid mistakesjoey
2006-03-19first cut at svn merge and conflictjoey
2006-03-18oops, add unlock _before_ svn commitjoey
2006-03-17fixjoey
2006-03-17unlock wiki during svn commit to prevent deadlock with post-commit hookjoey
2006-03-16fix update of links to removed pagesjoey
2006-03-16need to use CGI in rcs_recentchanges to get escapeHTMLjoey
2006-03-16ok, so we don't want to re-load page content into the form on preview..joey
2006-03-16dd page previewjoey