News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

SMF 1.1.11 released

Started by SleePy, December 01, 2009, 05:59:19 PM

Previous topic - Next topic

Linksquest

Volg mij op Twitter

Matthew K.

What are the major changes from 1.1.10 to 1.1.11? Mainly behind the scenes Sources or are Template Files structure edited as well?

Thanks,
Labradoodle-360

KVL

 Updated it's O. K. :) Forum worked very good. :)

Many thank's for new release! :) Very great work! :)

xakiru

Hi guy great work i just updated my SMF 1.1.10 to 1.1.11, but i got a litle problem the subs.php test failed , so i'm looking on editing it manually ... is there a way to find what the patch do ?
Personal: www.xakiru.com [nofollow] | Private RO Server: www.sublimero.com [nofollow] |
Working at: www.Divisi0n.com [nofollow]

Arantor

#84
gbsothere: That is correct AFAIK.

xakiru: See the link a few posts up, shows you every edit made by the update.

Labradoodle-360: Same answer - gbsothere posted a link to the package manager parsing the list of changes.

xakiru

tnx , i'm going to check right now :D
Personal: www.xakiru.com [nofollow] | Private RO Server: www.sublimero.com [nofollow] |
Working at: www.Divisi0n.com [nofollow]

Akyhne

Quote from: Labradoodle-360 on December 02, 2009, 10:06:37 AM
What are the major changes from 1.1.10 to 1.1.11? Mainly behind the scenes Sources or are Template Files structure edited as well?

Thanks,
Labradoodle-360
SMF 1.1.x is not developed anymore and hasn't been developed for years. All updates are related to sequrity updates, and are important.

Matthew K.

I am very aware of that, but I had also read there were some template edits. So I was just curious...

Thanks for the replies,
Labradoodle360
Quote from: Akyhne on December 02, 2009, 11:50:20 AM
Quote from: Labradoodle-360 on December 02, 2009, 10:06:37 AM
What are the major changes from 1.1.10 to 1.1.11? Mainly behind the scenes Sources or are Template Files structure edited as well?

Thanks,
Labradoodle-360
SMF 1.1.x is not developed anymore and hasn't been developed for years. All updates are related to sequrity updates, and are important.

Akyhne

Sequrity related issues can be anywhere in the software.

Matthew K.

Thanks...I'm well aware of this.
Quote from: Akyhne on December 02, 2009, 12:14:58 PM
Sequrity related issues can be anywhere in the software.

LOVELORD

#90
For everyone who use Ncode image resizer:

In ./Sources/Subs.php

Find:
'content' => '<img src="$1" alt="" border="0" onload="NcodeImageResizer.createOn(this);" />',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),


And replace with this:

'content' => '<img src="$1" alt="" border="0" onload="NcodeImageResizer.createOn(this);" />',
'validate' => create_function('&$tag, &$data, $disabled', '
$data = strtr($data, array(\'<br />\' => \'\'));
if (strpos($data, \'http://\') !== 0 || strpos($data, \'https://\') !== 0)
$data = \'http://\' . $data;
'),


Little bug fix. Someone will not showen image, if have some other install mode: Then they can use next code:

'content' => '<img src="$1" alt="" border="0" onload="NcodeImageResizer.createOn(this);" />',
'validate' => create_function('&$tag, &$data, $disabled', '
$data = strtr($data, array(\'<br />\' => \'\'));
if (strpos($data, \'http://\') !== 0 && strpos($data, \'https://\') !== 0)
$data = \'http://\' . $data;
'),

gbsothere

@ LOVELORD

Which file is that?
My apologies, but I am taking a break from accepting PM requests for support.  If I am not currently assisting you, please do not ask as long as this notice is posted.  Thank you.

I Don't Want To Grow Old Alone


It has been proven that Steely Dan reduces the occurrence of road rage, according to an independent study.



A reminder about admin / ftp passwords etc.

diouxsie


Arantor


Akyhne

Quote from: LOVELORD on December 02, 2009, 01:46:22 PM
For everyone who use Ncode image resizer
Please keep such post in the relevant support topics for mods.

gbsothere

My apologies, but I am taking a break from accepting PM requests for support.  If I am not currently assisting you, please do not ask as long as this notice is posted.  Thank you.

I Don't Want To Grow Old Alone


It has been proven that Steely Dan reduces the occurrence of road rage, according to an independent study.



A reminder about admin / ftp passwords etc.

Kenny01

I finally get it done. Thanks.

william777

Updated in seconds using the admin panel. Thanks all in the SMF team.

Ronald_1938

Did mine from the ACP first thing this morning. No hassles at all.


Advertisement: