summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Expand)Author
2009-04-04Merge branch 'master'Joey Hess
2009-04-01recentchanges: change to using do=goto links.Joey Hess
2009-03-27use md5sum for page_to_idJoey Hess
2009-03-26comments: Fix anchor ids to be legal xhtml. Closes: #521339Joey Hess
2009-03-26comments: Fix too loose test for comments pages that matched normal pages wit...Joey Hess
2009-03-20fix rcs_getctime to return first, not last, change timeJoey Hess
2009-03-20fix rcs_getctime to return first, not last, change timeJoey Hess
2009-03-19inline: Fix urls to feed when feedfile is used on an index page.Joey Hess
2009-03-19avoid crashing if Sort::Naturally is not installedJoey Hess
2009-03-19implement sort=title_natural for inlinechrysn
2009-03-09git: Manually decode git output from utf-8, avoids warning messages on invali...Joey Hess
2009-03-09git: Fix utf-8 encoding of author names.Joey Hess
2009-03-09avoid uninitialized value warningsJoey Hess
2009-03-08When loading a template in scan mode, let preprocess know it only needs to scan.Joey Hess
2009-03-08avoid potential infinite loop in smiley expansionJoey Hess
2009-03-08configure wmd to leave text in markdownJoey Hess
2009-03-07look for wmd/wmd.jsJoey Hess
2009-03-07make wmd comment support comment editing (I think)Joey Hess
2009-03-07rebuild not neededJoey Hess
2009-03-07wmd plugin from willuJoey Hess
2009-03-01Setup automator: Fix bug in password comparison. Closes: #517654Joey Hess
2009-02-27goto: Fix typo that broke recentchanges_link compatability.Joey Hess
2009-02-26bzr: Add missing rcs_diff. (liw)Joey Hess
2009-02-26comments: Avoid showing comment moderation button in prefs to non-admins.Joey Hess
2009-02-26detect sslcookie set and no httpsJoey Hess
2009-02-25bzr: Add missing stub rcs_diff.Joey Hess
2009-02-24Setup automator: Prompt for password twice. Closes: #516973Joey Hess
2009-02-19rename tag() to tagged(); add docsJoey Hess
2009-02-19add tag() pagespecJoey Hess
2009-02-17typoJoey Hess
2009-02-17goto: Fix redirect to comments.Joey Hess
2009-02-17template: Load templates in scan modeJoey Hess
2009-02-17Revert "comments" (stupid commit)Joey Hess
2009-02-17commentsJoey Hess
2009-02-14check for empty srcdirJoey Hess
2009-02-14downgrade missing shortcuts page error to warningJoey Hess
2009-02-12move check_canedit, check_content to IkiWiki library from editpageJoey Hess
2009-02-12shortcut: If default_pageext is set, first look for shortcuts.default_pageextJoey Hess
2009-02-11doubled semicolonsJoey Hess
2009-02-09Create any missing directory necessary to put the wrapper file into. Closes: ...Joey Hess
2009-02-04doubled semicolonJoey Hess
2009-02-03Work around XML::Atom strangeness that results in double-encoded postsSimon McVittie
2009-01-31rename apache404 -> 404Joey Hess
2009-01-31factor out IE stupididy workaroundJoey Hess
2009-01-31Split cgi_goto into a goto pluginSimon McVittie
2009-01-31Split apache404 into an independent pluginSimon McVittie
2009-01-31CGI: pad error responses with 512 bytes of spaces so IE will display themSimon McVittie
2009-01-31CGI: set up goto hook so that /ikiwiki.cgi?do=goto can be an Apache ErrorDocu...Simon McVittie
2009-01-31CGI: add cgi_page_from_404(), which remaps a path like $REDIRECT_URL to an Ik...Simon McVittie
2009-01-31IkiWiki::Wrapper: allow REDIRECT_STATUS and REDIRECT_URL through from environ...Simon McVittie