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

WIP: reply by drawing

$
0
0

@awole20 wrote:

I don't know if this has been attempted yet, but here's a very quick WIP hack together of a small plugin that will allow you to draw a reply in a canvas. I got jealous of google hangouts so I wanted to hack something similar into discourse.

It's not yet functioning, so I'm throwing it under broken-plugins (it also has pretty primative drawing methods, and starts with some test data already filled in the canvas). I stole a lot of modal view and such from the replygif plugin. Credit where credit's due. :wink:

The broken part is -- I'm not quite sure how to shove the base-64 png data across the wire as a file upload just yet (it just prints the data in the console and the compose window for now). Any pointers or suggestions to actually perform an upload would be great!

https://github.com/featheredtoast/discourse-plugin-draw-reply

Posts: 7

Participants: 5

Read full topic


Thank You So Much

$
0
0

@AnonymousPerson wrote:

I'd like to say...

Thanks for making discourse available to us! The hopscotch community has brought us all together from all ages and all places around the world, into one giant coding forum! The beautiful display and convenience is sure to be one of the best forum displays I've ever seen. Thanks again.

@sam @codinghorror @admins

Posts: 1

Participants: 1

Read full topic

Test emails work fine but others are strange

$
0
0

@zh99998 wrote:

Test emails work fine but nothing else 继续讨论:

my discourse forum emails behaved strange now.

test email is ok, but others like forgot password not.
seems it's not blocked by smtp provider, just discourse not sending it.
it's not shown in /admin/email/sent.

i tried forgot_password many times, but none of them shown in sent.
test_messages are shown here, and i received them too.

Started POST "/session/forgot_password" for 112.124.17.10 at 2016-02-05 04:56:10 +0000
Processing by SessionController#forgot_password as */*
  Parameters: {"login"=>"zh99998@gmail.com"}
Completed 200 OK in 64ms (Views: 0.3ms | ActiveRecord: 54.0ms)

Posts: 3

Participants: 2

Read full topic

Problems with docker 1.10 & kernel 3.13.0-76 kernel

$
0
0

@watchmanmonitor wrote:

I just ugraded an ubuntu 14 host to docker 1.10 and get this:

# ./launcher app rebuild
Device "docker0" does not exist.
Cannot connect to the docker daemon - verify it is running and you have access

# docker --version
Docker version 1.10.0, build 590d5108

apt-get upgrading all & rebooting haven't changed this.

thoughts?

Posts: 7

Participants: 2

Read full topic

How to set env variables only for building

$
0
0

@zh99998 wrote:

I want to set HTTP_PROXY during rebuild discourse, but not for running. is there any way to do it?

Posts: 1

Participants: 1

Read full topic

Dismissing autocomplete of username

$
0
0

@redbassett wrote:

I like the implementation of user tagging that autocompletes usernames after I type a @ symbol. The autocomplete window that pops up, however, is hard to dismiss. Attempts to either use the right-arrow key or clicking the cursor elsewhere in the text before hitting return still autocomplete the first suggested username instead of allowing me to type something arbitrary after an occurrence of @.

For example, on a Discourse powered forum I want to type the following code snippet (using space indentation rather than ticks):

@hello
# more code here

When i enter @hello, I am prompted with the popup. If I hit return immediately, it autocompletes a username. That is fine. But if I click away (say to the end of the second line) and hit return to start a third line, the autocomplete is still filled in. Currently, the only way I have found to bypass this is to manually hit [esc] when the autocomplete shows up.

Posts: 5

Participants: 4

Read full topic

Highlight parts of a post that have been quoted in a reply

$
0
0

@Crissov wrote:

Quoted reply is currently not a true two-way relationship. The reply has the quote and a link to the original post, but the original post gets only a link to the reply without any indication which parts have been quoted if any.

Marking portions of a post that have been quoted in replies serves two purposes (at least): readers can assert replies better without/before reading them and important/popular parts of a message get highlighted.

Here is an example paragraph that will be quoted in a subsequent message.

