• GitHub
  • Documentation
  • Discord
  • Tip
search
  • chevron_right Threads
  • label Feedback

Little things ....

rafalp
March 19, 2013
chat_bubble_outline 10
  • link
    rafalp
    Project Lead 2028 posts
    March 19, 2013, 1:14 p.m. March 19, 2013, 1:14 p.m.
    link

    Attachments and polls are planned but "content types" are coming in first.

  • link
    DigitalDoctor
    Members 25 posts
    March 19, 2013, 12:32 p.m. March 19, 2013, 12:32 p.m.
    link

    (1) Title lengths allowed too short.

    All I was allowed was: When editing a thread button shouldn't say Edit when reposti


    (2) No Support for [IMG] tags.
    Misago doesn't support uploads yet ... so I used Tinypic and copied the [img] URL like I use in all other forum software.
    [IMG]ht tp://i49.tinypic.com/29axwg1.jpg[/IMG]
    But it didn't work. Could you parse [IMG] tags and use your syntax ?

    BTW, what type of image attaching syntax is this ? Markdown ?
    Hello

  • link
    DigitalDoctor
    Members 25 posts
    March 19, 2013, 1:03 p.m. March 19, 2013, 1:03 p.m.
    link

    Are you planning to allow attachments ?

  • link
    rafalp
    Project Lead 2028 posts
    March 19, 2013, 12:55 p.m. March 19, 2013, 12:55 p.m.
    link

    I belive thread titles should be as short as possible, and this installation is configured to reflect that belief.

    Misago uses Markdown instead of BBCode so stuff like [b] or [img] doesn't work. And as of now I am not truly convinced I should be implementing bbcode fallbacks for those sites.

  • link
    DigitalDoctor
    Members 25 posts
    March 20, 2013, 1:16 p.m. March 20, 2013, 1:16 p.m.
    link

    I couldn't get search to work. Maybe change "Search Community" to coming soon ? :)

  • link
    rafalp
    Project Lead 2028 posts
    March 20, 2013, 1:57 p.m. March 20, 2013, 1:57 p.m.
    link

    It's not implemented, but field is going to remain for folk to get idea of how complete UI will look like.

  • link
    Brad
    Members 11 posts
    May 1, 2013, 11:59 a.m. May 1, 2013, 11:59 a.m.
    link

    Are you planning on storing attachments as flat files or in the database? Or both?

    On the subject of bbcode: I like the fact that you're using markdown, but a "legacy" bbcode option would be nice for people that are used to it (and there are a ton of those people). Might be nice to set up a filter to catch and convert common bbcodes into markdown. Would help people adjust and it could be something that could be turned off/on. As long as bbcode was never stored in the database that is..

  • link
    rafalp
    Project Lead 2028 posts
    May 1, 2013, 9 p.m. May 1, 2013, 9 p.m.
    link

    Attachments will be stored on hard drive and served to members trough python gateway. I don't think DB could handle file streaming well. Since 1.5 Django supports sending large files to clients and I need gateway to make sure only guys with permissions get to download files.

    Posts are stored in two forms in database: raw post as it was written by user, and preparsed post that only needs attachments and language strings replaced. I probably could extend MD parser to support some BBCodes, but then how do you make sure that people eventually switch to MD instead of sticking to BBCode forever?

  • link
    Brad
    Members 11 posts
    May 2, 2013, 12:52 a.m. May 2, 2013, 12:52 a.m.
    link
    @rafalp

    Attachments will be stored on hard drive and served to members trough python gateway. I don't think DB could handle file streaming well. Since 1.5 Django supports sending large files to clients and I need gateway to make sure only guys with permissions get to download files.

    Posts are stored in two forms in database: raw post as it was written by user, and preparsed post that only needs attachments and language strings replaced. I probably could extend MD parser to support some BBCodes, but then how do you make sure that people eventually switch to MD instead of sticking to BBCode forever?

    I was thinking that you could convert bbcode on the fly to MD, and just store the MD version in the database. I know that would add a bit of overhead but it'd be worth it imho because a lot of people are going to want the option of bbcode.

    If you're going to eventually have a system that allows existing forums to convert to Misago you'll have to convert bbcode into MD to do it properly anyway (well, for some forum software at least). :)

  • link
    rafalp
    Project Lead 2028 posts
    May 2, 2013, 3:16 a.m. May 2, 2013, 3:16 a.m.
    link

    I want to move my forum from IPB do Misago further down the road so yes, BB->MD translator is on the list.

    As for using it in user postings... hummm, I dunno, I would need to have ready implementation to judge its usefulness to such problem.

  • link
    rafalp
    Project Lead 2028 posts
    May 30, 2013, 11:04 p.m. May 30, 2013, 11:04 p.m.
    link

    Mandatory image alt's were dropped with latest commit to 0.3 branch:

    moetron.com/uploads/20130508_chuunibyou00_resize.jpg

arrow_upward Go to top
  • This site uses cookies to gather statistical data for use in traffic analysis.
  • GitHub
  • Documentation
  • Discord
  • Tip
  • Terms of service
  • Privacy policy
powered by misago