]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
14 years agoUnfuzz translations (after rephrasings)
Jonas Smedegaard [Wed, 22 Jul 2009 23:15:59 +0000 (01:15 +0200)] 
Unfuzz translations (after rephrasings)

14 years agoUpdate german translation
Jonas Smedegaard [Wed, 22 Jul 2009 23:01:48 +0000 (01:01 +0200)] 
Update german translation

14 years agoRephrase translatable string to clarify data requested (account or openid)
Jonas Smedegaard [Wed, 22 Jul 2009 22:54:59 +0000 (00:54 +0200)] 
Rephrase translatable string to clarify data requested (account or openid)

14 years agoChange rendering→building in translatable strings, to ease translations.
Jonas Smedegaard [Wed, 22 Jul 2009 22:53:23 +0000 (00:53 +0200)] 
Change rendering→building in translatable strings, to ease translations.

14 years agoRephrase suggestion to not get confused as info on action already done.
Jonas Smedegaard [Wed, 22 Jul 2009 22:50:42 +0000 (00:50 +0200)] 
Rephrase suggestion to not get confused as info on action already done.

14 years agoRephrase 'linked to by' confusing for translators.
Jonas Smedegaard [Wed, 22 Jul 2009 22:48:00 +0000 (00:48 +0200)] 
Rephrase 'linked to by' confusing for translators.

14 years agoImprove translatable texts to ease translation (e.g. to→into and from→inside)
Jonas Smedegaard [Wed, 22 Jul 2009 22:43:28 +0000 (00:43 +0200)] 
Improve translatable texts to ease translation (e.g. to→into and from→inside)

14 years agoFix typo attepting→attempting
Jonas Smedegaard [Wed, 22 Jul 2009 22:41:33 +0000 (00:41 +0200)] 
Fix typo attepting→attempting

14 years agoPartly localized danish directive underlay
Jonas Smedegaard [Wed, 22 Jul 2009 22:20:31 +0000 (00:20 +0200)] 
Partly localized danish directive underlay

14 years agoUpdate danish underlays for po4a 0.36.2
Jonas Smedegaard [Wed, 22 Jul 2009 20:59:12 +0000 (22:59 +0200)] 
Update danish underlays for po4a 0.36.2

14 years agofix install
Joey Hess [Tue, 21 Jul 2009 14:58:18 +0000 (16:58 +0200)] 
fix install

14 years agomake `make underlays` work in a clean tree that has not been built
Joey Hess [Tue, 21 Jul 2009 11:28:19 +0000 (13:28 +0200)] 
make `make underlays` work in a clean tree that has not been built

14 years agooddity
Joey Hess [Tue, 21 Jul 2009 11:21:16 +0000 (13:21 +0200)] 
oddity

14 years agoinstall underlay/ po files
Joey Hess [Tue, 21 Jul 2009 11:17:24 +0000 (13:17 +0200)] 
install underlay/ po files

14 years agouse underlay_install as optimisaton
Joey Hess [Tue, 21 Jul 2009 11:16:59 +0000 (13:16 +0200)] 
use underlay_install as optimisaton

14 years agosplit out underlay_install target
Joey Hess [Tue, 21 Jul 2009 11:16:46 +0000 (13:16 +0200)] 
split out underlay_install target

14 years agorelocate po directory up a level
Joey Hess [Tue, 21 Jul 2009 11:16:26 +0000 (13:16 +0200)] 
relocate po directory up a level

14 years agoadd a warning
Joey Hess [Tue, 21 Jul 2009 11:07:49 +0000 (13:07 +0200)] 
add a warning

14 years agoMerge branch 'master' of git://git.ikiwiki.info
Jon Dowland [Tue, 21 Jul 2009 10:45:29 +0000 (11:45 +0100)] 
Merge branch 'master' of git://git.ikiwiki.info

14 years agosome thoughts in the wake of a spam attack
Jon Dowland [Tue, 21 Jul 2009 10:44:52 +0000 (11:44 +0100)] 
some thoughts in the wake of a spam attack

14 years agoone issue with basewiki translations
Joey Hess [Tue, 21 Jul 2009 10:43:48 +0000 (12:43 +0200)] 
one issue with basewiki translations

14 years agoturn off pot file underlay again
Joey Hess [Tue, 21 Jul 2009 10:40:44 +0000 (12:40 +0200)] 
turn off pot file underlay again

