Announcing CMS Made Simple 1.4-beta1

Project Announcements. This is read-only, as in... not for problems/bugs/feature request.
pimhd
Forum Members
Forum Members
Posts: 19
Joined: Mon Aug 28, 2006 12:47 pm

Re: Announcing CMS Made Simple 1.4-beta1

Post by pimhd »

I noticed a difference with a page i created using a User Defined Tag.

In that tag i made a connection to another database. That worked with 1.3.

This is the tag:
$db = mysql_connect ("localhost", "xxx", "yyy") or die ('Verbinding met de database mislukt.');
mysql_select_db("ape",$db);

$result = mysql_query("select id, artiest_id, medium, artiest, titel, jaar, cover, date_format(datum, '%d-%m-%Y') AS datum from vw_ape_artiest_medium ORDER BY RAND() LIMIT 12");

while ($record = mysql_fetch_array($result)) {

echo ";

}

With 1.4 it works also but the stylesheets are not in the page (i checked the page source). If i strip the User Defined Tag to
echo "test";
the css is showing up again.

Don't know if it is someting i'm doing wrong or a bug in version 1.4
nils73
Power Poster
Power Poster
Posts: 520
Joined: Wed Sep 08, 2004 3:32 pm

Re: Announcing CMS Made Simple 1.4-beta1

Post by nils73 »

Great work. The new interface is really smashing - well done, Nuno.

Just tested the german version of installer and there are a few issues, I will have a look at this one in the translation project this weekend. Furthermore there seems to be a bug when install is almost finished and CMSMS says "click here to visit XXX" - there I got two links, separated by a "." --- the first one pointed to /install/% and the second to my website.

Wasn't there a link to the admin-section? Well, actually I knew my admin-dir and pointed my browser towards it. I got presented with the new login (also very nice) and tried to log in as admin. To my surprise it presented me with an upgrade-information, all in english and I had to click twice to continue. Afterwards I was automatically logged-in and could continue my work. Don't know what that was for because I did not do any upgrade - fresh install, new database. Any ideas?

Now I am about to test the admin-interface and try to build some of my older projects with it. Is there anything I can do with the new template-processing? Just thought about keywords and description in news ... sounds like this is gonna work without workarounds now. Any suggestions?

Gonna test more now.
Nils
User avatar
jd447
Forum Members
Forum Members
Posts: 134
Joined: Wed Jun 20, 2007 7:06 am
Location: geneva

Re: Announcing CMS Made Simple 1.4-beta1

Post by jd447 »

might be a bug  ;):
seems not possible to attach a StyleSheet to a template. but works the other way around!

jd
________________________
http://www.pixinside.ch
stopsatgreen
Power Poster
Power Poster
Posts: 322
Joined: Sat Feb 04, 2006 1:24 am
Location: London, England

Re: Announcing CMS Made Simple 1.4-beta1

Post by stopsatgreen »

Have done one upgrade and one clean install, and found the same two errors each time;

1. Can't assign Stylesheets to Templates via 'Current Associations'

2. Prompt to update Email details when CMSMailer is uninstalled

I've filed both as bugs in the forge.
ZYV
Language Partners
Language Partners
Posts: 868
Joined: Tue Nov 15, 2005 9:08 pm

Re: Announcing CMS Made Simple 1.4-beta1

Post by ZYV »

WinRAR is not free, it's paid for software for Windows. And your website looks like a warez distribution site.
unsigned double ZYV;
User avatar
sugna
Forum Members
Forum Members
Posts: 196
Joined: Wed Oct 10, 2007 3:04 pm
Location: USA

Re: Announcing CMS Made Simple 1.4-beta1

Post by sugna »

Sorry wrong link geeez. I just googled it.

Here it is http://www.download.com/WinRAR/3000-225 ... 07677.html

I got it from C|NET I think. Anyway I just googled it download it and did what I had to do.


Shane
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am
Location: USA

Re: Announcing CMS Made Simple 1.4-beta1

