aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | urlto(): if $from is undef, return a local path, not an absolute URLSimon McVittie2010-11-22
| | | |
| * | | baseurl(): return local path, not absolute URL, if the argument is undefSimon McVittie2010-11-22
| | | |
| * | | cgiurl(): return a locally-valid path by defaultSimon McVittie2010-11-22
| | | | | | | | | | | | | | | | | | | | | | | | To get an absolute version you can use cgiurl(cgiurl => $config{cgiurl}). The only place in IkiWiki that seems to actually need an absolute URL is the openid plugin, and that already uses the named parameter.
| * | | cgiurl: don't append "?" if there are no parametersSimon McVittie2010-11-22
| | | | | | | | | | | | | | | | | | | | This means we can use cgiurl() instead of $config{cgiurl} if an absolute URL isn't desired.
| * | | Compute local paths to the top of the wikiSimon McVittie2010-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "local" here is short for "locally valid" - the idea is that we can use URLs that are relative in the sense of only having the path part, but absolute in the sense that they start from '/', such as '/~smcv/ikiwiki.cgi'. There's no particularly good name that I can find for these between-relative-and-absolute URLs. They're useful because in the common case where the pages and the CGI script have the same scheme and authority component, each page is identified by the same locally-valid URL when linking from any page or from the CGI, without hard-coding a choice between HTTP and HTTPS, or between multiple virtual hostnames with the same path layout. As such, we can use them in many situations that previously used an absolute URL. If there's no suitable semi-absolute value for local_url (for instance, if your pages and your CGI reside on different servers), we can just fall back to using the absolute URL. I append '/' because $config{url} doesn't end with '/', but the common case for local_url (on all branchable.com sites, for instance) is that it's just '/'.
* | | | add news item for ikiwiki 3.20101129Joey Hess2010-11-29
| |_|/ |/| |
* | | releasing version 3.20101129Joey Hess2010-11-29
| | |
* | | commentJoey Hess2010-11-29
| | |
* | | git: Avoid adding files when committing, so as not to implicitly add files ↵Joey Hess2010-11-29
| | | | | | | | | | | | like recentchanges files that are not normally checked in, when fixing links after rename.
* | | rename: Fix to pass named parameters to rcs_commitJoey Hess2010-11-29
| | |
* | | bug pagehttp://smcv.pseudorandom.co.uk/2010-11-29
| | |
* | | related bughttp://smcv.pseudorandom.co.uk/2010-11-29
| | |
* | | bug moved to ikiwiki-hostingJoey Hess2010-11-29
| | |
* | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-11-29
|\ \ \
| * | | (no commit message)Remy2010-11-29
| | | |
| * | | (no commit message)http://liw.fi/2010-11-29
| | | |
| * | | (no commit message)http://lindi.myopenid.com/2010-11-29
| | | |
* | | | git: Fix temp file location.Joey Hess2010-11-29
|/ / /
* | | bugJoey Hess2010-11-28
| | |
* | | Merge remote branch 'blipvert/fixes'Joey Hess2010-11-28
|\ \ \
| * | | check that user is defined before regexp compareCraig Lennox2010-11-28
| | | |
* | | | remove files apparently misstaged and committed during link fixup after a renameJoey Hess2010-11-27
| | | |
* | | | (no commit message)Joey Hess2010-11-27
| | | |
* | | | (no commit message)Joey Hess2010-11-27
| | | |
* | | | (no commit message)Joey Hess2010-11-27
| | | |
* | | | rename todo/transient_in-memory_pages.mdwn to todo/transient_pages.mdwnhttp://smcv.pseudorandom.co.uk/2010-11-27
| | | |
* | | | Added a comment: Missed It By That Muchhttp://kerravonsen.dreamwidth.org/2010-11-25
| | | |
* | | | another branchhttp://smcv.pseudorandom.co.uk/2010-11-23
| | | |
* | | | tested and seems to workhttp://smcv.pseudorandom.co.uk/2010-11-23
| |_|/ |/| |
* | | removedhttp://smcv.pseudorandom.co.uk/2010-11-23
| | |
* | | Added a comment: expression anchored too closely?http://smcv.pseudorandom.co.uk/2010-11-23
| | |
* | | Added a comment: expression anchored too closely?http://smcv.pseudorandom.co.uk/2010-11-23
| | |
* | | exclusion doesn't excludehttp://kerravonsen.dreamwidth.org/2010-11-23
| | |
* | | Added a comment: Limitationshttp://kerravonsen.dreamwidth.org/2010-11-23
| | |
* | | updated branch, not tested properly yethttp://smcv.pseudorandom.co.uk/2010-11-23
| |/ |/|
* | added edittemplate bug for ikiwiki verison: 3.20100815.2http://churchkey.org/author/ian/2010-11-22
| |
* | responseJoey Hess2010-11-22
| |
* | respond to feedbackhttp://smcv.pseudorandom.co.uk/2010-11-22
| |
* | comments (finally)Joey Hess2010-11-22
| |
* | (no commit message)http://slowdog.myopenid.com/2010-11-21
| |
* | (no commit message)http://pmate.myopenid.com/2010-11-20
| |
* | úpdateJoey Hess2010-11-20
| |
* | responseJoey Hess2010-11-20
| |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-11-20
|\ \
| * | (no commit message)http://pmate.myopenid.com/2010-11-20
| | |
| * | (no commit message)http://pmate.myopenid.com/2010-11-20
| | |
* | | edittemplate: Fix crash if using a .tmpl file or other non-page file as a ↵Joey Hess2010-11-20
|/ / | | | | | | template for a new page.
* | highlight: Support new format of filetypes.conf used by version 3.2 of the ↵Joey Hess2010-11-20
| | | | | | | | highlight package.
* | smcv/ready/glob-cache mergedJoey Hess2010-11-20
| |
* | avoid an unnecessary hash lookupJoey Hess2010-11-20
| |