summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-08Revert "Correct doc/patch.mdwn documentation: tag -> link."Joey Hess
This reverts commit ca5fbc7c204d188f0e05686d21de851fbc47a5b4. It's perfectly ok, and common practice to tag things patch.
2011-01-08Correct doc/patch.mdwn documentation: tag -> link.W. Trevor King
2011-01-08Oops. *link* imageonly to patch (vs. tagging with patch).W. Trevor King
2011-01-08add linktoimageonly git branch pointer and tag as a patchhttps://www.google.com/accounts/o8/id?id=AItOawna1dYW4AIhTgNOMGflUf8PlpHlugZn5cA
2011-01-08point to rebased patches containling only raw-inline code.https://www.google.com/accounts/o8/id?id=AItOawna1dYW4AIhTgNOMGflUf8PlpHlugZn5cA
2011-01-07oops, fix syntaxhttp://smcv.pseudorandom.co.uk/
2011-01-07fixedhttp://smcv.pseudorandom.co.uk/
2011-01-07aggregation works, toohttp://smcv.pseudorandom.co.uk/
2011-01-07updated (many) brancheshttp://smcv.pseudorandom.co.uk/
2011-01-07suspected bughttp://smcv.pseudorandom.co.uk/
2011-01-07further patchesGiuseppe Bilotta
2011-01-06layout fixhttp://oblomov.myopenid.com/
2011-01-06inline stuff: reply, new branch pushed to my repoGiuseppe Bilotta
2011-01-06feedbackJoey Hess
2011-01-06reword feed descsJoey Hess
2011-01-06updateJoey Hess
2011-01-06inline: pass the Atom/RSS titles to the templatesGiuseppe Bilotta
The default templates are also updated to make use of this information. The rel="alternate" attribute is also inserted, for completeness. (cherry picked from commit 618ade535e6a7967a510d9e210edaef3d37cc9bc)
2011-01-06tested and seems to workhttp://smcv.pseudorandom.co.uk/
2011-01-06updated branchhttp://smcv.pseudorandom.co.uk/
2011-01-06revert leftover test pagehttp://smcv.pseudorandom.co.uk/
This reverts commit 42adf471986243ae8f2bfbe4ce1f94b66aa5c065
2011-01-05add news item for ikiwiki 3.20110105Joey Hess
2011-01-05releasing version 3.20110105Joey Hess
2011-01-05fix urlto(undef)Joey Hess
2011-01-05mention 2 remaining cases for completenessJoey Hess
leaving bug closed
2011-01-05use cgitemplate, remove misctemplateJoey Hess
2011-01-05add cgitemplateJoey Hess
cgitemplate is a modified misctemplate that takes an optional cgi object and uses it to set the baseurl, and also optionally the forcebaseurl, if a page is provided. If no cgi object is provided, it will fall back to using $config{url}. I expect this will only be needed in exceptional cases where that doesn't much matter, such as cgierror(). showform uses cgitemplate, so there is no more need for showform_preview.
2011-01-05better handling of relative permalinksJoey Hess
This way, do=goto will go to the page relative to the current location, while the permalinks in feeds will be absolute (unless an url is not configured at all).
2011-01-05make urlabs a noop if base url is not providedJoey Hess
This allows urlabs($foo, $config{url}) to be used safely, even if no url is configured.
2011-01-05factored out an urlabs from aggregate and cgiJoey Hess
2011-01-05oopsJoey Hess
2011-01-05Export three cgi env vars needed for CGI->url to work.Joey Hess
2011-01-05oopsJoey Hess
2011-01-05goto permalink issueJoey Hess
2011-01-05Fix permalinks to recentchanges items and comments, broken by last release.Joey Hess
permalinks always need to be full urls
2011-01-05typoJoey Hess
2011-01-05Temporarily revert one part of the multiple url support in the last release. ↵Joey Hess
Non-edit pages are now back to having `<base>` set to the site's main url.
2011-01-05remove old unused baseurl parameterJoey Hess
This was I think a relic from when BASEURL was used in more templates than use it now.
2011-01-05Fix redirect to use a full url.Joey Hess
Was broken (in theory) by baseurl changes in last release.
2011-01-05Fix base url when previewing. Was broken by urlto changes in last release.Joey Hess
Added a showform_preview that is like showform, but sets forcebaseurl to point to the page being previewed.
2011-01-05reopening, reverting part of this for nowJoey Hess
2011-01-05it gets worseJoey Hess
2011-01-05doesn't only affect previewJoey Hess
2011-01-05responseJoey Hess
2011-01-05generic insert links: it's a Markdown fileGiuseppe Bilotta
(cherry picked from commit 139c050ca48c2fe7bdcd4ea22623739cbb25ceda)
2011-01-05unescape tag namesGiuseppe Bilotta
Since tag names are now retrieved from the file names, we must revert the escaping process that santizes the file names. Solve by adding a `pagetitle()` call at the end of the tagname() (cherry picked from commit 0ee0612b1ab11d76eb3790c8db7a2ba992c54f6b)
2011-01-05respondSimon McVittie
2011-01-05wrap linesSimon McVittie
2011-01-05absolute base url in cgi formshttp://oblomov.myopenid.com/
2011-01-04bugfixJoey Hess
2011-01-04fix patch to not strip a leading "." unless it's part of a pathJoey Hess
For correctness only, since a tag named ".foo" is very unlikely.