14 years agoimprove invalid gettext message
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!)

14 years agoupdate
Joey Hess [Tue, 21 Jul 2009 10:38:40 +0000 (12:38 +0200)] 
update

14 years agoupdate
Joey Hess [Tue, 21 Jul 2009 09:40:25 +0000 (11:40 +0200)] 
update

14 years agopo: Add support for mo files in underlays
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.

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
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

14 years agofix example
Joey Hess [Tue, 21 Jul 2009 07:56:34 +0000 (09:56 +0200)] 
fix example

14 years ago(no commit message)
harishcm [Tue, 21 Jul 2009 04:33:23 +0000 (00:33 -0400)] 

14 years agopatch overcoming the issue of <ul> with no <li>
harishcm [Tue, 21 Jul 2009 04:29:42 +0000 (00:29 -0400)] 
patch overcoming the issue of <ul> with no <li>

14 years agolink to alternative patch
http://smcv.pseudorandom.co.uk/ [Mon, 20 Jul 2009 15:19:46 +0000 (11:19 -0400)] 
link to alternative patch

14 years agolink to existing bug
http://smcv.pseudorandom.co.uk/ [Mon, 20 Jul 2009 15:16:45 +0000 (11:16 -0400)] 
link to existing bug

14 years agoIssue with ul and div tag closure when returning empty map
harishcm [Mon, 20 Jul 2009 14:40:29 +0000 (10:40 -0400)] 
Issue with ul and div tag closure when returning empty map

14 years ago(no commit message)
harishcm [Mon, 20 Jul 2009 14:29:39 +0000 (10:29 -0400)] 

14 years agohow to achieve this by modifying your templates
http://jmtd.livejournal.com/ [Mon, 20 Jul 2009 14:03:50 +0000 (10:03 -0400)] 
how to achieve this by modifying your templates

14 years agoDanish translation update
Jonas Smedegaard [Mon, 20 Jul 2009 10:05:48 +0000 (12:05 +0200)] 
Danish translation update

14 years agoUnfuzz danish translation of basewiki/.../po.da underlay
Jonas Smedegaard [Mon, 20 Jul 2009 09:49:30 +0000 (11:49 +0200)] 
Unfuzz danish translation of basewiki/.../po.da underlay

14 years agoupdate
Joey Hess [Mon, 20 Jul 2009 06:09:27 +0000 (08:09 +0200)] 
update

