Stories
Slash Boxes
Comments

SoylentNews is people

posted by NCommander on Tuesday April 01 2014, @01:22AM   Printer-friendly
from the do-not-adjust-your-browser dept.

We're going to be making the first major upgrade to slashcode since the site went live tonight. We're scheduling one hour of downtime from 02:00 UTC to 03:00 UTC to do the upgrade. During this time, we'll leave varnish running so the main index and article pages will be visible, but attempts to post or access uncached pages will generate Guru Mediation errors. I'll bump this post to the top of the index just before we go offline

During this time, IRC will remain available. If there are unexpected issues, we'll update our new status page with our status. I'll have a changelog written up and posted within the next 24 hours.

[Downtime will be from: 22:00 Eastern Daylight Time, 03:00 British Summer Time, 11:00 Japan Standard Time]

NCommander adds: Bumping this to the top of the queue again as we're going down in less than an hour.

paulej72 adds: Update is done. Please submit any new bugs here.

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1) by Azmodan on Monday March 31 2014, @11:52AM

    by Azmodan (463) on Monday March 31 2014, @11:52AM (#23510)

    I might be alone in this situation but I kind of miss the comments 2.0 feature. Maybe it's just because I dont like to open multiple pages to follow a discussion on my super slow connection.

    Do you think you'll add this feature someday?

  • (Score: 5, Informative) by NCommander on Monday March 31 2014, @12:23PM

    by NCommander (2) Subscriber Badge <michael@casadevall.pro> on Monday March 31 2014, @12:23PM (#23517) Homepage Journal

    We won't implement D2 as it was before (we don't have the code for it), but looking at implementing a D1.25/D1.5 to let you expand/collaspe with just javascript and no specific page loads (and of course working the same as it does not for people who don't wish to use JS)

    --
    Still always moving
    • (Score: 2, Interesting) by monkey999 on Monday March 31 2014, @11:49PM

      by monkey999 (4001) on Monday March 31 2014, @11:49PM (#23814)

      check out squte.com for how it should look

  • (Score: 3, Informative) by mrcoolbp on Monday March 31 2014, @03:22PM

    by mrcoolbp (68) <mrcoolbp@soylentnews.org> on Monday March 31 2014, @03:22PM (#23604) Homepage

    I also recommend "nested" view until we work out expanding/collapsing, it will load all the comments at once in your threshold.

    --
    (Score:1^½, Radical)
    • (Score: 1) by Azmodan on Monday March 31 2014, @04:36PM

      by Azmodan (463) on Monday March 31 2014, @04:36PM (#23638)

      Thanks will do the trick for now!

  • (Score: 3, Informative) by MaximumFerry on Monday March 31 2014, @03:31PM

    by MaximumFerry (416) on Monday March 31 2014, @03:31PM (#23609) Journal

    You can install SoylentNews Expandable Tree [userscripts.org]script to get that functionality.

    • (Score: 1) by crutchy on Monday March 31 2014, @08:54PM

      by crutchy (179) on Monday March 31 2014, @08:54PM (#23751) Homepage Journal

      expanidng/collapsing tree is very simple to code (even in slash for a single template) but knowing all the templates to modify and fitting in with the user prefs system (i think) appears to be the tricky bit. my pull request was (reasonably) denied cos i just threw in a quick hack without the holistic approach, but unfortunately (for me anyway, maybe fortunately for SN) any kind of holistic approach by me towards slash just aint gunna happen cos it would take me 10 years to figure out all the ins and outs (and another shiny pony will appear long before then).

      i'm actually kinda concerned that SN may eventually collapse merely under the weight of slash. i've never seen the pipedot source, but i'm sure it's much more lightweight than slash, which makes the holistic approach to new features much more practical.

      • (Score: 1) by paulej72 on Monday March 31 2014, @10:32PM

        by paulej72 (58) on Monday March 31 2014, @10:32PM (#23796) Journal

        curchy,
        Your pull was not merged for exactly the reason you specified. It is easy to put a open close switch on the comments, but what really needs to happen is that all of the comments are loaded, with ones below your threshold shown minimized by default. The title of a comment would then show or hide that comment and a new ui element beside a nested list would then open or close the whole nested list (a plus or an arrow like on tree views of folders). This is how I envision it working.

        The current issue I have is that the code for creating the nested lists is rather magical and lives in three different pieces of code. I have not been able to decipher where everything is being generated so I can make it work properly to show all comments and to tag them with the proper mod level.

        paulej72

        --
        Team Leader for SN Development