Welcome, Guest. Please Login or Register.
March 28, 2024, 01:05:33 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  YaBB SE Info  |  News From the YaBB SE Team  |  Version 1.4 on the way... « previous next »
Pages: 1 ... 6 7 [8] 9 10 ... 16 Reply Ignore Print
Author Topic: Version 1.4 on the way...  (Read 53823 times)
queks
Jr. Member
**
Posts: 86


I'm a llama!

Re:Version 1.4 on the way...
« Reply #105 on: May 22, 2002, 04:08:33 AM »
Reply with quote

Jeff, can you pls look into the code for the IM part. Many of my members including myself get to see each other's IM content randomly. Sometime, the IM box shows another person's IM instead of our own IM contend. This problem only occured randomly, i fail to duplicate this problem. I have already post this bug in the bug thread and attach a post from my forum regarding members complaint of able to see other ppls IM content
« Last Edit: May 22, 2002, 04:10:19 AM by queks » Logged
xtra
Noobie
*
Posts: 4


I'm a llama!

Re:Version 1.4 on the way...
« Reply #106 on: May 22, 2002, 09:47:33 AM »
Reply with quote

QuoteNeil, we don't touch register globals.  It's about 5 lines of code added which take care of everything.
I'm curious... what did you use to avoid globals? I tried to change that behaviour with ini_alter('register_globals', '0'); but that didn't work. Globals are created anyway.
Logged
Jedi~
Eric
Beta Tester
YaBB God
*****
Posts: 1284


WWW
Re:Version 1.4 on the way...
« Reply #107 on: May 22, 2002, 10:30:32 AM »
Reply with quote

I thought it was ini_set..?
Logged
Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:Version 1.4 on the way...
« Reply #108 on: May 22, 2002, 11:19:49 AM »
Reply with quote

register globals does just that.  So by calling a page like the address above... action=post, with register globals you could just access $action in your code with it on.  With it off, you have to use $_GET[action] or $_POST[action] from a form or you can use a catch all.

For 1.4 we have added a small loop to turn all into regular globals.  We haven't used ini set at all...
Logged

xtra
Noobie
*
Posts: 4


I'm a llama!

Re:Version 1.4 on the way...
« Reply #109 on: May 22, 2002, 03:25:42 PM »
Reply with quote

QuoteFor 1.4 we have added a small loop to turn all into regular globals.  We haven't used ini set at all...

I assume that you you extract all $_GET and $_POST vars, right? But that will create the same kind of security problems that existed before version 4.2.0, when global were ON by default.
You just extract vars from those arrays, but I guess you don't check if they exist. It means that you can get a parameter passed by an URL, when you expect a post.

I only use the new associative arrays from 4.1.2+
The code is much cleaner and I know what kind of info i'm using. Sessions are also much easier to use, because you only deal with the $_SESSION array, nothing else. No session_register/unregister, etc, ...
Logged
Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:Version 1.4 on the way...
« Reply #110 on: May 22, 2002, 03:29:40 PM »
Reply with quote

Yes we extract them but 1.4 is only being made to WORK with 4.2.

SE 2 will make use of the new variables. Everyone lived with PHP in the old way for years, it won't kill anyone until SE 2 comes out...
Logged

Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:Version 1.4 on the way...
« Reply #111 on: May 22, 2002, 03:30:36 PM »
Reply with quote

By the way, changes so far:

