Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-15 | (no commit message) | http://www.steve.org.uk/ | |
2009-06-15 | (no commit message) | http://openid.steve.org.uk/ | |
2009-06-15 | * Reply | http://ptecza.myopenid.com/ | |
2009-06-15 | don't escape <> (done for us) | Jon Dowland | |
2009-06-15 | patch for this bug | Jon Dowland | |
2009-06-15 | new bug: map doesn't close UL for empty list | Jon Dowland | |
2009-06-15 | Knuth to the rescue! | tschwinge | |
2009-06-15 | * Response | http://ptecza.myopenid.com/ | |
2009-06-15 | guess at versioning scheme | Jon Dowland | |
2009-06-15 | * Version mistake? | http://ptecza.myopenid.com/ | |
2009-06-15 | * Now ikiwiki backports for Ubuntu Jaunty | http://ptecza.myopenid.com/ | |
2009-06-14 | response | Joey Hess | |
2009-06-14 | response from a shady glen | Joey Hess | |
2009-06-14 | updated spanish translation | Víctor Moral | |
2009-06-13 | tested yahoo working | Joey Hess | |
2009-06-13 | fixup | Joey Hess | |
2009-06-13 | add news item for ikiwiki 3.141 | Joey Hess | |
2009-06-13 | releasing version 3.141 | Joey Hess | |
2009-06-13 | response | Joey Hess | |
2009-06-13 | Documentation for parameter `template`? | PaulePanter | |
2009-06-13 | (no commit message) | http://www.larted.org.uk/~dom/ | |
2009-06-13 | comment about newer OpenID now being available. | http://www.larted.org.uk/~dom/ | |
2009-06-12 | aggregate: Avoid resetting ctime when an item md5 changes. | Joey Hess | |
Besides being wrong to do, this could lead to the wrong item being expired, as follows: If B is added and at the same time A is changed, then A's ctime may be set to the current time, while B's is set to its creation time. Thus the new item, A, is incorrectly removed as older. (This interacted especially badly with the bug fixed by 90b4d079605b72bb50d1da41402d994960e10937.) | |||
2009-06-12 | aggregate: Fix storing of changed md5. | Joey Hess | |
The aggregate state merge code neglected to merge changes to the md5 field of an item. Therefore, if an item's md5 changed after initial aggregation, it would be updated, and rewritten, each time thereafter. This was wasteful and indirectly led to some expire problems. | |||
2009-06-12 | argh, wrong diff again. third time lucky. | Jon Dowland | |
2009-06-12 | update diff (one redundant hunk removed) | Jon Dowland | |
2009-06-12 | add allow_site-wide_meta_definitions.mdwn | Jon Dowland | |
2009-06-11 | Thanks | Jérémy Bobbio | |
2009-06-10 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-06-10 | Updated French translation. Closes: #532654 | Joey Hess | |
2009-06-09 | feature request/discussion for highlight options. | bremner | |
2009-06-09 | simple format tidyup | http://www.lunix.com.au/ | |
2009-06-09 | More NTFS filename compatability problems. | JoeRayhawk | |
2009-06-09 | Disable the Preferences link if no plugin with an auth hook is enabled. | Joey Hess | |
2009-06-08 | add my response and thanks | http://www.lunix.com.au/ | |
2009-06-08 | reorg | Joey Hess | |
2009-06-08 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-06-08 | fixed formatting of last response | http://www.lunix.com.au/ | |
2009-06-08 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
Conflicts: doc/forum/is_it_possible_to_NOT_add_openid2_meta_tags.mdwn | |||
2009-06-08 | add my response | http://www.lunix.com.au/ | |
2009-06-08 | meta: Add openid delegate parameter to allow delegating only openid or openid2. | Joey Hess | |
2009-06-08 | response | Joey Hess | |
2009-06-08 | add my site. | http://www.lunix.com.au/ | |
2009-06-08 | update | Joey Hess | |
2009-06-08 | add my response | http://www.lunix.com.au/ | |
2009-06-08 | resp | Joey Hess | |
2009-06-08 | add my response | http://www.lunix.com.au/ | |
2009-06-08 | response | Joey Hess | |
2009-06-08 | Optimise use of gettext, and avoid ugly warnings if Locale::gettext is not ↵ | Joey Hess | |
available. The test suite was emitting a lot of ugly gettext warnings; setting LC_ALL didn't solve the problem for all locale setups (since ikiwiki remaps it to LANG, and ikiwiki didn't know about the C locale). People also seem generally annoyed by the messages when Locale::Gettext is not installed, and I suspect will be generally happier if it just silently doesn't localize. The optimisation came about when I noticed that the gettext sub was doing rather a lot of work each call just to see if localisation is needed. We can avoid that work by caching, and the best thing to cache is a version of the gettext sub that does exactly the right thing. This was slightly complicated by the locale setting, which might need to override the original locale (or lack thereof) after gettext has been called. So it needs to invalidate the cache in that case. It used to do it via a global variable, which I am happy to have also gotten rid of. | |||
2009-06-08 | Instructions to allow .cgi files to execute from anywhere using boa webserver | http://davide.viti.myopenid.com/ | |