Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Beta Download for 2.02 Available
#1
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.
- 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!
#2
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.
#3
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.
- 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!
#4
Small issue

Alignment of text in the options area

[Image: gs1.JPG]

Other than that (so far) all installed OK Smile
Pete

Chefbyte Services
#5
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.)
#6
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.
#7
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.)
#8
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?
Pete

Chefbyte Services
#9
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)
#10
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...
- 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!
#11
In 2.02 search plugin doesn't work.
I replased index.php with old one and it works again.
#12
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...
- 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!
#13
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?
Pete

Chefbyte Services
#14
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
#15
Suggestion : Limit the use of htmlentities when displaying.
Using it before storage give us bigger files for nothing.
#16
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).
-- Sam
#17
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.
#18
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?
-- Sam
#19
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
kotos.net - webdesign / dtp / graphics / photography
#20
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.
-- Sam
#21
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.
“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!
#22
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)
#23
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!
“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!
#24
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
#25
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.
“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!




Users browsing this thread: 1 Guest(s)