Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetSimple 3.1 RC #4
#1
We've just released RC4 for you to download and test.

Things that got fixed in this release:

o - fixes national character encoding problems
o - Archives fixed when on a Windows host
o - Adds option to GSCONFIG disable JQuery CDN download and use local copies
o - fixes issue with .htaccess creation when mod_rewrite is not available
o - fixes problem with error reporting
o - debug console added, use debugLog() to output while testing.

Please test and report and further issues to this thread.

http://get-simple.info/download


TIMELINE FOR THIS RELEASE:
-----------------------------------
If everything checks out for this release, and no major problems are found, we will release 3.1 Stable on the night of 2/21/2012.
In order for this to go flawlessly, I would love to have some of the major players in the GetSimple community to sign off on this release. Test your plugins, your language files, etc.

Please report here if all your checks run through OK.
My Github Repos: Github
Website: DigiMute
Reply
#2
will test tomorrow, sounds good!
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#3
Works fine for me, got rid of the previous errors I logged at http://get-simple.info/forum/post/22493/#p22493

Now have two errors in this version:


1. Notice: Trying to get property of non-object in /admin/plugins.php on line 53 when viewing the plugins page

2. /data/other/basic_contact_form_settings.xml XML Invalid - Error! in website health check


Other than above good work all round.
Pete

Chefbyte Services
Reply
#4
Thanks pete. I fixed #1 in the SVN and #2 seems to be a plugin xml file that probably doesn't pertain to this release...
- 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
Chris, you was right about the invalid xml error, there was no text in the file. copied another across from another site and all is well now Smile
Pete

Chefbyte Services
Reply
#6
i have tryed to instal I18Ngallery plugin on rc4 and when I add "enable sitewide cookies" in config, I get http error 500 or page not fou found errors. I havennoticed that gs 3.1 config file does not have sitewide cookies option in gsconfig animore.
Reply
#7
Sorry if this has been brought up before. I conducted a quick search, but didn't find anything directly related:

Quote:Send Anonymous Data GetSimple needs your anonymous data so we can understand our users better. It's completely voluntary and will help us improve our product.

If a plugin is activated by default (as it is here on latest 3.1), it's in no way voluntary. I suggest it being deactivated out-of-the-box.
Reply
#8
Hi Thorsten,

No data is actually sent until you voluntarily click the preview and then send data button.

M
My Github Repos: Github
Website: DigiMute
Reply
#9
When you chmod/chown folders properly, but you don't chmod the main directory the errors appear like this:
[Image: getsimple_%C2%BB_installation_2012-02-16...95498.jpeg]

Not a major bug thought.
Reply
#10
1)
related to share.php:

the strings which are presented in the popup are not translatable:

"Share GetSimple" + "Find us on Facebook" + "Follow us on Twitter"

and I do not see GooglePlus (I am logged in GooglePlus)

2)
I still insist that the "Send Anonym Data" - Text should be translatable
Quote:"Send Anonymous Website Data

GetSimple needs to find out what type of people and businesses are using our product. This form allows you to voluntarily send us completely anonymous data about your website. This data includes things like the type of server you're on, your PHP version and how many pages and files you currently have. We would be very grateful if you could take a few minutes to submit this data to us as it is essential for the continued growth of our CMS product.

Complete the optional fields below, then click the 'Preview Data Submission' button to preview your data before it's sent to our servers.

This english text in an installation with another language is not ok ;=(
why not?
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#11
n00dles101 Wrote:No data is actually sent until you voluntarily click the preview and then send data button.
Yeah, maybe one additional sentence would make that clearer to users: 'There is no automatic upload' or similar.

I actually hadn't noticed the button in the sidebar at first which made me think the plugin is already doing its thing. Which appeared to me as being "involuntary".

Anyway, I can live with that.
Reply
#12
Anyway you can just delete the plugin once (or before) you install GS.

(Edit: @Connie, this way you also remove the need for translating it ;-))
Reply
#13
I suggest you make very clear in the upgrade to 3.1 instructions that if you don't want to automatically ping search engines, you have to uncomment (or add) the GSDONOTPING line.

