aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/po.pm
Commit message (Expand)AuthorAge
...
* po: move most of filter code to its own functionintrigeri2009-01-01
* po: register a (dummy) cansave hookintrigeri2009-01-01
* Pass src, srcfile, dest and destfile to the canrename hook.intrigeri2009-01-01
* po: bugfixintrigeri2009-01-01
* po: fix canrename hookintrigeri2009-01-01
* po: use the new canrename hook to prevent translation renames in the CGIintrigeri2009-01-01
* remove: implemented a new canremove hook; use it in the po pluginintrigeri2009-01-01
* po(myurlto): more robust run_by_editpage logicintrigeri2009-01-01
* po: some code/comments refactoringintrigeri2009-01-01
* po: follow new coding style (removed Vim folding markersintrigeri2009-01-01
* po: added postscan hook, to make pages depend on the pages linking to themintrigeri2009-01-01
* po: new po_translation_status_in_links optionintrigeri2008-12-31
* po(nicepagetitle): forgot to display %intrigeri2008-12-31
* po(percenttranslated): fix issue with leading /intrigeri2008-12-31
* po(nicepagetitle): append translation status to links to translated pagesintrigeri2008-12-31
* po: inject our own (currently a no-op) nicepagetitle functionintrigeri2008-12-31
* po: fix redirect after edit, using a somehow tricky hackintrigeri2008-12-31
* po: delete translations of deleted master pagesintrigeri2008-12-31
* po: remove debug statementsintrigeri2008-12-30
* po: remove renamed pages special handling, not needed anymoreintrigeri2008-12-30
* the rename hook can now change the list of pages to renameintrigeri2008-12-30
* renamed the renamepage hook to renamelink, added rename hookintrigeri2008-12-30
* po(change): reset renamed pages status at a better timeintrigeri2008-11-13
* po: initial infrastructure to deal with renamed master pageintrigeri2008-11-13
* po(delete): added hook, and function skeletonintrigeri2008-11-13
* po(change): avoid losing information before guessing the same...intrigeri2008-11-13
* po(istranslatablefile): extracted this from istranslatableintrigeri2008-11-13
* po(otherlanguages): return pages that should existintrigeri2008-11-12
* po: memoized istranslatable, eventuallyintrigeri2008-11-12
* po(change): flush Memoize cache, to fix bug after rename/removeintrigeri2008-11-12
* po(htmlize): ignore PO files not managed by this pluginintrigeri2008-11-12
* po: ooops, fixed just introduced bugintrigeri2008-11-12
* po: fix istranslation/istranslatable for pages starting with /intrigeri2008-11-12
* po(mybestlink): fixed when fed with path beginning with /intrigeri2008-11-12
* po: compute internal links from a slave page relative to its master pageintrigeri2008-11-12
* po: fixed bug when a new translatable page is createdintrigeri2008-11-11
* po: change a bit the way links are generatedintrigeri2008-11-11
* po: fixed link to home page when po_link_to=negotiated, added testcaseintrigeri2008-11-11
* po(change): fix uninitialized variables when running IkiWiki::refresh()intrigeri2008-11-11
* po: added HOMEPAGEURL template variable, documented when to use itintrigeri2008-11-11
* po: fixed link to homepage from non-translation pageintrigeri2008-11-11
* po: some code simplification/clarificationintrigeri2008-11-11
* po(scan): make more clear what's being doneintrigeri2008-11-11
* po: reorder nearly all of the module codeintrigeri2008-11-11
* po(match_lang, match_currentlang): use the lang() functionintrigeri2008-11-10
* po: rewrote otherlanguagesloop()intrigeri2008-11-10
* po: factorize extraction of a slave page's masterpage and langintrigeri2008-11-10
* po(otherlanguagesloop): start factorizingintrigeri2008-11-10
* po: finish abstracting %filtered by putting it into a blackboxintrigeri2008-11-10
* po: actually use pofiles() function, to enhance code clarityintrigeri2008-11-10