Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-20 | added link to another idea | intrigeri | |
2008-10-20 | response | intrigeri | |
2008-10-20 | tag: When tagpage is set, force the links created by tagging to point at the ↵ | Joey Hess | |
toplevel tagpage, and not closer subpages. The html links already went there, but internally the links were not recorded as absolute, which could cause confusing backlinks etc. For example, with tagbase=tags, if blog/tags/bar existed and blog/foo was tagged bar, it would link to /tags/bar. But, the link would be recorded simply as a link to tags/bar, and so later blog/tags/bar would appear to have the backlink. | |||
2008-10-20 | add header | Joey Hess | |
2008-10-20 | update | Joey Hess | |
2008-10-20 | fix name | Joey Hess | |
2008-10-20 | pull together info on converting to ikiwiki from other systems | Joey Hess | |
2008-10-20 | response | Joey Hess | |
2008-10-20 | (no commit message) | http://xma.myopenid.com/ | |
2008-10-20 | (no commit message) | http://xma.myopenid.com/ | |
2008-10-20 | (no commit message) | http://xma.myopenid.com/ | |
2008-10-20 | turn on archive mode for forum | Joey Hess | |
2008-10-20 | response | Joey Hess | |
2008-10-20 | inline: Only the last feed link was put on the page, fix this to include all ↵ | Joey Hess | |
feed links. So rss will be included along with atom, and pages with multiple feeds will get links added for all feeds. | |||
2008-10-20 | response | Joey Hess | |
2008-10-20 | response | http://alcopop.org/me/openid/ | |
2008-10-20 | *really* fix the link :) | http://alcopop.org/me/openid/ | |
2008-10-20 | fix Xavier's links | http://alcopop.org/me/openid/ | |
2008-10-20 | (no commit message) | http://alcopop.org/me/openid/ | |
2008-10-20 | remove inadvertent header | http://alcopop.org/me/openid/ | |
2008-10-20 | a test to see if this is clearer | http://alcopop.org/me/openid/ | |
2008-10-20 | I like the forum idea - but a map instead of inline? | http://alcopop.org/me/openid/ | |
2008-10-20 | split into subpages? | http://alcopop.org/me/openid/ | |
2008-10-20 | I was not aware of remove. | http://alcopop.org/me/openid/ | |
2008-10-20 | (no commit message) | http://xma.myopenid.com/ | |
2008-10-20 | My opinion | http://xma.myopenid.com/ | |
2008-10-20 | (no commit message) | http://xma.myopenid.com/ | |
2008-10-20 | fixes confirmed | intrigeri | |
2008-10-20 | My thoughts. | tschwinge | |
2008-10-19 | Use the pure perl Data::Dumper when generating setup files to ensure that ↵ | Joey Hess | |
utf-8 characters are written out as such, and not as the encoded perl strings the C Data::Dumper produces. Note that the text produced by the C version was interpreted fine when ikiwiki loaded the setup file. But it was not user-friendly. | |||
2008-10-19 | Fix issue with utf-8 in wikiname breaking session cookies, by ↵ | Joey Hess | |
entity-encoding the wikiname in the session cookie. | |||
2008-10-19 | add displaytime hook | Joey Hess | |
Need to use a hook because an exported function cannot be reliably overridden. The replacement verstion was actually only affecting plugins loaded after it. formattime doesn't need a hook, since there's no reason to export it. | |||
2008-10-19 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-10-19 | some more example bugfixes | intrigeri | |
2008-10-19 | fix example | intrigeri | |
2008-10-19 | need to use localtime, fix width | Joey Hess | |
2008-10-19 | response | Joey Hess | |
2008-10-19 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-10-19 | preserve underlay file times | Joey Hess | |
I'd like to preserve the mtime and ctime of files in the underlay if possible, to avoid ikiwiki thinking they've changed and refreshing them each time it's upgraded. But, fall back to the old install command for systems that lack cp -a. | |||
2008-10-19 | fix relativedate timezone inclusion | Joey Hess | |
The machine parseable date needs to include a timezone. Also, simplified the interface for date display. | |||
2008-10-19 | Webserver, why ? | http://xma.myopenid.com/ | |
2008-10-19 | initial wishlist submission | intrigeri | |
2008-10-19 | one more opinion | intrigeri | |
2008-10-19 | linked to rcs/git to be in the backlinks | intrigeri | |
2008-10-19 | initial tip submission | intrigeri | |
2008-10-19 | initial bug report | intrigeri | |
2008-10-19 | initial bug report | intrigeri | |
2008-10-19 | partial support for calling onload once the DOM is ready | Joey Hess | |
This adds support for gecko and newer versions of opera to call onload once the DOM is ready, rather than waiting for all images in the page to load. Makes relativedate behave somewhat better. Dealing with this means jumping into the browser incompatability waters that I prefer to avoid. Full solutions for most of the major browsers are listed here: http://dean.edwards.name/weblog/2006/06/again/ However, no *license* is listed there, so I can't use that code. Also, the more involved code appears to have various issues (such as the inline IE code not working via https). So I only added the simple call to a hook needed for gecko/opera. It seems that the only standards-compliant way to do this is using the `defer` attribute to a `script` tag, using an external script that will be loaded once the DOM is ready, and can call onload. However, that has browser compatability issues of its own, since not all browsers honor `defer`. Perhaps I should really just be using one of the javascript frameworks, that include code to solve this for the major browsers. But something about them still puts me off, and this issue is minor enough that I'm willing to live with incomplete support for now. | |||
2008-10-19 | mark up date so relativedate will work | Joey Hess | |
2008-10-19 | Updated French translation. Closes: #502694 | Joey Hess | |