summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-14removedhttp://ledger.sdf.org/
2011-01-14rename examples/blog/posts/secon_post.wiki to ↵http://ledger.sdf.org/
examples/blog/posts/second_post.wiki
2011-01-14(no commit message)http://ledger.sdf.org/
2011-01-13Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2011-01-13update copyright format to DEP-5Joey Hess
2011-01-13(no commit message)https://www.google.com/accounts/o8/id?id=AItOawldQKtnQweLZTr0b5t1g8nfj8_vwHSDxIg
2011-01-12(minor) Fixed the HTML markup for keys.http://lj.rossia.org/users/imz/
2011-01-12(minor) Consistent signatures for me.http://lj.rossia.org/users/imz/
2011-01-12Resolved: there was no problem; sorry for the hassle.http://lj.rossia.org/users/imz/
2011-01-12(minor) Sorry, wrong markup in prev.edit.http://lj.rossia.org/users/imz/
2011-01-12(minor) Added a link (in order for the text to be more informative for all ↵http://lj.rossia.org/users/imz/
people).
2011-01-12perhaps not a problem of ikiwiki, if it's correct pure HTMLhttp://lj.rossia.org/users/imz/
2011-01-12(minor) Signed. (And formatted a link.)http://lj.rossia.org/users/imz/
2011-01-12a report about a feature unavailable in w3m (search)http://lj.rossia.org/users/imz/
2011-01-09Added a commenthttps://www.google.com/accounts/o8/id?id=AItOawnl3JHr3pFPOZMsKgx11_mLCbic1Rb3y8s
2011-01-08(no commit message)https://www.google.com/accounts/o8/id?id=AItOawlpI6EqwMgXjbQ-weNB6b5-baPpitkptU0
2011-01-08Add configurable markdown path todo item.W. Trevor King
2011-01-08Add org-mode todo item with git branch.W. Trevor King
2011-01-08Fix link from todo/mdwn_itex to users/jasonblevins.W. Trevor King
2011-01-08Add mdwn_itex todo item.W. Trevor King
2011-01-08Add wtk user page.W. Trevor King
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