Skip to content
Extraits de code Groupes Projets
  1. fév. 23, 2019
  2. fév. 11, 2019
  3. sept. 04, 2018
  4. sept. 02, 2018
  5. août 31, 2018
  6. août 17, 2018
  7. juil. 24, 2018
  8. juil. 05, 2018
  9. mai 14, 2018
  10. mai 06, 2018
    • Eugen Rochko's avatar
      Add Corsican localization (#7390) · 95595ccd
      Eugen Rochko a rédigé
      * Added Corsican localization
      
      * Declaring Corsican localization
      
      * Fixed activerecord locale
      
      * Added a missing translation and switched to French-style apostrophes
      
      * Fixed a (predictable) mistake made while bulk-replacing apostrophes
      
      * More fixing
      
      * i18n-tasks normalize
      Non vérifiée
      95595ccd
  11. mai 03, 2018
  12. avr. 26, 2018
  13. avr. 12, 2018
  14. mars 20, 2018
  15. mars 19, 2018
    • Alexander's avatar
      bugfixes and gem update (#6831) · 0306e3e9
      Alexander a rédigé
      * update to new version of devise_pam_authenticatable2
      
      * fix behaviour if suffix is nil, fix environment loading, fix user email creation
      
      * code cleanup/fix linter warning
      0306e3e9
  16. mars 04, 2018
    • Akihiko Odaki's avatar
      Set the default locale in config (#6580) · 51d76096
      Akihiko Odaki a rédigé
      Previously the default locale was set by Localized concern for controllers,
      but it was not enforced for mailers.
      
      config is enforced throughout the application and an appropriate place to
      set the default locale.
      51d76096
  17. fév. 28, 2018
  18. fév. 21, 2018
    • Eugen Rochko's avatar
      Fix avatar and header issues by using custom geometry detector (#6515) · a7171af0
      Eugen Rochko a rédigé
      * Fix avatar and header issues by using custom geometry detector
      
      Revert a part of #6508. The file passed to dynamic styles method
      was not actually a file, but an instance of Paperclip::Attachment,
      which broke all styles by always returning {} from the method.
      
      One problem with GIF avatars was that Paperclip::GeometryDetector
      reported wrong dimensions for them, e.g. 120x120 GIF avatar would
      for some reason be detected as 120x53. By writing our own geometry
      parser, we can use FastImage, which also happens to be faster than
      ImageMagick, to detect image dimensions, which are also correct.
      
      Unfortunately, this PR does not implement skipping a `convert`
      entirely if the dimensions are already correct, as I found no easy
      way to write that behaviour into Paperclip without rewriting the
      Paperclip::Thumbnail class.
      
      * Only invoke convert if dimension or format needs to be changed
      Non vérifiée
      a7171af0
  19. jan. 21, 2018
  20. jan. 19, 2018
  21. jan. 02, 2018
  22. déc. 31, 2017
  23. déc. 17, 2017
  24. déc. 10, 2017
  25. oct. 17, 2017
    • Håkan Eriksson's avatar
      Swedish translation (#5406) · a2b60042
      Håkan Eriksson a rédigé
      * Swedish file added
      
      * Swedish file added
      
      * Swedish file updated
      
      * Swedish languagefile added
      
      * Add Swedish translation
      
      * Add Swedish translation
      
      * Started the Swedish translation
      
      * Added Swedish lang settings
      
      * Updating Swedish language
      
      * Updating Swedish language
      
      * Updating Swedish language
      
      * Updating Swedish language
      
      * Updating Swedish language
      
      * Updating Swedish language
      
      * Swedish language completed and added
      
      * Swedish language Simple_form added
      
      * Swedish language Divise added
      
      * Swedish language doorkeeper added
      
      * Swedish language - now all file complete
      a2b60042
  26. oct. 08, 2017
  27. sept. 14, 2017
    • abcang's avatar
      Revert unique retry job (#4937) · 1aad015b
      abcang a rédigé
      * Revert "Enable UniqueRetryJobMiddleware even when called from sidekiq worker (#4836)"
      
      This reverts commit 6859d4c0.
      
      * Revert "Do not execute the job with the same arguments as the retry job (#4814)"
      
      This reverts commit be7ffa2d.
      1aad015b
  28. sept. 05, 2017
  29. août 05, 2017
  30. juil. 04, 2017
    • Gyuhwan Park's avatar
      i18n: Add korean translation (#4064) · 4cddef1c
      Gyuhwan Park a rédigé
      * Added Korean Translation (based on japanese)
      
      * Update korean translation
      
      * Update korean translation: fix syntax error
      
      * Updated korean translation
      
      * Update korean translation
      
      * Update ko.json
      
      Translate non-translated parts
      
      * Update ko.yml
      
      Translated missed parts - and fixed some typos
      
      * Create simple_form.ko.yml
      
      * Updated korean translation
      
      * i18n: fix test fails
      4cddef1c
  31. mai 22, 2017
  32. mai 16, 2017
    • spla's avatar
      Add catalan language (#3084) · a51c8074
      spla a rédigé
      * Add Catalan language
      
      * Add Catalan language
      
      * Update ca.json
      
      * Update ca.json
      
      * Update ca.json
      
      * Update ca.json
      
      * Update ca.json
      
      * Update ca.json
      
      * Update settings_helper.rb
      
      * Update mastodon.js
      
      * Update index.js
      
      * Update application.rb
      
      * Update ca.yml
      
      * removed extra spaces at line 225
      a51c8074
  33. mai 08, 2017
    • Koala Yeung's avatar
      Add Thai langauge (#2903) · cbd67360
      Koala Yeung a rédigé
      * Updated Thai language
      
      * locale: remove unused translation in Thai
      
      * locale: add Thai to settings menu and application
      
      * locale: fix activerecord.th.yml format
      cbd67360
  34. mai 07, 2017
    • Özcan Zafer AYAN's avatar
      Add Turkish yml file (#2878) · 983593dd
      Özcan Zafer AYAN a rédigé
      * Add Turkish yml file
      
      * Add translation files for Turkish
      
      * Deleted click_to_edit key and val
      
      Deleted click_to_edit: Düzenlemek için ilgili ayara tıklayınız line
      983593dd
  35. mai 03, 2017
    • Eugen Rochko's avatar
      Replace sprockets/browserify with Webpack (#2617) · f5bf5ebb
      Eugen Rochko a rédigé
      * Replace browserify with webpack
      
      * Add react-intl-translations-manager
      
      * Do not minify in development, add offline-plugin for ServiceWorker background cache updates
      
      * Adjust tests and dependencies
      
      * Fix production deployments
      
      * Fix tests
      
      * More optimizations
      
      * Improve travis cache for npm stuff
      
      * Re-run travis
      
      * Add back support for custom.scss as before
      
      * Remove offline-plugin and babili
      
      * Fix issue with Immutable.List().unshift(...values) not working as expected
      
      * Make travis load schema instead of running all migrations in sequence
      
      * Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of
      React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in
      <UI />
      
      * Add react definitions to places that use JSX
      
      * Add Procfile.dev for running rails, webpack and streaming API at the same time
      f5bf5ebb
  36. mai 02, 2017
    • Ira's avatar
      Add Hebrew interface translation. (#2573) · 438ce580
      Ira a rédigé
      * follow the instructions for registering the language as stated on the Tootsuite's docs.
      
      * Added translation strings from latest master
      
      Adding &rlm; characters to many strings that are misdirected in the interface.
      
      A tiny grammar fix
      
      Updates of Hebrew strings to v1.3.1
      
      Hebrew translation of the mailer templates.
      
      Fix strings and a missing comma.
      
      Just discovered two string keys were updated. this should lay Travis' mind to rest at last.
      
      Remove mentions before counting characters to decide RTL ratio
      
      Fixes for PR #2573
      
      updated strings for latest master
      
      Undo RTL counting, moved out to another branch for future consideration...
      438ce580
  37. avr. 25, 2017
  38. avr. 24, 2017
Chargement en cours