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