Commit Graph

10297 Commits (ec965fc92cd41f597c6e8e88584b9a688407c8c6)

Author SHA1 Message Date
Jon Dowland d17bce8bb2 new bug: map doesn't close UL for empty list 2009-06-15 12:22:02 +01:00
tschwinge 816a772037 Knuth to the rescue! 2009-06-15 07:17:38 -04:00
http://ptecza.myopenid.com/ c5dd792749 * Response 2009-06-15 06:58:19 -04:00
Jon Dowland 5a57d9a767 guess at versioning scheme 2009-06-15 10:25:22 +01:00
http://ptecza.myopenid.com/ fb5d7f2dc2 * Version mistake? 2009-06-15 04:33:14 -04:00
http://ptecza.myopenid.com/ 53f93ad6e3 * Now ikiwiki backports for Ubuntu Jaunty 2009-06-15 04:16:53 -04:00
Joey Hess 0b2e512d36 response 2009-06-14 17:34:05 -04:00
Joey Hess 1d38a99874 response from a shady glen 2009-06-14 17:16:18 -04:00
Víctor Moral 4f4de892f3 updated spanish translation 2009-06-14 17:03:26 -04:00
Joey Hess e0c7fed8e6 tested yahoo working 2009-06-13 21:08:32 -04:00
Joey Hess 2303c83da4 fixup 2009-06-13 15:05:49 -04:00
Joey Hess 908de091f9 add news item for ikiwiki 3.141 2009-06-13 14:41:31 -04:00
Joey Hess 6ead2573e9 releasing version 3.141 2009-06-13 14:40:36 -04:00
Joey Hess f67cf32471 response 2009-06-13 14:33:52 -04:00
PaulePanter 6848a2e882 Documentation for parameter `template`? 2009-06-13 12:12:58 -04:00
http://www.larted.org.uk/~dom/ 07d26e1db3 2009-06-13 07:58:13 -04:00
http://www.larted.org.uk/~dom/ 86a83a2a69 comment about newer OpenID now being available. 2009-06-13 07:56:56 -04:00
Joey Hess 9151346687 aggregate: Avoid resetting ctime when an item md5 changes.
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 19:31:23 -04:00
Joey Hess 90b4d07960 aggregate: Fix storing of changed md5.
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 19:24:47 -04:00
Jon Dowland 9d4f803a01 argh, wrong diff again. third time lucky. 2009-06-12 16:00:04 +01:00
Jon Dowland a407c11626 update diff (one redundant hunk removed) 2009-06-12 13:26:12 +01:00
Jon Dowland ec9b0a628d add allow_site-wide_meta_definitions.mdwn 2009-06-12 09:42:47 +01:00
Jérémy Bobbio ca624a5f2a Thanks 2009-06-11 17:15:29 +02:00
Joey Hess 04aff6702b Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-06-10 13:59:31 -04:00
Joey Hess dd15cc426f Updated French translation. Closes: #532654 2009-06-10 13:58:59 -04:00
bremner 31bb526897 feature request/discussion for highlight options. 2009-06-09 22:54:28 -04:00
http://www.lunix.com.au/ df9b11968b simple format tidyup 2009-06-09 22:31:42 -04:00
JoeRayhawk 9d0b13bb2b More NTFS filename compatability problems. 2009-06-09 18:37:58 -04:00
Joey Hess 48a5f9f2d8 Disable the Preferences link if no plugin with an auth hook is enabled. 2009-06-09 15:39:00 -04:00
http://www.lunix.com.au/ 1a880b7d7b add my response and thanks 2009-06-08 21:50:13 -04:00
Joey Hess ce85eaab9d reorg 2009-06-08 21:44:52 -04:00
Joey Hess 62ee542b1d Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-06-08 21:41:42 -04:00
http://www.lunix.com.au/ df19034d79 fixed formatting of last response 2009-06-08 21:42:26 -04:00
Joey Hess f57672f663 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Conflicts:
	doc/forum/is_it_possible_to_NOT_add_openid2_meta_tags.mdwn
2009-06-08 21:41:31 -04:00
http://www.lunix.com.au/ 9874a13fbf add my response 2009-06-08 21:40:19 -04:00
Joey Hess bf55a7fbb1 meta: Add openid delegate parameter to allow delegating only openid or openid2. 2009-06-08 21:40:06 -04:00
Joey Hess bf0534c689 response 2009-06-08 21:28:46 -04:00
http://www.lunix.com.au/ 6b83aa2550 add my site. 2009-06-08 21:25:37 -04:00
Joey Hess 7a22ead98e update 2009-06-08 21:25:17 -04:00
http://www.lunix.com.au/ c2cf78dd4b add my response 2009-06-08 21:18:36 -04:00
Joey Hess 3f9dd729b3 resp 2009-06-08 20:53:23 -04:00
http://www.lunix.com.au/ dabb60d060 add my response 2009-06-08 20:24:36 -04:00
Joey Hess 375cf730b2 response 2009-06-08 19:08:06 -04:00
Joey Hess 5418385336 Optimise use of gettext, and avoid ugly warnings if Locale::gettext is not 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 18:33:54 -04:00
http://davide.viti.myopenid.com/ 331cc6cca1 Instructions to allow .cgi files to execute from anywhere using boa webserver 2009-06-08 03:33:30 -04:00
http://www.lunix.com.au/ f839d99694 add in new openid forum question 2009-06-08 00:15:53 -04:00
http://lj.rossia.org/users/imz/ d932fc32f3 Added a wikilink to the solution. 2009-06-07 13:25:14 -04:00
intrigeri 86edd73d16 Merge commit 'upstream/master' into pub/po
Conflicts:

	debian/changelog
	debian/control

Signed-off-by: intrigeri <intrigeri@boum.org>
2009-06-06 14:03:40 +02:00
intrigeri 17b3d73f6e Revert "quick fix for http://ikiwiki.info/bugs/unwanted_discussion_links_on_discussion_pages/"
This reverts commit 2ed033a4aa.
It has been more properly fixed in upstream's master, that will be merged in
immediately.

Signed-off-by: intrigeri <intrigeri@boum.org>
2009-06-06 14:01:28 +02:00
Joey Hess e40d2a6b2b goto: Support being passed a page title that is not a valid page name, to support several cases including mercurial's long user names on the RecentChanges page, and urls with spaces being handled by the 404 plugin. 2009-06-06 02:36:40 -04:00