summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/po.pm
AgeCommit message (Expand)Author
2008-11-10po: clarify error messagesintrigeri
2008-11-10po: clarify code with some commentsintrigeri
2008-11-10po: prevent a slave page to depend on itselfintrigeri
2008-11-08po(refreshpot): define the input charset before read()'ingintrigeri
2008-11-07po: finished backlinks implementationintrigeri
2008-11-07po: implemented linking/backlinks specification for po_link_to=negotiatedintrigeri
2008-11-07po: added pofiles() function, will use this soonintrigeri
2008-11-07po: add commentsintrigeri
2008-11-06po: fix link to homepage in special caseintrigeri
2008-11-06po: redesign (once more) automatic POT/PO files updateintrigeri
2008-11-06po: use prep_writefile before creating any files in refreshpot and refreshpointrigeri
2008-11-06po: syntax warning fixintrigeri
2008-11-06po: fixed whitespaceintrigeri
2008-11-06po: po_link_to is safe, and fallbacks to a working value if neededintrigeri
2008-11-06po: mark po_translatable_pages as a safe configuration settingintrigeri
2008-11-06po: po_master_language and po_slave_languages are safe config settingsintrigeri
2008-11-06po: added license and copyrightintrigeri
2008-11-06Merge commit 'upstream/po' into prv/pointrigeri
2008-11-05first pass over codeJoey Hess
2008-11-05backup refs to injected subs laterJoey Hess
2008-11-05minor layout changesJoey Hess
2008-11-05avoid hitting the shell with system()Joey Hess
2008-11-05another reason to require rebuilds (and not be marked safe)Joey Hess
2008-11-05po plugin(filter): redesign temp file managementintrigeri
2008-11-04po plugin: redesign refresh mechanism after master page updateintrigeri
2008-11-04po plugin: remove broken parentlinks for home page's translationsintrigeri
2008-11-04po plugin: aestheticsintrigeri
2008-11-04po plugin: fix preview for PO filesintrigeri
2008-11-03po plugin: slave pages link to the master's discussion pageintrigeri
2008-11-02po plugin: replace %hash=undef with undef %hashintrigeri
2008-11-02po plugin: force utf-8 encoding in POT filesintrigeri
2008-11-02po plugin: fix linking from a translation to its master pageintrigeri
2008-11-02po plugin: fix targetpage for home page's translationsintrigeri
2008-11-02po plugin: removed last (?) bit of deprecated custom hookintrigeri
2008-11-02po plugin: replace targetpage hook with wrapper functionintrigeri
2008-11-02po plugin: replace tweakurlpath hook with a wrapper functionintrigeri
2008-11-02po plugin: replace tweakbestlink hook with a wrapper functionintrigeri
2008-11-02disable istranslatable memoizationintrigeri
2008-10-19po plugin: set every configuration item to unsafeintrigeri
2008-10-19po plugin: added ISTRANSLATION and ISTRANSLATABLE template variablesintrigeri
2008-10-18po plugin(refreshpot): prevent PO references to be writtenintrigeri
2008-10-18po plugin: do not allow msgmerge to create backup filesintrigeri
2008-10-18po plugin: only refresh private module variables when neededintrigeri
2008-10-18po plugin: add correct dependencies on pages using OTHERLANGUAGESintrigeri
2008-10-18po plugin: bugfix (OTHERLANGUAGES)intrigeri
2008-10-18po plugin: initial implementation of automatic POT/PO updateintrigeri
2008-10-18po plugin: rebuild %translations after having created missing POT/PO filesintrigeri
2008-10-18po plugin: create missing POT/PO files in needsbuild hookintrigeri
2008-10-18po plugin: added and documented PERCENTTRANSLATED template variableintrigeri
2008-10-18po plugin: make translation percentage available in OTHERLANGUAGES loopintrigeri