Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Brave new world
« Reply #30, on March 16th, 2012, 07:45 PM »
Note: Wedge doesn't import the log_comments table, which contains, hidden among real 'log' things, the anti-spam questions/answers. I think we already discussed how silly this is, but it's still true ;)

Drunken Clam

  • Drool, drool, drool....!
  • Posts: 154
Re: Brave new world
« Reply #31, on March 16th, 2012, 07:58 PM »
Very well done both of you, it's looking and feeling fabulous, you should be very proud. :cool:

spoogs

  • Posts: 417
Re: Brave new world
« Reply #32, on March 16th, 2012, 08:03 PM »
BUG - From the front page, clicking on any topic take you to the last post in that topic opposed to first unread. Whether you click the link or the icon it does the same thing.
Stick a fork in it SMF

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Brave new world
« Reply #33, on March 16th, 2012, 08:08 PM »
Doesn't happen to me...?

@Pete and all> Where is the option to disable posting groups in the userbox? I believe there is one, but couldn't find it... The admin search didn't help, either.

TE

  • Posts: 286
Re: Brave new world
« Reply #34, on March 16th, 2012, 08:16 PM »
Quote from Nao on March 16th, 2012, 07:34 PM
So, given that structure, I would have expected to see attachments moved over here. In fact, the only files that were in this folder were the avatars.
hmm, that's weird. I've tested this on at least four different SMF installations and all worked fine..
Quote from Nao on March 16th, 2012, 07:34 PM
- try and fix the duplicate key stuff...
Might be related to line line 738.
Code: [Select]
$special_result = $db->query(sprintf($current_data, $_REQUEST['start'], $_REQUEST['start'] + $special_limit - 1) . "\n" . 'LIMIT ' . $special_limit);
I wasn't able to reproduce this issue, even with my 275k test board..
Importing attachments in general is still a bit 'buggy', I know.
Quote from Nao on March 16th, 2012, 07:34 PM
However, about 10 attachments (out of ~875) weren't imported.
And the files existed in the old wedge attachments folder? There's an is_file() check and the database record is only imported, if the file exists.
Thorsten "TE" Eurich - Former SMF Developer & Converters Guru

Pandos

  • Living on the edge of Wedge
  • Posts: 635
Re: Brave new world
« Reply #35, on March 16th, 2012, 08:54 PM »
Does the importer recognize different attachment folders?
# dpkg-reconfigure brain
error: brain is not installed or configured

Farjo

  • "a valuable asset to the community"
  • Posts: 492
Re: Brave new world
« Reply #36, on March 16th, 2012, 08:57 PM »
Quote from spoogs on March 16th, 2012, 08:03 PM
BUG - From the front page, clicking on any topic take you to the last post in that topic opposed to first unread. Whether you click the link or the icon it does the same thing.
I get this as well. The New image is on the first unread post[1], but the browser goes to the last post.
Posted: March 16th, 2012, 08:56 PM

ps the Switch to full editor button is cool :)
 1. Actually, if the first unread post is on the previous page the New image is on the top post of the last page.

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Brave new world
« Reply #37, on March 16th, 2012, 09:02 PM »
Still not at desktop, but a couple of things.

Skuggishness is mostly just using quick reply, in that I can sometimes be a few characters ahead of it in terms of what I've typed vs what it's showing. It's not consistent, needs more testing.

I never fixed the newest-PM-first to be default, I think I'd forgotten that it did.

Re BB, check the log intrusion table, should tell you what rule it tripped, but if it's throwing no_board, it's not BB tripping it. There's no option to disable it though.


@Pandos, not at the pressent time, and it's probably going to be altered in the future because of the planned changes to have Aeva handle attachments. There are also other reasons that even thr current multiple folder setup is inefficient and not recommended.
Posted: March 16th, 2012, 09:00 PM

The jump to latest post is a bug I can also confirm, I suspect that it's generating thr wrong # for the link, but that should be confined to the front page which is unique to this site for now.
Posted: March 16th, 2012, 09:02 PM

Note my icon is different :D
When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest. | Game Memorial

spoogs

  • Posts: 417
Re: Brave new world
« Reply #38, on March 16th, 2012, 09:05 PM »
Quote from Nao on March 16th, 2012, 08:08 PM
Doesn't happen to me...?
Interesting :unsure: it's not doing it anymore but I was able to confirm it at least 3 times earlier

 :edit: Thanks Pete, at least I dont feel too crazy now :P

