GetSimple Support Forum
Beta Download for 2.02 Available - 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 Download for 2.02 Available (/showthread.php?tid=667)

Pages: 1 2


Beta Download for 2.02 Available - ccagle8 - 2010-04-25

Zegnåt Wrote:I would like to urge everybody to download and test GetSimple r183.

We need this version tested!
Read his post on the matter.





Download the GetSimple 2.02 Release Candidate

I would be grateful if the community could do some light testing with this version. There aren't too many changes, but enough that testing is necessary.


Beta Download for 2.02 Available - umefarooq - 2010-04-25

i really like this project very nice i have just one question why this project not based on object oriented programming any reason for that.


Beta Download for 2.02 Available - ccagle8 - 2010-04-25

no good reason other than because it was the way i designed it at first. I never imagined it would balloon into this size of a project.


Beta Download for 2.02 Available - chefbyte - 2010-04-26

Small issue

Alignment of text in the options area

[Image: gs1.JPG]

Other than that (so far) all installed OK Smile


Beta Download for 2.02 Available - Carlos - 2010-04-26

Several comments about the new Custom permalinks:

- In the admin panel, I think it should be clearer that this field is optional and can be (should be usually) left blank. Maybe it could be a bit separated, as Advanced options or something similar.

- Also, on the Help link:
Code:
subdirectory/%parent%/%slug%/ (replace subdirectory  with your own directory)
Someone may think that this is for having *real* subdirectories for pages. It should be stated that this is a "virtual" directory. In this example I would have used other name for that, like "pages", "site", "web", ...

- Finally, the most important: Links to the 'index' page are not being generated correctly (in menus, etc). With this 2 examples,
%parent%/%slug% --> generates the link as SITE/index
?id=%slug% --> generates SITE/?id=index
(both) instead of SITE/ (The -header- main site link, however, is correct.)


Beta Download for 2.02 Available - Carlos - 2010-04-26

About the extra Update/Save page button:

You have "copied" (wow, jquery :-)) it to the sidebar, ok.
But, as in the same line there's also the Cancel link and the new 'X', delete page link, it can easily be wider than the sidebar if your language does not use very short words like English does :-), then it gets wrapped down to the next line.


Beta Download for 2.02 Available - Carlos - 2010-04-26

get_page_excerpt() can break the display of a page if html stripping is off.

Example:
- default install. In template.php, replace get_page_content() by get_page_excerpt(250, true)
- Open the (sample GS) index page.

(Just for the record... as the most common use will probably be the default html stripping on.)


Beta Download for 2.02 Available - chefbyte - 2010-04-26

Carlos Wrote:About the extra Update/Save page button:

You have "copied" (wow, jquery :-)) it to the sidebar, ok.
But, as in the same line there's also the Cancel link and the new 'X', delete page link, it can easily be wider than the sidebar if your language does not use very short words like English does :-), then it gets wrapped down to the next line.

That's strange, as I am not seeing this extra button on the side?


Beta Download for 2.02 Available - Carlos - 2010-04-26

chefbyte Wrote:That's strange, as I am not seeing this extra button on the side?

Do you have javascript disabled? (or some addon like NoScript)


Beta Download for 2.02 Available - ccagle8 - 2010-04-26

Carlos Wrote:get_page_excerpt() can break the display of a page if html stripping is off.

Example:
- default install. In template.php, replace get_page_content() by get_page_excerpt(250, true)
- Open the (sample GS) index page.

(Just for the record... as the most common use will probably be the default html stripping on.)
I completely agree with this, thats why the default was to strip out HTML
Carlos Wrote:About the extra Update/Save page button:

You have "copied" (wow, jquery :-)) it to the sidebar, ok.
But, as in the same line there's also the Cancel link and the new 'X', delete page link, it can easily be wider than the sidebar if your language does not use very short words like English does :-), then it gets wrapped down to the next line.
I fixed it to only copy the "Save" button - should save enough space and still be useful.
chefbyte Wrote:Small issue

Alignment of text in the options area

[Image: gs1.JPG]

Other than that (so far) all installed OK Smile
I think this might be a CSS refresh thing. Try a hard browser refresh and see if it looks better.


Carlos Wrote:- Finally, the most important: Links to the 'index' page are not being generated correctly (in menus, etc). With this 2 examples,
%parent%/%slug% --> generates the link as SITE/index
?id=%slug% --> generates SITE/?id=index
(both) instead of SITE/ (The -header- main site link, however, is correct.)
I will look into this...


Beta Download for 2.02 Available - ragou - 2010-04-26

In 2.02 search plugin doesn't work.
I replased index.php with old one and it works again.


Beta Download for 2.02 Available - ccagle8 - 2010-04-26

