Ten percent of nothing is -- let me do the math here -- nothing into nothing, carry the --

Jayne ,'Serenity'


Buffistas Building a Better Board ++

Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.


Gudanov - Jul 29, 2018 5:38:18 pm PDT #4138 of 4669
Coding and Sleeping

Beta site it back. It feels a lot more real populated with a bunch of data.

Some caveats: Migration is not finished, so this is just testing stuff out. Current positions in threads, subscriptions, bookmarks, and blocked users are not migrated at this stage. The database was reset so if you already had an account on the beta site it was deleted. Since user data is migrated, you can log in with your regular buffista login but you will immediately be required to reset your account in order to have a secure password hash. (You don't need to reset with a different password, but the site can't just migrate password hashes so the process needs to be manual even if the password doesn't change). The site is at beta.buffistas.com


Tom Scola - Jul 30, 2018 3:33:59 am PDT #4139 of 4669
Mr. Scola’s wardrobe by Botany 500

Taking a quick look, I was able to log in successfully.

You didn't use the part in my code where it tries to determine if a text field is UTF-8 or CP-1252, at least for usernames. So, for example, ita's username is "§ ita §".

You also didn't use the part where it attempts to translate internal links from "showthread.php?..." to "/read/...", like here.

Also, any link inside a post that was manually coded by the user as "<a href=" is screwed up, like here.

Inline links are displayed as [link] over here, which I liked a lot, but it isn't done over there.

Also, I see the name of the Sang Sacré thread is wrong.


Gudanov - Jul 30, 2018 3:51:29 am PDT #4140 of 4669
Coding and Sleeping

Thanks for checking it out.

Yeah, there are a number of bugs to fix and there are some more parts of the perl script I need to translate over to my ruby migration script. I totally overlooked a couple of things I probably should have tried to get into this test.

Overall, I feel pretty good about this first test. It didn't take very long to go from the b.org database to the beta database. The tricky part is that the generated seed file was too bit to load in one go on the VM so I broke it up into 265 seed files and ran them sequentially.

I'm hoping that having a bunch of content on the beta board now will make trying it out easier. Registering as a brand new user is also perfectly functional.


Gudanov - Aug 01, 2018 10:57:06 am PDT #4141 of 4669
Coding and Sleeping

If any admins want to edit/create static pages (FAQs, Etiquette, How-To, etc...) on the beta site, feel free to do so. I can save them off before the next database reset. It's in the 'Pages' section of the Admin Portal.


Gudanov - Aug 14, 2018 4:28:05 pm PDT #4142 of 4669
Coding and Sleeping

New feature on the beta board. If you go to your profile settings and select 'View' you can turn on the left sidebar. The left sidebar will disappear when the browser window gets too small for it.


Jon B. - Aug 14, 2018 6:13:45 pm PDT #4143 of 4669
A turkey in every toilet -- only in America!

I updated the front page with Jessica's unanimously approved text.


Laura - Aug 15, 2018 2:18:53 am PDT #4144 of 4669
Our wings are not tired.

Thanks, Jon. I normally open to the Message Center so I hadn't seen the change. Shiny!


Jessica - Aug 15, 2018 4:37:56 am PDT #4145 of 4669
If I want to become a cloud of bats, does each bat need a separate vaccination?

Thanks Jon!


Jon B. - Aug 15, 2018 8:36:48 am PDT #4146 of 4669
A turkey in every toilet -- only in America!

No problemo. By the way, there was no similar text on our Registration page, but if there's somewhere else it should go, please let me know!


Gudanov - Sep 03, 2018 6:04:43 pm PDT #4147 of 4669
Coding and Sleeping

The beta board has been updated with the ability to hold votes. I also added a proposal for testing it out.

When there is an open proposal a green button will appear in the main view. If you click on the button there will be a list of active proposals and when they expire. If you have not voted on a proposal, the there will be a vote button. If you have voted on a proposal then you will see the current tally.

For admins, there is now a 'Proposals' section where you can see proposals, create new ones, edit proposals, open or close proposals, and delete proposals.