BETA RELEASE v3.3.2 b3 - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: GS Development Testing - (alpha/beta) (http://get-simple.info/forums/forumdisplay.php?fid=14) +--- Thread: BETA RELEASE v3.3.2 b3 (/showthread.php?tid=5903) Pages:
1
2
|
RELEASE v3.3.2 b3 - shawn_a - 2014-03-19 Version 3.3.2 beta release http://get-simple.info/download http://get-simple.info/start/changelog/ Major things that could break. .htaccess files are updated for compatibility with apache 2.4, need testing on apache 2.2 through 2.4 to ensure full compatibility and no critical 500 errors, and proper denial of data access to xml files. Also some new stuff added to main htaccess. More fixes for cke toolbar handling, improved parsing and error handling. Several user reported bugs are fixed, so they should be tested as well. some security filtering added to some settings gsusecustomsalt is now always used, so changing it needs to be done when logged in and passwords resaved, used to only be applied on install using authorizaton.xml random salt. See changelog for full details. RE: RELEASE v3.3.2 b2 - shawn_a - 2014-04-11 Anyone test this yet ? RE: RELEASE v3.3.2 b2 - marrco - 2014-04-17 i'm using it with NGINX (so i can't tell about modified .htaccess) without issues. RE: RELEASE v3.3.2 b2 - shawn_a - 2014-04-17 Does that mean you tested it otherwise? Also how about we get a generic nginx config up on github already. Hows that thread going ? RE: RELEASE v3.3.2 b2 - datiswous - 2014-04-21 If I update and go to the normal page, I get the following message: Quote:This page is temporarily unavailable I know I have to go to the admin page first to update, but maybe the message can be a bit more descriptive? RE: RELEASE v3.3.2 b2 - Everyone - 2014-04-21 I have it running on production server (Apache 2.4.9) for some time now (having backups ready anytime) without any problems so far. (2014-04-17, 23:56:14)shawn_a Wrote: How about we get a generic nginx config up on github already?What do you mean by that? Would I have to make a commit or something? I can't grasp how github is working, I don't understand it :/ I can post here a generic nginx setup that I've been using for every GS installation and some good willed soul can add it to github (whatever that requires). Here's a generic nginx config for GetSimpleCMS. It contains the enlightened knowledge from posts found on this forum combined with best practices recommended by nginx gurus. Code: server { RE: RELEASE v3.3.2 b2 - shawn_a - 2014-04-21 There is a Nginx thread but too much info and no single config has arisen. RE: RELEASE v3.3.2 b2 - Everyone - 2014-04-21 Do you possibly have this thread in mind? If yes, then like I wrote, the "problem" with nginx is that it can be configured in many ways and approaches which may fit better some environments or other. One just can't simply take "the best" config, cuz' there ain't one. However if we are talking about a generic configuration that can be used as a universal starting point for every GS installation (rewrites compatible with pretty urls) and at the same covers the user security-wise (no PHP running from upload, disabled direct access to xmls), then the config I provided will do nicely. And if someone wants to have a full blown config with caching directives and whatnot, then marrco's config can help, tho I'd stay away from using IFs in location blocks. RE: RELEASE v3.3.2 b2 - shawn_a - 2014-04-21 Ok I will take a look then, I personally do not currently have an nginx install, so do not fiddle with it much. Here is the repo information for where I will probably put this. https://github.com/GetSimpleCMS/GetSimpleCMS/wiki/repos RE: RELEASE v3.3.2 b3 - Oleg06 - 2014-04-25 for downloading lots of files top menu funny bounces RE: RELEASE v3.3.2 b3 - shawn_a - 2014-04-25 Downloading files? RE: RELEASE v3.3.2 b3 - Oleg06 - 2014-04-25 http://www.youtube.com/watch?v=z0bDTPWFA6k RE: RELEASE v3.3.2 b3 - datiswous - 2014-04-25 (2014-04-25, 17:14:30)Oleg06 Wrote: http://www.youtube.com/watch?v=z0bDTPWFA6k Uploading files. I tested this, but in my case this bumping doesn't happen. I think it happens because the words in Russion are larger and/or the amount of menu-tabs added (by plugins). Maybe something should change in the theme, so this is not possible. Btw. in support section I can't see which beta version of GS I use (1, 2, or 3, in this case). Can that be added? RE: RELEASE v3.3.2 b3 - Oleg06 - 2014-04-25 (2014-04-25, 19:06:08)datiswous Wrote: I tested this, but in my case this bumping doesn't happen. I think it happens because the words in Russion are larger and/or the amount of menu-tabs added (by plugins).yes, after disconnecting a pair of plugins no longer jump I tested a lot of plugins, all works http://www.without-db.ru/demo/11/ Send Anonymous Data Calendar debugmode Mp3 Player Ultimate DynPages FAQ Feedback Lite GST SuperSlideshows Mass Mail Guestbook I18N Base I18N Custom Fields I18N Gallery I18N I18N Search I18N Search for News Manager Posts I18N Special Pages Innovation Theme Plugin kt block login Links Manager MetaRobots nanoGALLERY4GS nanoSlider Create Post shortcut (News Manager) News Manager 2.4.5 News Manager Addons News Manager Title p01-contact Pagify PRemover Removes paragraphs SCSS Easy social_share_buttons_3-css.php Multi User Front-End User Login Enhanced ----------------------------------------------- nothing more I do not know RE: RELEASE v3.3.2 b3 - shawn_a - 2014-04-26 hmm, is this a new problem related to beta or just in general? css probably does not handle all those extra tabs properly. RE: RELEASE v3.3.2 b3 - Oleg06 - 2014-04-26 only beta, in 3.3.1 works fine I uncommented line 49 in file gsconfig.php Code: define('GSEDITORHEIGHT', '400'); RE: RELEASE v3.3.2 b3 - shawn_a - 2014-04-26 Is this another separate issue you are reporting ? Its just mushed in there, i am not sure what you are saying. RE: RELEASE v3.3.2 b3 - Oleg06 - 2014-04-26 I checked, it is not reflected on the problem described above (2014-04-26, 05:08:42)Oleg06 Wrote: only beta, in 3.3.1 works finehttp://www.youtube.com/watch?v=z0bDTPWFA6k appeared, it is present in the GS 3.3.1 RE: RELEASE v3.3.2 b2 - marrco - 2014-04-30 (2014-04-21, 19:24:26)Everyone Wrote: And if someone wants to have a full blown config with caching directives and whatnot, then marrco's config can help, tho I'd stay away from using IFs in location blocks. Damn, you're absolutely right. I can't remember why I used that 'if' construct, and only for the 403 error. Probably no reason at all, just a mistake. Thanks for pointing that out. But the important point is that before creating an official wiki entry i'd like someone to double check and validate the config (basic and advanced). An error (ie. caching an admin page) on the default config could really create a security nightmare. I use also a few more special config, one just for NGINX as a proxy, and an advanced one with rate limiting, hotlink protection and a some additional tweakings. If someone (Everyone?) is willing to help we could try to give the GetSimple project some great (and tested!) nginx config. RE: RELEASE v3.3.2 b3 - Everyone - 2014-05-02 Sure, I've got windows and *nix servers running nginx. I can probably test out any of your custom configs. Just PM me and we can work something out. RE: RELEASE v3.3.2 b3 - shawn_a - 2014-05-16 soo is this release worthy ? RE: RELEASE v3.3.2 b3 - datiswous - 2014-05-16 I made a report of an issue in a new admin-theme plugin. Some things seem to have changed in the admin template files in the beta. See here: http://get-simple.info/forums/showthread.php?tid=6245&pid=45122#pid45122 Maybe there's some info on what's causing it? RE: RELEASE v3.3.2 b3 - n00dles101 - 2014-05-19 Tested and all looks good... RE: RELEASE v3.3.2 b3 - Timbow - 2014-05-20 This seems to be just a Chrome thing. Don't know if it even is a GS issue. On the Settings page one of the password boxes is always autofilled and the other not, so whatever you do or don't do on the page when you hit SAVE you always get the message "Passwords do not Match". 3.3.1. and 3.3.2 RE: RELEASE v3.3.2 b3 - shawn_a - 2014-05-20 Yeah I noticed that recently I will see if we can maybe add something to that field so it does not think the user and password fields are a login form. I think chrome decided to stop respecting autocomplete="off" or perhaps its a new bug. All you have to do is remove the fields contents to save of course. EDIT known issue https://code.google.com/p/chromium/issues/detail?id=352347 |