Pandos

  • Living on the edge of Wedge
  • Posts: 635
Re: Brave new world
« Reply #39, on March 16th, 2012, 09:07 PM »
Hm..
but how to upgrade my forum with about 500.000 attachments in different folders?
Not really purge them in one big folder. eh? :)

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Brave new world
« Reply #40, on March 16th, 2012, 09:13 PM »
Wedge.org was a 'special' site, given all of its hacks, so I guess importing was never going to be easy anyway...
Quote from TE on March 16th, 2012, 08:16 PM
And the files existed in the old wedge attachments folder? There's an is_file() check and the database record is only imported, if the file exists.
I have no idea if they existed at all. That's probably what caused the difference. I didn't thoroughly check the difference in tables, because they're not sorted the same when exporting the SQL stuff (the Wedge version returns attachments first, and avatars later, while the SMF version returns all by ID.)
Posted: March 16th, 2012, 09:11 PM
Quote from spoogs on March 16th, 2012, 09:05 PM
Interesting :unsure: it's not doing it anymore but I was able to confirm it at least 3 times earlier
It was a small bug in SSI.php, which I silently fixed an hour ago, so you shouldn't have it anymore ;)
(Grmpf, Merge Posts isn't working, apparently...)
Posted: March 16th, 2012, 09:12 PM

(Another bug? If trying to set up more than 3 registration questions, I never get more input boxes to show up.)

TE

  • Posts: 286
Re: Brave new world
« Reply #41, on March 16th, 2012, 09:17 PM »
Quote from Pandos on March 16th, 2012, 08:54 PM
but how to upgrade my forum with about 500.000 attachments in different folders?
Not really purge them in one big folder. eh? :)
500.000? I'm shocked ;) I'll add multiple attachments folder handling soon..

Pandos

  • Living on the edge of Wedge
  • Posts: 635
Re: Brave new world
« Reply #42, on March 16th, 2012, 09:20 PM »
My forum is a little bit bigger :)
THX for adding support for multiple attachments. This will save my life.

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Brave new world
« Reply #43, on March 16th, 2012, 09:22 PM »
The thing with the existing structure s that it actually scales badly and is inefficient. What MediaWiki does is far better because it spreads the load across inodes more equally thus keeping performance up.

New bug, if I press the home menu button, I get pushed back to the current # place before I can actually click the link.

Re link bug, it goes to /msg123456/?topicseen#new rather than /new#new which might be related.

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Brave new world
« Reply #44, on March 16th, 2012, 09:24 PM »
I'll merge all my posts together as soon as I understand why it's not working right now.
Quote from Arantor on March 16th, 2012, 09:02 PM
Skuggishness is mostly just using quick reply, in that I can sometimes be a few characters ahead of it in terms of what I've typed vs what it's showing. It's not consistent, needs more testing.
Haven't met the problem again. I still have the Draft problem though. If I'm reading a long post (and just that), and scroll down, I'll see the "draft last saved..." message.
Quote
I never fixed the newest-PM-first to be default, I think I'd forgotten that it did.
Where is that set already? Theme options? Settings?
Quote
Re BB, check the log intrusion table, should tell you what rule it tripped, but if it's throwing no_board, it's not BB tripping it. There's no option to disable it though.
I'm getting 'not_googlebot' errors but not at the same URLs as what I have in my error log...!
Here's a sample log:

Code: [Select]
Host=my.wedge.org
Connection=close
Accept=*/*
From=googlebot(at)googlebot.com
Accept-Encoding=gzip,deflate
X-Real-Ip=66.249.72.186

The IP resolves to a domain at googlebot.com, which seems to belong to google.com... So it's a false positive isn't it..?
Quote
@Pandos, not at the pressent time, and it's probably going to be altered in the future because of the planned changes to have Aeva handle attachments.
I'm afraid that when it comes to me, I won't promise anything before we even start working on Wedge 2.0... I got bitten in the ass by AeMe integration, and decided it's already good enough as it is. I'll write a custom importer once I'm ready to do it, so that we don't feel pressed for time.
Quote
There are also other reasons that even thr current multiple folder setup is inefficient and not recommended.
Yeah, unfortunately.
I thought we'd rewritten that, but we probably only discussed it...
Quote
Note my icon is different :D
YES!!!!!! :eheh:
We should add an iPod icon if not already done :P