Commit Graph

15782 Commits

Author SHA1 Message Date
88a992014b Default modals were too wide 2018-02-09 15:45:34 -05:00
597f17bf70 button padding nitpick 2018-02-09 15:41:59 -05:00
91beedd0ca FEATURE: Composer HTML pasting ul tag support for MS Word 2018-02-10 01:18:56 +05:30
1e51be923c UX: Improving post-link alignment 2018-02-09 12:43:15 -05:00
6f094ee27e extra-info-wrapper titles were too short 2018-02-08 20:43:34 -05:00
5466389f4e FIX: Consider oneboxes links wrt to min_trust_level_to_post_links 2018-02-08 18:27:40 -05:00
69bccb9e32 UX: Better alignment of small topic statuses 2018-02-08 17:04:29 -05:00
e17e6d2880 Removing unneeded width 2018-02-08 14:10:04 -05:00
dedeb2deb8 FIX: Don't show the link button in the composer if linking is disabled 2018-02-08 12:56:10 -05:00
8c89f5704d FIX: makes sure we display whisper if we don’t have a post 2018-02-08 14:18:53 +01:00
0ecdf90023 FIX: Validations could prevent moving posts 2018-02-08 13:36:13 +01:00
8ab6689f43 FIX: Preserve original date when moving first post 2018-02-08 12:55:32 +01:00
190d208631 FEATURE: improves composer-actions toggle menu
* only toggles
* fix a bug with presence
* more tests
* do not duplicate `continuing discussion...` text
* persist state to allow switching between toggles
2018-02-08 11:46:55 +01:00
209a6cae2c FIX: Don't show messages setting if messages are disabled 2018-02-07 11:43:22 -05:00
c0ef6ca01c UX: Show the footer on the user summary and preferences pages 2018-02-07 11:35:36 -05:00
8765279c90 FIX: Customizing site texts ignored current locale for _MF keys 2018-02-07 16:57:08 +01:00
890ffb1eb5 FIX: overriding _MF translations worked only for English 2018-02-07 12:47:15 +01:00
ce26f48f97 FIX: only send up to 100 selected tags in the tag search request to avoid sending a query string that's too long 2018-02-06 17:54:57 -05:00
cdded801c5 FIX: correctly shows link to post number when editing 2018-02-06 22:17:27 +01:00
900f37e5a9 UX: Allow history modal to scale down on smaller screens 2018-02-06 15:02:51 -05:00
884b9d4b78 PERF: optimize performance of new topics query (home page)
This ensures the bypass is always applied to query plan
also, add frozen strings
2018-02-06 12:37:23 -05:00
b1593c0184 FIX: prevents exception when opening new topic on mobile
Repro:

- Visit https://meta.discourse.org/categories, refresh the page
- Navigate to Latest
- Click New Topic
- Error occurs
2018-02-06 14:48:04 +01:00
e7b732ad95 FIX: Desktop/mobile heatmap colors should be the same 2018-02-05 21:36:35 -05:00
d7e90edeb5 PERF: Tl3Promotions job can limit the number of TL3 candidates by using some simple requirements in the query 2018-02-05 17:54:36 -05:00
648a11a6a1 FIX: size of tags input field of tag group 2018-02-05 15:05:43 -05:00
e3de396091 Set text to empty string when null is passed as argument (#5560) 2018-02-06 07:05:32 +11:00
c48761c628 s/select-box-kit/select-kit
Definitely remove legacy naming.
2018-02-05 18:25:39 +01:00
8fe61c68a1 FIX: process_post job should update baked_at and baked_version if it rebakes the post 2018-02-05 11:47:04 -05:00
130974d58d FIX: automatically unsilence users 2018-02-05 17:45:47 +01:00
ad8c2c08a4 fixing link alignment in titles 2018-02-05 10:42:37 -05:00
bd0a8ae792 FIX: makes scrollbar always on for small dropdowns 2018-02-05 10:51:06 +01:00
5cd5d5aca5 FIX: prevents a regression where enter wasn't working in inputs 2018-02-05 09:55:58 +01:00
0776340b29 SECURITY: Prevent robots from indexing more routes
These routes could contain sensitive material and should never be
indexed for content.
2018-02-04 13:24:36 -05:00
86bf6babf8 FIX: Prevent long composer overlapping controls 2018-02-02 22:31:55 -05:00
cf623e65e0 tag alignment fix 2018-02-02 21:29:51 -05:00
cd798e49d8 header text wrap fix 2018-02-02 19:33:00 -05:00
8bac9c7a09 header-extra wrap fix 2018-02-02 19:28:45 -05:00
9e690bf238 UX: Cleaning up category badge alignment (#5561) 2018-02-02 19:03:25 -05:00
2f19588311 FIX: If personal messages are disabled, don't show messages for groups 2018-02-02 16:35:54 -05:00
68d0d39ab7 FIX: Order the homepage box in the same order as the top menu
This is required because "no interface" is the same as showing
the first entry. But when the top menu has changed the first
entry is no longer the same, so it shows the wrong default.
2018-02-02 16:11:28 -05:00
e8559f222c FIX: After moving the posts topic timestamp should be updated with newest post 2018-02-02 19:30:52 +05:30
b4aad15267 FIX: simplify styling of category-name when using category-drop/link 2018-02-02 10:31:20 +01:00
cf592fa35d remove debugging code 2018-02-02 09:31:47 +01:00
e5655f0b6b UX: Add specific classes to ip address rows on user admin 2018-02-02 00:40:10 -05:00
85db6cd2d7 FIX: makes sure we have a content to filter 2018-02-02 02:13:06 +01:00
a4445b0c1e FIX: improve dropdown-select-box on mobile 2018-02-02 00:47:12 +01:00
d31417d3af FIX: Remove unused import 2018-02-01 18:03:22 -05:00
ce507b7957 FEATURE: display search on large category-drop and tag-drop 2018-02-01 23:51:29 +01:00
8ff4104555 Many enhancements to the flagging / suspending interface. 2018-02-01 17:13:02 -05:00
f7df68c9a3 FIX: makes composer-actions toggling whisper instead of replying 2018-02-01 23:07:37 +01:00