po/todo: drop a note about my meta-po branch
[ikiwiki.git] / IkiWiki /
2009-01-27 intrigeripo: remove all dependencies on nicepagetitle
2009-01-27 intrigerirename hook: instead of modifying the passed-by-name...
2009-01-27 Joey Hesshook function names should be the same as the hook...
2009-01-26 intrigeripo: make the "backlinks involve dependencies" feature...
2009-01-26 intrigerirevert renamepage's hook original name
2009-01-26 intrigeripo: bring back a useful use of scalar
2009-01-26 intrigerionly pass named parameters to the canremove hook
2009-01-26 intrigerionly pass named parameters to the canrename hook
2009-01-26 intrigeripo(formbuilder): stop hunting down non-existent cases
2009-01-26 intrigeriMerge commit 'upstream/master' into prv/po
2009-01-26 Joey Hessadd mising hooks and fix syntax error
2009-01-26 Joey Hessremove unnecessary returns
2009-01-26 Joey Hessremove redundant use
2009-01-26 Joey Hessnon-code changes
2009-01-26 Joey Hessmore unnecessary parens
2009-01-26 Joey Hessavoid keeping running if a DOS attack is possible
2009-01-26 Joey Hessremove unnecessary parens
2009-01-26 Joey Hessanother useless use of scalar
2009-01-26 Joey Hessremove useless uses of scalar
2009-01-26 Joey Hessimprove some english
2009-01-26 Joey Hessavoid standalone -e or foo syntax
2009-01-26 Joey Hessavoid mixing english with translation
2009-01-26 Joey HessMerge branch 'master' into po
2009-01-26 Joey Hessgit: Fix malformed utf8 recieved from git.
2009-01-26 Joey Hessformat moderation queue only at end, avoid O(N^3) bug
2009-01-26 Joey Hessadd reject all marked defer checkbox
2009-01-26 Joey Hesssort comment queue by time, newest first
2009-01-26 Joey Hessadd a button to prefs page for comment moderation
2009-01-25 Joey Hessclean up comment preview
2009-01-25 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-01-25 Joey Hesscomments: Add a moderation web interface.
2009-01-25 Joey Hesscomments: If comment content checks fail, store the...
2009-01-25 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-01-25 Joey Hessblogspam: Fix use of blogspam_options and blogspam_serv...
2009-01-23 Joey Hesstypo
2009-01-23 Joey Hessfix uninitialized value warnings
2009-01-23 Joey Hessfix typo
2009-01-22 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-01-22 Gabriel McManusimg: only provide alt text if it was specified
2009-01-20 Joey Hessfix removal form display
2009-01-20 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-01-19 Joey Hessblogspam: Log spam info on failure.
2009-01-19 intrigeriremove cansave plugin, now replaced by Joey's checkcont...
2009-01-19 intrigerimake checkcontent compatible with hooks that need the...
2009-01-18 Joey HessAvoid feeding decoded unicode to Term::ReadLine
2009-01-18 intrigeriMerge commit 'upstream/master' into prv/po
2009-01-17 intrigerifix previous buggy merge
2009-01-17 intrigeriMerge commit 'upstream/master' into prv/po
2009-01-17 Joey Hessblogspam api now supports homepage link
2009-01-17 Joey Hessload rpc xml lib on the fly
2009-01-17 Joey Hessuse short names in comittype
2009-01-17 intrigeriMerge commit 'upstream/master' into prv/po
2009-01-17 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-01-17 Joey Hessblogspam: New plugin, adding spam filtering for page...
2009-01-17 Joey Hessmake postcomment() pagespecs work while in checkcontent
2009-01-17 Joey Hessadd new hook to skeleton
2009-01-17 Joey Hesscheckcontent: New hook, can be used to implement arbitr...
2009-01-17 Joey Hessremove xxx comment
2009-01-16 intrigeripo: when possible, disable use of Text::WrapI18N in...
2009-01-16 intrigeripo(change): re-render all rendered files in one corner...
2009-01-15 intrigeripo: pages in underlay dirs are not translatable
2009-01-15 intrigeripo(_istranslation): fix unitialized value
2009-01-15 intrigeripo: fix broken links from slave pages
2009-01-15 intrigeriMerge commit 'upstream/master' into prv/po
2009-01-13 intrigeripo: do not add translation status to parentlinks
2009-01-13 intrigeriMerge commit 'upstream/master' into prv/po
2009-01-13 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-01-13 Joey HessAdd auto-blog.setup
2009-01-11 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-01-11 Joey Hesspinger: Get whole url, don't just head.
2009-01-10 Joey HessConsistently allow use of relative paths in all PageSpe...
2009-01-10 Joey HessMerge commit 'smcv/comments'
2009-01-10 Simon McVittiecomments: if the remove plugin is enabled, append a...
2009-01-10 Simon McVittiecomments: only try to insert commentuser etc. into...
2009-01-07 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-01-07 Joey Hessrepolist: New plugin to support the rel=vcs-* microformat.
2009-01-07 Joey Hessincrement interface version
2009-01-07 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-01-07 Joey Hesscomments: Fix cache avoidance hack.
2009-01-06 Joey Hessrename: Show full names of affected pages.
2009-01-06 Joey Hessrefactor
2009-01-06 Joey Hesstable: Find links in external files in scan pass.
2009-01-06 Joey Hesstypo
2009-01-06 Joey Hesstable: Fix misparsed links in external files
2009-01-05 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-01-05 Joey HessA recent change to gitweb removed support for the form...
2009-01-02 intrigeripo(isvalidpo): more meaningful error message
2009-01-02 intrigeripo: back to the cansave hook, as the form validation...
2009-01-02 intrigeripo: first attempt to replace cansave hook with form...
2009-01-02 intrigeripo/i18n: move the function names out of the translatabl...
2009-01-02 intrigeripo: updated copyright years
2009-01-02 intrigeripo(formbuilder_setup): remove the rename/remove buttons...
2009-01-02 intrigeripo: avoid warnings and possible bugs with nested named...
2009-01-02 intrigeripo: gettext-ize error messages
2009-01-02 intrigeripo: do not allow to create pages of type po
2009-01-02 intrigeripo: cosmetic changes to percent translated display
2009-01-02 intrigeripo(formbuilder_setup): use a template to display the...
2009-01-02 intrigeripo: test formbuilder_setup hook to warn about new maste...
2009-01-02 intrigeripo: require ikiwiki plugin interface 3.0
2009-01-01 intrigeripo: send msgfmt output to /dev/null, else it creates...
next