0.13 Final 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.13 Final Released!

Post by Ted »

From the announcements mailing list:
0.13 is ready for mass consumption.

You can get the new release from here:

http://dev.cmsmadesimple.org/frs/downlo ... .13.tar.gz
http://dev.cmsmadesimple.org/frs/downlo ... e-0.13.zip

The MD5 sums for these files are:

0bb36e623a04095a17a33a1fa56373eb  cmsmadesimple-0.13.tar.gz
3d985793d9a947bf65738810fb3025e1  cmsmadesimple-0.13.zip

This is a major release.  Updating from 0.12.2 is optional.  There are
database changes and backups are HIGHLY recommended.

The ChangeLog follows below.

Bugs can be submitted to the bug tracker for the CMSMS core at:
http://dev.cmsmadesimple.org/tracker/?a ... unc=browse

Thanks,
The CMS Made Simple team

--------------------8-<-------cut-here---------8-<-----------------------

Version 0.13 "Canary" -- May 18 2006
-----------------

* Added bulk delete/active/inactive of templates
* Added bulk delete of stylesheets
* Added support for lighttpd web server
* Added internal pretty url handling mechanism.  It's
going to be turned off on upgrades, but on with new
installs.  Make sure the {metadata} tag is in your template
if you plan on using it.
* Added hierarchical url handling as well on the interal
mechanism.  You especially want the {metadata} tag with
this option.  It's on in new installs.
* Added base tags to the default admin theme
* Added alt tag and removed extra html from the image tag
* Added module API method so modules can output extra CSS for
their admin panels
* Changed module API so that Install, Upgrade, and Uninstall can
now live in method.xxxx.php (lowercase) if the file can be found.
* Changed FCKeditor so that it inserts cms_selflink tags by
default when linking to another page in the site
* Fixed bug with {stylesheet name=""} not working properly
* Fixed bug where default template could be set inactive
* Fixed bug where an inactive template set to default would
not be made active automatically
* Fixed bug with deleting multiple pages and not having
hierarchy gettin reset properly
* Fixed bug where installer would sometimes install a
module twice, causing issues later on
* Fixed bug where query_count doesn't exist when using
regular adodb
* Fixed bug where the module api will complain if the number
of parameters (%s) didn't match in the translated string.  Now
it just silently fails.
* Modified config.php file so that it explains what the
different options are
* Updated adodb lite to 1.20
* Updated smarty to 2.6.13
Thanks to the rest of the team, the contributors and the people who helped test the beta.  You guys are invaluable to make this project the success it is.  Keep it up.

Ted
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: 0.13 Final Released!

Post by Dr.CSS »

does this mean that it changes to that weerd text link, i have to keep remembering too uncheck that thing when i want a word to link to another page...?

* Changed FCKeditor so that it inserts cms_selflink tags by
default when linking to another page in the site

    mark
miss_d_bus
Forum Members
Forum Members
Posts: 121
Joined: Sun May 01, 2005 4:27 pm
Location: Kent, UK

Re: 0.13 Final Released!

Post by miss_d_bus »

Does this new version fix the javascript problem when trying to insert an image with FCKeditor relating to the file frmresourceslist.html?
Its pretty amazing how much this CMS has come along even within a year :)
User avatar
Gregor
Power Poster
Power Poster
Posts: 1874
Joined: Thu Mar 23, 2006 9:25 am
Location: The Netherlands

Re: 0.13 Final Released!

Post by Gregor »

Hi,

Good job! The more I use CMSMS, the more I like it :-)

I looked for a short upgrade help from version 0.12.2 to version 0.13 Besides making a backup of the database upfront, any other things I should take of? Or just copy all files to the site and run the install-programm ???

Thanks,
G
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: 0.13 Final Released!

Post by Ted »

@mark: Yes

@miss_d_bus: Yes, it should.  If you still have problems, clear your cookies.  That's been known to work.

@Gregor: Yeah, there is too much involved to do a short upgrade.  This main releases have almost every file touched.  Just copy all files over the old ones (backup the db and copy all of the old files somehwere, just to be safe) and then run install/upgrade.php.
tmhai

Re: 0.13 Final Released!

