0.10 "Antigua" Released!

Project Announcements. This is read-only, as in... not for problems/bugs/feature request.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

0.10 "Antigua" Released!

Post by Ted »

Well, it's finally here!  Here is the ChangeLog:

* Added dropdown of encodings to add/edit template pages
* Added multiple content blocks
* Added recursive html blobs
* Added ability for modules to use templates, either file based or db based through a few API calls
* Added support for module translations
* Added indexes to increase performance
* Added bookmarks and recent pages to the admin
* Added javascript tabs to content editing
* Added global locale option to config.php
* Added parameter to CreateLink to allow modules to force contents to {content} tag, while still displaying the same content in their {cms_module}.
* Changed admin interface and themes
* Changed installer to use regular Submit buttons...  now works in Konqueror
* Fixed bug with image path generation in TinyMCE
* Fixed bug with text parameter in print plugin
* Fixed bug with inactive pages still being accessible by page id
* Fixed encoding problems with editing title and menu text in content
* Removed the redirect pages while logging in or out
* Updated ADODB to 4.61
* Updated Smarty to 2.6.9 (Jope)
* Updated TinyMCE to 1.4.4
* Updated News module to 2.0 (complete rewrite, but upgradable)
* Much Much More...

Thanks to everyone for all their help over the past 5 months.  SJG and WiseQ did an awesome job on the admin fixes.  Akrabat did a great job on multiple content blocks.  And, of course, the community in general for making this such a great project!  We're forging on to version 1.0...

Enjoy!
Ted (wishy)
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Re: 0.10 "Antigua" Released!

Post by megabob3 »

Good job ;)
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Re: 0.10 "Antigua" Released!

Post by megabob3 »

http://demo.cmsmadesimple.org/ it's 0.8.1 version!!!

IT'S TIME TO UPDATE!!! :D
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: 0.10 "Antigua" Released!

Post by Ted »

I'm actually going to turn the demo off, actually.  The people at opensourcecms.com can handle administering it better than I can...
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Re: 0.10 "Antigua" Released!

Post by megabob3 »

wishy wrote: I'm actually going to turn the demo off, actually.  The people at opensourcecms.com can handle administering it better than I can...
lol, good concentrate your energy on develop it :D, put only the link from yuor site to the opensourcecms.com demo of CMSMS ;)
Alex_Leipzig

News module issue

Post by Alex_Leipzig »

Hi there,

great version! But I have one problem: sometimes I have very short news items with only title and summary, but no content. How can I force CMSms to accept that! It did work under previous versions.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: 0.10 "Antigua" Released!

Post by Ted »

Thanks!

If you leave the summary empty, it will use the data in content instead.
Alex_Leipzig

Re: 0.10 "Antigua" Released!

Post by Alex_Leipzig »

I think I wasn't quite clear. I need it just the other way around: content empty, summary with entry. BUT: I also have longer news entries with both, i.e. I cannot just change my template to show just the content...
Alex_Leipzig

Re: 0.10 "Antigua" Released!

Post by Alex_Leipzig »

Any ideas? I need this to be fixed.
iNSiPiD

Re: 0.10 "Antigua" Released!

Post by iNSiPiD »

Terrific stuff, wishy et al!

Now to play...

NB: Is there an email alert list one can join for this sort of announcment? After all, it is BIG news! :)
iNSiPiD

Re: 0.10 "Antigua" Released!

Post by iNSiPiD »

Excuse me, all, but I seem to have hit a snag.

The install appeared to have gone smoothly according to upgrade.php feedback but my site has disappeared. Ooops!

I can log into admin without any problem. Looks great by the way. Can't wait until you can collapse parent page groups in the Content section. :)

Anyway...I've checked the modules and nothing seems to require updating.

Can anyone suggest what might have gone wrong, or what else I can do??

The URL is here: http://d81314.i50.quadrahosting.com.au/index.php

Thanx in advance!
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: 0.10 "Antigua" Released!

Post by Ted »

I just tried going to your admin, and the graphics are missing from the login page.  It's making me wonder if all of the files got uploaded to your host.  There seems to be a definite problem with FTP clients not finishing the job correctly these days...

But, yeah, clearing the cache is probably the most likely cause, though, upgrading SHOULD clear the cache on it's own.
Alex_Leipzig

Re: 0.10 "Antigua" Released!

Post by Alex_Leipzig »

Sorry for insisting, but can anyone help me with the above mentioned news module issue?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: 0.10 "Antigua" Released!

Post by Ted »

It works on an item by item basis.  If there is no summary, then just the content is displayed.  If there is a summary, then the "more" link shows up.  I'll have to double check the code, though, just to be sure I didn't screw something up.
Alex_Leipzig

Re: 0.10 "Antigua" Released!

Post by Alex_Leipzig »

I'm afraid there's a flaw in my summary template (it won't show content-only items without summary on my frontpage):

Code: Select all

<!-- Start News Display Template -->
{foreach from=$items item=entry}
<p>{$entry->titlelink} :: {if $entry->summary}{$entry->summary}{/if} <span style="font-size:10pt;">{if $entry->content}{$entry->morelink}</span>
{/if}
</p>
{/foreach}
<!-- End News Display Template -->
Post Reply

Return to “Announcements”