summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/po.pm
AgeCommit message (Expand)Author
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
2008-11-11po: some code simplification/clarificationintrigeri
2008-11-11po(scan): make more clear what's being doneintrigeri
2008-11-11po: reorder nearly all of the module codeintrigeri
2008-11-10po(match_lang, match_currentlang): use the lang() functionintrigeri
2008-11-10po: rewrote otherlanguagesloop()intrigeri
2008-11-10po: factorize extraction of a slave page's masterpage and langintrigeri
2008-11-10po(otherlanguagesloop): start factorizingintrigeri
2008-11-10po: finish abstracting %filtered by putting it into a blackboxintrigeri
2008-11-10po: actually use pofiles() function, to enhance code clarityintrigeri
2008-11-10po: abstract "doing something for the same page in every other language"intrigeri
2008-11-10po: abstract implementation details for %translations building and resettingintrigeri
2008-11-10po: abstract %filtered implementation detailsintrigeri