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

Translations for v1.0

0
0

Neil Lalonde wrote:

We're getting close to releasing v1.0, so we'd like to get translations to 100% completion! Some locales have fallen behind lately, like French at 67% for server.yml. Can you please help us? Pleeeeeease?

As mentioned in this topic, we've moved translations out of the html.erb files into the standard yml files, which should make things much easier going forward. Some important keys that need to be translated soon are privacy_topic.body, tos_topic.body, and guidelines_topic.body.

I left the html.erb files in Transifex for now so they can be referenced, but I'll delete them once the translations are done.

https://www.transifex.com/projects/p/discourse-org/

Posts: 3

Participants: 3

Read full topic


New non-English installs

0
0

Neil Lalonde wrote:

Some strings get seeded into the database when a new site is bootstrapped:

  • Category names (meta, staff, lounge)
  • Legal docs (terms of service, faq, privacy policy)

We need a way to provide a locale argument during bootstrap, which would cause a row to be inserted into the site_settings table to set the default_locale before seed data is created. Or maybe there's another solution.

Posts: 5

Participants: 4

Read full topic

Moving categories does not work well all the times

Topic name does not get edited in citation - is that intentional?

Is it ok to use the same avatar as other users on meta?

0
0

Sam Saffron wrote:

No, it is not ok and we will switch you back to letter avatars.

Sorry, its just really confusing.

Also offensive avatars will be switched to letter avatars.

Posts: 1

Participants: 1

Read full topic

How to change retention policy?

0
0

steven wrote:

Hello, I'm trying to figure out how to change the retention policy..

currently the server:
Retain server logs containing the IP address of all requests to this server no more than 90 days.
Retain the IP addresses associated with registered users and their posts no more than 5 years.

I would like to set 'server logs containing the IP address' to 2 days and 'IP addresses associated with registered users' to 7 days.

Is this possible?

many thanks.

Posts: 4

Participants: 3

Read full topic

Progress bar displaying incorrect numbers after posts deleted

0
0

The Avatar Changer wrote:

Got this immediately after posting in 10k+ posts causes progress bar to show single number. I performed no additional navigation. This popped up immediately after posting my reply.

Based on the topic, the 40 is correct, 43 is wrong.

Posts: 3

Participants: 3

Read full topic

1 new topic (you have no new topics)


Problem with the login required setting

0
0

Nick Fulcher wrote:

I'm currently migrating an internal Discourse install to the new Docker method. I've been able to migrate all the data and setup my plugins. However, I have a problem when I change the "login required" setting.

When this setting is applied and I browse to the site in a new browser window, I get a 404 error on the login page. If I turn the setting off, the site functions properly and I can sign in.

Any suggestions?

Posts: 1

Participants: 1

Read full topic

When you enable larger than 10k counter there is a css bug

0
0

Sam Saffron wrote:

When you push short_progress_text_threshold above 10k we have a css bug.

Clearly, not urgent, but PR to fix this welcome. (provided it does not break anything else)

Posts: 4

Participants: 3

Read full topic

0.9.9.13 - Moderators cannot see Users Admin page

0
0

Graham P Langley wrote:

Hi All,

Recently updated discourse to 0.9.9.13 and now my mods are reporting they cannot access any users 'admin' page. I have impersonated them on the forum and can see that it takes them to /admin/users/USERNAME but gives a blank page. I then went to /admin/users, they can see the list of users, but they get a blank page when they try to click on a user.

I (as admin) can continue to do this fine... Has some sort of permission changed?

Posts: 2

Participants: 2

Read full topic

Strange nested quoting behaviour

0
0

resure wrote:

When I'm trying to quote post with images and another quotes I get this:

[quote="resure, post:6, topic:100"]
> Some text

...

> Nested quote

...

<img src="/uploads/default/32/415eb150e7502400.png" width="690" height="174">

...

> Another nested quote
[/quote]

These < and > are really frustrating users frowning

Posts: 2

Participants: 2

Read full topic

Discourse lazyYT

Incomplete /admin/docker update: "missing %{posts} value"

0
0

Jan Philip Gehrcke wrote:

A couple of hours ago I performed an update through /admin/docker, for incorporating changes that were checked in on Friday. One of these changes was https://github.com/discourse/discourse/commit/46bdd13491b08c2a2c03556036179b4ad5d0b4d6, where among others config/site_settings.yml was changed and the basic_requires_read_posts mechanism was supposed to be fixed. That update lead to my interface showing [missing %{posts} value] in the too_few_topics_notice, where 30 should have appeared.

