Announcing CMS Made Simple 1.5-beta1

Project Announcements. This is read-only, as in... not for problems/bugs/feature request.
rab
Forum Members
Forum Members
Posts: 120
Joined: Wed Sep 05, 2007 8:35 pm

Re: Announcing CMS Made Simple 1.5-beta1

Post by rab »

Yup, I noticed that from the notes, but that shouldn't mean that the upgrade leaves you with blank templates.

I'm hoping a lot of these issues were due to the first error in the upgrade process (Step 6 error mentioned above), so I plan to delete everything and do the upgrade over again. Will keep you posted.
cb2004
Power Poster
Power Poster
Posts: 317
Joined: Wed Jul 04, 2007 3:39 pm

Re: Announcing CMS Made Simple 1.5-beta1

Post by cb2004 »

Trying to upload through Tiny sends you back to the login screen.
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am
Location: USA

Re: Announcing CMS Made Simple 1.5-beta1

Post by Ziggywigged »

cb2004 wrote: Trying to upload through Tiny sends you back to the login screen.
Same here.
Take a penny, leave a penny.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Announcing CMS Made Simple 1.5-beta1

Post by calguy1000 »

This has been fixed in svn.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
dont

Re: Announcing CMS Made Simple 1.5-beta1

Post by dont »

I think there is still a problem in de TinyMCE WYSIWYG config.
If you want a small content edit area it wouldn't resize smaller than the toolbars.
Image

Older versions are working correct but newer ones won't.

And a question about this release;
Why still no multilanguage support in the page content area, or is this for the 2.0 release...??
jce76350
Beta Tester
Beta Tester
Posts: 2079
Joined: Mon May 29, 2006 1:20 pm
Location: Rouen

Re: Announcing CMS Made Simple 1.5-beta1

Post by jce76350 »

Hi,

using  svn  Rev : 5252

if in : Site Admin » Global Settings  -> Enable Custom 404 Message: is Ok
if error on a page like http://mysite/how-cmsms-works2  or  http://mysite/index.php?page=how-cmsms-works2
I have
Fatal error: Call to a member function GetContent() on a non-object in .../index.php on line 217


in french

Layout » Templates » Current Associations
icon delete --> NO alert message (in english error message OK)

Layout » Stylesheets » Assign Templates to Stylesheet
icon delete --> NO alert message (in english error message OK)

[EDIT] The problem is the "l&#039"
['admin']['deleteassociationconfirm'] = 'Êtes-vous sûr de vouloir supprimer l'association ...
If I delete l&#039 so new translation is
['admin']['deleteassociationconfirm'] = 'Êtes-vous sûr de vouloir supprimer association ...
or
['admin']['deleteassociationconfirm'] = 'Êtes-vous sûr de vouloir supprimer l\&#039association ...
The message alert is OK
NOTA same problem in it_IT
[/ EDIT]

Content » Pages  icon delete My Preferences » User Preference -->
error message  'Êtes-vous sûr de vouloir supprimer - xxxx -  (htmlenties problem ?)
Last edited by jce76350 on Fri Nov 07, 2008 9:44 am, edited 1 time in total.
Jean-Claude Etiemble MyPageFr
rab
Forum Members
Forum Members
Posts: 120
Joined: Wed Sep 05, 2007 8:35 pm

Re: Announcing CMS Made Simple 1.5-beta1

Post by rab »

Ran the upgrade process again got all the way to "Success!" just fine. Then went to Modules, saw that one of them needed to be upgraded, and that went fine, too.

