Commit Graph

16559 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
a55b458e56 UX: show heart glyph on your own likes count 2018-03-30 09:06:57 +05:30
131b19c26b move like count a tad closer to like glyph 2018-03-29 16:36:59 -07:00
629ad48621 UX: better likes count margin 2018-03-30 03:02:56 +05:30
9bf87f3665 UX: remove word "likes" from first post 2018-03-30 02:45:32 +05:30
22b631510c FIX: Silenced user wasn't being linked properly 2018-03-29 17:07:09 -04:00
e4298a91b8 Pass silenced_by through to DiscourseEvent 2018-03-29 16:44:18 -04:00
ef07045aca fix the build 2018-03-30 02:09:48 +05:30
6bef0428cc UX: remove the word 'likes' from the like counters on posts within topic 2018-03-30 01:46:00 +05:30
fda8b3d879 UX: updated 'new dot' styling 2018-03-30 01:25:39 +05:30
73c1d3e7fe FIX: tag notification preferences were being cleared when other preferences were changed 2018-03-29 15:08:32 -04:00