Quantcast
Channel: Discourse Meta - Latest topics
Viewing all 60613 articles
Browse latest View live

Chrome 59 headless support

$
0
0

@riking wrote:

https://developers.google.com/web/updates/2017/04/headless-chrome?utm_source=frontendfocus&utm_medium=email

It would be possible to start using Headless Chrome for smoke tests instead of PhantomJS.

The bare-bones implementation would be to run:

% CHROME_PATH=/opt/google/chrome-beta/google-chrome-beta
% $CHROME_PATH --headless --disable-gpu --dump-dom https://meta.discourse.org

(pointing to the localhost:xxxx url) and check that the topic list shows up.

This command takes several (~8?) seconds on my machine on the first run, then is very fast (~1sec) afterwards.

More complicated integration tests - such as typing a topic and posting it - could be done with the debugger port.

Making this change will probably speed up the CI workflow due to the more optimized JS implementation.

Posts: 2

Participants: 2

Read full topic


Can't change profile image on forums.docker.com

Image problems in topics

$
0
0

@saschaarthur wrote:

Hello,

Im using this discourse docker container (https://github.com/discourse/discourse_docker/) more or less with default settings.

We running into the trouble that our previews(attached images) in the topics are not working properly.

I investigates a bit deeper and it seems that the html generator is not detecting the size of the image correctly:

<img src="xxx/uploads/default/original/1X/e21fa533c8b576334ce47208b471eb0676be4420.png" width="0" height="0">

The webserver itself returns the image correctly and if i live resize the html tag (with debug console), the image shows up.

This issues seems also only to happen in google chrome (latest version) firefox is working fine. Any idears?

Also if we edit the topic, the preview sizes in the html tag are correct..

Posts: 18

Participants: 5

Read full topic

Discourse on verification email showing 80 port

Wrong URL for my Discourse site?!

Can this forum be used for an adult entertainment community?

$
0
0

@badmaash wrote:

Hi

Can this forum be used for an adult entertainment community?

What are the T&C's for this software?

Thanks

B

Posts: 3

Participants: 3

Read full topic

Discourse in subdirectory auto-rewrites URLs pointing to other areas of the domain

$
0
0

@Magnetidog wrote:

Hi - I have Discourse setup in a subdirectory - mywebsite.com/community

When I enter URLs pointing to a directory parallel to that one, e.g. mywebsite.com/blog, Discourse rewrites the URL as mywebsite.com/community. Is there a way to prevent this?

Thanks.

Posts: 12

Participants: 3

Read full topic

Discourse Larger Font Theme

$
0
0

@Mittineague wrote:

Continuing the discussion from We need a "large fonts" and "small fonts" theme to ship with Discourse:

Discourse CSS, is perhaps not as simple as it might be.
SCSS gets compiled into CSS which IMHO is a good thing that helps to reduce redundant declarations.
This Theme deals specifically and solely with CSS intended to increase font size.
One complicating factor is that existing font-size declarations have different length units. Some are pixels, others percentage and others em.
I have a personal dislike of using pixels for font size and therefore am using em units
A problem with calculated values is that they are based on parent elements. i.e. the Cascading of CSS. Thus a change in one place can affect the display of other content, at times, less than ideally.
Another concern with CSS is specificty, selectors may be eg. elements, classes, ids, etc. Higher specificity selectors "win out" over lower specificity selectors.
I have a personal dislike of using !important and have avoided using it to override higher specificity selectors

The Theme CSS so far uses only the arbitrary declaration
font-size: 1.2em;
My thought being that a 20% increase over the normal font-size would meet vision related accessibility guidelines.

I will be exploring the "nooks and crannies" of Discourse in hopes of finding anything I may have missed, but I welcome comments and any "heads up" from others regarding the Theme which can be found at

Posts: 3

Participants: 2

Read full topic


Badge links on user profile filter to current user, not the user being viewed

$
0
0

@jomaxro wrote:

Saw that @eviltrout committed the following a few hours ago:

I believe that is in response to the suggestion here:

Unfortunately, the links add the filter ?username= to the current logged in user ("yourself") instead of the user who's profile is being viewed.

Posts: 4

Participants: 2

Read full topic

How do I count topics in sub-categories?

$
0
0

@OpusK wrote:

I do not need to display it to anyone. I just want to see how many topics are in my sub-categories by Admin.

While it's easy to see the top-categories, we're not looking for those features in sub-categories.

Are these features basically missing?
If it is not, I would appreciate it if anyone let me know how it works :slight_smile:

Posts: 5

Participants: 2

Read full topic

Notify about flags after Bug take 2

$
0
0

@joco wrote:

A few weeks ago I reported the following. It was marked are resolved however this bug still exists. I still do not receive any notifications about flags regardless of the setting in the attributes.

Posts: 2

Participants: 2

Read full topic

Different category description for writers and readers

$
0
0

@Pad_Pors wrote:

the category description shown at top of the category page is usually for readers(consumers) of the content. while the category description in the drop-down menu of the editor window is for writers (producers).

is it possible to have two descriptions for these two types of users?

the good thing, is that in the create topic window one can use a short cta, "have you seen a bug? report it here! " and in the category page itself, this description can be longer: "A bug report means something is broken, preventing normal/typical use of Discourse. Do be sure to search prior to submitting bugs. Include repro steps, and only describe one bug per topic please. "

Posts: 1

Participants: 1

Read full topic

Is it possible to change users SSO's external_id after a DB migration?

$
0
0

@caub wrote:

First I had issues with the external_id field on SSO, because it was a string of length 16, and later I stored 24chars strings, but it completely messed up, you could get logged under a different user, it seems it cropped the external_id length, but that was hard to debug.

So I make sure to keep external_id with the same length, it's not really practical, why not using a TEXT column type for it?

And my question is also, can I update the external_id of existing users, after doing a DB migration on my external site that provides SSO? and allow those users to keep their existing discourse profile when they'll log in

Thanks for that good work

Posts: 1

Participants: 1

Read full topic

Replying to a private gruop post doesn't always set mode to tracking

$
0
0

@carlokok wrote:

Anyone else seen that for a private group post where the user isn't actively watching/tracking a group (ie it's set to Normal), when replying it doesnt' change to Tracking, even though the user replied (And has the personal settings set to make it tracking for a reply)?

