Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Beta Download for 2.02 Available
#26
thanks,
Where can we see changelog ?
thanks
#27
I find : http://code.google.com/p/get-simple-cms/...tail?r=183
#28
A partial changelog is available on our website. However, I’m sure that it’s not the complete changelog since so many things have been changed. I guess we have to sit down and write a full changelog, if anyone wants to help let me know.

Edit:
madvic Wrote:I find: http://code.google.com/p/get-simple-cms/...tail?r=183
That is not a changelog from GetSimple 2.01 to GetSimple 2.02. Those are only the changes from r182 to r183.
“Don’t forget the important ˚ (not °) on the a,” says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
#29
Found some minor issues in admin section still present in r183:

Failed login
Code:
Notice: Undefined variable: authenticated in …\admin\inc\login_functions.php on line 67

Website archive creation
Code:
Notice: Undefined variable: crc in …\admin\inc\zip.class.php on line 63
Notice: Undefined variable: c_len in …\admin\inc\zip.class.php on line 64
Notice: Undefined variable: unc_len in …\admin\inc\zip.class.php on line 65

Website health check
If some error connecting to http://get-simple.info/api/start/ occurs.
Code:
Notice: Trying to get property of non-object in …\admin\health-check.php on line 51


Archive contains 3 fixed files.
#30
For some reason title tag looks like this
[Image: 3.jpg]
#31
Oleg06 Wrote:For some reason title tag looks like this...
Pretty sure that's your browsers fault, no?
Modern UI Admin for GetSimple
Watch the demo. Install this plugin. Use this CSS. Enjoy.
#32
[Image: 5.jpg]
[Image: 6.jpg]
#33
Oleg could you try it with my menu plugin and tell me if the error is in there as well? If it only exists with the build in menu it might be because of the new strip_quotes() function. That will be something we need to fix before launching the next stable.
“Don’t forget the important ˚ (not °) on the a,” says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
#34
in your menu no tags title for links Smile
I recoded file basic.php, did not help
http://neowebtime.ru/000/
#35
Could you make a zip archive of your pages? (Just the XML-files in the pages folder.) Then I can take a look at what might be causing this.
“Don’t forget the important ˚ (not °) on the a,” says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
#36
The problem is because of the new strip_quotes() function.

A possible fix: edit basic.php, line 373:

Code:
$text = strip_tags(mb_strtolower($text));

change to:

Code:
$text = strip_tags(mb_strtolower($text,'UTF-8'));

A different fix would be changing the function to not convert to lowercase. Might be replacing lines 372 to 376 by this:

Code:
$text = strip_tags($text);
#37
Thanks, it works http://neowebtime.ru/000/
#38
Thanks Carlos, I’ll check with Chris why we’re converting to lower case anyway. As we’re only replacing quotation marks in that function I don’t see a need to change letter case.
“Don’t forget the important ˚ (not °) on the a,” says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
#39
i think it happened when I copied the code from some other function I see no reason for that to be done either...
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
#40
Thanks to Mitya and Carlos above for submitting the suggestions I've tested it out, and updated the SVN with the new files. I've also updated get-simple.info with the latest revision: http://get-simple-cms.googlecode.com/fil...e-r184.zip
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!




Users browsing this thread: 3 Guest(s)