Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ikiwiki-mass-rebuild: under $! before setting $) to avoid strange errno issue | Joey Hess | 2008-05-31 |
| | | | | | | | | | | This fixes a problem sgran saw on alioth. Apparently nss-db sets errno to ENOENT as a side effect trying to read an optional file, but succeeds anyway. Then, somehow, errno remains set across the library calls made by $). So unset it first as a workaround; there's probably a nss-db, libc, and/or perl bug underneath. | ||
* | haiku: Generate valid xhtml. | Joey Hess | 2008-05-30 |
| | |||
* | linkify | Joey Hess | 2008-05-30 |
| | |||
* | fix link | Joey Hess | 2008-05-30 |
| | |||
* | fix links | Joey Hess | 2008-05-30 |
| | |||
* | fix link | Joey Hess | 2008-05-30 |
| | |||
* | fix link | Joey Hess | 2008-05-30 |
| | |||
* | fix link | Joey Hess | 2008-05-30 |
| | |||
* | fix link | Joey Hess | 2008-05-30 |
| | |||
* | more on the security hole | Joey Hess | 2008-05-30 |
| | |||
* | add news item for ikiwiki 2.48 | Joey Hess | 2008-05-30 |
| | |||
* | releasing version 2.48 | Joey Hess | 2008-05-30 |
| | |||
* | updated French translation | Joey Hess | 2008-05-30 |
| | |||
* | improved period escape | Joey Hess | 2008-05-30 |
| | |||
* | improve wording | Joey Hess | 2008-05-30 |
| | |||
* | escape leading periods | Joey Hess | 2008-05-30 |
| | |||
* | hashed password support, and empty password security fix | Joey Hess | 2008-05-30 |
| | | | | | | | This implements the previously documented hashed password support. While implementing that, I noticed a security hole, which this commit also fixes.. | ||
* | fix test to support rel= | Joey Hess | 2008-05-30 |
| | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2008-05-30 |
|\ | |||
| * | web commit by http://kaizer.se/: The output of this plugin does not validate ↵ | Joey Hess | 2008-05-30 |
| | | | | | | | | as XHTML: [validator.w3.org][w3] --ulrik | ||
* | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2008-05-29 |
|\| | |||
| * | web commit by http://joey.kitenet.net/: testing | Joey Hess | 2008-05-29 |
| | | |||
| * | web commit by http://liw.fi/: uuml html entity in feeds confuses ikiwiki ↵ | Joey Hess | 2008-05-29 |
| | | | | | | | | when aggregating | ||
* | | teximg: If the log isn't written, avoid ugly error messages. | Joey Hess | 2008-05-29 |
| | | |||
* | | teximg: Fix logurl. | Joey Hess | 2008-05-29 |
| | | |||
* | | documentation for use of hashed passwords | Joey Hess | 2008-05-29 |
|/ | | | | Everything but the actual coding to support them. | ||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2008-05-28 |
|\ | |||
| * | web commit by http://joey.kitenet.net/: test | Joey Hess | 2008-05-28 |
| | | |||
| * | web commit by tschwinge: Typo fixes. | Joey Hess | 2008-05-27 |
| | | |||
| * | web commit by XTaran: Mercurial repository | Joey Hess | 2008-05-26 |
| | | |||
| * | web commit by XTaran: Everything necessary fixed with 0.02 | Joey Hess | 2008-05-26 |
| | | |||
| * | web commit by http://tomhoover.org/: poll vote (Accept only OpenID for logins) | Joey Hess | 2008-05-25 |
| | | |||
* | | When calling decode_utf8 on known-problimatic content in aggregate, ↵ | Joey Hess | 2008-05-28 |
| | | | | | | | | explicitly pass 0 (FB_DEFAULT) as the second parameter. Apparently perl 5.8 needs this to avoid crashing on malformed utf-8, despite its docs saying it is the default. | ||
* | | Add rel=nofollow to edit links. This may prevent some spiders from pounding ↵ | Joey Hess | 2008-05-28 |
|/ | | | | on the cgi following edit links. | ||
* | add news item for ikiwiki 2.47 | Joey Hess | 2008-05-25 |
| | |||
* | releasing version 2.47 | Joey Hess | 2008-05-25 |
| | |||
* | Avoid ``uninitialized value'' warning when there actually is no difference ↵ | Thomas Schwinge | 2008-05-25 |
| | | | | between the two versions. | ||
* | fix regression test | Joey Hess | 2008-05-25 |
| | |||
* | web commit by http://liw.fi/ | Joey Hess | 2008-05-25 |
| | |||
* | web commit by http://twistedlogix.livejournal.com/ | Joey Hess | 2008-05-23 |
| | |||
* | web commit by http://kaizer.se/wiki/contact/: fix <pre> formatting | Joey Hess | 2008-05-23 |
| | |||
* | web commit by http://kaizer.se/wiki/contact/: bugs on including html (as raw ↵ | Joey Hess | 2008-05-23 |
| | | | | as possible) | ||
* | web commit by matt | Joey Hess | 2008-05-23 |
| | |||
* | web commit from 150.101.214.82: poll vote (Accept only OpenID for logins) | Joey Hess | 2008-05-22 |
| | |||
* | Avoid unsightly warning message when evaling broken pagespecs. | Joey Hess | 2008-05-22 |
| | | | | Also improve error message when a pagespec fails to parse. | ||
* | Perls older than 5.10 need to use the old method of decoding utf-8 in CGI ↵ | Joey Hess | 2008-05-21 |
| | | | | values. Neither method will work for all versions of perl, so check version number at runtime. | ||
* | display an error message if CGI::Session fails to load | Joey Hess | 2008-05-21 |
| | |||
* | add a tip about configuring apache to run ikiwiki.cgi | Joey Hess | 2008-05-21 |
| | |||
* | adjust example cgiurl | Joey Hess | 2008-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 Hess | 2008-05-18 |
| | | | | regarding Amazon S3 and other items WRT static-like-hosting |