Joey Hess
fab1333b67
Filter hooks are no longer called during the scan phase. This will prevent wikilinks added by filters from being scanned properly. But no known filter hook does that, and calling filters unncessarily during scan slowed down complex filters such as the one used to update the xapian index.
2008-06-04 00:15:15 -04:00
Joey Hess
53b188ed35
add a colon to disambiguate
...
The omega docs suggest doing this if the term may contain upper case, which
it could here.
2008-06-03 23:59:25 -04:00
Joey Hess
9c717d0873
avoid warning
...
"substr outside of string"
2008-06-03 23:58:19 -04:00
Joey Hess
7fc29119db
use "U" term
...
this seems to be the thing to use for a unique id
2008-06-03 23:56:45 -04:00
Joey Hess
3ba723d79a
don't loop forever
2008-06-03 23:55:00 -04:00
Joey Hess
6b7d90d88a
fixed most of the xapian todos
2008-06-03 23:52:56 -04:00
Joey Hess
18b0aa1f13
prettify page names, and drop the redunadant url display
2008-06-03 22:11:33 -04:00
Joey Hess
02357b0b32
fix toindex
2008-06-03 21:59:21 -04:00
Joey Hess
44fde6cbff
first pass at doing xapian indexing
...
Still some TODOs to fill in.
2008-06-03 21:14:56 -04:00
Joey Hess
8a9be51d61
reorder
2008-06-03 16:19:27 -04:00
Joey Hess
8a6a5320ed
search: Converted to use xapian-omega.
...
Everything is done except for the actual indexing. I plan to do incremental
indexing as pages change.
2008-06-03 15:29:54 -04:00
Joey Hess
c688863cf1
add link to css market
2008-06-02 17:46:52 -04:00
Joey Hess
d370052672
use PERL
2008-06-02 12:14:09 -04:00
Joey Hess
e76c997e86
web commit by stmpeters
2008-06-02 11:37:45 -04:00
Joey Hess
cd5daa2191
web commit from 80.176.192.210: poll vote (Accept only OpenID for logins)
2008-06-02 08:27:44 -04:00
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