e6d07fa6d8
UX: Allow admins to manage automatic groups on group page.
2018-04-04 11:07:11 +08:00
4f7f733ab0
Upgrade docker:test to use PG 10.
2018-04-04 10:28:23 +08:00
b1cc368da8
FIX: regression where tag could not be deleted with click
2018-04-04 00:56:45 +02:00
88e4c0ec3a
FIX: new/unread tabs should re-appear dynamically
2018-04-04 00:08:31 +05:30
b7ecdb72d6
FIX: update Google Tag Manager javascript
2018-04-03 14:22:06 -04:00
76d734ea6e
A more extensible way to disable expanding/contracting of user profiles
2018-04-03 14:19:56 -04:00
0188cbb650
UX: New dropdowns work well on mobile for category notifications
2018-04-03 12:09:00 -04:00
a383b368c6
FIX: The order of import globbing is not deterministic
...
Using a wildcard would load in a different order on some installs
resulting in unpredictable behavior (for example, `is-hidden` being
displayed due to a `display: flex` in a different file.)
2018-04-03 11:40:53 -04:00
6f32de186a
UX: Add a "add members" button on group page.
2018-04-03 17:35:18 +08:00
61812b52e7
FIX: more conservative refactoring to avoid regressions in customisations
2018-04-03 10:35:22 +02:00
f1ef46d7b7
FIX: unable to import private themes due to key checking
2018-04-03 16:11:03 +10:00
54819d72c9
UX: show users who liked the post when expanding post actions
2018-04-03 08:24:09 +05:30
d54da517d9
FIX: more resilient focus filter or header
2018-04-02 22:50:20 +02:00
017f5c1aee
FIX: regression preventing backspace to work on mini-tag-chooser
2018-04-02 22:42:20 +02:00
d690ae0281
FIX: Broken specs too. Quotes are fragile!
2018-04-02 14:23:10 -04:00
895bca5f5b
FIX: Broken JS tests
2018-04-02 14:18:10 -04:00
58c81db279
Apply a 'no-group' class to quotes for styling
2018-04-02 14:02:16 -04:00
90d3544db8
UX: Add a class we can use to target quotes without groups
2018-04-02 14:02:16 -04:00
00d879ec63
Fix the build.
2018-04-03 00:44:12 +08:00
2498403bc3
Revert "FIX: Username uniqueness check should not happen to current user_id"
...
This reverts commit f71a18facd72768646e2c34a11446160dc2db177.
2018-04-03 00:44:04 +08:00
5685b45fa6
FIX: manually adds tag if existing but not in returned matches
2018-04-02 18:33:46 +02:00
f71a18facd
FIX: Username uniqueness check should not happen to current user_id
2018-04-02 21:59:11 +05:30
2eec572159
minor alignment fix on new like button
2018-04-02 12:17:50 -04:00
8f2b305b9a
FIX: calling incorrect method
2018-04-02 18:02:45 +02:00
5e4dd20795
Revert "Prevent robots from indexing uploads"
...
This reverts commit 0fd622e5d10cdbe9169cfce291729a5596b363eb.
2018-04-02 21:29:29 +05:30
23e97a3c3a
UX: Add classes for extensibility
2018-04-02 11:55:25 -04:00
a828da33aa
FIX: regression preventing addition of multiple tags in a group
2018-04-02 17:54:40 +02:00
16341219ab
Log exception if remote theme importing failed
2018-04-02 20:10:18 +05:30
221503cd10
FIX: Add server side uniqueness validations for Group#name
and User#username
.
...
https://meta.discourse.org/t/groups-can-be-given-same-name-as-existing-username/74010
2018-04-02 18:19:18 +08:00
d2a8f40fb0
Merge pull request #5711 from Supermathie/learn_cdn_url_hostname
...
FIX: CDN_URL hostname should be in GlobalSetting.hostnames
2018-04-02 16:39:24 +08:00
d4ebbd12a6
Merge pull request #5723 from featheredtoast/topic-list-item-unread-classnames
...
Feature: Add unseen-topic and new-posts classnames to topic list items
2018-04-02 16:35:19 +08:00
a70579edbd
Merge pull request #5722 from mdoyle13/patch-2
...
Update instructions to use correct ruby version
2018-04-02 16:33:30 +08:00
142571bba0
Remove use of rescue nil
.
...
* `rescue nil` is a really bad pattern to use in our code base.
We should rescue errors that we expect the code to throw and
not rescue everything because we're unsure of what errors the
code would throw. This would reduce the amount of pain we face
when debugging why something isn't working as expexted. I've
been bitten countless of times by errors being swallowed as a
result during debugging sessions.
2018-04-02 13:52:51 +08:00
efb19dbdaf
Merge pull request #5705 from discourse/new_webhooks
...
FEATURE: Webhook for group and category events
2018-04-02 10:53:21 +05:30
87e3779085
Merge pull request #5702 from kevinelliott/feature/20180323-fix-mass-assignment
...
20180323 Fix Mass Assignment Warning
2018-04-02 10:19:25 +08:00
40dde7d259
Merge pull request #5725 from miromichalicka/master
...
Fix broken queries in Drupal 6 migration.
2018-04-02 10:14:56 +08:00
82b1dc6934
UX: consistent spacing for like button on mobile
2018-04-01 07:18:07 +05:30
03b2590036
Add unseen-topic and new-posts classnames to topic lists
...
Adds classname descriptions for new, unread posts, and closed statuses on topic-list-items.
Allows for new/unread/closed topic-list-items to be targeted with css directly.
2018-03-31 11:57:03 -07:00
8d283e78e7
Fix broken queries in Drupal 6 migration.
2018-03-31 17:53:40 +02:00
cddaad7a55
UX: hide empty 'new' and 'unread' tabs for tl1 and above
2018-03-31 11:42:20 +05:30
9df7fd4f30
FIX: discourse-solved plugin controls (buttons) should be in first place
2018-03-31 07:42:54 +05:30
9815f301cc
UX: alignment was off on likes for your own post
2018-03-31 07:21:18 +05:30
31ce955487
Add destroy rake task
...
Adds several rake tasks to delete users, topics, pm's and site stats so
that you can have a fresh site but maintain site settings and category
structure.
2018-03-30 18:32:21 -06:00
4fcbe9128e
Minor color/alignment adjustment on like button
2018-03-30 16:46:37 -04:00
4760f0e7a9
UX: better like button
...
Co-authored-by: jjaffeux <j.jaffeux@gmail.com >
2018-03-30 22:45:51 +05:30
a0386655a6
Add support to elide content from ProtonMail emails
2018-03-30 10:41:32 +02:00
67efdaea40
FIX: properly hide nav items
2018-03-30 12:32:29 +05:30
15945bcf15
UX: when there is nothing new or unread to show, remove those options from the top nav.
2018-03-30 11:38:44 +05:30
bf41010ac3
UX: make own post heart glyph grey
2018-03-30 10:35:54 +05:30
fe17ee6924
UX: own post likes glyph margin was off
2018-03-30 10:10:55 +05:30