Posts: 8

Participants: 4

Read full topic

PAID : Looking for someone to do customizations / plugin work

$
0
0

@michaeld wrote:

At DiscourseHosting we get quite some questions about CSS / Javascript / HTML customizations. Every now and then we need someone for plugin code as well.

Due to the fact that we are putting all our focus towards hosting, we'd like to get in touch with people who we can delegate these kind of tasks to on a freelance basis.

If you're interested in doing this kind of work for us, please PM me with your resume and some examples of your work.

Posts: 1

Participants: 1

Read full topic


SSO and local logins

$
0
0

@sergiy.pavlenko wrote:

Hi, all

I try connect my site with forum ( discourse ). But, have a problem. If enable SSO in admin panel, user can auth only from SSO ( without local login or social networks ). If I disable SSO, user can auth from local login and social networks, but not from SSO.

I can enable SSO auth and local ? For my users if register on general site, automatically auth on my forum. Or if user not have account on general site, create new account on forum.

I find "solution" create new auth_provider ( openid ). But, discourse after auth with example Facebook need fill register fields. Not automatically auth :frowning: Is strange.

Posts: 1

Participants: 1

Read full topic

Discourse's Third Birthday

$
0
0

@codinghorror wrote:

As of today, it’s been three years since we launched Discourse as a public project. How time flies when you’re having fun! As birthday present, I’m pleased to announce that as of this morning – literally, this morning – we now own our domain name: discourse.com The domain was previously owned by Educational Testing Services,…


This topic is for comments on the original blog entry at: http://blog.discourse.org/2016/02/discourses-third-birthday/

Posts: 6

Participants: 6

Read full topic

Better commit messages for the changelog

$
0
0

@oblio wrote:

Hi guys,

I like Discourse a lot and I appreciate having such awesome Open Source software available for free (ignoring the cost of hosting it myself). So I hope you guys don't think that I'm bashing the great work you're doing with this post.

But I think there are some improvements which could be made to help users. Some of them are quite tedious and possibly annoying for developers but are quite useful for Discourse users.

I'll make separate topics for each of the improvements I'm thinking of, this is the first one.

Discourse has a helpful message telling you that the instance is out of date and recommending to the latest version. There is an even more helpful link pointing to the changelog. And this is where things get blurry, since the link is always https://github.com/discourse/discourse/commits/master. Which is fine, since you can see the changes.

However... that's the full list of changes. So you have to scroll quite a bit to find the things you want (such as: first commit included in v1.5.0.beta10, last commit included in v1.5.0.beta10). The commit messages format is not standardized and is also quite hard to parse at a glance.

I recommend adding some sort of tags at the start of the message, with a limited set of tags available: fix, improvement, doc, release, etc.

And a format which makes the tag stand one. Some examples I've seen and used in the past:

  • FIX - ... IMPROVEMENT - ... DOC - ... RELEASE - ...
  • [FIX] ... [IMPROVEMENT] ... [DOC] ... [RELEASE] ...
  • FIX: ... IMPROVEMENT: ... DOC: ... RELEASE: ...

Extra style points awarded if bugfixes point to issue tracker IDs ([FIX-182323] - ...) or if the changelog is automatically transformed into a human readable version such as this one: https://www.jfrog.com/jira/secure/ReleaseNote.jspa?projectId=10070&version=15683

Thank you for bearing with me :slightly_smiling:

Posts: 17

Participants: 5

Read full topic

User location's flags

$
0
0

@SidV wrote:

Hello, we need identify the countries where the members come from.

Something visible without clicking on the profile or expanding the profile info, an example:

I searched the forum about this topic, and I found this:

A question to staff, what's the idea about that?
Shows the "location's text" as "text" or such as an image flag?
Could you tell us more about that?

Thanks!!!

Ps, I didn't know where I have to post this "idea" or request, so I wrote it in "uncategorized".

Posts: 1

Participants: 1

Read full topic

Issues with strikethrough HTML5 tag

$
0
0

