]>
cat aescling's git repositories - mastodon.git/log
Eugen Rochko [Thu, 11 May 2017 21:14:00 +0000 (23:14 +0200)]
Fix #1426 - Trim long usernames in public follower/following lists (#2993)
Fix #2221 - Catch OpenSSL exceptions when loading remote avatars/headers/attachments
Don't strip "rel" attribute from <a> tags when sanitizing (microformats)
Matt Jankowski [Thu, 11 May 2017 20:25:15 +0000 (16:25 -0400)]
Coverage for domain block worker (#2997)
Eugen Rochko [Thu, 11 May 2017 19:54:47 +0000 (21:54 +0200)]
Fix #2205 - Delete associated notifications when a status is deleted (#2994)
Eugen Rochko [Thu, 11 May 2017 19:54:30 +0000 (21:54 +0200)]
Fix #2027 - Accept own ID for remote follow with and without preceding @ (#2991)
* Fix #2027 - Accept own ID for remote follow with and without preceding @
Fix #2177 - Omit leading "acct:" in remote follow redirect template expansion
* Fix test
Yamagishi Kazutoshi [Thu, 11 May 2017 13:11:59 +0000 (22:11 +0900)]
Stop require of i18n-tasks (#2992)
Eugen Rochko [Thu, 11 May 2017 12:32:03 +0000 (14:32 +0200)]
When avatar/header are missing, do not include the missing file into Atom (#2988)
Receiving instances will then use their own missing image
Also, add <content /> to deleted statuses, since there was a reported
problem with the deletes and GNU social
Yamagishi Kazutoshi [Thu, 11 May 2017 11:34:05 +0000 (20:34 +0900)]
Focus tab of Mastodon when clicking notification (#2989)
Jack Jennings [Thu, 11 May 2017 09:27:01 +0000 (02:27 -0700)]
Add pessimistic constraints to gem versions (#2980)
Nolan Lawson [Thu, 11 May 2017 09:26:06 +0000 (02:26 -0700)]
Add dynamic polyfills for older browsers (#2985)
Fixes #2941
Jack Jennings [Thu, 11 May 2017 09:25:10 +0000 (02:25 -0700)]
Add specs for current Status#permitted? implementation (#2982)
Ayumu AIZAWA [Thu, 11 May 2017 09:23:24 +0000 (18:23 +0900)]
[bug] wrong config setting for dababase. (#2984)
Go Shoemake [Thu, 11 May 2017 01:47:38 +0000 (18:47 -0700)]
Fixed mention regex to support unicode (#2420)
Eugen Rochko [Thu, 11 May 2017 00:57:30 +0000 (02:57 +0200)]
Update screenshot in readme (#2978)
Yamagishi Kazutoshi [Thu, 11 May 2017 00:22:40 +0000 (09:22 +0900)]
Refine unescapeHTML (#2977)
Yamagishi Kazutoshi [Wed, 10 May 2017 23:45:42 +0000 (08:45 +0900)]
Remove unnecessary .keep files (#2976)
Follow up #2902
Eugen Rochko [Wed, 10 May 2017 22:28:10 +0000 (00:28 +0200)]
Fix regressions from #2683 (#2970)
* Fix regressions from #2683
Properly format spoiler text HTML, while keeping old logic for blankness intact
Process hashtags and mentions in spoiler text
Format spoiler text for Atom
Change "show more" toggle into a button instead of anchor
Fix style regression on dropdowns for detailed statuses
* Fix lint issue
* Convert spoiler text to plaintext in desktop notifications
jeroenpraat [Wed, 10 May 2017 22:20:13 +0000 (00:20 +0200)]
Very small fix/update NL strings (#2971)
* Very small fix/update NL strings
* Oops
Matt Jankowski [Wed, 10 May 2017 22:19:37 +0000 (18:19 -0400)]
Pubsub confirmation worker spec (#2974)
* Add specs for valid challenge response from pubsub confirmation worker
* Refactor the pubsub confirmation worker
Eugen Rochko [Wed, 10 May 2017 21:30:07 +0000 (23:30 +0200)]
Fix #2955 - Send HEAD request ahead of GET when fetching URL previews (#2972)
alpaca-tc [Wed, 10 May 2017 18:33:32 +0000 (03:33 +0900)]
Add `account_id DESC` to optimize PrecomputeFeedService (#2967)
beatrix [Wed, 10 May 2017 18:32:59 +0000 (14:32 -0400)]
fix a regression introduced by
e2491680e696d2c285a798ec4c66b26d2748df66 (#2966)
that caused user pages to break when showing toots with CWs
Wonderfall [Wed, 10 May 2017 18:32:26 +0000 (20:32 +0200)]
align buttons with column headers (#2964)
Matt Jankowski [Wed, 10 May 2017 18:32:05 +0000 (14:32 -0400)]
Spec feed insert worker (#2965)
* Spec for feed insert worker when missing records
* more specs!
* Refactor feed insert worker
Yamagishi Kazutoshi [Wed, 10 May 2017 14:58:54 +0000 (23:58 +0900)]
Add boop sounds in Vorbis format (#2963)
Vorbis is audio format of Open Source.
Can play audio in a free environment where you can not play mp3.
Matt Jankowski [Wed, 10 May 2017 14:16:42 +0000 (10:16 -0400)]
Disable sidekiq logging in test mode (#2962)
Matt Jankowski [Wed, 10 May 2017 13:45:43 +0000 (09:45 -0400)]
Spec coverage and refactor of digest mailer worker (#2961)
Koala Yeung [Wed, 10 May 2017 12:44:48 +0000 (20:44 +0800)]
Fix Occitan's locale data plural function (#2957)
* Fix the pluralRuleFunction of the locale data.
* Added more descriptions about how to write it.
AA4ch1 [Wed, 10 May 2017 12:41:39 +0000 (21:41 +0900)]
Fix compose_form.js for #2904 (#2960)
Akihiko Odaki [Wed, 10 May 2017 12:39:28 +0000 (21:39 +0900)]
Update cld3 to 3.1.1 (#2958)
According to the release message:
> Fix for macOS and minor improvements
R Tucker [Wed, 10 May 2017 02:47:25 +0000 (22:47 -0400)]
Handle hashtags in spoiler_texts (partial fix for #699) (#2683)
* services: scan spoiler_text for hashtags (#699)
* views: link hashtags from spoiler_texts
This covers linking hashtags from within the spoiler
text on the server-generated pages.
* services: fix string concat going into hashtag RE
Cleaner Ruby syntax, may handle immutable strings better
Eugen Rochko [Wed, 10 May 2017 00:55:43 +0000 (02:55 +0200)]
Add spec for Pubsubhubbub::DistributionWorker. PuSH-deliver public items (#2954)
to all subscribers. IDN-normalize callback URLs for subscriptions on insert.
fusshi- [Wed, 10 May 2017 00:51:43 +0000 (09:51 +0900)]
Disabled auto focus on toot form when search results are shown. (#2942)
Matt Jankowski [Tue, 9 May 2017 18:48:30 +0000 (14:48 -0400)]
Specs for pubsub subscribe service (#2951)
* Add spec for pubsubhubbub/subscribe
* Refactor pubsubhubbub/subscribe service
Matt Jankowski [Tue, 9 May 2017 17:58:18 +0000 (13:58 -0400)]
Spec and refactor for pubsubhubbub/unsubscribe service (#2946)
* Add coverage for pubsub unsubscribe service
* Refactor pubsub unsubscribe service
Akihiko Odaki [Tue, 9 May 2017 17:58:03 +0000 (02:58 +0900)]
Use CLD3 (#2949)
Compact Language Detector v3 (CLD3) is the successor of CLD2, which was
used in the previous implementation. CLD3 includes improvements since CLD2,
and supports newer compilers. On the other hand, it has additional
requirements and cld3-ruby, the FFI of CLD3 for Ruby, is still new and may
be still inmature.
Though CLD3 is named after CLD2, it is implemented with a neural network
model, different from the old implementation, which is based on a Naïve
Bayesian classifier.
CLD3 supports newer compilers, such as GCC 6. CLD2 is not compatible with
GCC 6 because it assigns negative values to varibales typed unsigned.
(see internal/cld_generated_cjk_uni_prop_80.cc) The support for GCC 6 and
newer compilers are essential today, when some server operating system
such as Ubuntu Server 16.10 has GCC 6 by default.
On the one hand, CLD3 requires C++11 support. Environments with old
compilers such as Ubuntu Server 14.04 needs to update the system or install
a newer compiler.
CLD3 needs protocol buffers as a new dependency. However,it is not
considered problematic because major server operating systems, CentOS and
Ubuntu Server provide them.
The FFI cld3-ruby was written by me (Akihiko Odaki) for use in Mastodon.
It is still new and may be inmature, but confirmed to pass existing tests.
Akihiko Odaki [Tue, 9 May 2017 17:51:45 +0000 (02:51 +0900)]
Use RegExp for require.context to filter custom stylesheets (#2950)
ExtractTextWebpackPlugin extracts the content of loaded files, which means
it loads files loaded by require.context but not required after that.
However the former implementation is not aware of that.
require.context can have a RegExp to filter files to load. This change
gives a RegExp which matches with SCSSes with 'custom' prefix to
require.context to take advantage of the feature.
abcang [Tue, 9 May 2017 16:17:41 +0000 (01:17 +0900)]
Fixed bug that timeline can not be displayed by InvalidURIError (#2947)
haoyayoi [Tue, 9 May 2017 14:34:47 +0000 (23:34 +0900)]
add content-type in pubsubhubhub request header (#2943)
* add content-type in pubsubhubhub request header
* fix type
Alda Marteau-Hardi [Tue, 9 May 2017 14:14:44 +0000 (16:14 +0200)]
Fix missing or not gender neutral strings. (#2944)
Yamagishi Kazutoshi [Tue, 9 May 2017 12:50:43 +0000 (21:50 +0900)]
Remove jquery-ujs (#2939)
* Remove jquery-ujs
* fix for eslint
Yamagishi Kazutoshi [Tue, 9 May 2017 12:12:35 +0000 (21:12 +0900)]
Fix duplicated values in nl.json (#2931)
Koala Yeung [Tue, 9 May 2017 12:01:45 +0000 (20:01 +0800)]
Update Norwegian translations (#2937)
* Update Norwegian translations
* Updated no.json
* Updated activerecord.no.yml
* Updated no.yml
* Updated simple_form.no.yml
* i18n: fix Unicode character error in no.yml
* Javascript escaping code "\uD83D\uDC18" should be "\U0001f418" in
Ruby / yml
* i18n: remove unused keys in Norwegian translation
* Remove unused keys in no.yml and activerecord.no.yml
by running: `bundle exec i18n-tasks remove-unused no`
* Add missing keys in activerecord.no.yml and no.yml by
running: `bundle exec i18n-tasks add-missing no`
* i18n: escape the key 'no' in activerecord.no.yml
Soshi Kato [Tue, 9 May 2017 12:01:29 +0000 (21:01 +0900)]
Fix snackbar notification stacking order (#2935)
alpaca-tc [Tue, 9 May 2017 03:15:54 +0000 (12:15 +0900)]
Remove rails_12factor (#2901)
HANATANI Takuma [Tue, 9 May 2017 01:48:15 +0000 (10:48 +0900)]
Add cursor property to toot user avatar. (#2933)
Matt Jankowski [Mon, 8 May 2017 22:45:02 +0000 (18:45 -0400)]
Services specs for subscribe and unsubscribe (#2928)
* Add specs for unsubscribe service
* Fix non existent methods in unsubscribe service
* Clean up status handling in subscribe service
Matt Jankowski [Mon, 8 May 2017 22:44:30 +0000 (18:44 -0400)]
Specs for API push controller, with refactor (#2926)
* Coverage for api push controller
* Refactor the api/push controller
Quent-in [Mon, 8 May 2017 21:15:03 +0000 (23:15 +0200)]
i18n mailer files for Occitan language (#2924)
* Create reset_password_instructions.oc.html.erb
* Create reset_password_instructions.oc.text.erb
* Create password_change.oc.html.erb
* Create password_change.oc.text.erb
* Create confirmation_instructions.oc.html.erb
* Create confirmation_instructions.oc.text.erb
jeroenpraat [Mon, 8 May 2017 21:11:12 +0000 (23:11 +0200)]
Updating and extending Dutch strings (#2930)
* Update nl
* Update nl
* Update nl
* Create confirmation_instructions.nl.html.erb
* Create confirmation_instructions.nl.text.erb
* Create password_change.nl.html.erb
* Create password_change.nl.text.erb
* Create reset_password_instructions.nl.html.erb
* Create reset_password_instructions.nl.text.erb
Matt Jankowski [Mon, 8 May 2017 21:10:50 +0000 (17:10 -0400)]
Delegate Account#user_locale method and allow nil (#2927)
Matt Jankowski [Mon, 8 May 2017 21:08:55 +0000 (17:08 -0400)]
Improve error message for non-existent user being made an admin (#2929)
Matt Jankowski [Mon, 8 May 2017 16:55:42 +0000 (12:55 -0400)]
Misc gem bumps (#2919)
* Update bundler-audit to version 0.5.0
* Update oj to version 3.0.6
* Update http-form_data to version 1.0.2
* Update parallel to version 1.11.2
* Update rails-i18n to version 5.0.4
* Update rack-protection to version 2.0.0
* Update haml to version 5.0.1
* Update scss_lint to version 0.53.0
* Relax requirement on i18n-tasks
* Remove haml and haml_lint gem requirement
ButterflyOfFire [Mon, 8 May 2017 16:24:55 +0000 (17:24 +0100)]
Update fr.json (#2915)
* Update fr.json
Updating some missing french translations.
* Update fr.json
Fix repetition in line 41.
* Update fr.json
Fix : adding space between {name} and ? question mark.
Yamagishi Kazutoshi [Mon, 8 May 2017 14:49:53 +0000 (23:49 +0900)]
Prevent selection of unacceptable Content-Type files (#2910)
* Prevent selection of unacceptable Content-Type files
* replace hard code
* media_attachments accept content-types in initial state
ButterflyOfFire [Mon, 8 May 2017 13:58:38 +0000 (14:58 +0100)]
Update simple_form.ar.yml (#2908)
* Update simple_form.ar.yml
Added missing strings that were introduced to simple_form.ar.yml and completing translation.
* Create confirmation_instructions.ar.html.erb
* Create confirmation_instructions.ar.text.erb
* Create password_change.ar.html.erb
* Create password_change.ar.text.erb
* Create reset_password_instructions.ar.text.erb
* Create reset_password_instructions.ar.html.erb
Matt Jankowski [Mon, 8 May 2017 13:57:49 +0000 (09:57 -0400)]
Improve scss color variables (#2912)
- Updates scss variables file to use better-named variables for black/white/etc
- Arranges the "mastodon classic" colors into variables
- Remove all references to `$color-*` naming, replacing with new
This does not in itself introduce "theme" support, but:
- It would probably be easier to start working on theme support after this
change and others
- Even without the goal of themes, these changes make it more clear how the
colors are being used.
There is almost definitely some edge case in here where I've guessed the
intent/context of some color usage incorrectly, but it still seems like a net
improvement.
Koala Yeung [Mon, 8 May 2017 13:56:00 +0000 (21:56 +0800)]
Add Thai langauge (#2903)
* Updated Thai language
* locale: remove unused translation in Thai
* locale: add Thai to settings menu and application
* locale: fix activerecord.th.yml format
Yamagishi Kazutoshi [Mon, 8 May 2017 13:52:51 +0000 (22:52 +0900)]
Fix broken features list in RTL languages (#2909)
Fixes #2905
ster [Mon, 8 May 2017 13:03:17 +0000 (17:03 +0400)]
Fix small typo in ru.json (#2906)
HANATANI Takuma [Mon, 8 May 2017 13:01:19 +0000 (22:01 +0900)]
Remove unnecessary keep file. (#2902)
alpaca-tc [Mon, 8 May 2017 01:52:57 +0000 (10:52 +0900)]
Render sidekiq scheduler (#2898)
yhirano [Mon, 8 May 2017 01:35:25 +0000 (10:35 +0900)]
Added haml-lint and fix warnings (#2773)
* add haml_lint to Gemfile
* add .haml-lint.yml
* fix warnings of haml_lint
Jarek Lipski [Mon, 8 May 2017 01:34:11 +0000 (03:34 +0200)]
Improve example env file for local Postfix relay (#2892)
Matt Jankowski [Mon, 8 May 2017 01:32:52 +0000 (21:32 -0400)]
Improve allowed language handling (#2897)
* Dont allow empty value in user allowed languages
* Sanitize language input to reject blank values in array
Eugen Rochko [Sun, 7 May 2017 23:46:36 +0000 (01:46 +0200)]
Fix Ukrainian malformed locale submitted in #2893, i18n-tasks normalize (#2896)
Jessica K. Litwin [Sun, 7 May 2017 21:47:55 +0000 (17:47 -0400)]
small ui change so that the settings buttons at the top of each column are actually aligned properly (#2894)
ster [Sun, 7 May 2017 21:47:19 +0000 (01:47 +0400)]
Update Ukrainian, Russian translations (#2893)
* Update Ukrainian translation (rebased off Russian translation)
* Update Ukrainian, Russian translations
yhirano [Sun, 7 May 2017 18:47:31 +0000 (03:47 +0900)]
Enable CodeClimate SCSS Lint checks (#2886)
* add scss_lint to Gemfile
* add .scss-lint.yml
* fix warnings of scss-lint
* chmod -x styles/variables.scss
* Enable CodeClimate SCSS Lint checks
Ratmir Karabut [Sun, 7 May 2017 18:47:19 +0000 (21:47 +0300)]
Update Russian translation (#2891)
* Add Russian translation (ru)
* Fix a missing comma
* Fix the wording for better consistency
* Update Russian translation
* Arrange Russian setting alphabetically
* Fix syntax error
* Update Russian translation
* Fix formatting error
* Update Russian translation
* Update Russian translation
* Update ru.jsx
* Fix syntax error
* Remove two_factor_auth.warning (appears obsolete)
* Add missing strings in ru.yml
A lot of new strings translated, especially for the newly added admin section
* Fix translation consistency
* Update Russian translation
* Update Russian translation (pluralizations)
* Update Russian translation
Yamagishi Kazutoshi [Sun, 7 May 2017 17:55:47 +0000 (02:55 +0900)]
Add final newline to locale files (#2890)
beatrix [Sun, 7 May 2017 17:42:32 +0000 (13:42 -0400)]
namespace redis usage (#2869)
* add redis-namespace gem
* namespace redis usage
* refactor redis namespace code to be less intrusive
previously : would be prepended to keys when the
REDIS_NAMESPACE env var was not set
now if it is not set the namespacing functions are
not used at all, which should prevent disruptions
when instances update.
* fix redis namespace variable style in streaming js
* remove trailing space
* final redis namespace style fix
ButterflyOfFire [Sun, 7 May 2017 17:37:32 +0000 (19:37 +0200)]
Update ar.json (#2888)
* Update ar.json
Adding more translations (updating the missing non translated strings) and some little minimal corrections.
* Update ar.json
Deleting final new line as suggested in the review.
* Update ar.json
* Update ar.json
masarakki [Sun, 7 May 2017 17:00:40 +0000 (02:00 +0900)]
raise-when-oembed-not-found (#2882)
alpaca-tc [Sun, 7 May 2017 17:00:20 +0000 (02:00 +0900)]
Add effective index to subscriptions (#2885)
alpaca-tc [Sun, 7 May 2017 14:40:57 +0000 (23:40 +0900)]
Refactor account.rb (#2881)
* Call simple query
* Refactor Account#keypair
* Replace escaped single quote
* Extract similar behavior to method
* Gather the same condition to one block
* Remove not needed receiver
Koala Yeung [Sun, 7 May 2017 14:39:37 +0000 (22:39 +0800)]
locale: add Occitan locale-data for js (#2845)
Translation works by @Quent-in.
Özcan Zafer AYAN [Sun, 7 May 2017 14:20:53 +0000 (17:20 +0300)]
Add Turkish yml file (#2878)
* 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
Ram Lmn [Sun, 7 May 2017 13:23:06 +0000 (18:53 +0530)]
Fix local fonts and change font-face values (#2877)
* Fix local fonts and change font-face values
* Remove eot font files
Yamagishi Kazutoshi [Sun, 7 May 2017 13:22:54 +0000 (22:22 +0900)]
Remove local_time gem, and add similar (#2875)
Nolan Lawson [Sun, 7 May 2017 13:22:42 +0000 (06:22 -0700)]
upgrade emojione-picker (#2874)
Nolan Lawson [Sun, 7 May 2017 13:22:30 +0000 (06:22 -0700)]
add source maps for dev/production (#2873)
Yamagishi Kazutoshi [Sun, 7 May 2017 13:21:46 +0000 (22:21 +0900)]
Fix a aspect ratio for the embedded video (#2872)
Yamagishi Kazutoshi [Sun, 7 May 2017 13:21:31 +0000 (22:21 +0900)]
Fix redirect path for admin (#2871)
Ira [Sun, 7 May 2017 13:20:34 +0000 (16:20 +0300)]
i18n: Update Hebrew interface translation. (#2880)
* follow the instructions for registering the language as stated on the Tootsuite's docs.
* Added translation strings from latest master
Adding ‏ 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...
Matt Jankowski [Sun, 7 May 2017 12:44:28 +0000 (08:44 -0400)]
Unblock domain service specs/refactor (#2867)
* Add spec for unblock domain service
* Refactor UnblockDomainService
Koala Yeung [Sun, 7 May 2017 12:29:01 +0000 (20:29 +0800)]
Fix unused key issue in zh-HK (#2870)
* locale: remove unused keys in zh-HK
* locale: update json translations
* handled the untranslated strings.
* removed unused keys.
Yamagishi Kazutoshi [Sun, 7 May 2017 01:09:58 +0000 (10:09 +0900)]
Fix locale key for account card (#2866)
yhirano [Sun, 7 May 2017 00:45:34 +0000 (09:45 +0900)]
Enable CodeClimate Brakeman checks (#2861)
* add brakeman to Gemfile
* Enable CodeClimate brakeman checks
* add config/brakeman.ignore
Nolan Lawson [Sun, 7 May 2017 00:42:38 +0000 (17:42 -0700)]
add asynchronous emojione-picker (code-splitting) (#2863)
yhirano [Sun, 7 May 2017 00:41:12 +0000 (09:41 +0900)]
Enable CodeClimate Bundler-Audit checks (#2862)
* add bundler-audit to Gemfile
* Enable CodeClimate bundler-audit checks
alpaca-tc [Sat, 6 May 2017 21:06:52 +0000 (06:06 +0900)]
Hotfix convert string from symbol (#2856)
* Convert key to string from symbol
* Prefer :public_send instead of
alpaca-tc [Sat, 6 May 2017 19:55:40 +0000 (04:55 +0900)]
Fixes slow query in notifications api (#2851)
* Add inclusion validation for activity_type
* When excluding all types with `WHERE NOT IN`, the query search all rows.
Koala Yeung [Sat, 6 May 2017 19:26:54 +0000 (03:26 +0800)]
Eslintrc fix (#2850)
* eslintrc: adapt changes in eslint-plugin-jsx-a11y
* Replace 'jsx-a11y/img-has-alt' with 'jsx-a11y/alt-text'.
Reference: evcohen/eslint-plugin-jsx-a11y@
24b6193
* Replace 'jsx-a11y/onclick-has-focus' with 'jsx-a11y/interactive-supports-focus'
Reference: evcohen/eslint-plugin-jsx-a11y@
cbdfeb8
* Replace 'jsx-a11y/onclick-has-role' with 'jsx-a11y/no-noninteractive-element-interactions'
Reference: evcohen/eslint-plugin-jsx-a11y@
18c9b71
* Update eslint-plugin-jsx-a11y to 5.0.0
Follow the change in Code Climate. Make sure the same eslintrc
can be executed locally and in Code Climate.
* Convert .eslintrc.json to equivlant .eslintrc.yml
* Less quotes and commas, more readability, allow comment.
Nolan Lawson [Sat, 6 May 2017 19:25:26 +0000 (12:25 -0700)]
remove preset-es2015 from babel config (#2849)
Nolan Lawson [Sat, 6 May 2017 19:24:59 +0000 (12:24 -0700)]
switch uglify to compress:true,mangle:true (#2852)
Koala Yeung [Sat, 6 May 2017 15:30:48 +0000 (23:30 +0800)]
Fix Croatian localedata issues in mastodon.js (#2844)
* locale: added hr and oc react-intl locale data
* adds Croatian locale data in mastodon.js
* adds Occitan locale data in mastodon.js
Resolves #2667
* locale: sort locale data imports in mastodon.js
* locale: remove oc reference
* [react-intl](https://github.com/yahoo/react-intl) does not provide
default locale data for Occitan. Hence removed from reference.
Eshin Kunishima [Sat, 6 May 2017 15:05:38 +0000 (00:05 +0900)]
Replace ws with uws (#2807)
* Replace ws with uws
* fix indent
* Adjust indentation
* remove trailing space
Yamagishi Kazutoshi [Sat, 6 May 2017 15:05:25 +0000 (00:05 +0900)]
Remove final newline in generated locale files (#2840)
Koala Yeung [Sat, 6 May 2017 15:05:13 +0000 (23:05 +0800)]
translateionRunner: improve minimalist options (#2835)
* translateionRunner: improve minimalist options
* Properly added flags.
* Added alias: -h, -f
* translationRunner: improve logic and flow
* Show all error messages instead of validate availability / name
format separately.
* translationRunner: check messageDirectory existance
* translationRunner: changed throw string to Error
* translationRunner: use short cut for boolean
Yamagishi Kazutoshi [Sat, 6 May 2017 15:04:53 +0000 (00:04 +0900)]
Add Japanese tranlsation for getting started, and run manage:tranlation (#2839)
* Add Japanese tranlsation for getting started, and run manage:tranlation
* remove unnecessary {apps}