Post by Ziggywigged »

WOW guys, incredible work! Well done. I just did a fresh install and what a difference. Huge performance boost in my opinion, especially on my shared hosted account that usually runs insanely slow. I've only been following this project for a few months now and it's very impressive to see where it's going in such short time.

Only thing I've noticed is the tables/border issue using latest TinyMCE that some other folks have experienced. See this post: http://forum.cmsmadesimple.org/index.php/topic,23423.0.html
I don't see any dashed lines to allow editor to 'see' the table either.

re: Assigning Stylesheets to Templates via 'Current Associations'
This works as it should, for me anyway.

Of course, the true test will come when I have to upgrade.
Good work guys, keep it up.
Last edited by Anonymous on Thu Jul 17, 2008 1:20 pm, edited 1 time in total.
Take a penny, leave a penny.
jce76350
Beta Tester
Beta Tester
Posts: 2032
Joined: Mon May 29, 2006 1:20 pm
Location: Rouen

Re: Announcing CMS Made Simple 1.4-beta1

Post by jce76350 »

Hi,
Can't assign Stylesheets to Templates via 'Current Associations'
Using a new template only, the stylesheet is not added
Jean-Claude Etiemble
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am
Location: USA

Re: Announcing CMS Made Simple 1.4-beta1

Post by Ziggywigged »

Yep, you're right. Just made a new template and tried assigning a css and it didn't take.
Take a penny, leave a penny.
stopsatgreen
Power Poster
Power Poster
Posts: 322
Joined: Sat Feb 04, 2006 1:24 am
Location: London, England

Re: Announcing CMS Made Simple 1.4-beta1

Post by stopsatgreen »

Not necessarily a new template, but a template that doesn't yet have any stylesheets assigned to it. So if you remove all the style associations from a template then try to add them back, it doesn't work. Seems that it's the first association that causes the problem.
nuno

Re: Announcing CMS Made Simple 1.4-beta1

Post by nuno »

ZYV wrote: WinRAR is not free, it's paid for software for Windows. And your website looks like a warez distribution site.
Hi ZYV 
what do you mean?
User avatar
jd447
Forum Members
Forum Members
Posts: 134
Joined: Wed Jun 20, 2007 7:06 am
Location: geneva

Re: Announcing CMS Made Simple 1.4-beta1

Post by jd447 »

nuno wrote:
ZYV wrote: WinRAR is not free, it's paid for software for Windows. And your website looks like a warez distribution site.
Hi ZYV 
what do you mean?
anyway, if you are looking for a free soft to unrar files:
http://my.smithmicro.com/platform_detec ... ander.html

jd
________________________
http://www.pixinside.ch
User avatar
sugna
Forum Members
Forum Members
Posts: 196
Joined: Wed Oct 10, 2007 3:04 pm
Location: USA

Re: Announcing CMS Made Simple 1.4-beta1

Post by sugna »

Using a new template only, the stylesheet is not added
Me also!

Shane
ZYV
Language Partners
Language Partners
Posts: 868
Joined: Tue Nov 15, 2005 9:08 pm

Re: Announcing CMS Made Simple 1.4-beta1

Post by ZYV »

nuno wrote:what do you mean?
Sorry, it wasn't meant for you. I just wanted to point out that WinRAR which was suggested earlier to unpack tar.gz thing is a paid-for software (http://www.win-rar.com/ is the official website) and the first link in this topic lead to a warez site which was offering cracked version for download.

I don't see why one wouldn't use 7Zip which is free and can unpack all of those compressed files.
unsigned double ZYV;
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Announcing CMS Made Simple 1.4-beta1

Post by Dr.CSS »

@nuno
I deleted the post that had the link to the unofficial winrar site, as it wasn't sanctioned by the winrar company, and you never know what you may get from them... ;)

That is what ZYV was referring to...

I use 7Zip myself and am happy with it...
Post Reply

Return to “Announcements”