I this state I sshd into the container and found that /var/www/discourse/config/site_settings.yml was still the old version, i.e. it contained basic_requires_read_posts: 30 instead of

basic_requires_read_posts:
    default: 30
    client: true

So it was not "sent" to the client, and therefore that [missing %{posts} value]. Now, I do not know where I can see update logs again (there is beautiful output when we upgrade through /admin/docker, but where can I later on see the same log again?), but it looks like that update was applied only partially.

I could reach a consistent state again by rebuilding the container, not surprisingly. But I figured I should better make a bug report, because in this case the /admin/docker utility left the Discourse instance in an invalid state.

Posts: 1

Participants: 1

Read full topic

Invalid redirect URI in Google OAuth2 API call (http instead of https)

0
0

Jan Philip Gehrcke wrote:

My web server only allows access via https to the Discourse instance I am running. It automatically redirects http requests to https. I have set Discourse to use https via the use https setting in the Security settings category. Generally, Discourse works fine with that setting. Regarding Google OAuth, however, I needed to remove the s from the https in the allowed redirect URI setting in the Google dashboard. The redirect URI in the API call sent by Discourse has the s removed (it specifies http://... instead of https://...). Therefore the URI I originally set in the Google dashboard does not match the redirect URI provided by Discourse in the API call.

As I have set my web server to redirect from http to https, this could be worked around by removing the s in the Google dashboard. The real fix, however, would be that Discourse sends the proper redirect URI in the API call in the first place.

I reproduced that with a checkout from yesterday.

Posts: 2

Participants: 1

Read full topic


Remove Invite Spam Protection?

0
0

Arpit Jalan wrote:

To protect Invite feature from potential spam, Discourse has a restriction:

A user can't send more than one invite to same email.

This restriction is limiting use of Disposable Invite Tokens feature. Let me explain:

While generating tokens Admin specifies the group(s), to which user will be added once he redeems invite.

This feature is particularly useful when Admin wants to invite multiple users to a private group. This means that if the existing user will redeem invite, he will automatically be added to that private group.

Now due to invite spam restriction, system will throw error if the user who is redeeming the invite was already invited previously by the same Admin who sent this disposable invite.

This means that Admin can't invite existing invited user to a private group using Disposable Invite Tokens feature.

Should we remove Invite spam protection? Please provide feedback/suggestions for this.

cc @stevebaer @sam @eviltrout @codinghorror

Posts: 4

Participants: 4

Read full topic

Guide me to Theme'ing

0
0

Alankrit Choudhary wrote:

Hello , i was very interested how
arttechspace.com
has their theme put up. With categories showing up at the start of the page having topics under it . Is there a theme like this that i could use ?? Or where and how do i start making a theme like this ?

Posts: 5

Participants: 3

Read full topic

Login broken in latest revision

0
0

Jan Philip Gehrcke wrote:

I am running the latest that was offered in the /admin/docker, rebuilt the container, and now obtain a

The page you requested doesn't exist or is private.

when I am trying to log in. I have set Discourse to require login in order to view content. Pretty sure that this is the same as observed by two other users here: https://meta.discourse.org/t/problem-with-the-login-required-setting/18089

So this looks to need an urgent fix.

Posts: 7

Participants: 4

Read full topic

"Popular" and "Recent" should not show on error page if login required to view content

0
0

Jan Philip Gehrcke wrote:

I want to have a "secret" forum that should not leak any kind of content to the outside. I thought that I achieve this by simply setting it to require login for viewing content. However, with that setting enabled, the "The page you requested doesn't exist or is private." error page lists the Recent and Popular things, leaking at least thread titles. I know that this might be controversial, but I consider this a bug.

Posts: 3

Participants: 3

Read full topic

How to downgrade to a certain revision or release with the Docker setup?

0
0

Jan Philip Gehrcke wrote:

After checking out the "latest and greatest" I have landed a pretty severe problem as reported here: https://meta.discourse.org/t/login-broken-in-latest-revision/18108/1 -- users can not log in anymore. In order to get my forum up again I obviously try to find an elegant way to "downgrade". What is the recommended way to rebuild a container using an older version of Discourse? Is that even supported? In my case I would want to go back from 0.9.9.14 to 0.9.9.13, i.e. to a certain git revision or tag.

Posts: 4

Participants: 4

Read full topic

Viewing all 60309 articles
Browse latest View live




Latest Images