intrigeri [Tue, 20 Jul 2010 00:26:23 +0000 (02:26 +0200)]
po: optimization
No need to use "keys %{$config{po_slave_languages}}" repeatedly:
the slave languages codes list is already cached in @slavelanguages.
intrigeri [Tue, 20 Jul 2010 00:25:17 +0000 (02:25 +0200)]
Support ordered po_slave_languages as discussed previously.
Backward compatibility is still supported.
http://jeremiahfoster.com/ [Mon, 19 Jul 2010 09:16:32 +0000 (09:16 +0000)]
http://jeremiahfoster.com/ [Mon, 19 Jul 2010 09:16:09 +0000 (09:16 +0000)]
http://jeremiahfoster.com/ [Mon, 19 Jul 2010 09:15:30 +0000 (09:15 +0000)]
Added example
http://jeremiahfoster.com/ [Mon, 19 Jul 2010 09:12:39 +0000 (09:12 +0000)]
Added second question.
Javier Rojas [Mon, 19 Jul 2010 06:14:47 +0000 (01:14 -0500)]
typo
Javier Rojas [Mon, 19 Jul 2010 06:11:28 +0000 (01:11 -0500)]
Merge branch 'master' of git://git.ikiwiki.info
Javier Rojas [Mon, 19 Jul 2010 06:11:22 +0000 (01:11 -0500)]
new syntax file for ikiwiki files in vim
http://weakish.myopenid.com/ [Mon, 19 Jul 2010 04:33:37 +0000 (04:33 +0000)]
fix link syntax
http://weakish.myopenid.com/ [Mon, 19 Jul 2010 04:31:08 +0000 (04:31 +0000)]
link to 404 plugin
http://weakish.myopenid.com/ [Mon, 19 Jul 2010 04:28:55 +0000 (04:28 +0000)]
remove lighttpd doc: lighttpd send 200 to dynamic error pages. Thus this plugin doesn't work with it w/o modification.
http://weakish.myopenid.com/ [Mon, 19 Jul 2010 04:24:15 +0000 (04:24 +0000)]
update url
Joey Hess [Mon, 19 Jul 2010 00:03:04 +0000 (20:03 -0400)]
Revert "po_slave_languages can now be a hash, if order matters."
This reverts commit
4cf185e781a5f94373b30ec9a0e10dfb626b6d86.
That commit broke t/po.t (probably the test case only is testing too
close the the old implementation and needs correcting).
Also, we have not decided how to want to represent it yet, so I'm not
ready for this change.
Conflicts:
IkiWiki/Plugin/po.pm
doc/plugins/po.mdwn
Joey Hess [Sun, 18 Jul 2010 23:43:25 +0000 (19:43 -0400)]
merge fix for selflink po problem
Joey Hess [Sun, 18 Jul 2010 23:42:06 +0000 (19:42 -0400)]
response on po_slave_languages structure
Joey Hess [Sun, 18 Jul 2010 23:37:14 +0000 (19:37 -0400)]
typo
Joey Hess [Sun, 18 Jul 2010 23:35:16 +0000 (19:35 -0400)]
Merge remote branch 'intrigeri/po'
Joey Hess [Sun, 18 Jul 2010 23:33:10 +0000 (19:33 -0400)]
noticed a bug in the po plugin
(I should probably put this in bugs/, but I am not sure if intregriti
watches there..)
crest [Sun, 18 Jul 2010 23:02:32 +0000 (23:02 +0000)]
Joey Hess [Sun, 18 Jul 2010 22:50:14 +0000 (18:50 -0400)]
remove dup sentence
Joey Hess [Sun, 18 Jul 2010 22:35:10 +0000 (18:35 -0400)]
merge updated translations from l10n
This includes an (almost) up-to-date French basewiki translation.
Joey Hess [Sun, 18 Jul 2010 21:59:33 +0000 (17:59 -0400)]
Updated French program translation from Philippe Batailler. Closes: #589423
Joey Hess [Sun, 18 Jul 2010 21:56:58 +0000 (17:56 -0400)]
update standards-version
Joey Hess [Sun, 18 Jul 2010 21:47:36 +0000 (17:47 -0400)]
remove dead case
Joey Hess [Sun, 18 Jul 2010 21:39:28 +0000 (17:39 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sun, 18 Jul 2010 21:30:46 +0000 (17:30 -0400)]
fix other 2 cases of conflicting destdir files
Cleanly fixed case where destdir file failed to be written because there
was a directory with the same name. This can be detected with no extra
system calls, and dealt with by finding all pages that wrote files
inside the directory, and removing them and the directory.
The other, inverse case would be expensive to detect in will_render,
since it would need to check each parent directory of the file to see
if the directory is really a conflicting file. But prep_writefile
already does a similar scan for symlinks in the path, so I added code
there to remove the conflicting file. This fix assumes that the file
is written using writefile, and not some other means (but using other means
would be a security hole too, so hopefully nothing does).
Joey Hess [Sun, 18 Jul 2010 21:16:39 +0000 (17:16 -0400)]
another class of conflicts: subdir/file conflicts
Joey Hess [Sun, 18 Jul 2010 20:47:52 +0000 (16:47 -0400)]
check oldrenderedfiles too
Handles the case where foo.mdwn is moved too foo/index.html
Joey Hess [Sun, 18 Jul 2010 20:45:44 +0000 (16:45 -0400)]
2 more cases
Joey Hess [Sun, 18 Jul 2010 20:28:39 +0000 (16:28 -0400)]
avoid error if two source files render the same destination file
There are two sub-caces. If both source files still exist, the winner that
renders the destination file is undefined. If one source file is deleted
and the other added, in a refresh, the new file will take over the
destination file.
Joey Hess [Sun, 18 Jul 2010 17:52:03 +0000 (13:52 -0400)]
class of bugs I am working on
Joey Hess [Sun, 18 Jul 2010 17:50:06 +0000 (13:50 -0400)]
some other (similar) failure cases
http://weakish.myopenid.com/ [Sun, 18 Jul 2010 14:07:06 +0000 (14:07 +0000)]
this plugin is different from the [[html]] plugin and it is safe in most cases.
bento [Sat, 17 Jul 2010 20:30:54 +0000 (20:30 +0000)]
typo
bento [Sat, 17 Jul 2010 20:29:56 +0000 (20:29 +0000)]
support-statement
Joey Hess [Sat, 17 Jul 2010 17:30:08 +0000 (13:30 -0400)]
update
Joey Hess [Sat, 17 Jul 2010 17:25:03 +0000 (13:25 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sat, 17 Jul 2010 17:24:40 +0000 (13:24 -0400)]
turning into complete source file conflict test suite
https://mukund.startssl.com/ [Sat, 17 Jul 2010 11:56:40 +0000 (11:56 +0000)]
Add Banu
Joey Hess [Fri, 16 Jul 2010 20:11:36 +0000 (16:11 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 16 Jul 2010 20:10:44 +0000 (16:10 -0400)]
add 2 failing test cases
Joey Hess [Fri, 16 Jul 2010 20:05:59 +0000 (16:05 -0400)]
add test of file replace
http://joey.kitenet.net/ [Fri, 16 Jul 2010 19:44:55 +0000 (19:44 +0000)]
Added a comment
Jonas Smedegaard [Fri, 16 Jul 2010 17:52:06 +0000 (19:52 +0200)]
Fix a couple of grammar errors.
tkane [Fri, 16 Jul 2010 13:18:28 +0000 (13:18 +0000)]
Added a comment
Joey Hess [Wed, 14 Jul 2010 18:47:29 +0000 (14:47 -0400)]
add getsetup hook
Joey Hess [Wed, 14 Jul 2010 18:47:17 +0000 (14:47 -0400)]
add section to getsetup info
Joey Hess [Wed, 14 Jul 2010 18:44:40 +0000 (14:44 -0400)]
add 2 more missing getsetup hooks
Joey Hess [Wed, 14 Jul 2010 18:39:20 +0000 (14:39 -0400)]
note on escaping
Joey Hess [Wed, 14 Jul 2010 18:38:25 +0000 (14:38 -0400)]
escape example wikilink
Joey Hess [Wed, 14 Jul 2010 18:37:21 +0000 (14:37 -0400)]
response
Joey Hess [Wed, 14 Jul 2010 18:32:16 +0000 (14:32 -0400)]
more detail on manual moderation
Joey Hess [Wed, 14 Jul 2010 18:29:57 +0000 (14:29 -0400)]
respond
Joey Hess [Wed, 14 Jul 2010 18:28:00 +0000 (14:28 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 14 Jul 2010 18:27:25 +0000 (14:27 -0400)]
Drop Cache-Control must-revalidate (Firefox 3.5.10 does not seem to have the caching problem that was added to work around). Closes: #588623
http://hendry.iki.fi/ [Wed, 14 Jul 2010 14:25:10 +0000 (14:25 +0000)]
http://hendry.iki.fi/ [Wed, 14 Jul 2010 14:23:18 +0000 (14:23 +0000)]
finding unmoderated comments
Joey Hess [Tue, 13 Jul 2010 19:23:44 +0000 (15:23 -0400)]
add missing getsetup hook
Joey Hess [Mon, 12 Jul 2010 19:43:04 +0000 (15:43 -0400)]
merged
Joey Hess [Mon, 12 Jul 2010 19:42:30 +0000 (15:42 -0400)]
changelog
intrigeri [Sun, 11 Jul 2010 09:58:09 +0000 (11:58 +0200)]
po: added an optional target percentage to needstranslation
(cherry picked from commit
98cc9460ac67fee606437712882cfa1e5d259729)
Joey Hess [Mon, 12 Jul 2010 19:39:32 +0000 (15:39 -0400)]
merged filter-full
Joey Hess [Mon, 12 Jul 2010 19:35:40 +0000 (15:35 -0400)]
Merge branch 'filter-full'
test [Mon, 12 Jul 2010 19:02:30 +0000 (19:02 +0000)]
jeanm [Mon, 12 Jul 2010 17:43:31 +0000 (17:43 +0000)]
Added a comment
Joey Hess [Sun, 11 Jul 2010 17:38:37 +0000 (13:38 -0400)]
openid: Fix handling of utf-8 nicknames.
Joey Hess [Sun, 11 Jul 2010 17:35:11 +0000 (13:35 -0400)]
response
Joey Hess [Sun, 11 Jul 2010 17:34:17 +0000 (13:34 -0400)]
response
intrigeri [Sun, 11 Jul 2010 10:52:22 +0000 (12:52 +0200)]
reply, proposed a few possible solutions.
intrigeri [Sun, 11 Jul 2010 10:28:02 +0000 (12:28 +0200)]
po: check validity of po_slave_languages array.
intrigeri [Sun, 11 Jul 2010 10:00:00 +0000 (12:00 +0200)]
implemented, please merge
intrigeri [Sun, 11 Jul 2010 09:58:09 +0000 (11:58 +0200)]
po: added an optional target percentage to needstranslation
intrigeri [Sun, 11 Jul 2010 09:37:48 +0000 (11:37 +0200)]
reply. and now?
intrigeri [Sun, 11 Jul 2010 09:35:37 +0000 (11:35 +0200)]
Make the rationale clearer.
intrigeri [Sun, 11 Jul 2010 09:27:54 +0000 (11:27 +0200)]
the filter-full branch works nicely
intrigeri [Sun, 11 Jul 2010 09:04:59 +0000 (11:04 +0200)]
Merge remote branch 'upstream/filter-full' into prv/po
intrigeri [Sun, 11 Jul 2010 09:00:43 +0000 (11:00 +0200)]
intrigeri [Sun, 11 Jul 2010 08:46:18 +0000 (10:46 +0200)]
Merge remote branch 'upstream/master' into prv/po
Conflicts:
IkiWiki/Plugin/po.pm
doc/plugins/po.mdwn
http://kerravonsen.dreamwidth.org/ [Sun, 11 Jul 2010 07:18:35 +0000 (07:18 +0000)]
Added a comment: I still don't get it
Added a comment
http://kerravonsen.dreamwidth.org/ [Sat, 10 Jul 2010 12:44:15 +0000 (12:44 +0000)]
Added a comment: PHP != Perl
http://weakish.myopenid.com/ [Sat, 10 Jul 2010 12:42:23 +0000 (12:42 +0000)]
add my personal website
http://weakish.myopenid.com/ [Sat, 10 Jul 2010 09:20:36 +0000 (09:20 +0000)]
link to repolist plugin
http://weakish.myopenid.com/ [Fri, 9 Jul 2010 11:44:59 +0000 (11:44 +0000)]
minor markup syntax
Joey Hess [Thu, 8 Jul 2010 18:14:59 +0000 (14:14 -0400)]
fix child process error propigation
$? holds the full exit status
Joey Hess [Thu, 8 Jul 2010 18:06:40 +0000 (14:06 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 8 Jul 2010 18:01:52 +0000 (14:01 -0400)]
Add --changesetup mode that allows easily changing options in a setup file.
Joey Hess [Thu, 8 Jul 2010 17:55:30 +0000 (13:55 -0400)]
fork a child to run dumpsetup
http://jeremiahfoster.com/ [Thu, 8 Jul 2010 16:09:32 +0000 (16:09 +0000)]
http://ptecza.myopenid.com/ [Thu, 8 Jul 2010 12:25:45 +0000 (12:25 +0000)]
Reply
http://joey.kitenet.net/ [Thu, 8 Jul 2010 06:04:44 +0000 (06:04 +0000)]
Added a comment: do parameter missing
Joey Hess [Wed, 7 Jul 2010 17:58:19 +0000 (13:58 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info