ragou Wrote:In 2.02 search plugin doesn't work.
I replased index.php with old one and it works again.
the /root/index.php file? I will look into this...


Beta Download for 2.02 Available - chefbyte - 2010-04-26

Sorted the formatting of the new save buttons and the screenshot problem I sent in. I did a full file refresh on my server and all is now working ok.

Except when I run a health check I get the following error:

../plugins/ Bad file - Warning

I have checked all my plugin folders and the httaccess files are all present and correct and all CHMOD to 644?


Beta Download for 2.02 Available - spilarix - 2010-04-29

In debug mode :

1- install.php
Notice: Undefined variable: SITENAME in \admin\inc\common.php on line 90
Notice: Undefined variable: LANG in \admin\inc\common.php on line 108

2- setup.php
Notice: Undefined variable: SITENAME in \admin\inc\common.php on line 90

3 - All tabs in admin :
Notice: Constant GSVERSION already defined in admin\inc\configuration.php on line 20

4 - Health check
Notice: Trying to get property of non-object in admin\health-check.php on line 52
and Version check failed


Php 5.3 / GetSimple 2.02 r160


Beta Download for 2.02 Available - spilarix - 2010-04-29

Suggestion : Limit the use of htmlentities when displaying.
Using it before storage give us bigger files for nothing.


Beta Download for 2.02 Available - SamWM - 2010-05-14

I am using the latest version from SVN (revision r161) and having a problem with file upload in IE 8 - the option to upload is not there.

Flash is installed, so it's not that. If I disable uploadify it works, but it is not that usable as the file input has class 'text' (making it 450px wide).


Beta Download for 2.02 Available - pauloc - 2010-05-25

Hi, I'm getting "Notice: Constant GSVERSION already defined in .../GetSimple/admin/inc/configuration.php on line 20" in most if not all pages.
Seams to be because "admin/template/footer.php" is including "admin/inc/configuration.php" and thus, GSVERSION is redeclared.


Beta Download for 2.02 Available - SamWM - 2010-06-04

Looks like 'Constant GSVERSION already defined in..' error is fixed in latest SVN update (r163). Still cannot upload files using Internet Explorer (any version) though - anyone else have this problem?


Beta Download for 2.02 Available - kotos - 2010-06-05

Upload file not works
in both positions:

Use Uploadify to upload files?
#define('GSNOUPLOADIFY', 1);
and
define('GSNOUPLOADIFY', 1);

data/upload - chmod 777

php info:

http://www.dentystastomatolog.com/phpinfo/php.php


Beta Download for 2.02 Available - SamWM - 2010-06-15

Maybe I'm on my own when it comes to file uploads in Internet Explorer...

Using Flash 10, error is in the swfupload.js (an exception is raised `Automation server can't create object`and silently caught in the `ua` function ).

Just replaced `ShockwaveFlash.ShockwaveFlash` with `ShockwaveFlash.ShockwaveFlash.10`. However, that would mean it won't work with those with Flash Player 9 or earlier.


Beta Download for 2.02 Available - Zegnåt - 2010-06-18

According to uploadify you will need “Flash Player v9.0.24 or greater”. I don’t believe any of us here is a flash developer, so I don’t see us doing anything about that.


Beta Download for 2.02 Available - Carlos - 2010-06-25

Just a comment, for those wanting to test GS 2.02: RC1 had some issues that have already been fixed in the SVN's next revisions. It's better to download the latest from here (thanks to Zegnåt):
http://code.google.com/p/get-simple-cms/downloads/list

(right now r164 is the most recent)


Beta Download for 2.02 Available - Zegnåt - 2010-08-06

Quote:I would like to urge everybody to download and test GetSimple r178.

We need this version tested!

What makes this build so much better than anything else? Security patches.

Back in July we (Chris, Mike and I) discussed launching the next stable version of GetSimple, based on r168. GetSimple r165 is the most downloaded SVN build to date and people started recommending it over the GetSimple 2.01 so it seemed time. However, at the time Julian pointed us to some vulnerabilities and we decided these needed fixing before GetSimple 2.02 goes live.

Today I put through 6 security patches, making this the safest GetSimple version yet!


Beta Download for 2.02 Available - Oleg06 - 2010-08-07

I downloaded and updated the site, which is now preparing, everything works fine
Only search plugin wrote (it works)
Code:
Notice: Undefined variable: outputlist in Z:\home\mysite.ru\www\plugins\gs_search.php on line 85



Beta Download for 2.02 Available - Zegnåt - 2010-08-31

Quote:I would like to urge everybody to download and test GetSimple r183.

We need this version tested!

This build features a few minor fixes since the last one. It also includes what hopefully is the final security patch we need before releasing version 2.02.