Commit Graph

6473 Commits (84e6c4fa665703133b5778e92c045897df496e97)

Author SHA1 Message Date
Joey Hess 5e9e72b735 document that pagestate values can be anything Storable handles
This only started being true by accident when the index was changed to
use Storable, but it's a nice feature.
2008-06-01 12:59:33 -04:00
Joey Hess c1289de1ef cve id 2008-05-31 20:16:18 -04:00
Joey Hess 99e5e6dd08 inline: The optimisation in 2.41 broke nested inlines. Detect those and avoid overoptimising. 2008-05-31 15:10:23 -04:00
Joey Hess 0353882a66 ikiwiki-mass-rebuild: Don't trust $! when setting $)
A better fix, just check that what $) returns is what it was asked to set,
and ignore $! entirely.
2008-05-31 14:46:16 -04:00
Joey Hess cc26a49925 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-05-31 14:37:27 -04:00
Joey Hess c00890a2f0 ikiwiki-mass-rebuild: under $! before setting $) to avoid strange errno issue
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.
2008-05-31 14:37:05 -04:00
Joey Hess ff6433179e web commit by http://willthompson.co.uk/: file a bug about nested inlines failing 2008-05-31 13:51:50 -04:00
Joey Hess f58a97806a web commit by http://willthompson.co.uk/ 2008-05-31 10:08:17 -04:00
Joey Hess ca9f7bd7c4 web commit by http://oscarjacho.myopenid.com/: Perhaps 2008-05-31 08:19:03 -04:00
Joey Hess 4f47fe9dd8 web commit by http://oscarjacho.myopenid.com/: Added one line 2008-05-31 08:17:09 -04:00
Joey Hess 4fda36e8df web commit by http://oscarjacho.myopenid.com/: Dreaming... or not? 2008-05-31 08:12:43 -04:00
Joey Hess 0a35e8a352 haiku: Generate valid xhtml. 2008-05-30 19:10:58 -04:00
Joey Hess 4a5344199b linkify 2008-05-30 18:32:48 -04:00
Joey Hess eb288969b5 fix link 2008-05-30 18:31:14 -04:00
Joey Hess ad5d49f25a fix links 2008-05-30 18:30:28 -04:00
Joey Hess 22879eba60 fix link 2008-05-30 18:29:40 -04:00
Joey Hess d5a2fc9334 fix link 2008-05-30 18:29:04 -04:00
Joey Hess 75da1471d0 fix link 2008-05-30 18:28:21 -04:00
Joey Hess d8ec77a3cd fix link 2008-05-30 18:27:37 -04:00
Joey Hess 2bf2af30ea more on the security hole 2008-05-30 18:26:04 -04:00
Joey Hess 341296184d add news item for ikiwiki 2.48 2008-05-30 18:22:14 -04:00
Joey Hess 8d72885b47 releasing version 2.48 2008-05-30 18:21:27 -04:00
Joey Hess 1715c0399e updated French translation 2008-05-30 18:17:50 -04:00
Joey Hess 4045ee01e5 improved period escape 2008-05-30 18:01:16 -04:00
Joey Hess 878bfe008c improve wording 2008-05-30 17:53:10 -04:00
Joey Hess b5748518e5 escape leading periods 2008-05-30 17:50:59 -04:00
Joey Hess e943812dc9 hashed password support, and empty password security fix
This implements the previously documented hashed password support.

While implementing that, I noticed a security hole, which this commit
also fixes..
2008-05-30 17:35:34 -04:00
Joey Hess a436a064d2 fix test to support rel= 2008-05-30 17:12:32 -04:00
Joey Hess 4a3dc37eaf Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-05-30 12:51:11 -04:00
Joey Hess a8890f510e web commit by http://kaizer.se/: The output of this plugin does not validate as XHTML: [validator.w3.org][w3] --ulrik 2008-05-30 07:59:27 -04:00
Joey Hess 3a23cdde7d Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-05-29 20:47:57 -04:00
Joey Hess 9d93029f01 teximg: If the log isn't written, avoid ugly error messages. 2008-05-29 19:29:40 -04:00
Joey Hess b0a7b2f3d7 teximg: Fix logurl. 2008-05-29 19:28:46 -04:00
Joey Hess 4152dca09e documentation for use of hashed passwords
Everything but the actual coding to support them.
2008-05-29 15:17:19 -04:00
Joey Hess 62e1c9238a web commit by http://joey.kitenet.net/: testing 2008-05-29 12:15:45 -04:00
Joey Hess f543303bf0 web commit by http://liw.fi/: uuml html entity in feeds confuses ikiwiki when aggregating 2008-05-29 02:51:40 -04:00
Joey Hess 774a5f86b2 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-05-28 15:38:36 -04:00
Joey Hess d5d56a24bd When calling decode_utf8 on known-problimatic content in aggregate, 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. 2008-05-28 15:38:04 -04:00
Joey Hess 6725413516 Add rel=nofollow to edit links. This may prevent some spiders from pounding on the cgi following edit links. 2008-05-28 03:09:04 -04:00
Joey Hess c928a118d6 web commit by http://joey.kitenet.net/: test 2008-05-28 02:50:50 -04:00
Joey Hess aa7935d0d9 web commit by tschwinge: Typo fixes. 2008-05-27 18:17:41 -04:00
Joey Hess d092e794b3 web commit by XTaran: Mercurial repository 2008-05-26 08:16:32 -04:00
Joey Hess 039c18c562 web commit by XTaran: Everything necessary fixed with 0.02 2008-05-26 08:04:55 -04:00
Joey Hess 8414ca160c web commit by http://tomhoover.org/: poll vote (Accept only OpenID for logins) 2008-05-25 17:32:39 -04:00
Joey Hess 25c952abf3 add news item for ikiwiki 2.47 2008-05-25 14:29:01 -04:00
Joey Hess 6b68c6ff72 releasing version 2.47 2008-05-25 14:28:33 -04:00
Thomas Schwinge 1e16ab178d Avoid ``uninitialized value'' warning when there actually is no difference between the two versions. 2008-05-25 14:25:34 -04:00
Joey Hess 71555b5951 fix regression test 2008-05-25 14:12:49 -04:00
Joey Hess 35e8baef6e web commit by http://liw.fi/ 2008-05-25 13:58:33 -04:00
Joey Hess 98d8f3131a web commit by http://twistedlogix.livejournal.com/ 2008-05-23 10:12:22 -04:00