Welcome, Guest. Please Login or Register.
March 28, 2024, 09:54:37 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  YaBB SE Info  |  News From the YaBB SE Team  |  1.5.1 Final Is Out! « previous next »
Pages: 1 [2] 3 4 ... 13 Reply Ignore Print
Author Topic: 1.5.1 Final Is Out!  (Read 87744 times)
Pitti
Guest
Re:1.5.1 Final Is Out!
« Reply #15 on: April 05, 2003, 03:06:08 AM »
Reply with quote

jo,

ein großes dankeschön an alle mitwirkenden

schönen gruß von
Pitti  :D
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:1.5.1 Final Is Out!
« Reply #16 on: April 05, 2003, 03:10:30 AM »
Reply with quote

Changes:

Final:
- fixed the newsfader bug that occured when trans sid was on.
- live news now times out just in case.
- fixed a minor typo in the memberlist. (Spaceman-Spiff)
- Display's link looks nicer. (Daniel D.)
- fixed an issue with skipping the admin password in the installer.
- fixed delete user right this time.
- fixed slashing bug on long subject. (unregistered..)
- updated the readme...
- fixed difference between Preview and Post. (Taildragger, Spaceman-Spiff, Peter Duggan)
- minor typo in poll posting fixed. (groundup)
- better validation for the instant message send form. (Parham)
- fixed a few possible security vulnerabilities. (Compuart)
- preview now shows most recent posts. (Compuart)
- fixed graphical issue on recent posts. (Compuart)
- fixed proxy checking not taking multiple proxies into account. (Compuart)
- added a session check to keep the database password more secure. (Compuart)
- boards weren't being marked as read from SSI. (Nemesis)
- entities were being lost on quote. (Chris Cromer)
- moderators can no longer sticky topics on boards they don't moderate.
- passwords are now stored with stronger encryption.
- fixed bad login shows admin button. (David)
- updated versions.
- updated credits.
- installer now uses better encryption.
- flash is now off by default.
- fixed split adds slashes. (Darkorical)
- new image now uses $img instead of hardcoded string. (Omar Bazavilvazo)
- fixed SSI who's online links again :/. (Omar Bazavilvazo)
- fixed another (small) security hole.
- better error message on no thread in display.  (Spaceman-Spiff)
- fixed javascript registration error. (Thorsten Ziege)
- fixed calendar events were slashed twice by magic_quotes_gpc.
- changing forum settings should be more seemless.
- fixed glow and shadow were getting extra slashes... (Darkorical)
- fixed some smilies didn't work in the news. (andrea)
- fixed enities being undone on modify and preview. (Spaceman-Spiff)
- fixed FTP links. *again!* (bobonion)
- installer's javascript didn't default the attachment path right. (Eric Davis)
- smilie regexp was slow. (Scotty_B)
- fixed post count drop on no count board. (Peter Duggan)
- changed the license.  PLEASE READ THE NEW LICENSE!
- search string wasn't being slashed. (silentbob)
- fixed a hole in stats. (Christian Land)
- lock/unlock polls now goes to the right place. (Compuart)
- start=msg213432 can now be used. (Compuart)
- direct link to recent posts... (Compuart)

Every file was changed.

-[Unknown]
Logged
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:1.5.1 Final Is Out!
« Reply #17 on: April 05, 2003, 03:18:27 AM »
Reply with quote

Quote from: groundup on April 05, 2003, 02:37:17 AM
Andrea, you did a lot too! you are an incredible beta tester.

