Need forum archive badly!

Everything else that doesn't fall into one of the other PB categories.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

You're wrong. If we mark them as fixed, then we have reproduced the bug and then fixed it. We add relevent unit tests when possible to avoid future 'wake up'. About the 'nobody can remember them', who cares ? They are fixed and the update of PB are free, so why keeping the old unusuful list ?

The '[Done]' keyword is here to inform than the bug is fixed until the next stable release. All [Done] topics will be moved to private fourms when released.

So you should really trust us. Why would we delete silenty bugs ? Have you ever wondered why there is still very old bugs and why there is a lot of bugs entries ? If we wouldn't care, we would have cleaned this since a while. So stop your paranoia ;)
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

I can not say it was deleted, i say what i know, which is that the topics dissappeared! But i ignore the reason, probably lost without your knowledge, because i had it in "favorites" and can assure them was not fixed, since there was not pointed as 'fixed'.
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

Psycho, go easy. If the bug was reported as 'done' but wasn't fixed, post it again with the next release.

I've seen very few occaisions where bug reports were ignored (though they may be skipped during a few betas) and I don't recall a single case where the bug was deleted.

Then again, I suffer from MLAS, so...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Psychophanta wrote:I can not say it was deleted, i say what i know, which is that the topics dissappeared! But i ignore the reason, probably lost without your knowledge, because i had it in "favorites" and can assure them was not fixed, since there was not pointed as 'fixed'.
Indeed it was deleted by us, a topic doesn't 'disappears'. Don't assure anything, as we could have fixed and deleted them quickly when we doing a bug hunt session just before a release.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Fred wrote:Indeed it was deleted by us, a topic doesn't 'disappears'. Don't assure anything, as we could have fixed and deleted them quickly when we doing a bug hunt session just before a release.
Ok. That arises calm then. :)
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

Pantcho!! wrote:use teleport pro

search for it.

it will take few good hours but i bet you can scan the whole forum.
Just getting back off the topic, :) I have a filter done for teleport pro to pass these forums so that you can stay within a topic and not follow profile links etc. I have a copy of the tips and tricks forum and pass tool to store it in sqlite and show it in a browser control (still VERY buggy and unfinished though).

Only problem is that unlike more expensive versions of teleport, the pro version has a 65000 link follow limit so I'd have to get other bigger forums like Coding Questions, in bits which is very time consuming and I haven't been bothered.
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

Only problem is that unlike more expensive versions of teleport, the pro version has a 65000 link follow limit so I'd have to get other bigger forums like Coding Questions, in bits which is very time consuming and I haven't been bothered.
So do you think it is possible that you could break the forum up into smaller bites... one that the program could document? Say each years posts? :D
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

It recurses based on a start point, so if I navigate through a list of posts by say 10 pages and kick it off there I will get another 65k html files and then just copy them in. The date (to do it in years) would be based on the last post as that determins the depth it's sunk into the forum

I have a parser that is then chopping out the unneeded html and the parts that links in gfx and buttons and puts it into SQLite. This works okay but there is still more crap that my parser needs to handle. I have a table with author, subject, date, body etc (cause I REEEEEAAALLY want to search by post title :D ) and the viewer tool is where I was up to last time I was putting effort into this (a couple of months ago).

I want to create a web form shown locally in the web gadget, you put your search in and sends to a fake url (eg http://pbforum?title="hello") and the gadget notification callback can catch this, process it, peel the search params out, look up sqlite and return the rows found in a web page with links to the articles which will also point to a fake URL with the DB ID and be caught by the notification callback. I can even put the 15-post-at-a-time pages back together now (or atleast link them up)

This way I can keep the original web formatting of the post for display.

That's the idea but I ran out of time when my 2nd son was born :P

I'll pick it up again when I get some time. I have a download of tips&tricks only at the moment (done in april), teleport pro can still catch that whole forum in one sweep and it's the main one I want.
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
Post Reply