Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-07 | improve display w/noscript | Joey Hess | |
2010-05-07 | advice | Joey Hess | |
2010-05-07 | mention style.css changes | Joey Hess | |
2010-05-07 | Removed the openidsignup option. | Joey Hess | |
2010-05-07 | bugfix | Joey Hess | |
Always load IkiWiki::CGI so its cgi_signin is present, so we replace it. | |||
2010-05-07 | bugfix | Joey Hess | |
2010-05-07 | Merge branch 'master' into openidselector | Joey Hess | |
2010-05-07 | adapt to ikiwiki | Joey Hess | |
Upstream ships a collection of icons, but the licences of them are very unclear, since most seem to be taken from the various openid provider websites. That can't be included in ikiwiki. So, instead hotlink to favicons of sites, and for large display, include the site name. Removed vidoop.com, which is gone. If an url is passed to init as the second parameter, add a "Local Login" provider, which just links to do=signin. | |||
2010-05-07 | openid signin style changes | Joey Hess | |
2010-05-07 | update | Joey Hess | |
2010-05-07 | remove loginlabel, not used | Joey Hess | |
2010-05-07 | modify labels to input box for consistency | Joey Hess | |
2010-05-07 | use ikiwiki's replacement openid logo in input box | Joey Hess | |
2010-05-07 | modify openid selector to not default to http:// for openid | Joey Hess | |
ikiwiki doesn't care if the http:// is there, and it seems cleaner and less annoying this way | |||
2010-05-07 | pretty openid login | Joey Hess | |
* openid: Incorporated a fancy openid-selector signin form. (http://code.google.com/p/openid-selector/) * openid: Use "openid_identifier" as the form field, as required by OpenID Authentication v2.0 spec. | |||
2010-05-08 | (no commit message) | http://joey.kitenet.net/ | |
2010-05-08 | (no commit message) | http://joey.kitenet.net/ | |
2010-05-07 | add minified jquery.js from openid-selector svn | Joey Hess | |
2010-05-07 | patch hidden field setting code | Joey Hess | |
Fixes http://code.google.com/p/openid-selector/issues/detail?id=11#c3 | |||
2010-05-07 | use me.yahoo.com | Joey Hess | |
Fixes http://code.google.com/p/openid-selector/issues/detail?id=10 | |||
2010-05-07 | r21 from http://code.google.com/p/openid-selector/source/checkout | Joey Hess | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | avoid linking directly to ikiwiki.cgi?do=signin | Joey Hess | |
Instead, add a custom do=commentsignin, that calls cgi_signin. This allows a plugin to inject a custom cgi_signin, that uses a different do= parameter, and have it be used consitently. (This was the only place to hardcode a link to do=signin.) | |||
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | response | Joey Hess | |
2010-05-07 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-05-07 | fix undef warning when page() tests a deleted file | Joey Hess | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | a bug? | Joey Hess | |
2010-05-07 | applied | Joey Hess | |
2010-05-07 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-05-07 | patch | http://smcv.pseudorandom.co.uk/ | |
2010-05-07 | gitremotes: don't fetch tags, other than from ikiwiki.info | Simon McVittie | |
Getting this change in an existing git clone requires removing or reconfiguring the remotes. | |||
2010-05-07 | Revert markd changes | Joey Hess | |
spammer testing? | |||
2010-05-07 | (no commit message) | http://peter-simons.myopenid.com/ | |
2010-05-07 | (no commit message) | markd | |
2010-05-07 | (no commit message) | markd | |
2010-05-07 | call delete hook even if only internal pages are deleted | Joey Hess | |
2010-05-07 | avoid redir loop when going to an internal page that has no permalink | Joey Hess | |
2010-05-06 | done | Joey Hess | |
2010-05-06 | respect permalinks | Joey Hess | |
2010-05-06 | Delete hooks are passed deleted internal pages. | Joey Hess | |
Necessary so search can remove its indexes for internal pages. But also, it seems it was an omission not to pass the deleted pages before. | |||
2010-05-06 | inline: Call indexhtml when inlining internal pages, so their text can be ↵ | Joey Hess | |
indexed for searching. | |||
2010-05-06 | Renamed postscan hook to indexhtml, to reflect its changed position. | Joey Hess | |
Probably only the search plugin uses it, so this seemed safe. | |||
2010-05-06 | simplify formbuilder stylesheet specification | Joey Hess | |
Since all forms are wrapped in a template that defines the actual stylesheets, formbuilder just has to be told to turn on stylesheet mode, not what file is the style sheet. |