Thanks for the flowers.   :-[   But there were some more incredible testers I suppose. As is shown by the preceeding post of unknown.

Quote from: David on April 05, 2003, 01:26:46 AM
If you are upgrading from a previous 1.5.1 RC version please use this package instead.
http://cbeta.yabbse.org/distrib/yabbse_1-5-1_update.zip

The "Sources" directory in this update package (and also in the SF update package) is containing slightly older files, they should be replaced by those from the "upgrade" package.
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:1.5.1 Final Is Out!
« Reply #18 on: April 05, 2003, 03:36:32 AM »
Reply with quote

That has been fixed, it was only a momentary mistake on my part :$.

You did do a lot, Andrea.... you found a lot of bugs, and provide wonderful support to countless users - what more can be asked?

-[Unknown]
Logged
thedifferenZ
Noobie
*
Posts: 20


be there as my light...

Re:1.5.1 Final Is Out!
« Reply #19 on: April 05, 2003, 05:08:14 AM »
Reply with quote

Hi all,
Great to see the 1.5.1 version and my congrats to all behind this great work. But at the same time i am a bit sad/confused...

I am a final year engineering student and now working on my college website as my major project. It involves everything like setting up server, secured registration for students and staff, webpage design, members only area, stuffs.... PLUS yabbse discussion board integrated to the college_websites_registered users login.

My whole server side programming is with CGI/Perl and so a Perl(my website)+PHP(yabbse) integration is bit complicated...
I need to check the following stuffs....

=>Same cookie properties[common login]

=>No registration from yabbse interface.[only from my perl_registration modlue, which is handled by web_administration_perl_Script]

=>No profile edition from yabbse interface[only from my website interface, because need to modify two databases yabbse_Db+website_Db]

I belived that if i can achive this much, then i will have a integration of my college website with yabbse.


BUT today i found that the new yabbse 1.5.1 have got a completly different cookie+login logic...

To make things simple, can some body out there tell me details of what all changes you made in the user_login section?

Session id???
password_encryption???
more???

Vijoy~
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:1.5.1 Final Is Out!
« Reply #20 on: April 05, 2003, 05:15:12 AM »
Reply with quote

thedifferenZ, please ask further questions in Scripting Help.

A new encryption method is now used, which involves md5.  You can find the function that does it in Subs.php... there's not much more I can say.

There's no way for you to get the session ID in Perl.  (Well, okay there is... but its far more difficult than you want to have to do.)  Sessions are a part of PHP... only.

-[Unknown]
« Last Edit: April 05, 2003, 05:54:14 AM by [Unknown] » Logged
xenon2000
Noobie
*
Posts: 35


I'm a llama!

Re:1.5.1 Final Is Out!
« Reply #21 on: April 05, 2003, 05:37:11 AM »
Reply with quote

I see the question about that changes have occured, has been answered. I am still waiting to hear info about the install "upgrade" process from 1.5.1RC1update45. I posted on page 1, but haven't heard anything about it yet. There is no readme in the upgrade package I download today. Thanks for any info on this.
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:1.5.1 Final Is Out!
« Reply #22 on: April 05, 2003, 05:56:01 AM »
Reply with quote

Quote from: xenon2000 on April 05, 2003, 05:37:11 AM
I see the question about that changes have occured, has been answered. I am still waiting to hear info about the install "upgrade" process from 1.5.1RC1update45. I posted on page 1, but haven't heard anything about it yet. There is no readme in the upgrade package I download today. Thanks for any info on this.


Like I said, every file was changed.... thus, you need to upload all the files.  (except images and language packs, although it is recommended that you do, so as to make your forum more available to a larger audience.)

-[Unknown]
Logged
xenon2000
Noobie
*
Posts: 35


I'm a llama!

Re:1.5.1 Final Is Out!
« Reply #23 on: April 05, 2003, 06:46:20 AM »
Reply with quote

Ok, so all I do is upload and overwrite all the files in thier respective directories. And that's it? don't have to do any permissions? or run any files after doing so? I am just wondering why this package didn't come with a readme.html like the past ones have.
Logged
Omar Bazavilvazo
YaBB SE Developer
YaBB God
*****
Posts: 2153


I never said I would stay to the end...

WWW
Re:1.5.1 Final Is Out!
« Reply #24 on: April 05, 2003, 06:58:01 AM »
Reply with quote

Added Global Moderators, also :)

David, Nemesis & andrea did a great job :P

