summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/po.pm
AgeCommit message (Expand)Author
2009-01-02po: do not allow to create pages of type pointrigeri
2009-01-02po: cosmetic changes to percent translated displayintrigeri
2009-01-02po(formbuilder_setup): use a template to display the warningintrigeri
2009-01-02po: test formbuilder_setup hook to warn about new master page's languageintrigeri
2009-01-02po: require ikiwiki plugin interface 3.0intrigeri
2009-01-01po: send msgfmt output to /dev/null, else it creates messages.mo filesintrigeri
2009-01-01po: fix error messagesintrigeri
2009-01-01po(cansave): check PO validity using new isvalidpo functionintrigeri
2009-01-01po(cansave): use po_to_markup to check PO validityintrigeri
2009-01-01po: move most of filter code to its own functionintrigeri
2009-01-01po: register a (dummy) cansave hookintrigeri
2009-01-01Pass src, srcfile, dest and destfile to the canrename hook.intrigeri
2009-01-01po: bugfixintrigeri
2009-01-01po: fix canrename hookintrigeri
2009-01-01po: use the new canrename hook to prevent translation renames in the CGIintrigeri
2009-01-01remove: implemented a new canremove hook; use it in the po pluginintrigeri
2009-01-01po(myurlto): more robust run_by_editpage logicintrigeri
2009-01-01po: some code/comments refactoringintrigeri
2009-01-01po: follow new coding style (removed Vim folding markersintrigeri
2009-01-01po: added postscan hook, to make pages depend on the pages linking to themintrigeri
2008-12-31po: new po_translation_status_in_links optionintrigeri
2008-12-31po(nicepagetitle): forgot to display %intrigeri
2008-12-31po(percenttranslated): fix issue with leading /intrigeri
2008-12-31po(nicepagetitle): append translation status to links to translated pagesintrigeri
2008-12-31po: inject our own (currently a no-op) nicepagetitle functionintrigeri
2008-12-31po: fix redirect after edit, using a somehow tricky hackintrigeri
2008-12-31po: delete translations of deleted master pagesintrigeri
2008-12-30po: remove debug statementsintrigeri
2008-12-30po: remove renamed pages special handling, not needed anymoreintrigeri
2008-12-30the rename hook can now change the list of pages to renameintrigeri
2008-12-30renamed the renamepage hook to renamelink, added rename hookintrigeri
2008-11-13po(change): reset renamed pages status at a better timeintrigeri
2008-11-13po: initial infrastructure to deal with renamed master pageintrigeri
2008-11-13po(delete): added hook, and function skeletonintrigeri
2008-11-13po(change): avoid losing information before guessing the same...intrigeri
2008-11-13po(istranslatablefile): extracted this from istranslatableintrigeri
2008-11-12po(otherlanguages): return pages that should existintrigeri
2008-11-12po: memoized istranslatable, eventuallyintrigeri
2008-11-12po(change): flush Memoize cache, to fix bug after rename/removeintrigeri
2008-11-12po(htmlize): ignore PO files not managed by this pluginintrigeri
2008-11-12po: ooops, fixed just introduced bugintrigeri
2008-11-12po: fix istranslation/istranslatable for pages starting with /intrigeri
2008-11-12po(mybestlink): fixed when fed with path beginning with /intrigeri
2008-11-12po: compute internal links from a slave page relative to its master pageintrigeri
2008-11-11po: fixed bug when a new translatable page is createdintrigeri
2008-11-11po: change a bit the way links are generatedintrigeri
2008-11-11po: fixed link to home page when po_link_to=negotiated, added testcaseintrigeri
2008-11-11po(change): fix uninitialized variables when running IkiWiki::refresh()intrigeri
2008-11-11po: added HOMEPAGEURL template variable, documented when to use itintrigeri
2008-11-11po: fixed link to homepage from non-translation pageintrigeri