7.2.10

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

7x

  • Mac installer: update translations template
  • LOCALE: Update translations
  • Manager: change https:// to in notices; the WxWidgets HTML renderer doesn't handle https:// Programming styles notes:
    • string utility functions shouldn't be members of MainDocument.cpp
    • don't overload features into 1 function; use separate functions
    • use descriptive names rather than "clean", "sanitize" etc.
    • use void for functions that don't return anything
    • if you copy and paste code, fix the comments
  • MGR: Support following HTTP and HTTPS links. We just launch a browser anyway
  • Manager: remove the last call to https_to_https()