Also maybe some comment about the new GSNOCDN setting.

(Ideally the upgrade script could tell the webmaster about those, but if not, at least we need it the upgrade how-to)
Reply
#14
Carlos Wrote:Anyway you can just delete the plugin once (or before) you install GS.
I'm referring to the text which is not clear in my opinion. I'm not debating to deinstall the plugin.
Reply
#15
@polyfragmented - I added that text
@connie - I finally caved and and made "anonymous data" translatable...
@connie - google plus is in there, not sure why youre not seeing it. As for making it translatable... im not worried about it at this point... i think it's fine as is.
@joeydown - i fixed those error message problems... thanks for bringing it up
- 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
#16
@polyfragmented
What I mean is that if you install GS for a friend/business/etc you can delete it so that they're not annoyed/surprised/... by that.

Anyway I agree it should be clear. At least both in the installation and upgrading instructions it might be stated that this plugin is included, and what it's for.

EDIT: Oops, I finished typing this post before reading Chris' one... :-)
Reply
#17
Carlos Wrote:@polyfragmented
What I mean is that if you install GS for a friend/business/etc you can delete it so that they're not annoyed/surprised/... by that.
Yeah, got ya.
Reply
#18
ccagle8 Wrote:@connie - I finally caved and and made "anonymous data" translatable...

great, I will deliver a german language file for that asap ... is there a new SVN out with that feature?
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#19
Finally testing my plugins with 3.1 - so far only cosmetic problems...

But I've got two questions:
  • What's the Debug Console (if GSDEBUG set to true) supposed to do?
  • What's the Menu Manager supposed to do - it shows a random (pages from different levels) collection of 15 pages out of my 83 pages? I even removed I18N - no change.
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply
#20
@mclvek, used for debugging plugins.. use debugLog($txt) in your plugins to output debug information, its only shown when debugging is turned on.
My Github Repos: Github
Website: DigiMute
Reply
#21
ccagle8 Wrote:@connie - google plus is in there, not sure why youre not seeing it. As for making it translatable... im not worried about it at this point... i think it's fine as is.

null problemo,

I had blocked that with AdBlocks in my browser ... tststs.... I am overprotected ;=)

It's ok
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#22
mvlcek Wrote:What's the Menu Manager supposed to do - it shows a random (pages from different levels) collection of 15 pages out of my 83 pages? I even removed I18N - no change.

What IS the menu manager supposed to do?

And regarding plugins:
  • Are deactivated plugins still loaded/executed?
  • Physically removing a plugin (with DEBUG enabled) will show warnings and error messages on all admin pages until you call the plugins page. This should be corrected.
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply
#23
@mvlcek,

o - No, Deactivated plugins are not loaded/executed if they are disabled.
o - I can't replicate this ? The plugins.xml is recreated each page refresh and should cater for the forced removal of plugins.
My Github Repos: Github
Website: DigiMute
Reply
#24
JoeyDown Wrote:When you chmod/chown folders properly, but you don't chmod the main directory the errors appear like this:
[Image: getsimple_%C2%BB_installation_2012-02-16...95498.jpeg]

Not a major bug thought.

I get this too, and I installed GS3.1 in root directory, in public_http , I am not sure it is ok to set public_http to 777 ...

And I noone commented about earlier post: http://get-simple.info/forum/post/23071/#p23071

tazmandev Wrote:i have tryed to instal I18Ngallery plugin on rc4 and when I add "define('GSCOOKIEISSITEWIDE', TRUE); in config, I get http error 500 or page not found errors.

I havennoticed that gs 3.1 config file does not have sitewide cookies option in gsconfig anymore.

# Make login cookie available sitewide.
define('GSCOOKIEISSITEWIDE', TRUE);

is this still available in GS3.1 ?
Reply
#25
tazmandev Wrote:I havennoticed that gs 3.1 config file does not have sitewide cookies option in gsconfig anymore.
sitewide cookies are the default setting for cookies now.
- 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




Users browsing this thread: 1 Guest(s)