Post by tmhai »

Nice Work!
miss_d_bus
Forum Members
Forum Members
Posts: 121
Joined: Sun May 01, 2005 4:27 pm
Location: Kent, UK

Re: 0.13 Final Released!

Post by miss_d_bus »

ok thanks for that. I'll give it a whirl :)
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm
Location: Saskatchewan - Canada

Re: 0.13 Final Released!

Post by Greg »

Looks Great.

Small bug...
Icons in admin panels do not match image file names. i.e. imagemanager.gif
Greg
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: 0.13 Final Released!

Post by Elijah Lofgren »

Greg wrote: Small bug...
Icons in admin panels do not match image file names. i.e. imagemanager.gif
That bug is my fault. I didn't test my wiki help links patch well enough.  :-\ Sorry about that.

I've posted a patch to fix this here: http://dev.cmsmadesimple.org/tracker/in ... 6&atid=103
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
miss_d_bus
Forum Members
Forum Members
Posts: 121
Joined: Sun May 01, 2005 4:27 pm
Location: Kent, UK

Re: 0.13 Final Released!

Post by miss_d_bus »

i dont mean to sound stupid, what what do i do with a .patch file please?
I assume the two images (or more) missing are fixed like this? No other modules have been added just to establish if this relates to an add on or not?

Thanks, Catherine
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: 0.13 Final Released!

Post by Elijah Lofgren »

miss_d_bus wrote: i dont mean to sound stupid, what what do i do with a .patch file please?
I didn't even know how to apply a patch until very recently. ;)
If you're using Linux (unlikely) you can do this:
1. Download the patch from here: http://dev.cmsmadesimple.org/tracker/in ... 6&atid=103
2. Save it in your CMSMS folder
3. Run this command:

Code: Select all

patch -p0 < fix-section-images.patch
You'll then see output of:
patching file admin/lang/en_US/admin.inc.php
patching file lib/classes/class.admintheme.inc.php
miss_d_bus wrote: I assume the two images (or more) missing are fixed like this?
It was 4 images that were being incorrectly linked to, causing them not to show up.
miss_d_bus wrote: No other modules have been added just to establish if this relates to an add on or not?
This is a problem with the CMSMS Admin Panel and is not caused by any modules.

I have attached the fixed versions of lib/classes/class.admintheme.inc.php and admin/lang/en_US/admin.inc.php to this post. If you want, you can just download them, remove the ".txt" extension and replace those files with the fixed versions.

Update: I've removed the attched class.admintheme.inc.php file since it was broken. Use the fixed class.admintheme.inc.php file attached to this post: http://forum.cmsmadesimple.org/index.ph ... l#msg26337

I'm guessing that Ted may release a fix for 0.13 that includes this patch.

[attachment deleted by admin]
Last edited by Anonymous on Fri May 19, 2006 4:40 pm, edited 1 time in total.
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
miss_d_bus
Forum Members
Forum Members
Posts: 121
Joined: Sun May 01, 2005 4:27 pm
Location: Kent, UK

Re: 0.13 Final Released!

Post by miss_d_bus »

thanks  :) all sorted now.
I'm on a server with FreeBSD but without real access to the box, using that patch file isnt so good. Thanks for providing the alternative!
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: 0.13 Final Released!

Post by Ted »

I've committed this patch to svn.  Thanks!
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: 0.13 Final Released!

Post by Elijah Lofgren »

I just found a problem with my patch to fix my other patch. I really need to start doing better testing of patches I submit.  :-[

The earlier pactch I submitted made it impossible to edit "Global Content Blocks", and "Templates".

I've attached a fixed version of the patch here: http://dev.cmsmadesimple.org/tracker/in ... 6&atid=103

Also, I've attached yet another fixed version of lib/classes/class.admintheme.inc.php

Sorry miss_d_bus, you'll want to replace the file you downloaded earlier with the file attached to this post so that editing Templates and Global Content Blocks works again.

Sorry Ted, You'll want to apply the fixed patch that I just posted.

[attachment deleted by admin]
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: 0.13 Final Released!

Post by Ted »

Not a problem.  Done.
Post Reply

Return to “Announcements”