14 years agopo/underlay/* should be BSD licensed, like the rest of the underlays
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

14 years agofixes for Danish integration
Joey Hess [Mon, 20 Jul 2009 05:24:22 +0000 (07:24 +0200)] 
fixes for Danish integration

14 years agoMerge branch 'master' into integration
Joey Hess [Mon, 20 Jul 2009 05:20:43 +0000 (07:20 +0200)] 
Merge branch 'master' into integration

14 years agobuild translated underlays for use with non-English wikis
Joey Hess [Mon, 20 Jul 2009 05:20:13 +0000 (07:20 +0200)] 
build translated underlays for use with non-English wikis

14 years agopo: Support running with a non-english master lang; add translated underlays
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.

14 years agoremove prototype from renamehook
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.

14 years agocreate translated underlays in mdwn format
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.

14 years agosplit two helper functions of of render()
Joey Hess [Mon, 20 Jul 2009 03:23:16 +0000 (05:23 +0200)] 
split two helper functions of of render()

14 years agomore thoughts on underlays
Joey Hess [Mon, 20 Jul 2009 02:54:25 +0000 (04:54 +0200)] 
more thoughts on underlays

14 years agonote branch name
Joey Hess [Mon, 20 Jul 2009 02:49:16 +0000 (04:49 +0200)] 
note branch name

14 years agoMerge commit 'remotes/jonas/underlay-da' into integration
Joey Hess [Mon, 20 Jul 2009 02:47:45 +0000 (04:47 +0200)] 
Merge commit 'remotes/jonas/underlay-da' into integration

14 years agoadd jonas's git repo
Joey Hess [Mon, 20 Jul 2009 02:46:20 +0000 (04:46 +0200)] 
add jonas's git repo

14 years agoUpdate with Git URL for danish l10n.
Jonas Smedegaard [Sun, 19 Jul 2009 23:21:32 +0000 (01:21 +0200)] 
Update with Git URL for danish l10n.

14 years agoMerge branch 'master' of git://git.ikiwiki.info into underlay-da
Jonas Smedegaard [Sun, 19 Jul 2009 23:02:19 +0000 (01:02 +0200)] 
Merge branch 'master' of git://git.ikiwiki.info into underlay-da

14 years agoAdd initial danish underlay translation
Jonas Smedegaard [Sun, 19 Jul 2009 22:44:42 +0000 (00:44 +0200)] 
Add initial danish underlay translation

14 years agoupdate, think I have the real bug this time
Joey Hess [Sun, 19 Jul 2009 22:11:56 +0000 (00:11 +0200)] 
update, think I have the real bug this time

14 years agouse empty underlay dirs when building po underlays
Joey Hess [Sun, 19 Jul 2009 22:06:41 +0000 (00:06 +0200)] 
use empty underlay dirs when building po underlays

14 years ago%links dedup bug?
Joey Hess [Sun, 19 Jul 2009 21:55:58 +0000 (23:55 +0200)] 
%links dedup bug?

14 years agobad po plugin bug
Joey Hess [Sun, 19 Jul 2009 21:01:43 +0000 (23:01 +0200)] 
bad po plugin bug

14 years agospeed up incremental underlaypo runs
Joey Hess [Sun, 19 Jul 2009 20:46:53 +0000 (22:46 +0200)] 
speed up incremental underlaypo runs

14 years agoUse a link that will work on other wikis
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

14 years agometa language vs po language...
http://smcv.pseudorandom.co.uk/ [Sun, 19 Jul 2009 19:13:47 +0000 (15:13 -0400)] 
meta language vs po language...

14 years agoConsistency nitpicking in docs: lowercase in attachment and po lists
Jonas Smedegaard [Sun, 19 Jul 2009 19:05:12 +0000 (21:05 +0200)] 
Consistency nitpicking in docs: lowercase in attachment and po lists

14 years agoConsistency nitpicking in docs: Use third tense in pagespec list
Jonas Smedegaard [Sun, 19 Jul 2009 19:02:49 +0000 (21:02 +0200)] 
Consistency nitpicking in docs: Use third tense in pagespec list

14 years agoConsistency nitpicking in docs: Note: → Note that
Jonas Smedegaard [Sun, 19 Jul 2009 18:46:29 +0000 (20:46 +0200)] 
Consistency nitpicking in docs: Note: → Note that

14 years agoMerge branch 'master' of git://git.ikiwiki.info
Jonas Smedegaard [Sun, 19 Jul 2009 18:21:16 +0000 (20:21 +0200)] 
Merge branch 'master' of git://git.ikiwiki.info

14 years agoImprove wording of tagged() docs
Jonas Smedegaard [Sun, 19 Jul 2009 18:18:25 +0000 (20:18 +0200)] 
Improve wording of tagged() docs

14 years agos//bad//invalid// # jonas=
Joey Hess [Sun, 19 Jul 2009 18:13:57 +0000 (20:13 +0200)] 
s//bad//invalid// # jonas=

14 years agolanguage display order
Joey Hess [Sun, 19 Jul 2009 16:27:20 +0000 (18:27 +0200)] 
language display order

14 years agoreorder
Joey Hess [Sun, 19 Jul 2009 15:58:26 +0000 (17:58 +0200)] 
reorder

14 years agoavoid Po4a::Common exporting anything
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.

14 years agoshut up msgmerge
Joey Hess [Sun, 19 Jul 2009 14:54:03 +0000 (16:54 +0200)] 
shut up msgmerge

14 years agocommit for jonas
Joey Hess [Sun, 19 Jul 2009 14:53:50 +0000 (16:53 +0200)] 
commit for jonas

14 years agomove source removal back to underlaypo rule
Joey Hess [Sun, 19 Jul 2009 14:43:21 +0000 (16:43 +0200)] 
move source removal back to underlaypo rule

14 years agomove clean code to clean rule
Joey Hess [Sun, 19 Jul 2009 13:17:38 +0000 (15:17 +0200)] 
move clean code to clean rule

14 years agoupdate
Joey Hess [Sun, 19 Jul 2009 13:01:00 +0000 (15:01 +0200)] 
update

14 years agounreleased
Joey Hess [Sun, 19 Jul 2009 12:56:10 +0000 (14:56 +0200)] 
unreleased

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
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

14 years agorename
Joey Hess [Sun, 19 Jul 2009 12:54:15 +0000 (14:54 +0200)] 
rename

14 years agotypos
http://hendry.iki.fi/ [Sun, 19 Jul 2009 12:47:57 +0000 (08:47 -0400)] 
typos

14 years agoscrubber needs updating
http://hendry.iki.fi/ [Sun, 19 Jul 2009 12:45:37 +0000 (08:45 -0400)] 
scrubber needs updating

14 years agodon't run basewikipo by default yet, comment out all languages
Joey Hess [Sun, 19 Jul 2009 12:17:31 +0000 (14:17 +0200)] 
don't run basewikipo by default yet, comment out all languages

14 years agoadd basewikipo po file generation thing
Joey Hess [Sun, 19 Jul 2009 12:16:21 +0000 (14:16 +0200)] 
add basewikipo po file generation thing

14 years agonew minor bug
Joey Hess [Sun, 19 Jul 2009 11:58:15 +0000 (13:58 +0200)] 
new minor bug

14 years agobugfix: Avoid generating po files for files that are not httmlizable
Joey Hess [Sun, 19 Jul 2009 11:46:10 +0000 (13:46 +0200)] 
bugfix: Avoid generating po files for files that are not httmlizable

14 years agoadd a bug
Joey Hess [Sun, 19 Jul 2009 11:42:27 +0000 (13:42 +0200)] 
add a bug

14 years agoimprove error message
Joey Hess [Sun, 19 Jul 2009 11:36:46 +0000 (13:36 +0200)] 
improve error message

14 years agos/castellano/español/
Joey Hess [Sun, 19 Jul 2009 11:06:47 +0000 (13:06 +0200)] 
s/castellano/español/

14 years agomove robustness tests section to discussion
Joey Hess [Sun, 19 Jul 2009 11:04:09 +0000 (13:04 +0200)] 
move robustness tests section to discussion

14 years agofix header
Joey Hess [Sun, 19 Jul 2009 11:00:51 +0000 (13:00 +0200)] 
fix header

14 years agocomment
Joey Hess [Sun, 19 Jul 2009 10:57:32 +0000 (12:57 +0200)] 
comment

14 years agofix link
Joey Hess [Sun, 19 Jul 2009 10:51:15 +0000 (12:51 +0200)] 
fix link

14 years agomove contrib/po to po/discussion
Joey Hess [Sun, 19 Jul 2009 10:45:42 +0000 (12:45 +0200)] 
move contrib/po to po/discussion

14 years agoMerge branch 'master' into po
Joey Hess [Sun, 19 Jul 2009 10:36:01 +0000 (12:36 +0200)] 
Merge branch 'master' into po

Conflicts:
debian/changelog

14 years ago add chinese test
tumashu [Sun, 19 Jul 2009 05:08:23 +0000 (01:08 -0400)] 
 add chinese test

14 years agoAdd tumashu's page url
tumashu [Sun, 19 Jul 2009 04:46:39 +0000 (00:46 -0400)] 
Add tumashu's page url

14 years agoI think this whole page is now [[done]]?
http://smcv.pseudorandom.co.uk/ [Sat, 18 Jul 2009 19:40:12 +0000 (15:40 -0400)] 
I think this whole page is now [[done]]?

14 years ago(no commit message)
http://smcv.pseudorandom.co.uk/ [Sat, 18 Jul 2009 17:53:29 +0000 (13:53 -0400)] 

14 years agomention plugins/contrib/trail
http://smcv.pseudorandom.co.uk/ [Sat, 18 Jul 2009 17:49:53 +0000 (13:49 -0400)] 
mention plugins/contrib/trail

14 years agoNew plugin for review
http://smcv.pseudorandom.co.uk/ [Sat, 18 Jul 2009 17:46:55 +0000 (13:46 -0400)] 
New plugin for review

14 years agoCompare with [[todo/allow_site-wide_meta_definitions]]
http://smcv.pseudorandom.co.uk/ [Sat, 18 Jul 2009 14:08:19 +0000 (10:08 -0400)] 
Compare with [[todo/allow_site-wide_meta_definitions]]

14 years agoFix escaping-via-indentation of example
http://smcv.pseudorandom.co.uk/ [Sat, 18 Jul 2009 13:47:03 +0000 (09:47 -0400)] 
Fix escaping-via-indentation of example