Had the same problem with Calendar, though, just like before. Modules said v1.0 was installed, but there were no templates, and in Stylesheets I found Calendar CSS Example (from original Calendar) but not Calendar CSS Example v1.0. So I un-installed Calendar (didn't remove it), went to Module Manager and downloaded & installed it, then imported the module_calendar tables from original to the beta site, and all is now good.

But have a problem with permissions. I used the process as described by calguy where

Code: Select all

 <div id="menu_vert">
         <h2 class="accessibility">Navigation</h2>
         {assign var='includeprefix' value='public_'}
         {if $customcontent_loggedin > 0}
            {capture assign='includeprefix'}{$includeprefix},{groups_to_prefixes groups=$customcontent_groups}{/capture}
         {/if}
         {menu template='cssmenu.tpl' includeprefix=$includeprefix}
      <hr class="accessibility" />
      </div>
goes in template,

Code: Select all

{assign var='content_is_visible' value='0'}
{if $customcontent_loggedin > 0}
   {if isset($customcontent_memberof_strategy)}
       {assign var='content_is_visible' value='1'}
   {/if}
{/if}
goes into the page's Page-specific Metadate box, and

Code: Select all

{if !isset($content_is_visible)}  {assign var='content_is_visible' value='1'} {/if} {if $content_is_visible == '1'} {content block='header'} {cms_module module='Forum' forum='SPG'}
{else}<div class="bigerror">Private Content. Authorization Required</div>
{/if}
goes into the page's Content.

Unfortunately, although it worked beautifully in the original site, it doesn't in the beta. I can log in no problem, but the "private" pages don't appear in the menu and if I go there by inserting the page's URL, I get the "Private Content. Authorization Required" message.

Does the beta site need something different in order for this to work?

Other than that, all the basics seem to work fine, including TinyMCE. I'll continue to play with the various modules and keep you posted, but the permissions thing is the biggie right now.
rab
Forum Members
Forum Members
Posts: 120
Joined: Wed Sep 05, 2007 8:35 pm

Re: Announcing CMS Made Simple 1.5-beta1

Post by rab »

Hi,

Since I'm working on a project with an expected completion date of Jan 1, and assuming the stable version of 1.5 will be available by or before then, I would like to keep on developing this site in the beta version I just set up.

I'll be working with most of the modules I listed in the original post above, plus I'm getting ready now to add calguy's Cart, Products, Orders and PayPalGateway modules to set up a small ecom system. So this should be useful for you in helping to flush out any other issues with v.beta1, while allowing me to avoid doing everything in v.1.4.1 first, then going through the 1.5 upgrade down the road.

Anyone think this is a really BAD idea?

Thanks.
nuno

Re: Announcing CMS Made Simple 1.5-beta1

Post by nuno »

rab wrote: Hi,

Since I'm working on a project with an expected completion date of Jan 1, and assuming the stable version of 1.5 will be available by or before then, I would like to keep on developing this site in the beta version I just set up.

I'll be working with most of the modules I listed in the original post above, plus I'm getting ready now to add calguy's Cart, Products, Orders and PayPalGateway modules to set up a small ecom system. So this should be useful for you in helping to flush out any other issues with v.beta1, while allowing me to avoid doing everything in v.1.4.1 first, then going through the 1.5 upgrade down the road.

Anyone think this is a really BAD idea?

Thanks.
Go for it
Thanks
Nuno
Po6oT

Re: Announcing CMS Made Simple 1.5-beta1

Post by Po6oT »

Hi,
Upgrade from 1.41 to 1.5...
In listcontent: checkbox for select all pages is not work.
mccord42
Forum Members
Forum Members
Posts: 23
Joined: Thu Jun 22, 2006 12:07 am

Re: Announcing CMS Made Simple 1.5-beta1

Post by mccord42 »

Po6oT wrote: Upgrade from 1.41 to 1.5...
In listcontent: checkbox for select all pages is not work.
Well, the "Select" action doesn't seem to be working.  But if you have pages checked and click in the select all checkbox it does de-select the appropriate checkboxes.  I don't know where to look in the code to fix this but I thought that this additional info might help someone who does know where to look, find the bug faster.
cb2004
Power Poster
Power Poster
Posts: 317
Joined: Wed Jul 04, 2007 3:39 pm

Re: Announcing CMS Made Simple 1.5-beta1

Post by cb2004 »

Does anybody have to sign into admin twice using IE8 or FF3? I put in my username and password and the screen refreshes and I am not logged in. I do not receive a incorrect username or password error though. I put exactly the same info in again and I am logged in.
rab
Forum Members
Forum Members
Posts: 120
Joined: Wed Sep 05, 2007 8:35 pm

Re: Announcing CMS Made Simple 1.5-beta1

Post by rab »

Logging into Admin twice happened to me as well (in FF3), but only a couple times. It now no longer happens.
jce76350
Beta Tester
Beta Tester
Posts: 2079
Joined: Mon May 29, 2006 1:20 pm
Location: Rouen

Re: Announcing CMS Made Simple 1.5-beta1

Post by jce76350 »

Hi,

Into  Extensions » Events 
the Help (new window) = http://wiki.cmsmadesimple.org/index.php ... ons/Events

Must be  ....Extensions/Events_Manager
I think the probleme is into \admin\lang\en_US\admin.inc.php
$lang['admin']['eventhandlers'] = 'Events';  Must be :  Events_Manager
Jean-Claude Etiemble MyPageFr
rab
Forum Members
Forum Members
Posts: 120
Joined: Wed Sep 05, 2007 8:35 pm

Re: Announcing CMS Made Simple 1.5-beta1

Post by rab »

Anyone have any ideas why the FEU permissions isn't working properly (as mentioned above)? Just to make sure it wasn't a WAMP vs. Linux server issue, I downloaded the original site (v1.4.1) to my laptop, and all works fine. It just doesn't work in v1.5beta.

This site will rely rather heavily on this - there are more private pages than public ones - and I'm not going to get very far testing calguy's ecom modules without it. So any ideas on this and I'll be happy to try them out.

Thanks.
Locked

Return to “Announcements”