Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetSimple 3.1 RC #2
#1
... has been posted. Download and test

Things that got fixed in this release:
  • caching now updates after ftp change of files
  • i18n characters now parsed properly in header file
  • ids were added to all subnav list items. This is for plugins to show/hide them easy via JS
  • Blackslashes are not stripped from theme-edit.php
  • email problem fixed where some emails were being sent as raw plaintext instead of html

Things that still need attention before we release 3.1:
  • stripping of control characters from content to prevent xml corruption. issue
  • fix the national character encoding problems. issue #1, issue #2
- 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!
Reply
#2
Anyone that wants to help & submit patches for the two outstanding issues above can either post them here or in their respective issue's on Google Code. I would really appreciate the help.

Make sure that everything still works for backwards compatibility when submitting a patch. People will upgrade their 2.x/3.0 installs with 3.1 and we need to be sure that what we change wont break anything.
- 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!
Reply
#3
Chris,

I noticed that I have one question all the time long, but forgot to ask:

is the upgrade procedure the same as before, as described in the wiki:
http://get-simple.info/wiki/installation:upgrade?s[]=update

or do we have to take care of some new points?
I must admit, until now I always did a new install not an update with the Beta-Releases
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#4
it's going to be exactly the same... thanks for checking though.
- 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!
Reply
#5
Hello,

In the page plugin, I have the error :
Code:
Notice: Undefined variable: updatelink in /mnt/.../gs/admin/plugins.php on line 69
$updatelink is not declare if $api_data->status is not successful !
Reply
#6
I run into a hard problem:

I did a fresh install:
GetSimple: 3.1.Br625
PHP Version 5.2.6-1+lenny10 - OK
cURL Module installiert - OK
GD Library installiert - OK
ZipArchive installiert - OK
SimpleXML Module installiert - OK
Apache Mod Rewrite installiert - OK

everything is green... so no problems, but:

after editing a template, all " are escaped ;=)

before:
Code:
<body id="<?php get_page_slug(); ?>" >
<div class="container header" id="top">
    <div class="row">
        <div class="twelvecol last">
            <a id="sitename" href="http://www.domain.tld/index.php">Text</a>
        </div>
after:
Code:
<body id=\"<?php get_page_slug(); ?>\" >
<div class=\"container header\" id=\"top\">
    <div class=\"row\">
        <div class=\"twelvecol last\">
            <a id=\"sitename\" href=\"http://www.domain.tld/index.php\">Text</a>
        </div>
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#7
@Connie

Please try this. Edit admin/theme-edit.php, change line 49:

Code:
$FileContents = $_POST['content'];

to:

Code:
$FileContents = get_magic_quotes_gpc() ? stripslashes($_POST['content']) : $_POST['content'];

and let us know if templates are properly saved now.

(It seems your server has magic quotes enabled. This patch should fix this issue.)
Reply
#8
@madvic, Connie & Carlos.

Both of these should be fixed in the latest SVN version...
My Github Repos: Github
Website: DigiMute
Reply
#9
Carlos Wrote:and let us know if templates are properly saved now.

(It seems your server has magic quotes enabled. This patch should fix this issue.)

yes, it is fixed now

phpinfo tells:
Code:
magic_quotes_gpc    On    On
magic_quotes_runtime    Off    Off
magic_quotes_sybase    Off    Off

but I had other installations before, GS 3.0, and did not run into that problem (krisendichte.de is GS 3.1, zweiterblick.de is GS 3.0)
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#10
new problem:

translation is not done completely:

I run german language file, de_DE.php
BACK_TO_WEBSITE => zur Webseite

the snippets from the login are not translated, the login dialogue is showing: "Back to Website "

not translated:
USERNAME
PASSWORT
BACK_TO_WEBSITE
FORGOT_PWD
LOGIN_FAILED

etc.
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#11
Connie Wrote:but I had other installations before, GS 3.0, and did not run into that problem (krisendichte.de is GS 3.1, zweiterblick.de is GS 3.0)

My fault. I suggested a patch to fix an issue with backslashes in theme files when magic quotes disabled, but that broke the thing for those like you having them enabled. :-)

PS Could you please check this? http://get-simple.info/forum/post/21742/#p21742
Reply
#12
Connie - i am seeing these strings translated: http://code.google.com/p/get-simple-cms/...dex.php#22

Connie Wrote:new problem:

translation is not done completely:

I run german language file, de_DE.php
BACK_TO_WEBSITE => zur Webseite

the snippets from the login are not translated, the login dialogue is showing: "Back to Website "

not translated:
USERNAME
PASSWORT
BACK_TO_WEBSITE
FORGOT_PWD
LOGIN_FAILED

etc.
- 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!
Reply
#13
now I am confused. I will test tomorrow with a modified theme_functions.php and an original one
now it's too late and I feel like getting a flu

cheers, Connie
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#14
When do you estimate the full release of 3.1 "production stable" will be available?
Reply
#15
GS 3.1 r646 has been updated for download on the SVN.

Please test and report any issues.

Thanks, Mike.
My Github Repos: Github
Website: DigiMute
Reply
#16
Getting an error now on this version (646)?

Code:
Notice: Undefined variable: load in /buscat/admin/inc/plugin_functions.php on line 371

Notice: Undefined variable: load in /buscat/admin/inc/plugin_functions.php on line 371

Notice: Undefined variable: load in /buscat/admin/inc/plugin_functions.php on line 371

Notice: Undefined variable: load in /buscat/admin/inc/plugin_functions.php on line 371

Notice: Undefined variable: load in /buscat/admin/inc/plugin_functions.php on line 371

5 error lines across the top of my site page and also in the Admin screens

UPDATE: it appears when I click on "Edit Theme" option
Pete

Chefbyte Services
Reply
#17
Don't know if its related to the above but I am getting this error in the Files area on the sidebar?

Code:
Notice: Use of undefined constant GSDEBUG - assumed 'GSDEBUG' in /buscat/admin/template/sidebar-files.php on line 22

Line states the following:

Code:
$debug = (GSDEBUG == 1) ? 'true' : 'false';
Pete

Chefbyte Services
Reply
#18
Anyone got a suggetion to fix the above two issues?
Pete

Chefbyte Services
Reply
#19
I've fixed both of those issues. Although I'm not getting the errors on my install which is weird.

I've updated them on the latest SVN version
My Github Repos: Github
Website: DigiMute
Reply




Users browsing this thread: 1 Guest(s)