Skip to content
Snippets Groups Projects
  1. Mar 11, 2010
  2. Mar 09, 2010
  3. Jan 21, 2010
  4. Dec 17, 2009
    • Paul Molodowitch's avatar
      bookmarks: add invalidate() to bookmark_repo · 153d688c
      Paul Molodowitch authored
      Cached bookmark information would not be reset when repo.invalidate()
      was called, meaning (for instanced) guis would be left with out-of-date
      bookmark info.  This patch fixes that by overriding bookmark_repo.invalidate()
      153d688c
  5. Jan 12, 2010
  6. Mar 07, 2010
  7. Mar 06, 2010
  8. Mar 05, 2010
  9. Mar 04, 2010
  10. Mar 03, 2010
  11. Mar 02, 2010
  12. Mar 01, 2010
    • Yuya Nishihara's avatar
      alias: fixes exception when displaying translated help text · 6ded6243
      Yuya Nishihara authored
      __doc__ of aliased command shouldn't cointain non-ASCII characters,
      because it'll be gettext-ed later by commands.help_().
      Here gettext can raise UnicodeDecodeError.
      
      Once concatenated two translatable strings into one, it become untranslatable.
      So this patch moves 'alias for:' from dispatch.cmdalias to commands.help_,
      where help texts are translated.
      
      'alias for:' was introduced by 6e8a16dd3e30.
      6ded6243
Loading