aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Filter hooks are no longer called during the scan phase. This will prevent ↵Joey Hess2008-06-04
| | | | | | | | 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.
* | add a colon to disambiguateJoey Hess2008-06-03
| | | | | | | | | | The omega docs suggest doing this if the term may contain upper case, which it could here.
* | avoid warningJoey Hess2008-06-03
| | | | | | | | "substr outside of string"
* | use "U" termJoey Hess2008-06-03
| | | | | | | | this seems to be the thing to use for a unique id
* | don't loop foreverJoey Hess2008-06-03
| |
* | fixed most of the xapian todosJoey Hess2008-06-03
| |
* | prettify page names, and drop the redunadant url displayJoey Hess2008-06-03
| |
* | fix toindexJoey Hess2008-06-03
| |
* | first pass at doing xapian indexingJoey Hess2008-06-03
| | | | | | | | Still some TODOs to fill in.
* | reorderJoey Hess2008-06-03
| |
* | search: Converted to use xapian-omega.Joey Hess2008-06-03
|/ | | | | Everything is done except for the actual indexing. I plan to do incremental indexing as pages change.
* add link to css marketJoey Hess2008-06-02
|
* use PERLJoey Hess2008-06-02
|
* web commit by stmpetersJoey Hess2008-06-02
|
* web commit from 80.176.192.210: poll vote (Accept only OpenID for logins)Joey Hess2008-06-02
|
* document that pagestate values can be anything Storable handlesJoey Hess2008-06-01
| | | | | This only started being true by accident when the index was changed to use Storable, but it's a nice feature.
* cve idJoey Hess2008-05-31
|
* inline: The optimisation in 2.41 broke nested inlines. Detect those and ↵Joey Hess2008-05-31
| | | | avoid overoptimising.
* ikiwiki-mass-rebuild: Don't trust $! when setting $)Joey Hess2008-05-31
| | | | | A better fix, just check that what $) returns is what it was asked to set, and ignore $! entirely.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-05-31
|\
| * web commit by http://willthompson.co.uk/: file a bug about nested inlines ↵Joey Hess2008-05-31
| | | | | | | | failing
| * web commit by http://willthompson.co.uk/Joey Hess2008-05-31
| |
| * web commit by http://oscarjacho.myopenid.com/: PerhapsJoey Hess2008-05-31
| |
| * web commit by http://oscarjacho.myopenid.com/: Added one lineJoey Hess2008-05-31
| |
| * web commit by http://oscarjacho.myopenid.com/: Dreaming... or not?Joey Hess2008-05-31
| |
* | ikiwiki-mass-rebuild: under $! before setting $) to avoid strange errno issueJoey Hess2008-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 Hess2008-05-30
|
* linkifyJoey Hess2008-05-30
|
* fix linkJoey Hess2008-05-30
|
* fix linksJoey Hess2008-05-30
|
* fix linkJoey Hess2008-05-30
|
* fix linkJoey Hess2008-05-30
|
* fix linkJoey Hess2008-05-30
|
* fix linkJoey Hess2008-05-30
|
* more on the security holeJoey Hess2008-05-30
|
* add news item for ikiwiki 2.48Joey Hess2008-05-30
|
* releasing version 2.48Joey Hess2008-05-30
|
* updated French translationJoey Hess2008-05-30
|
* improved period escapeJoey Hess2008-05-30
|
* improve wordingJoey Hess2008-05-30
|
* escape leading periodsJoey Hess2008-05-30
|
* 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..
* fix test to support rel=Joey Hess2008-05-30
|
* 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
* | teximg: If the log isn't written, avoid ugly error messages.Joey Hess2008-05-29
| |
* | teximg: Fix logurl.Joey Hess2008-05-29
| |