Posts: 1

Participants: 1

Read full topic

Admin Dashboard Showing Problems Related to S3

$
0
0

@patrickbajao wrote:

Hi,

We have Discourse hosted on AWS EC2. We are also using S3 for our uploads and we enabled the s3_use_iam_profile site setting. We don't have problems with S3 integration.

With that enabled, I don't have to set the s3_access_key_id and s3_secret_access_key options anymore. But I still receive PMs saying that there are problems with my installation. On the admin dashboard, I can see a message saying that I have to set those settings but I don't really have to because we're already using an IAM profile.

I think that message shouldn't show if the s3_use_iam_profile and s3_upload_bucket are set.

Posts: 1

Participants: 1

Read full topic


Postgres server performance issues

$
0
0

@junaid_pk14 wrote:

Hello Guys,

We are facing performance issues of Postgres server. After enabling diagonstic information to log, it turned out that there are lot of queries which are not utilizing the indexes properly. Our server details are following. Can you check configuration of Postgres server. Thanks.

Postgres Version : 9.5.4

Server Hardware details :
Dedicate machine
16 Physical cores
32 Logical cores
RAM : 64 GB

RAM Type : DDR3
Drive Type : SSD 6.0Gb/s
Raid Controller : MegaRAID SAS 2108 Raid Card
Configured Raid : 10
No of Drives : 4
File System : XFS
OS : Centos 7

Please find the copy of postgres configuration in attachment.

Regards,
Junaid

Posts: 6

Participants: 3

Read full topic

ERR_TOO_MANY_REDIRECTS After Rebuild

$
0
0

@Yassine_Yousfi wrote:

I started getting the error:

ERR_TOO_MANY_REDIRECTS

after a ./launcher rebuild app

The website has been running fine for a long time, and had rebuilt it many times to install plugins and was all fine, and suddenly after last rebuild, it shows that error with no info, how can I access logs? or how to solve the error?

thanks

Posts: 4

Participants: 2

Read full topic

Embed creating duplicate topics

$
0
0

@sckott wrote:

First, thanks for Discourse - awesome product.

I'm using embed in this category https://discuss.ropensci.org/c/blog for comments on our blog at https://ropensci.org/blog/

After first implementing the embed, it worked great. Recently, our forum has been creating duplicate topics (which I try to quickly delete to minimize annoying our users). Any thoughts on why duplicate topics are showing up?

I wonder if it's at all related to how we make our site. We use Jekyll, render locally, then push to a server. I wonder if something about the way we update our site makes our forum think there's a new topic to create even though the blog post linked to that topic is already linked to a topic already created.

Maybe there's a way to prevent duplicate topics from being created as a work-around?

p.s. Duplicates were just created for three blog posts (the top 3 here https://discuss.ropensci.org/c/blog ) Duplicates seem to be created every few hours now.

Posts: 5

Participants: 2

Read full topic

When deleting a remote theme, color schemes can not be deleted

$
0
0

@precessor wrote:

I just uninstalled the theme, and the color schemes introduced by the theme remain.
Furthermore, I cannot delete them:

The "owned by" info is empty, and no Delete button is available.
(I reinstalled the theme and then deleted it again, and now I have two copies of all the Material color schemes, all not deletable.)

How can I delete these redundant color schemes?

Posts: 4

Participants: 2

Read full topic

Cloudflare Community

Viewing all 60613 articles
Browse latest View live


Latest Images