aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* hashed password support, and empty password security fixJoey Hess2008-05-30
| | | | | | | This implements the previously documented hashed password support. While implementing that, I noticed a security hole, which this commit also fixes..
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-05-30
|\
| * web commit by http://kaizer.se/: The output of this plugin does not validate ↵Joey Hess2008-05-30
| | | | | | | | as XHTML: [validator.w3.org][w3] --ulrik
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-05-29
|\|
| * web commit by http://joey.kitenet.net/: testingJoey Hess2008-05-29
| |
| * web commit by http://liw.fi/: uuml html entity in feeds confuses ikiwiki ↵Joey Hess2008-05-29
| | | | | | | | when aggregating
* | documentation for use of hashed passwordsJoey Hess2008-05-29
|/ | | | Everything but the actual coding to support them.
* web commit by http://joey.kitenet.net/: testJoey Hess2008-05-28
|
* web commit by tschwinge: Typo fixes.Joey Hess2008-05-27
|
* web commit by XTaran: Mercurial repositoryJoey Hess2008-05-26
|
* web commit by XTaran: Everything necessary fixed with 0.02Joey Hess2008-05-26
|
* web commit by http://tomhoover.org/: poll vote (Accept only OpenID for logins)Joey Hess2008-05-25
|
* add news item for ikiwiki 2.47Joey Hess2008-05-25
|
* web commit by http://liw.fi/Joey Hess2008-05-25
|
* web commit by http://twistedlogix.livejournal.com/Joey Hess2008-05-23
|
* web commit by http://kaizer.se/wiki/contact/: fix <pre> formattingJoey Hess2008-05-23
|
* web commit by http://kaizer.se/wiki/contact/: bugs on including html (as raw ↵Joey Hess2008-05-23
| | | | as possible)
* web commit by mattJoey Hess2008-05-23
|
* web commit from 150.101.214.82: poll vote (Accept only OpenID for logins)Joey Hess2008-05-22
|
* add a tip about configuring apache to run ikiwiki.cgiJoey Hess2008-05-21
|
* adjust example cgiurlJoey Hess2008-05-21
| | | | | This way it matches the path given for the cgi wrapper, assuming apache set up to use /var/www.
* web commit by http://harningt.eharning.us/: Added potential workitem ↵Joey Hess2008-05-18
| | | | regarding Amazon S3 and other items WRT static-like-hosting
* web commit by http://shortbus.org/: proving it can be done.Joey Hess2008-05-18
|
* web commit by wwJoey Hess2008-05-18
|
* responseJoey Hess2008-05-16
|
* web commit by http://harningt.eharning.us/Joey Hess2008-05-16
|
* ENV can be used in the setup file to override environment variable setting, ↵Joey Hess2008-05-15
| | | | such as TZ or PATH.
* web commit by http://codemac.net/Joey Hess2008-05-15
|
* add a link to the forumJoey Hess2008-05-15
|
* exclude templates/*, which are listed in templatesJoey Hess2008-05-15
|
* reorderJoey Hess2008-05-15
|
* add a link to the orphaned sitemap pageJoey Hess2008-05-15
|
* add a link to ikiwiki-transitionJoey Hess2008-05-15
|
* add a link to the orphaned banned_ussrs pageJoey Hess2008-05-15
|
* web commit by buo: remove utf-8 rant; my problem was fixed in 2.46.Joey Hess2008-05-14
|
* web commit by buo: More infoJoey Hess2008-05-14
|
* web commit by buo: TypoJoey Hess2008-05-13
|
* web commit by http://jh.mcaleely.com/: a testJoey Hess2008-05-13
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-05-13
|\
| * web commit by https://noone.org/openid//: Added note about license (GPL)Joey Hess2008-05-13
| |
* | mdwn: Add a multimarkdown setup file option.Joey Hess2008-05-13
|/
* add news item for ikiwiki 2.46Joey Hess2008-05-12
|
* Fixes for behavior changes in perl 5.10's CGIJoey Hess2008-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | Something has changed in CGI.pm in perl 5.10. It used to not care if STDIN was opened using :utf8, but now it'll mis-encode utf-8 values when used that way by ikiwiki. Now I have to binmode(STDIN) before instantiating the CGI object. In 57bba4dac132a06729eeec809f5e1a5adf829806, I changed from decoding CGI::Formbuilder fields to utf-8, to decoding cgi parameters before setting up the form object. As of perl 5.10, that approach no longer has any effect (reason unknown). To get correctly encoded values in FormBuilder forms, they must once again be decoded after the form is set up. As noted in 57bba4da, this can cause one set of problems for formbuilder_setup hooks if decode_form_utf8 is called before the hooks, and a different set if it's called after. To avoid both sets of problems, call it both before and after. (Only remaining problem is the sheer ugliness and inefficiency of that..) I think that these changes will also work with older perl versions, but I haven't checked. Also, in the case of the poll plugin, the cgi parameter needs to be explcitly decoded before it is used to handle utf-8 values. (This may have always been broken, not sure if it's related to perl 5.10 or not.)
* updateJoey Hess2008-05-12
|
* not just a poll plugin problemJoey Hess2008-05-12
|
* Revert "web commit by http://joey.kitenet.net/: testing utf-8"Joey Hess2008-05-12
| | | | This reverts commit 908375a63e6aa083ca4b6348e7f22482ab208f12.
* web commit by http://joey.kitenet.net/: testing utf-8Joey Hess2008-05-12
|
* web commit by http://liw.fi/Joey Hess2008-05-12
|
* thoughtsJoey Hess2008-05-12
|
* responseJoey Hess2008-05-12
|