Commit Graph
59 Commits
Author SHA1 Message Date
Joshua Rosenfeld 86764f3aac Revert "PERF: Use 1 query to load group and tag notification default."
This reverts commit 5ef9d4d537.

The reverted commit caused issues, https://meta.discourse.org/t/there-are-no-visible-groups/163604. Reverting until further fixes can be put in place.
2020-09-10 08:52:53 -04:00
Joshua Rosenfeld b12afa9435 Fix spec (#10539) 2020-08-26 17:31:02 -04:00
Joshua Rosenfeld 1e6d125db6 FIX: Remove additional paths from robots.txt
admin path is protected by guardian and thus inaccessible to crawlers

Follow up to b52143f
2020-08-26 16:52:22 -04:00
Joshua Rosenfeld f60dc7f5b4 FIX: Broken specs
`/u/` is no longer in robots.txt, so don't test for it
2020-06-25 14:30:57 -04:00
Joshua Rosenfeld b52143feff FIX: Remove paths from robots.txt in favor of noindex header
Google no longer supports the use of robots.txt to block indexing.
See https://support.google.com/webmasters/answer/6062608 and
https://support.google.com/webmasters/answer/93710

Previous commits have added the `noindex` header to appropriate pages,
now we need to remove the paths from robots.txt so the pages can be
crawled.

Follow up to:
13f229808a
b6765aac4b
676be3a853
07b728c5e5
c94e6a9a66
2020-06-25 13:55:06 -04:00
Joshua Rosenfeld 76af25f753 FEATURE: Support append when bulk tagging via rake (#9978)
New argument option for the `tags:bulk_tag_category` rake task.
Backwards compatible - defaults to false (no append) if no argument given.
2020-06-04 09:33:48 -04:00
Joshua Rosenfeld 41f742c2f9 FIX: Copyedit for the dominating topic warning 2020-05-26 07:18:36 -04:00
Joshua Rosenfeld c94e6a9a66 FEATURE: add noindex header to tags pages (#9748) 2020-05-12 10:44:46 -04:00
Joshua Rosenfeld 07b728c5e5 FEATURE: add noindex header to badges, groups, and /my pages (#9736) 2020-05-11 15:05:42 +10:00
Joshua Rosenfeld bc1f7bd659 UX: Improve discobot random menion copy
As suggested in https://meta.discourse.org/t/-/148336/10
2020-04-29 13:09:16 -04:00
Joshua Rosenfeld 9dccf4f3b8 FIX: Copyedit for "You were logged out" modal (#9584)
See https://meta.discourse.org/t/-/149596
2020-04-29 07:37:06 -07:00
Joshua Rosenfeld 3bf870cb24 Update email test email copy
Most major email providers no longer have long-term free plans.
2020-02-05 22:30:32 -05:00
Joshua Rosenfeld 11a9f15fed Update email provider listing
* Most providers don't have generous free plans anymore
* Mailjet limits the emails sent per day on the free plan.
2020-01-30 12:01:00 -05:00
Joshua Rosenfeld b51b2ccf61 Update browser support matrix
Removing Internet Explorer. See https://meta.discourse.org/t/-/137984 for more details
2020-01-07 12:20:46 -05:00
Joshua Rosenfeld 5c897b6d0c Copy: Update Dashboard Advice PM
All admins receive the Dashboard Advice PM. If one admin takes action on the advice, future admins who follow the link in the PM will see no advice on the dashboard. This has caused some confusion, so we've updated the text to make this clearer.
2019-09-17 13:39:26 -04:00
Joshua Rosenfeld fd58ca1903 remove manually mapping of discourse-logster-rate-limit-checker, repo renamed to match 2018-10-12 15:56:23 -04:00
Joshua Rosenfeld 43a7b08a48 don't run specs on prometheus-alert-receiver for now either 2018-10-12 12:20:49 -04:00
Joshua Rosenfeld ca71815bb2 don't run specs on calendar for now 2018-10-12 12:12:21 -04:00
Joshua Rosenfeld 9d4916012a manually map discourse-perspective too 2018-10-12 10:32:07 -04:00
Joshua Rosenfeld 2cb176f1ed manually map discourse-logster-rate-limit-checker
also remove obsolete plugins
2018-10-12 10:27:24 -04:00
Joshua Rosenfeld aba4dec27f Update official plugin list
* Remove duplicate entry
* Add missing plugins
* Update list for new names
2018-10-12 10:12:31 -04:00
Joshua Rosenfeld fd48ba10b8 Add quotes to site setting HTML links 2018-10-10 16:53:02 -04:00
Joshua Rosenfeld 51029e3884 Revert sendgrid URL change
per https://github.com/discourse/discourse/commit/2ded524b5a9da3cfa166ca6de9b2b036b271fda1
2018-10-10 09:00:39 -04:00
Joshua Rosenfeld 18e99ddfa9 Link to social login instructions in site settings 2018-10-10 08:46:48 -04:00
Joshua Rosenfeld cd2b8d40f1 Properly link to URLs in site settings 2018-10-10 08:46:03 -04:00
Joshua Rosenfeld d35bce96ab Use https:// when possible 2018-10-10 07:11:58 -04:00
Joshua Rosenfeld 3d8b063c83 Update test_mailer to minimize URL redirects 2018-10-10 06:16:33 -04:00
Joshua Rosenfeld afaa722c32 sort official plugin list, remove duplicate entry
`discourse-sitemap` was listed twice, sorted list to help avoid duplication
2018-09-09 13:41:26 -04:00
Joshua Rosenfeld f3afc0cf76 Add raw date to title attribute on old flags page (#6349) 2018-08-31 11:01:10 +10:00
Joshua Rosenfeld 34a5ac2fd8 Add 'discobot' to site setting description
https://meta.discourse.org/t/where-exactly-can-i-disable-discobot/95920/3
2018-08-29 18:29:16 -04:00
Joshua Rosenfeld 212f518cd1 Add invite tokens to official plugins list 2018-06-30 17:24:45 -04:00
Joshua Rosenfeld 1bb12ee1b6 Revert "Preload custom user fields when viewing flag queue"
This reverts commit 5bd1c5cc95.
2018-06-12 16:46:31 -04:00
Joshua Rosenfeld 4ad924bcf5 Add discourse-policy as official plugin 2018-05-29 16:57:05 -04:00
Joshua Rosenfeld cd8d512429 Fix user tag preferences icon 2018-05-22 11:37:18 -04:00
Joshua Rosenfeld d86bd48397 Copyedit 2018-05-22 11:14:16 -04:00
jomaxro be01491c04 Revert "Correct BBCode plugin name"
This reverts commit 10dfdd7d2a.
2018-05-19 20:03:49 -04:00
Joshua Rosenfeld 10dfdd7d2a Correct BBCode plugin name 2018-05-19 19:53:39 -04:00
Joshua Rosenfeld e28a443fc1 Fix What's New Link 2018-05-15 17:04:13 -04:00
Joshua Rosenfeld 52d6b0f948 Minor copyedit 2018-05-10 15:24:27 -04:00
Joshua Rosenfeld 8da296ce12 FIX: Broken PM title line wrapping 2018-04-06 00:03:54 -04:00
Joshua Rosenfeld 48aea2a9fc backup_frequency copy edit 2018-02-27 15:41:37 -05:00
Joshua Rosenfeld 3ec8b38796 A few more 'private message' strings to update
Follow up from https://github.com/discourse/discourse/commit/a08832bd0896655167a58c2079d100c40d8d94d0
2018-02-21 15:28:26 -05:00
Joshua Rosenfeld 23f7c3607c Update Twitter login site setting description text 2018-02-21 13:07:33 -05:00
Joshua Rosenfeld e262939590 Add .org to default linkified TLDs 2018-02-02 16:31:40 -05:00
Joshua Rosenfeld e5655f0b6b UX: Add specific classes to ip address rows on user admin 2018-02-02 00:40:10 -05:00
Joshua Rosenfeld f85055d653 FIX: Remove activation link from account approved email (#5548) 2018-02-01 14:59:37 +01:00
Joshua Rosenfeld 8a3c9ee3c5 FIX: notify_about_queued_posts_after copyedit
notify_about_queued_posts_after does not email contact_email anymore, notification is instead a group message to the moderators group.
2018-01-19 17:45:02 -05:00
Joshua Rosenfeld 5a9c1c13ee minor copyedit to username_change_period 2017-12-20 18:20:22 -05:00
Joshua Rosenfeld 4dc29e5f9e Missed a spot renaming block to silence 2017-11-13 15:35:52 -05:00
Joshua Rosenfeld 128ca0d1a9 Missed a spot changing defer to ignore (#5267) 2017-10-26 15:22:45 +11:00
Joshua Rosenfeld 781e11f855 Change defer flag to ignore flag 2017-10-25 22:51:44 -04:00
Joshua Rosenfeld 64e5532b90 Add div to login-required text 2017-10-15 14:45:24 -04:00
Joshua Rosenfeld 52b33b448d Use simpler language 2017-10-15 14:36:50 -04:00
Joshua Rosenfeld 512a723936 Update username rule description 2017-10-13 21:47:04 -04:00
Joshua Rosenfeld ca3d6921a0 Add group name css target 2017-09-28 11:43:52 -04:00
Joshua Rosenfeld fbfc4de3eb Move staged below active 2017-09-26 16:46:37 -04:00
Joshua Rosenfeld 38057be0c1 Add CSS targets to nav pills 2017-09-15 10:54:10 -04:00
Joshua Rosenfeld 532b698c2f Merge pull request #5132 from tophee/master
Update "email in" help text
2017-09-04 15:19:43 -04:00
Joshua Rosenfeld e3e6fd6ea0 FIX: Only show topic timer to staff 2017-08-28 23:49:30 -04:00