-fixed attachment error arrayname
-fixed IM error name_name
-fixed globals off error
-fixed missing link to profile in email registration
-fixed infamous Post.php 744 error
-fixed Inactive Members - Aaron O'neil
-fixed report to moderator text - Compuart
-fixed empty settings causing crashes
-fixed bug in Reminder.php
-fixed polls in announcement boards
-fixed user appearing online after changing password and being logged out
-fixed email notify, send to last page
-fixed poll title bar missing class information
-fixed a small quote bug - Dave Smulders
-fixed inline links in create poll screen
-fixed some hardcoded language (yse237-240)
-fixed message icon on message preview
-fixed empty delimiter on profile change (supressed rather than fixed)
-fixed small bug with logging in during maint mode - Pablo
-fixed use of Alt0160 on subject line
-fixed ~ breaking URLs
-fixed some nasty table behaviour
-fixed class information missing from various spots - Chris Cromer
-fixed link to support forums
-fixed QueryString problem - Compuart
-fixed empty delimiter on register
-fixed URL getting changed in code block - Compuart
-fixed large text area, added style to style sheet - macterra
-fixed problem with viewing topics when sticky topics disabled
-fixed problem with websiteURL saving incorrectly


-added previous and next to bottom of screen as well
-added go button back to jumpto box
-added calendar (add images and SQL changes) - Aaron O'Neil
-added ability to NOT leave remnant - Joseph Fung
Logged

Mach8
Sweetie
Beta Tester
YaBB God
*****
Posts: 1218


ICQ - 339855961
Re:Version 1.4 on the way...
« Reply #112 on: May 22, 2002, 07:47:51 PM »
Reply with quote

Another change - the Move thread screen has been tidied up a lot, thanks for that :)

It also gives you the option now of making a thread to say the old one had been moved.
Logged
Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:Version 1.4 on the way...
« Reply #113 on: May 22, 2002, 07:48:54 PM »
Reply with quote

Quote from: Jeff Lewis on May 22, 2002, 03:30:36 PM-added ability to NOT leave remnant - Joseph Fung

Yep, that is what the above is :)
Logged

Mach8
Sweetie
Beta Tester
YaBB God
*****
Posts: 1218


ICQ - 339855961
Re:Version 1.4 on the way...
« Reply #114 on: May 22, 2002, 08:31:32 PM »
Reply with quote

Sorry :)
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Version 1.4 on the way...
« Reply #115 on: May 22, 2002, 09:52:02 PM »
Reply with quote

I found something, in the instant message center in my inbox, it says the message came from their real name instead of the display name... or maybe yall jest decided to make it like that?
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
mats
Full Member
***
Posts: 219


You have more company with a penguin than a window

Re:Version 1.4 on the way...
« Reply #116 on: May 23, 2002, 07:03:15 AM »
Reply with quote

I should find i change of assinging members to the kategories very useful
I would like to be able to assing members by their usernames instead or let me choose if i want to assing by membergroup or by name.
Example

if you have three users lets call them 1,2,3 and you want to give them access to different boards but they all should have access to one board that others dont have access to you get a problem.

assingning them to the same membergroup gives them access to the board they shouldnt see.The only way i can fix this is to let them have differant logins and that isnt i nice way of solving this.
If i have missed something and you can do this already i will be happy to know how  ;D
Logged

Support Specialist Level 2  YaBBSP1.3.1
Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:Version 1.4 on the way...
« Reply #117 on: May 23, 2002, 06:08:27 PM »
Reply with quote

Quote from: Chris Cromer on May 22, 2002, 09:52:02 PMI found something, in the instant message center in my inbox, it says the message came from their real name instead of the display name... or maybe yall jest decided to make it like that?

I think that should be changed because my users are unsure where the IM is going when the real name is different from the display name.
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Version 1.4 on the way...
« Reply #118 on: May 23, 2002, 06:20:58 PM »
Reply with quote

I found another thing, when you change your e-mail address and you have e-mail password set, it e-mails you a random password, but that password is never set in the database. In fact the password never changes at all it stays the same.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:Version 1.4 on the way...
« Reply #119 on: May 23, 2002, 06:25:36 PM »
Reply with quote

Chris, that is what you were working on fixing right?
Logged

Pages: 1 ... 6 7 [8] 9 10 ... 16 Reply Ignore Print 
YaBB SE Community  |  YaBB SE Info  |  News From the YaBB SE Team  |  Version 1.4 on the way... « 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.036 seconds with 19 queries.