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

Avatar shows why different

$
0
0

Ma Jin wrote:

I uploaded a picture, why always show a different picture, in the post picture always shows the last picture

Posts: 6

Participants: 4

Read full topic


Error quoting image on FF

$
0
0

boomzilla@TDWTF.com wrote:

Trying to quote this image in firefox 32 (windows and linux) gets an error. The spinner never goes away. Works fine in Chrome.

It's working here. Seen in the wild here.

Posts: 1

Participants: 1

Read full topic

JS error typing ";)" in the text editor

$
0
0

Camille Roux wrote:

Hi,

When I type ";)" at the beginning of a message in my Discourse install (can't reproduce it here), I get the following error:

TypeError: Cannot read property 'slice' of undefined
at s (https://forum.humancoders.com/assets/vendor-e79862c12dae96912e251ccc2db43881.js:15:16374)
at s (https://forum.humancoders.com/assets/vendor-e79862c12dae96912e251ccc2db43881.js:15:17400)
at s (https://forum.humancoders.com/assets/vendor-e79862c12dae96912e251ccc2db43881.js:15:17400)
at Object.p.toHTMLTree (https://forum.humancoders.com/assets/vendor-e79862c12dae96912e251ccc2db43881.js:15:21072)
at Object.Discourse.Dialect.cook (https://forum.humancoders.com/assets/application-5a129f751545c1a6f7fe41d62befe89e.js:3:28082)
at Object.makeHtml (https://forum.humancoders.com/assets/application-5a129f751545c1a6f7fe41d62befe89e.js:2:15275)
at d (https://forum.humancoders.com/assets/application-5a129f751545c1a6f7fe41d62befe89e.js:7:19627)
at later (https://forum.humancoders.com/assets/application-5a129f751545c1a6f7fe41d62befe89e.js:7:19808)

The emoji plugin is disable, maybe the error come from it (what do you think @zogstrip?).

Posts: 1

Participants: 1

Read full topic

"Container" document attachments are unpacked

$
0
0

Clay Heaton wrote:

I just set up an internal Discourse instance to support feedback related to some ongoing projects. On one of the projects, we use the OS X app OmniGraffle to do wireframing and write specifications. OmniGraffle "files," ending with the extension .graffle actually are containers, like many files are on OS X. I think Pages files are this way, too, for example. The .graffle documents contain a data.plist file and whatever images you've embedded into the document.

Here's how it looks in the finder. Double-clicking opens OmniGraffle and the "document."

If you right-click on it, you can "Show Package Contents" to browse the container/folder. Inside you'll see the following:

Anyhow - in my Discourse instance, I allowed .graffle as an extension for file attachments, thinking it would be a good way to share these documents, from time to time.

Discourse viewed the requirements.graffle file as a folder, and instead of uploading the "file" as a single entity, it uploaded all of the contents of the .graffle package -- all 19 files separately.

While it's cool to be able to upload a folder full of files, in this instance (and with other OS X documents that use a package structure), the 'file' should be uploaded as a single entity.

Posts: 5

Participants: 4

Read full topic

Subcategory link in search results broken

CBL blocked localhost.localdomain - but I am using multiple domains on one IP

$
0
0

Philip Rhoades P wrote:

People,

For a user who has just signed up, mails are being blocked from reaching him and it is because my server SMTP is HELO'ing as "localhost.localdomain" - currently I could fix this in the Postfix config files but at the moment I have two domains on the IP address - so if I eventually start sending mails from the other domain, to the recipient it will look like I am sending from the Discourse domain (at least in terms of the SMTP packet) . . am I stuck? Should I really be running Discourse with it's own IP address?

Thanks,

Phil.

Posts: 2

Participants: 2

Read full topic

Error: "Could not locate Gemfile"

$
0
0

Jonathan Juan wrote:

I'm trying to run bundle exec RAILS_ENV=production rake assets:precompile, but it gives me a Could not locate Gemfile error. I've looked at other topics and the solution seems to be to cd to the directory that Discourse was installed into, but I am in /var/discourse and I'm still getting this error.

I'm running a Docker install on Digital Ocean, for the record.

Posts: 8

Participants: 3

Read full topic

Topic search doesn't search for user names

$
0
0

heinrich5991 wrote:

Basically the issue the title describes. When I press CTRL+F and search for a user that posted in a specific thread, I only find the people quoting them.

This is unexpected, because with the browser search I'd expect to search in the post author field as well.

Posts: 10

Participants: 5

Read full topic


Downloaded Backups are invalid (incomplete download)

$
0
0

Dean Taylor wrote:

When downloading large backups via the admin interface the download is incomplete / invalid.

Steps to Reproduce

  1. Go to admin of a site containing a large backup
  2. Select the backup button
  3. Select "Yes"
  4. Wait for backup to complete
  5. Check backup created a file in excess of 2GB
  6. Select the "Download" button next to the 2GB download
  7. Wait for download to complete
  8. Transfer backup file via SSH from the /var/discourse/shared/standalone/backups/default/ folder to local machine
  9. Wait for SSH transfer to complete

Expected

File downloaded via SSH to match the size of the file downloaded via the admin web interface.

Actual

File downloaded via SSH is 2.04 GB (2,191,337,195 bytes)
File downloaded via web interface is 1.01 GB (1,094,332,416 bytes) and incomplete.
Each attempt at downloading the same file via the web interface downloads a different size file.

Extra info

Backups ~245MB download correctly (these are my DB only backups).

Here are my attempts at downloading some backups:

I also tried downloading with Fiddler proxy to see if I could spot anything - headers appear valid.

Posts: 1

Participants: 1

Read full topic

New Volt Framework

$
0
0

AstonJ wrote:

Anyone seen the new Volt Framework - runs Ruby on both server and client (the latter via Opal). Must say I am really excited by it sunny

http://voltframework.com

I wonder if it would have been a good fit for Discourse?

Posts: 3

Participants: 2

Read full topic

Downloading backups should include Content Length

$
0
0

Dean Taylor wrote:

When downloading backups from the admin page the browser is unable to display a progress bar due to Content Length header not being included.

When backups get large it is difficult to know how far though the download progress we are.

I would like to request content length to be included.

Cheers,
Dean.

Posts: 2

Participants: 2

Read full topic

Pasted images garbage collection

$
0
0

Marco wrote:

I wonder what happens to a pasted (or uploaded) image in the editor when it's code <img ...> is later manually deleted in the editor. Is the referenced file deleted too?

And what happens if I paste the same image in two different posts and then I delete the <img...> code from one of them? Do they both reference the same file? Is the image deleted only when the last referencing code is deleted?

Posts: 3

Participants: 3

Read full topic

Can't get Instagram video to embed

My post disappeared

Unable to select category in Firefox on Nexus 7

$
0
0

Dean Taylor wrote:

Unable to select category in Firefox on Nexus 7

Any attempt to make selection causes drop-down list to appear then disappears.

Steps to reproduce

  1. Select "Create Topic"
  2. Wait for Create Topic dialog to open
  3. Select the category drop down list.

Expected Result

Drop-down list to stay on screen and allow, scrolling and selection of category.

Actual Result

Drop-down list displays for ~1 second then disappears again.

Video Capture

Related bugs

This issue was created for mobile however Firefox appears to use the desktop theme so this is still an issue

Posts: 2

Participants: 2

Read full topic


Create Topic category selection not on screen

$
0
0

Dean Taylor wrote:

When the browser window is resized down to ~800x600 the category list is hanging off-screen.

Everything else about the size appears to work correctly at this size.

As a quick work and dirty around I added this to the desktop CSS:

#reply-control.edit-title .contents input#reply-title {
	max-width: 42vw;
}

#reply-control .contents .form-element .category-combobox {
	max-width: 45vw;
}

Possible related topic:

Posts: 2

Participants: 2

Read full topic

Create topic title and category inputs too small on Nexus 7

$
0
0

Dean Taylor wrote:

On Nexus 7 in the create topic dialog the title and category inputs are too small.

I would expect title and category to fill the width of the screen in portrait mode, perhaps be equally split in landscape.

Landscape

Portrait

As a quick work and dirty around I added this to the mobile CSS:

#reply-control.edit-title .contents input#reply-title {
	width: 91vw;
}

#reply-control .contents .form-element .category-combobox {
	width: 95vw;
}

Possible related topic:

Cheers,
Dean.

Posts: 1

Participants: 1

Read full topic

If a list is entered into an ENV var in app.yml it should be rejected

$
0
0

Nate Finch wrote:

In my site's app.yml I had this (edited for brevity):

env:
  SOME_VAR:
    - option1
    - option2

Since it is impossible to guess how to turn this array to a string (do you concat using comma, pipe, space ? ) the bootstrapper should simple reject the config as invalid and blow up. Instead of using ruby's #to_s on the array.

(this is a pups specific issue)

Posts: 2

Participants: 2

Read full topic

CreateUser API call succeeds but never sends the email

$
0
0

Joshua Frank wrote:

I'm using the REST endpoint at /users?api_key=KEY&api_username=MyUserName to try to create a user.

The call succeeds--I think--because I get this response:

{"success":true,
 "active":false,
 "message":"You're almost done! We sent an activation email to \u003cb\u003ejosh@example.com\u003c/b\u003e. Please follow the instructions in the email to activate your account."}

But I never get the email. And I know I get emails in general, because a test send to that same address is received.

What do I do?

Posts: 7

Participants: 2

Read full topic

SSH keys for the docker container?

$
0
0

Nate Finch wrote:

I noticed that after I installed discourse using the digital ocean install steps, when I went to use launcher rebuild, it said there was no ssh key for the container, and asked me if I wanted to create one. Is there a way to create the SSH key during install?

Asking for two reasons - one, is that it would be nice to be able to connect to the container and the other is that I'm calling rebuild from a non-interactive session, so it'll never actually finish since I can't answer the question.

Posts: 3

Participants: 3

Read full topic

Viewing all 60690 articles
Browse latest View live




Latest Images