@jomaxro wrote:

Summary:

Using <s> </s> tags with multiple paragraphs produces inconsistent results in the preview pane versus a baked post.

Steps to reproduce:

  1. Create multiple paragraphs with blank lines separating them
  2. Add <s> in front of first paragraph
  3. Add ` at end of second (or later) paragraph

Expected Results:

All text between <s> and </s> is striked out

Actual Results:

Preview pane shows expected results. Only first paragraph in baked (submitted) post is striked out.

Notes:

I was able to replicate this on try.discourse.org, however try is a beta ahead (10) of stonehearth. See post below:

Attachments:

Screenshot of post editor and submitted post on try.

Version:

Discourse 1.5.0.beta9 (discourse.stonehearth.net)
Discourse 1.5.0.beta10 (try.discourse.org)

System Information:

Windows 10 Pro, Chrome Stable 48

Posts: 3

Participants: 2

Read full topic

Mini Profiler Resources doesn't respect subfolder

$
0
0

@Falco wrote:

Hey guys,

This is another subfolder police public announcement.

Somewhere between 1.4.0 stable and 1.5.0.beta.8 mini profile resource url forgot how to deal with subfolders.

I'm searching for the culprit commit (between Discourse repo and Mini Profiler repo) just adding this post here so I don't forget (because it's Carnival in Brazil :confetti_ball:)

Posts: 1

Participants: 1

Read full topic

Unable to select/enter pin topic date in IE 11

$
0
0

@tomspilman wrote:

So I go to pin a topic and it seems now a date is required to pin any topic. I've tried a bunch of different date formats and so far I've not been able to work out what it needs from me. It continuously tells me "A date is required to pin this topic." regardless of what I enter in that box.

Am I missing something obvious? Do I maybe have something misconfigured?

Posts: 10

Participants: 4

Read full topic


Cleaning up e-mail logs

$
0
0

@garthomite wrote:

I was looking to free up some disk space on our discourse installation and I noticed that the email_logs table was using a substantial amount of space compared to everything else. For context all other tables amount to about 100mb but the e-mail logs are in the range of 12GB

I'm curious, is there a process to limit the amount in this table? Can older entries be removed on a regular basis?

Thanks!

Posts: 7

Participants: 3

Read full topic

Bootstraped Discourse before configuring email

$
0
0

@jhosein wrote:

Well... I've been trying to figure out what's going on with my instance and emails not working until I saw this:

If you do not properly configure email before bootstrapping YOU WILL HAVE A BROKEN SITE!

I have a broken site. What should I do to fix this? I'm totally fine with re-installing Discourse, but I'm not sure whats the best way to go about doing that. This is my first time working with an Ubuntu instance and ssh access.

Posts: 2

Participants: 2

Read full topic

Pressing "Add edit reason" button does not auto-focus into the text field

$
0
0

@GaurangTandon wrote:

This is just a really small bug and can easily be fixed.

Summary: When we press the "Add edit reason" button, the text field that comes after pressing that button does not get auto focus.

Steps to reproduce:

  1. Open any of your posts and click the pencil icon for editing. You'll see this at the top:
  2. Click the "add edit reason" button there. This appears:
  3. As you can see, the text field does not have focus and I have to manually click that field to get what I want:

Expected results: The text field should be highlighted automatically on step 2 above.

Actual results: The text field does not get automatic highlight on step 2 above.

Version: The one that's running on this site, right now, I don't know how to get it.

System information: Any system will see this bug hopefully, but I am using Windows 7 with Google Chrome 48.

Hope that's a quick fix :smiley:

Posts: 1

Participants: 1

Read full topic

What in the world is this site for

Custom translation lost after upgrading Discourse (system_messages.usage_tips.text_body_template)

$
0
0

@meglio wrote:

Please, we need it fixed - I lose customized translations when upgrading Discourse and I have to go through all of them againd and again.

Posts: 2

Participants: 2

Read full topic

Viewing all 60707 articles
Browse latest View live




Latest Images