Skip to content
Snippets Groups Projects
  1. Jul 12, 2018
  2. Jul 11, 2018
  3. Jul 10, 2018
  4. Jul 06, 2018
  5. Jul 02, 2018
  6. Jun 20, 2018
    • chrisgarrity's avatar
      Locales cleanup · 60a3dc3a
      chrisgarrity authored
      * updated locales reducer to include current messages and messagesByLocale (the previous all messages)
      * moved locales out of gui
      * include locales in the things exported by gui (index.js)
      60a3dc3a
  7. Jun 19, 2018
    • chrisgarrity's avatar
      Initial version of loading or switching language. · a0455422
      chrisgarrity authored
      Add `?locale=<localecode>` to load in a new langage.
      Add `?enable=language` to enable the language selector
      Or combine the two: `?enable=language&locale=<localecode>`
      Still accepts a hash, but requires that the hash be a sequence of digits.
      
      Added new locales reducer to gui:
      - initializes default  react-intl/localeData
      - initializes default locale messages for all locales
      - default locale is ‘en’ (can be overridden by URL)
      
      Removed dependency on react-intl-redux, added ConnectedIntlProvider (uses correct locale messages from redux based on current locale)
      a0455422
  8. Jun 18, 2018
  9. Jun 15, 2018
  10. Jun 13, 2018
  11. Jun 12, 2018
  12. May 29, 2018
  13. May 24, 2018
  14. May 22, 2018
  15. May 21, 2018
  16. May 10, 2018
  17. May 04, 2018
  18. May 03, 2018
  19. May 02, 2018
  20. Apr 27, 2018
  21. Apr 05, 2018
    • Christopher Willis-Ford's avatar
      Fix handleExtensionAdded when no targets present · abf33be2
      Christopher Willis-Ford authored
      If an extension is loaded at project-load time, there won't be any
      targets. In that case, `handleExtensionAdded` now skips target-specific
      steps.
      
      This change also adds a filter for JSON block info to support upcoming
      block separators, which have XML but no JSON.
      abf33be2
  22. Mar 15, 2018
  23. Feb 10, 2018
    • ivanixgames's avatar
      Fix issue 1212 · b2f048b0
      ivanixgames authored
      - Call scrollToCategoryByName('My Blocks') after custom block is created
      - Cannot assume custom blocks section will be last category
      - May pose issue during localization efforts
      b2f048b0
  24. Jan 30, 2018
  25. Jan 26, 2018
  26. Jan 12, 2018
Loading