Any admin>
Do you know why SF count of downloads still says 0?, even that many have already downloaded it?
« Last Edit: April 05, 2003, 07:01:45 AM by Omar Bazavilvazo » Logged

Greetings from México!
http://omarbazavilvazo.com
Mi foro Español-Japonés
http://hablajapones.org
http://hablajapones.org/index.php/japones/tutoriales/b16.php

NO me manden IM para soporte o dudas
...Leo los foros como todos...
Daniel D.
Mod Team
YaBB God
*****
Posts: 2935


Re:1.5.1 Final Is Out!
« Reply #25 on: April 05, 2003, 07:43:12 AM »
Reply with quote

As always, I slept when the new version came out :(.

Thank you Unknown and also Compuart and Bjoern (Chris rules, but he knows it ;)) - like the others I can only say: "Great job !". I know that there are much more people who worked on this, but I forgot all the names ;D...

Have fun with it, the best version ever.

Daniel

P.S.: Please activate the up/down buttons here !
« Last Edit: April 05, 2003, 08:20:12 AM by Daniel D. » Logged

Purple Raine
Beta Tester
Full Member
***
Posts: 141


Who's Yo Daddy?

WWW
Re:1.5.1 Final Is Out!
« Reply #26 on: April 05, 2003, 08:24:37 AM »
Reply with quote

If I had to thank Compuart and the rest of the hardworking people behind YaBBSE everytime they did something for me, I'd be banned from this site for spamming too many "thank you's". =)

So, I'll skip that and would like to say that I sincerely appreciate y'all working on this open source software which really has no personal benefit (for you) except for the enjoyment of building something that kicks ass.  

So, in case you ever feel like we don't know how much effort you've put into this, we're here with all of you - we really do appreciate your work and your time.  

Cheers and I look forward to a bright future for YaBBSE.
Logged
klumy
Sr. Member
****
Posts: 432


Re:1.5.1 Final Is Out!
« Reply #27 on: April 05, 2003, 08:32:02 AM »
Reply with quote

Thanks to everyone who have worked so hard on YabbSE 1.5.1 ;)
Logged
teamkung
Noobie
*
Posts: 3


I'm a llama!

Re:1.5.1 Final Is Out!
« Reply #28 on: April 05, 2003, 08:34:05 AM »
Reply with quote

My board is version YaBB SE 1.5.0  

Can upgrade to 1.5.1 ?
Logged
MORT
Full Member
***
Posts: 132


I like stuff ...

mort@dsl.pipex.com WWW
Re:1.5.1 Final Is Out!
« Reply #29 on: April 05, 2003, 08:36:18 AM »
Reply with quote

Quote from: Purple Raine on April 05, 2003, 08:24:37 AM
If I had to thank Compuart and the rest of the hardworking people behind YaBBSE everytime they did something for me, I'd be banned from this site for spamming too many "thank you's". =)

So, I'll skip that and would like to say that I sincerely appreciate y'all working on this open source software which really has no personal benefit (for you) except for the enjoyment of building something that kicks ass.  

So, in case you ever feel like we don't know how much effort you've put into this, we're here with all of you - we really do appreciate your work and your time.  

Cheers and I look forward to a bright future for YaBBSE.

purple raine's right, you guys do put a ton of work into this, i know how long programming things and debugging them can take.

Thanks sooo much to everyone that helped yabbse!!

especially [unknown], obviously i cant tell who did stuff behind the scenes, but all the way through that beta [unknown] was very helpful answering questions, getting the new info up, and fixing bugs!

im glad this is finally out.. it was nice to wake up to ..

i just hope i can get my ssi.php to work without causing me to many problems, as i use my own news script to show headlines and latest content on the same pages as i want to use ssi.php :)
Logged

-MORT
Pages: 1 [2] 3 4 ... 13 Reply Ignore Print 
YaBB SE Community  |  YaBB SE Info  |  News From the YaBB SE Team  |  1.5.1 Final Is Out! « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.038 seconds with 19 queries.