2010-08-31, 16:30:44
thanks,
Where can we see changelog ?
thanks
Where can we see changelog ?
thanks
Beta Download for 2.02 Available
|
2010-08-31, 16:30:44
thanks,
Where can we see changelog ? thanks
2010-08-31, 16:41:18
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=183That 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!
2010-08-31, 23:00:17
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 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.
2010-09-01, 19:20:27
For some reason title tag looks like this
2010-09-01, 19:41:51
Oleg06 Wrote:For some reason title tag looks like this...Pretty sure that's your browsers fault, no?
2010-09-02, 00:14:59
2010-09-02, 02:37:12
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!
in your menu no tags title for links
I recoded file basic.php, did not help http://neowebtime.ru/000/
2010-09-02, 18:36:28
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!
2010-09-03, 02:03:03
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);
2010-09-03, 04:49:36
Thanks, it works http://neowebtime.ru/000/
2010-09-03, 16:23:45
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!
2010-09-10, 10:40:42
2010-09-10, 11:04:52
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
|
« Next Oldest | Next Newest »
|