summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin
AgeCommit message (Expand)Author
2008-11-02disable istranslatable memoizationintrigeri
2008-11-02Merge commit 'origin/master' into prv/pointrigeri
2008-10-31format: New plugin, allows embedding differntly formatted text inside a page ...Joey Hess
2008-10-30don't rely on plugin load order when determining generated directivesJoey Hess
2008-10-29fix preview of shortcutsJoey Hess
2008-10-27git: Allow [[sha1_commit]] to be used in the diffurl, to support cgit.Joey Hess
2008-10-24the pre-receive wrapper needs to be suid after allJoey Hess
2008-10-24include temp file for attachment change tooJoey Hess
2008-10-24updatesJoey Hess
2008-10-23untrusted committers code seems to be fully workingJoey Hess
2008-10-23check_canattach hooked upJoey Hess
2008-10-23more work on untrusted committersJoey Hess
2008-10-22initial support for git repos with untrusted committersJoey Hess
2008-10-21function injection overhaulJoey Hess
2008-10-21disable warnings when redefining functionsJoey Hess
2008-10-20use relativedate as the css class for dates that should display relativeJoey Hess
2008-10-20tag: When tagpage is set, force the links created by tagging to point at the ...Joey Hess
2008-10-20inline: Only the last feed link was put on the page, fix this to include all ...Joey Hess
2008-10-20Merge commit 'origin/master' into prv/pointrigeri
2008-10-19add displaytime hookJoey Hess
2008-10-19need to use localtime, fix widthJoey Hess
2008-10-19fix relativedate timezone inclusionJoey Hess
2008-10-19mark up date so relativedate will workJoey Hess
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
2008-10-18po plugin: added currentlang() custom PageSpec functionintrigeri
2008-10-18po plugin: added lang() custom PageSpec functionintrigeri
2008-10-18po plugin: make any slave page dependent on the corresponding master pageintrigeri
2008-10-18po plugin: bugfix - only refresh POT/PO for translatable pagesintrigeri
2008-10-18po plugin: do not trust po4a functions return valueintrigeri
2008-10-18po plugin: refresh PO files when a master page is updatedintrigeri
2008-10-18po plugin: refresh POT files when a master page is updatedintrigeri
2008-10-18po plugin: build %translations in needsbuild hook rather than scanintrigeri
2008-10-18po plugin: created OTHERLANGUAGES template loopintrigeri
2008-10-18po plugin: po_slave_languages is a hash, rather than a hash of hashesintrigeri
2008-10-18po plugin: build %translations at scan timeintrigeri
2008-10-18po plugin: memoize istranslatable and _istranslationintrigeri
2008-10-18po plugin[filter]: avoid converting more than once per destfileintrigeri
2008-10-18po plugin: bugfix (calling function in wrong module)intrigeri
2008-10-18po plugin: added *.pot to wiki_file_prune_regexpsintrigeri