Bug in the site management 1.0.5

A place to discuss the testing process in beta cycles or against SVN for the CMS Made Simple CORE package.
Locked
LeisureLarry

Bug in the site management 1.0.5

Post by LeisureLarry »

I´m updating from 0.12 to 1.0.5 in an non utf-8 environment (iso-8859-1).

After the update the ajax functions in the site management made problems, because in xajax.inc.php (line 50) there is a hardcoded encoding setting for utf-8. Could you please change this in the next release?

For more informations read my posting in the german forum:
http://forum.cmsmadesimple.org/index.ph ... 288.0.html

Greats from Germany
LeisureLarry
Last edited by LeisureLarry on Tue Apr 10, 2007 11:42 am, edited 1 time in total.
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm
Location: the Netherlands

Re: Bug in the site management 1.0.5

Post by Dee »

Fixed in SVN by calling

Code: Select all

define('XAJAX_DEFAULT_CHAR_ENCODING', $config['admin_encoding']);
before including xajax.inc.php (in addcontent.php, listcontent.php and editcontent.php).

Thanks for spotting this!

Regards,
D
Locked

Return to “[locked] Quality Assurance”