Maël Soucaze
bf31979a59
Remove unnecessary double quotes ( #77 )
2016-05-23 22:59:16 +09:00
Maël Soucaze
dfd614e6ea
Add language line for image dimensions validation rule ( #78 )
...
See: da64a014e7
2016-05-23 22:59:04 +09:00
Toby Zerner
310fed2329
Tweak quote button positioning/style
...
Now appears where your cursor ends the selection, but not overlapping text.
2016-05-22 14:05:38 +09:30
Toby Zerner
93c4cd8960
Merge pull request #76 from dcsjapan/misc-cleanup
...
Clean up translation keys
2016-05-21 22:05:51 +09:30
Toby Zerner
cf9e032693
Add translation for "view post IP addresses" permission
2016-05-21 22:03:31 +09:30
dcsjapan
58daef61c3
Clean up translation keys
...
- Removes two obsolete keys from the Extensions page.
- Corrects the suffix on a key in the Change Email modal.
- Extracts the title of the Edit User modal.
- Reorders keys in `core.email` namespace.
- Supports flarum/core#964
2016-05-21 21:32:54 +09:00
Sajjad Hasehmian
a05600b91e
Show quote button when post text is selected
...
closes #19 closes flarum/core#320
2016-05-21 21:37:48 +09:30
Toby Zerner
ae7b67223a
Merge pull request #74 from sijad/quote-select
...
Add Quote button translation for mentions
2016-05-21 20:40:59 +09:30
Toby Zerner
fbad6ab8cb
Add label to dismiss flag button, change icon to eye-slash
...
ref #7 cc @jordanjay29
2016-05-21 20:35:13 +09:30
Toby Zerner
93de8f4a7d
Change dismiss flag from tooltip into button
2016-05-21 20:28:38 +09:30
Toby Zerner
2c57f74608
Add translation for post "Edited" indicator
2016-05-21 20:28:29 +09:30
Sjjad Hashemian
e4775c6a91
Add Quote button translation for mentions
2016-05-18 11:05:35 +04:30
jordanjay29
044d43c18c
Change fa-times to fa-cancel
...
Mitigates confusion over button's immediate action, whether it will dismiss flag or delete post. In isolation, fa-times looks ambiguous enough to delete the post, which may delay a moderator's action when choosing how to respond. By replacing it with fa-ban, it should be immediately obvious that the action taken by the button will dismiss the flag, and not modify the post at all.
2016-05-15 21:48:56 -05:00
Franz Liedke
84974d3f31
Use newly extracted KeyboardNavigatable util for emoji dropdown
...
Refs flarum/core#264 .
2016-05-15 23:18:29 +09:00
Franz Liedke
8c280b0b15
Use newly extracted KeyboardNavigatable util for emoji dropdown
...
Refs flarum/core#264 .
2016-05-15 22:42:15 +09:00
Franz Liedke
dbf82e4641
Use newly extracted KeyboardNavigatable util for emoji dropdown
...
Refs flarum/core#264 .
2016-05-15 22:36:18 +09:00
Franz Liedke
7190cd84b4
Use the variables that are already instantiated
2016-05-15 20:58:29 +09:00
Maël Soucaze
69a3acdb6d
Use existing reused translation keys. ( #73 )
2016-05-15 18:49:40 +09:00
David Sevilla Martín
9f7c68ffe1
Admin SMTP UI Translations ( #72 )
...
* Added SMTP page & nav translations (includes SMTP on texts)
Changed from mail.* to smtp.* (thanks @dcsjapan)
Added _label to labels (thanks again)
* Making translations with better quality
(comment from @b9a10a1)
* Changed SMTP to Email, some minor changes, organization, some headings, refs...
* Updated ...SMTP page... comment to ...email page...
* updated translation keys to alphabetically, \& added quotes around email_text (thanks @maelsoucaze)
* Wow, so many extra spaces... I don't know when I added them :(
* Changed "adresses" to "addresses"
2016-05-15 12:01:46 +09:00
Franz Liedke
a3b92ed02c
Remove special case handling for certain emojis
...
This does not seem to be necessary anymore after the recent update of the emoji map.
2016-05-14 23:24:06 +09:00
Franz Liedke
5f7195b3fa
Match emojis from the beginning before trying fuzzy matches
...
Fixes flarum/core#901 .
2016-05-14 22:59:25 +09:00
cestrensem
c67091709c
New icons ( #7 )
...
* Icons placed separately
* Actualized iconpack
* import new icons from separate file
2016-05-14 22:13:03 +09:00
gpascualg
eb0ab69cf3
Unbind only from newPost
2016-05-14 04:48:08 +02:00
Franz Liedke
0a1dc4c52e
Translation for avatar upload tooltip
...
Refs flarum/core#249 .
2016-04-17 22:34:53 +09:00
Franz Liedke
d5740edb1b
Recompile JS
2016-04-15 21:18:54 +09:00
dcsjapan
18d57e282c
Add translatable string for Flags
...
- Adds translation for Flags notification.
- Supports flarum/flarum-ext-flags#6 .
2016-04-15 21:15:48 +09:00
dcsjapan
a5e9cc614f
Extract translation from FlagList.js
...
Fixes flarum/core#931 .
2016-04-15 21:13:29 +09:00
Franz Liedke
14eb7c97d0
Only list tags available to current user
2016-04-15 21:01:23 +09:00
Niels Tholenaar
1b23e44b06
Added REST tags endpoint ( https://github.com/flarum/core/issues/600 )
2016-04-15 09:44:53 +02:00
Toby Zerner
a0779cbdef
Fix SubscriptionMenu button title
2016-04-08 13:47:22 +09:30
Toby Zerner
d1863f1f64
Fix wrong URL in links
2016-04-08 13:44:46 +09:30
dcsjapan
8a3ea800dd
Fix unextracted translations in core blade files.
...
- Adds language resources extracted from `reset.blade.php`.
- Moves `basic` key namespace to `views`.
- Subdivides `views` namespace based on filename.
- Supports #918 .
2016-04-07 17:49:55 +09:00
Franz Liedke
bf536f32a0
Update key and quotes
...
As suggested by @dcsjapan.
Refs flarum/core#428 .
2016-04-01 10:48:19 +09:00
Franz Liedke
815133473b
Adapt latest changes to DiscussionRenamedPost
...
Refs flarum/core#428 .
2016-04-01 10:09:15 +09:00
Franz Liedke
afac1f6d19
Update locale keys and contents
...
Refs flarum/core#428 .
2016-03-30 21:49:53 +09:00
Franz Liedke
54357f916d
Split up info text for renaming discussions
...
Refs flarum/core#428 .
2016-03-30 20:43:34 +09:00
Toby Zerner
36c4c5d966
Require core v0.1.0-beta.5
2016-03-29 18:50:22 +10:30
Toby Zerner
9907b0fa51
Require core v0.1.0-beta.5
2016-03-29 18:49:50 +10:30
Toby Zerner
60e6cfdbbd
Require core v0.1.0-beta.5
2016-03-29 18:49:21 +10:30
Toby Zerner
71db5f23e9
Require core v0.1.0-beta.5
2016-03-29 18:48:57 +10:30
Toby Zerner
0974516c31
Require core v0.1.0-beta.5
2016-03-29 18:48:31 +10:30
Toby Zerner
ff54deb83d
Require core v0.1.0-beta.5
2016-03-29 18:47:56 +10:30
Toby Zerner
56d8cc9849
Require core v0.1.0-beta.5
2016-03-29 18:47:28 +10:30
Toby Zerner
333bdb2381
Require core v0.1.0-beta.5
2016-03-29 18:47:00 +10:30
Toby Zerner
eb571098cc
Require core v0.1.0-beta.5
2016-03-29 18:46:33 +10:30
Toby Zerner
25657b0eb7
Require core v0.1.0-beta.5
2016-03-29 18:46:04 +10:30
Toby Zerner
f6f73da22a
Require core v0.1.0-beta.5
2016-03-29 18:45:31 +10:30
Toby Zerner
6dd0f040f4
Require core v0.1.0-beta.5
2016-03-29 18:45:00 +10:30
Toby Zerner
4caec27ed9
Require core v0.1.0-beta.5
2016-03-29 18:44:49 +10:30
Toby Zerner
29db39b47b
Require core v0.1.0-beta.5
2016-03-29 18:44:20 +10:30