Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | web commit by http://chistera.yi.org/~adeodato/ | Joey Hess | 2008-03-11 |
| | |||
* | web commit by http://chistera.yi.org/~adeodato/: Support this. | Joey Hess | 2008-03-11 |
| | |||
* | web commit by http://bremner.myopenid.com/: changed source link to point to ↵ | Joey Hess | 2008-03-11 |
| | | | | git. added plugin box. made epsilon less verbose | ||
* | web commit by http://bremner.myopenid.com/: added some notes about related ↵ | Joey Hess | 2008-03-11 |
| | | | | approaches | ||
* | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | 2008-03-11 |
|\ | |||
| * | web commit by http://madduck.net/ | Joey Hess | 2008-03-11 |
| | | |||
| * | web commit by http://hendry.iki.fi/: openid acl | Joey Hess | 2008-03-11 |
| | | |||
| * | web commit by http://bremner.myopenid.com/ | Joey Hess | 2008-03-11 |
| | | |||
| * | web commit by http://bremner.myopenid.com/ | Joey Hess | 2008-03-11 |
| | | |||
| * | web commit by http://alcopop.org/me/openid/ | Joey Hess | 2008-03-11 |
| | | |||
| * | web commit by http://alcopop.org/me/openid/ | Joey Hess | 2008-03-11 |
| | | |||
| * | web commit by http://alcopop.org/me/openid/ | Joey Hess | 2008-03-11 |
| | | |||
| * | web commit by XTaran: Idea for improvement | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by http://madduck.net/ | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by http://madduck.net/ | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by http://madduck.net/ | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by http://smichael.myopenid.com/: links | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by http://alcopop.org/me/openid/: fix link to myself | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by http://smichael.myopenid.com/ | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by http://smichael.myopenid.com/: wiki mail experience | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by http://madduck.net/ | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by http://liw.fi/: commenting on madduck's mailing list proposal | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by buo: Minor nitpick | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by buo: Problem solved. | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by XTaran: Download link | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by XTaran: Fixing grammar, adding some links | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by XTaran: Fixing links | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by XTaran: Something about my ikiwiki usage | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by XTaran: New hnb plugin | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by XTaran: Bug report: htmltidy has no possibilty to use an ↵ | Joey Hess | 2008-03-10 |
| | | | | | | | | alternative config file which may other usages | ||
| * | web commit by http://madduck.net/ | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by http://madduck.net/: tag wishlist | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by http://madduck.net/ | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by http://madduck.net/: amend my previous vote: it's too slow. | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit by http://madduck.net/ | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit from 77.56.86.191: poll vote (Accept both) | Joey Hess | 2008-03-10 |
| | | |||
| * | web commit from 24.45.15.43: poll vote (Accept only OpenID for logins) | Joey Hess | 2008-03-09 |
| | | |||
* | | update | Joey Hess | 2008-03-11 |
| | | |||
* | | Generate openid2 headers as well | martin f. krafft | 2008-03-11 |
| | | | | | | | | | | | | This causes meta.openid to also generate the openid2 headers. Signed-off-by: martin f. krafft <madduck@madduck.net> | ||
* | | add changelog messages | Joey Hess | 2008-03-11 |
| | | |||
* | | Let meta.openid set X-XRDS-Location header | martin f. krafft | 2008-03-11 |
| | | | | | | | | | | | | | | | | | | | | Adds an optional xrds-location parameter to the openid meta handler, which allows for XRDS delegation. A good document on XRDS is http://www.windley.com/archives/2007/05/using_xrds.shtml Signed-off-by: martin f. krafft <madduck@madduck.net> | ||
* | | Add robots noindex,follow to redirection pages | martin f. krafft | 2008-03-11 |
| | | | | | | | | | | | | | | It makes no sense to have robots index these pages, so inform them that they should not. We still tell them to follow the links, obviously. Signed-off-by: martin f. krafft <madduck@madduck.net> | ||
* | | Tell robots to noindex,follow basewiki pages | martin f. krafft | 2008-03-11 |
| | | | | | | | | | | | | | | Those pages show up in the basewiki on most ikiwiki sites and thus really ought not to be indexed. We can let robots follow them though. Signed-off-by: martin f. krafft <madduck@madduck.net> | ||
* | | Make makerepo set the Git merge remote | martin f. krafft | 2008-03-11 |
|/ | | | | | | | | | | branch.master.remote previously used to default to origin, which has recently been changed; it now needs to be set explicitly, which this patch does. Closes Debian bug #470517. Signed-off-by: martin f. krafft <madduck@madduck.net> | ||
* | already fixed in git | Joey Hess | 2008-03-09 |
| | |||
* | web commit by HenrikBrixAndersen: Add reference to patch | Joey Hess | 2008-03-09 |
| | |||
* | web commit by HenrikBrixAndersen: Add patch tag | Joey Hess | 2008-03-09 |
| | |||
* | web commit by HenrikBrixAndersen: Add patch for working with new ↵ | Joey Hess | 2008-03-09 |
| | | | | Text::Markdown module from CPAN | ||
* | web commit by test | Joey Hess | 2008-03-08 |
| | |||
* | web commit by test | Joey Hess | 2008-03-08 |
| |