Joey Hess [Tue, 21 Jul 2009 11:16:46 +0000 (13:16 +0200)]
split out underlay_install target
Joey Hess [Tue, 21 Jul 2009 11:16:26 +0000 (13:16 +0200)]
relocate po directory up a level
Joey Hess [Tue, 21 Jul 2009 11:07:49 +0000 (13:07 +0200)]
add a warning
Jon Dowland [Tue, 21 Jul 2009 10:45:29 +0000 (11:45 +0100)]
Merge branch 'master' of git://git.ikiwiki.info
Jon Dowland [Tue, 21 Jul 2009 10:44:52 +0000 (11:44 +0100)]
some thoughts in the wake of a spam attack
Joey Hess [Tue, 21 Jul 2009 10:43:48 +0000 (12:43 +0200)]
one issue with basewiki translations
Joey Hess [Tue, 21 Jul 2009 10:40:44 +0000 (12:40 +0200)]
turn off pot file underlay again
Joey Hess [Tue, 21 Jul 2009 10:39:21 +0000 (12:39 +0200)]
improve invalid gettext message
(and gettext it as translators will see this!)
Joey Hess [Tue, 21 Jul 2009 10:38:40 +0000 (12:38 +0200)]
update
Joey Hess [Tue, 21 Jul 2009 09:40:25 +0000 (11:40 +0200)]
update
Joey Hess [Tue, 21 Jul 2009 09:31:51 +0000 (11:31 +0200)]
po: Add support for mo files in underlays
In order to support translated basewiki and other underlays, we need
support for mo files in underlays.
The code did not allow this before, because if a mo file was in an
underlay, then it might try to update it, and its pot, and write to the
underlay, which is guaranteed to either fail due to permissions, or be
undesirable.
To fix, my approach is to just detect if a mo or pot file that is about to
be updated is in an underlay, and skip updating it. This seems to work
well:
- If the mo is out of date in the underlay, it won't get updated, but this
would probably be due to a problem in the underlay, or more likely,
the wiki is being rebuilt and so it *thinks* the mo is out of date,
but it's really not (and it would be a waste of time to rebuild it
anyway).
- If a page from the basewiki is edited, it is saved to the srcdir,
which causes generation of an updated mo and pot also in the srcdir;
the underlay stops being used for that page, and everything seems
to work.
Note that I am not including an underlay search directory for pot files.
They *seem* to be unnecessary for the underlay, since the mo files
in there never need to be updated.
Joey Hess [Tue, 21 Jul 2009 07:57:08 +0000 (09:57 +0200)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Tue, 21 Jul 2009 07:56:34 +0000 (09:56 +0200)]
fix example
harishcm [Tue, 21 Jul 2009 04:33:23 +0000 (00:33 -0400)]
harishcm [Tue, 21 Jul 2009 04:29:42 +0000 (00:29 -0400)]
patch overcoming the issue of <ul> with no <li>
http://smcv.pseudorandom.co.uk/ [Mon, 20 Jul 2009 15:19:46 +0000 (11:19 -0400)]
link to alternative patch
http://smcv.pseudorandom.co.uk/ [Mon, 20 Jul 2009 15:16:45 +0000 (11:16 -0400)]
link to existing bug
harishcm [Mon, 20 Jul 2009 14:40:29 +0000 (10:40 -0400)]
Issue with ul and div tag closure when returning empty map
harishcm [Mon, 20 Jul 2009 14:29:39 +0000 (10:29 -0400)]
http://jmtd.livejournal.com/ [Mon, 20 Jul 2009 14:03:50 +0000 (10:03 -0400)]
how to achieve this by modifying your templates
Jonas Smedegaard [Mon, 20 Jul 2009 10:05:48 +0000 (12:05 +0200)]
Danish translation update
Jonas Smedegaard [Mon, 20 Jul 2009 09:49:30 +0000 (11:49 +0200)]
Unfuzz danish translation of basewiki/.../po.da underlay
Joey Hess [Mon, 20 Jul 2009 06:09:27 +0000 (08:09 +0200)]
update
Joey Hess [Mon, 20 Jul 2009 05:37:06 +0000 (07:37 +0200)]
po/underlay/* should be BSD licensed, like the rest of the underlays
Joey Hess [Mon, 20 Jul 2009 05:24:22 +0000 (07:24 +0200)]
fixes for Danish integration
Joey Hess [Mon, 20 Jul 2009 05:20:43 +0000 (07:20 +0200)]
Merge branch 'master' into integration
Joey Hess [Mon, 20 Jul 2009 05:20:13 +0000 (07:20 +0200)]
build translated underlays for use with non-English wikis
Joey Hess [Mon, 20 Jul 2009 05:19:05 +0000 (07:19 +0200)]
po: Support running with a non-english master lang; add translated underlays
It seem to make sense to remove the check for there being slave languages
as part of this, since one might want a wiki that is only in non-English.
Joey Hess [Mon, 20 Jul 2009 05:11:22 +0000 (07:11 +0200)]
remove prototype from renamehook
Recursive calls make perl whine about protypes, and it wasn't
adding any value.
Joey Hess [Mon, 20 Jul 2009 04:23:33 +0000 (06:23 +0200)]
create translated underlays in mdwn format
These are for use by wikis where the primary language is not English.
On such a wiki, it makes sense to use an underlay has the source for pages
in the native language.
Joey Hess [Mon, 20 Jul 2009 03:23:16 +0000 (05:23 +0200)]
split two helper functions of of render()
Joey Hess [Mon, 20 Jul 2009 02:54:25 +0000 (04:54 +0200)]
more thoughts on underlays
Joey Hess [Mon, 20 Jul 2009 02:49:16 +0000 (04:49 +0200)]
note branch name
Joey Hess [Mon, 20 Jul 2009 02:47:45 +0000 (04:47 +0200)]
Merge commit 'remotes/jonas/underlay-da' into integration
Joey Hess [Mon, 20 Jul 2009 02:46:20 +0000 (04:46 +0200)]
add jonas's git repo
Jonas Smedegaard [Sun, 19 Jul 2009 23:21:32 +0000 (01:21 +0200)]
Update with Git URL for danish l10n.
Jonas Smedegaard [Sun, 19 Jul 2009 23:02:19 +0000 (01:02 +0200)]
Merge branch 'master' of git://git.ikiwiki.info into underlay-da
Jonas Smedegaard [Sun, 19 Jul 2009 22:44:42 +0000 (00:44 +0200)]
Add initial danish underlay translation
Joey Hess [Sun, 19 Jul 2009 22:11:56 +0000 (00:11 +0200)]
update, think I have the real bug this time
Joey Hess [Sun, 19 Jul 2009 22:06:41 +0000 (00:06 +0200)]
use empty underlay dirs when building po underlays
Joey Hess [Sun, 19 Jul 2009 21:55:58 +0000 (23:55 +0200)]
%links dedup bug?
Joey Hess [Sun, 19 Jul 2009 21:01:43 +0000 (23:01 +0200)]
bad po plugin bug
Joey Hess [Sun, 19 Jul 2009 20:46:53 +0000 (22:46 +0200)]
speed up incremental underlaypo runs
http://smcv.pseudorandom.co.uk/ [Sun, 19 Jul 2009 19:17:17 +0000 (15:17 -0400)]
Use a link that will work on other wikis
http://smcv.pseudorandom.co.uk/ [Sun, 19 Jul 2009 19:13:47 +0000 (15:13 -0400)]
meta language vs po language...
Jonas Smedegaard [Sun, 19 Jul 2009 19:05:12 +0000 (21:05 +0200)]
Consistency nitpicking in docs: lowercase in attachment and po lists
Jonas Smedegaard [Sun, 19 Jul 2009 19:02:49 +0000 (21:02 +0200)]
Consistency nitpicking in docs: Use third tense in pagespec list
Jonas Smedegaard [Sun, 19 Jul 2009 18:46:29 +0000 (20:46 +0200)]
Consistency nitpicking in docs: Note: → Note that
Jonas Smedegaard [Sun, 19 Jul 2009 18:21:16 +0000 (20:21 +0200)]
Merge branch 'master' of git://git.ikiwiki.info
Jonas Smedegaard [Sun, 19 Jul 2009 18:18:25 +0000 (20:18 +0200)]
Improve wording of tagged() docs
Joey Hess [Sun, 19 Jul 2009 18:13:57 +0000 (20:13 +0200)]
s//bad//invalid// # jonas=
Joey Hess [Sun, 19 Jul 2009 16:27:20 +0000 (18:27 +0200)]
language display order
Joey Hess [Sun, 19 Jul 2009 15:58:26 +0000 (17:58 +0200)]
reorder
Joey Hess [Sun, 19 Jul 2009 15:50:56 +0000 (17:50 +0200)]
avoid Po4a::Common exporting anything
It exports gettext and stuff by default, which conflicts with IkiWiki
exports.
Joey Hess [Sun, 19 Jul 2009 14:54:03 +0000 (16:54 +0200)]
shut up msgmerge
Joey Hess [Sun, 19 Jul 2009 14:53:50 +0000 (16:53 +0200)]
commit for jonas
Joey Hess [Sun, 19 Jul 2009 14:43:21 +0000 (16:43 +0200)]
move source removal back to underlaypo rule
Joey Hess [Sun, 19 Jul 2009 13:17:38 +0000 (15:17 +0200)]
move clean code to clean rule
Joey Hess [Sun, 19 Jul 2009 13:01:00 +0000 (15:01 +0200)]
update
Joey Hess [Sun, 19 Jul 2009 12:56:10 +0000 (14:56 +0200)]
unreleased
Joey Hess [Sun, 19 Jul 2009 12:54:38 +0000 (14:54 +0200)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sun, 19 Jul 2009 12:54:15 +0000 (14:54 +0200)]
rename
http://hendry.iki.fi/ [Sun, 19 Jul 2009 12:47:57 +0000 (08:47 -0400)]
typos
http://hendry.iki.fi/ [Sun, 19 Jul 2009 12:45:37 +0000 (08:45 -0400)]
scrubber needs updating
Joey Hess [Sun, 19 Jul 2009 12:17:31 +0000 (14:17 +0200)]
don't run basewikipo by default yet, comment out all languages
Joey Hess [Sun, 19 Jul 2009 12:16:21 +0000 (14:16 +0200)]
add basewikipo po file generation thing
Joey Hess [Sun, 19 Jul 2009 11:58:15 +0000 (13:58 +0200)]
new minor bug
Joey Hess [Sun, 19 Jul 2009 11:46:10 +0000 (13:46 +0200)]
bugfix: Avoid generating po files for files that are not httmlizable
Joey Hess [Sun, 19 Jul 2009 11:42:27 +0000 (13:42 +0200)]
add a bug
Joey Hess [Sun, 19 Jul 2009 11:36:46 +0000 (13:36 +0200)]
improve error message
Joey Hess [Sun, 19 Jul 2009 11:06:47 +0000 (13:06 +0200)]
s/castellano/español/
Joey Hess [Sun, 19 Jul 2009 11:04:09 +0000 (13:04 +0200)]
move robustness tests section to discussion
Joey Hess [Sun, 19 Jul 2009 11:00:51 +0000 (13:00 +0200)]
fix header
Joey Hess [Sun, 19 Jul 2009 10:57:32 +0000 (12:57 +0200)]
comment
Joey Hess [Sun, 19 Jul 2009 10:51:15 +0000 (12:51 +0200)]
fix link
Joey Hess [Sun, 19 Jul 2009 10:45:42 +0000 (12:45 +0200)]
move contrib/po to po/discussion
Joey Hess [Sun, 19 Jul 2009 10:36:01 +0000 (12:36 +0200)]
Merge branch 'master' into po
Conflicts:
debian/changelog
tumashu [Sun, 19 Jul 2009 05:08:23 +0000 (01:08 -0400)]
add chinese test
tumashu [Sun, 19 Jul 2009 04:46:39 +0000 (00:46 -0400)]
Add tumashu's page url
http://smcv.pseudorandom.co.uk/ [Sat, 18 Jul 2009 19:40:12 +0000 (15:40 -0400)]
I think this whole page is now [[done]]?
http://smcv.pseudorandom.co.uk/ [Sat, 18 Jul 2009 17:53:29 +0000 (13:53 -0400)]
http://smcv.pseudorandom.co.uk/ [Sat, 18 Jul 2009 17:49:53 +0000 (13:49 -0400)]
mention plugins/contrib/trail
http://smcv.pseudorandom.co.uk/ [Sat, 18 Jul 2009 17:46:55 +0000 (13:46 -0400)]
New plugin for review
http://smcv.pseudorandom.co.uk/ [Sat, 18 Jul 2009 14:08:19 +0000 (10:08 -0400)]
Compare with [[todo/allow_site-wide_meta_definitions]]
http://smcv.pseudorandom.co.uk/ [Sat, 18 Jul 2009 13:47:03 +0000 (09:47 -0400)]
Fix escaping-via-indentation of example
Simon McVittie [Sat, 18 Jul 2009 12:30:30 +0000 (13:30 +0100)]
oops, remove duplicate
Simon McVittie [Sat, 18 Jul 2009 12:29:24 +0000 (13:29 +0100)]
Advertise my 'among' branch for review
Simon McVittie [Sat, 18 Jul 2009 12:08:13 +0000 (13:08 +0100)]
Some more attempts to review patches
Simon McVittie [Sat, 18 Jul 2009 12:06:04 +0000 (13:06 +0100)]
Tag patches with the plugin to which they apply, or core
Simon McVittie [Fri, 17 Jul 2009 19:36:08 +0000 (20:36 +0100)]
Try to help with some code review
Joey Hess [Thu, 16 Jul 2009 18:46:50 +0000 (14:46 -0400)]
add news item for ikiwiki 3.14159
Joey Hess [Thu, 16 Jul 2009 18:46:09 +0000 (14:46 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 16 Jul 2009 18:44:17 +0000 (14:44 -0400)]
releasing version 3.14159
http://adam.shand.net/ [Wed, 15 Jul 2009 10:14:31 +0000 (06:14 -0400)]
http://pdwhittaker.myopenid.com/ [Mon, 13 Jul 2009 20:28:31 +0000 (16:28 -0400)]
Trim previous "bug" report
http://geoffrey.wu.myopenid.com/ [Mon, 13 Jul 2009 10:30:21 +0000 (06:30 -0400)]
https://launchpad.net/~ssm [Mon, 13 Jul 2009 09:14:17 +0000 (05:14 -0400)]
link change for debian popcon
http://geoffrey.wu.myopenid.com/ [Mon, 13 Jul 2009 09:01:09 +0000 (05:01 -0400)]
Joey Hess [Mon, 13 Jul 2009 01:32:24 +0000 (21:32 -0400)]
response
Joey Hess [Mon, 13 Jul 2009 01:27:50 +0000 (21:27 -0400)]
response