Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-07 | suspected bug | http://smcv.pseudorandom.co.uk/ | |
2011-01-07 | further patches | Giuseppe Bilotta | |
2011-01-06 | layout fix | http://oblomov.myopenid.com/ | |
2011-01-06 | inline stuff: reply, new branch pushed to my repo | Giuseppe Bilotta | |
2011-01-06 | feedback | Joey Hess | |
2011-01-06 | reword feed descs | Joey Hess | |
2011-01-06 | update | Joey Hess | |
2011-01-06 | inline: pass the Atom/RSS titles to the templates | Giuseppe 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-06 | tested and seems to work | http://smcv.pseudorandom.co.uk/ | |
2011-01-06 | updated branch | http://smcv.pseudorandom.co.uk/ | |
2011-01-06 | revert leftover test page | http://smcv.pseudorandom.co.uk/ | |
This reverts commit 42adf471986243ae8f2bfbe4ce1f94b66aa5c065 | |||
2011-01-05 | add news item for ikiwiki 3.20110105 | Joey Hess | |
2011-01-05 | releasing version 3.20110105 | Joey Hess | |
2011-01-05 | fix urlto(undef) | Joey Hess | |
2011-01-05 | mention 2 remaining cases for completeness | Joey Hess | |
leaving bug closed | |||
2011-01-05 | use cgitemplate, remove misctemplate | Joey Hess | |
2011-01-05 | add cgitemplate | Joey 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-05 | better handling of relative permalinks | Joey 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-05 | make urlabs a noop if base url is not provided | Joey Hess | |
This allows urlabs($foo, $config{url}) to be used safely, even if no url is configured. | |||
2011-01-05 | factored out an urlabs from aggregate and cgi | Joey Hess | |
2011-01-05 | oops | Joey Hess | |
2011-01-05 | Export three cgi env vars needed for CGI->url to work. | Joey Hess | |
2011-01-05 | oops | Joey Hess | |
2011-01-05 | goto permalink issue | Joey Hess | |
2011-01-05 | Fix permalinks to recentchanges items and comments, broken by last release. | Joey Hess | |
permalinks always need to be full urls | |||
2011-01-05 | typo | Joey Hess | |
2011-01-05 | Temporarily 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-05 | remove old unused baseurl parameter | Joey Hess | |
This was I think a relic from when BASEURL was used in more templates than use it now. | |||
2011-01-05 | Fix redirect to use a full url. | Joey Hess | |
Was broken (in theory) by baseurl changes in last release. | |||
2011-01-05 | Fix 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-05 | reopening, reverting part of this for now | Joey Hess | |
2011-01-05 | it gets worse | Joey Hess | |
2011-01-05 | doesn't only affect preview | Joey Hess | |
2011-01-05 | response | Joey Hess | |
2011-01-05 | generic insert links: it's a Markdown file | Giuseppe Bilotta | |
(cherry picked from commit 139c050ca48c2fe7bdcd4ea22623739cbb25ceda) | |||
2011-01-05 | unescape tag names | Giuseppe 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-05 | respond | Simon McVittie | |
2011-01-05 | wrap lines | Simon McVittie | |
2011-01-05 | absolute base url in cgi forms | http://oblomov.myopenid.com/ | |
2011-01-04 | bugfix | Joey Hess | |
2011-01-04 | fix patch to not strip a leading "." unless it's part of a path | Joey Hess | |
For correctness only, since a tag named ".foo" is very unlikely. | |||
2011-01-04 | fix patch to not expose config setting as a regexp | Joey Hess | |
2011-01-04 | tag name sanitation | Giuseppe Bilotta | |
The use of typed links for tags and some of the consequent changes introduced some unwanted functionality variations in the tag system. Two problems in particular could be observed, when compared to the use of tags in older versions of IkiWiki: * tags in feeds (both rss and atom) would use the file path as their name (e.g. you would have <category term="tags/sometag" /> in an atom item for a page tagged sometag with a tagbase of tags), whereas they appeared pure before * tags containing a slash character would appear without the slash character but be used with the slash character in other circumstances (effect visible by tagging a page with a name such as "with/slash") Both of these issues are fixed by introducing a tagname() function that takes a tag link and effectively reverses (as well as possible) the effects of taglink(). A possible alternative route would have been the reintroduction of the global %tags hash, but the new approach as the (arguable) benefit of introducing a small layer of sanitation for tag names. | |||
2011-01-04 | markup | Joey Hess | |
2011-01-04 | tag behavior changes introduced by typed link feature | http://oblomov.myopenid.com/ | |
2011-01-04 | feed enhancements for inline pages | http://oblomov.myopenid.com/ | |
2011-01-04 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkMqhJ4mAWPpJQ2kvTvBM_icMQdvMhctJA | |
2011-01-03 | Revert spam | Simon McVittie | |
This reverts commit 2bf9d8dc82c528bd0372ca7f633050b38cc1eea2. | |||
2011-01-03 | (no commit message) | https://me.yahoo.com/a/3hUnH9Qi24uk3RwCwHATJBWKVyqc#7d8b8 | |
2011-01-02 | Added a comment: Works with mathjax, with a little help | https://www.google.com/accounts/o8/id?id=AItOawkIfDOOUJ0h_niLRZZL5HsHHOuQfUrVcQo | |