response
parent
2897749a80
commit
3e8abb8b53
|
@ -1,4 +1,4 @@
|
|||
ikiwiki (2.53) UNRELEASED; urgency=low
|
||||
ikiwiki (2.52.1~bpo40+1) unstable; urgency=low
|
||||
|
||||
* search: generate configuration files once only when rebuilding
|
||||
(Gabriel McManus)
|
||||
|
|
|
@ -15,3 +15,5 @@ Since ikiwiki builds, it has to be finding Markdown at build time, right? What a
|
|||
> at the directory the perl modules are installed. --[[Joey]]
|
||||
|
||||
>> Ah hah! That helped... once I knew that it was ikiwiki's internal thing, I was able to figure out that it was a permissions issue. For the record, I didn't change permissions or the default install prefix of /usr/local (well, at least not on purpose). Thanks for your help. --mrled
|
||||
|
||||
>>> Interesting.. so just a permissions problem of some sort that prevented the cgi from seeing the modules that were there in-path? --[[Joey]]
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-07-06 19:16-0400\n"
|
||||
"POT-Creation-Date: 2008-07-08 18:14-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"
|
||||
|
@ -169,15 +169,15 @@ msgstr ""
|
|||
msgid "Failed to delete file from S3: "
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/attachment.pm:95
|
||||
#: ../IkiWiki/Plugin/attachment.pm:110
|
||||
msgid "bad attachment filename"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/attachment.pm:118
|
||||
#: ../IkiWiki/Plugin/attachment.pm:133
|
||||
msgid "attachment rejected"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/attachment.pm:147
|
||||
#: ../IkiWiki/Plugin/attachment.pm:169
|
||||
msgid "attachment upload"
|
||||
msgstr ""
|
||||
|
||||
|
@ -498,7 +498,7 @@ msgstr ""
|
|||
msgid "need Digest::SHA1 to index %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/search.pm:203
|
||||
#: ../IkiWiki/Plugin/search.pm:205
|
||||
msgid "search"
|
||||
msgstr ""
|
||||
|
||||
|
@ -720,7 +720,7 @@ msgstr ""
|
|||
#. translators: preprocessor directive name,
|
||||
#. translators: the second a page name, the
|
||||
#. translators: third a number.
|
||||
#: ../IkiWiki.pm:764
|
||||
#: ../IkiWiki.pm:769
|
||||
#, perl-format
|
||||
msgid "%s preprocessing loop detected on %s at depth %i"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue