diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-21 02:52:51 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-21 02:52:51 +0000 |
commit | 82ac63d798cc7f45a42e14bc2ad05a9388e25a04 (patch) | |
tree | a718173f89b4d58dff64adadfff4c2199f42a9e1 /po | |
parent | 07a1796d3bf52bca9a325cf517f742ff44b49921 (diff) | |
download | ikiwiki-82ac63d798cc7f45a42e14bc2ad05a9388e25a04.tar ikiwiki-82ac63d798cc7f45a42e14bc2ad05a9388e25a04.tar.gz |
* Change the aggregate plugin's locking strategy. Now it defers loading state
until the wiki is building and already locked, unless it's aggregating.
When aggregating, it does not wait for the lock if it cannot get it, and
instead exits, to prevent aggregating processes from piling up.
Diffstat (limited to 'po')
-rw-r--r-- | po/ikiwiki.pot | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/po/ikiwiki.pot b/po/ikiwiki.pot index d1431a910..d23c9d0bd 100644 --- a/po/ikiwiki.pot +++ b/po/ikiwiki.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-05-19 19:33-0400\n" +"POT-Creation-Date: 2007-05-20 22:48-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -67,62 +67,62 @@ msgstr "" msgid "login failed, perhaps you need to turn on cookies?" msgstr "" -#: ../IkiWiki/Plugin/aggregate.pm:62 +#: ../IkiWiki/Plugin/aggregate.pm:66 #, perl-format msgid "missing %s parameter" msgstr "" -#: ../IkiWiki/Plugin/aggregate.pm:90 +#: ../IkiWiki/Plugin/aggregate.pm:94 msgid "new feed" msgstr "" -#: ../IkiWiki/Plugin/aggregate.pm:104 +#: ../IkiWiki/Plugin/aggregate.pm:108 msgid "posts" msgstr "" -#: ../IkiWiki/Plugin/aggregate.pm:106 +#: ../IkiWiki/Plugin/aggregate.pm:110 msgid "new" msgstr "" -#: ../IkiWiki/Plugin/aggregate.pm:212 +#: ../IkiWiki/Plugin/aggregate.pm:220 #, perl-format msgid "expiring %s (%s days old)" msgstr "" -#: ../IkiWiki/Plugin/aggregate.pm:219 +#: ../IkiWiki/Plugin/aggregate.pm:227 #, perl-format msgid "expiring %s" msgstr "" -#: ../IkiWiki/Plugin/aggregate.pm:242 +#: ../IkiWiki/Plugin/aggregate.pm:250 #, perl-format msgid "processed ok at %s" msgstr "" -#: ../IkiWiki/Plugin/aggregate.pm:247 +#: ../IkiWiki/Plugin/aggregate.pm:255 #, perl-format msgid "checking feed %s ..." msgstr "" -#: ../IkiWiki/Plugin/aggregate.pm:252 +#: ../IkiWiki/Plugin/aggregate.pm:260 #, perl-format msgid "could not find feed at %s" msgstr "" -#: ../IkiWiki/Plugin/aggregate.pm:267 +#: ../IkiWiki/Plugin/aggregate.pm:275 msgid "feed not found" msgstr "" -#: ../IkiWiki/Plugin/aggregate.pm:278 +#: ../IkiWiki/Plugin/aggregate.pm:286 #, perl-format msgid "(invalid UTF-8 stripped from feed)" msgstr "" -#: ../IkiWiki/Plugin/aggregate.pm:283 +#: ../IkiWiki/Plugin/aggregate.pm:291 msgid "feed crashed XML::Feed!" msgstr "" -#: ../IkiWiki/Plugin/aggregate.pm:356 +#: ../IkiWiki/Plugin/aggregate.pm:364 #, perl-format msgid "creating new page %s" msgstr "" |