0.12.1 "Savusavu" 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.12.1 "Savusavu" Released!

Post by Ted »

Lots of good bug fixes and a few new things as well.  Here is the Changelog.

Code: Select all

* Added check if setting inactive page to the 
default, it automatically makes it active
* Added assign parameter to content tag, which will assign
the output to a smarty parameter and can then be tested
properly for existing output
* Added ability to delete/active/inactive multiple pages 
* Added handling of target parameter to Menu Manager
* Added ordering of stylesheets so that they're displayed in
the order they're attached to the template
* Added permissions to Menu Manager
* Added entity escaping to title and breadcrumbs plugins
* Added changes to bulletmenu-accessible.tpl by nils73
* Default persistent_db_conn setting is now false
* Changed page alias replacement to allow for hyphens
* Fixed issue with FCKeditorX where it wasn't changing the
protocol automatically on the insert link page
* Fixed cms_selflink so next/previous links respect the
show in menu flag
* Fixed length on template name in template copy command
* Fixed link at bottom of admin log
* Changed {$title} to {title} in new template page
* Fixed a reference bug in the content class
* Fixed the help of the image tag to be src, not name
* Fixed several bugs with Menu Manager in handling of
depths
* Fixed an issue with links not having a proper returnid
when using the News content type
* Made title in user defined tags clickable to edit it
Thanks and enjoy!
Russ
Power Poster
Power Poster
Posts: 813
Joined: Fri Nov 25, 2005 5:02 pm
Location: North West England

Re: 0.12.1 "Savusavu" Released!

Post by Russ »

I'm in a rush today, but I copied over the 12.1 update (the diff files) over my existing Fiji version and ran update. No unexpected problems. Except that the version name and version number, as displayed by {cms_versionname}' {cms_version} , still refer to the old one ('Fiji' 0.12)?

Not sure if the upgrade worked? The upgrade.php said I was upto schema 18? Is there any other way to tell?
The include on the bottom of the renderred page is also unchanged?


Everything I have on the test site seems to be working fine - after only a cursory glance. If I'm upgraded then well done Ted - it all went very smoothly indeed ?

Russ
User avatar
petert
Power Poster
Power Poster
Posts: 282
Joined: Wed Feb 09, 2005 9:30 pm
Location: behind my desk

Re: 0.12.1 "Savusavu" Released!

Post by petert »

Hi,

Problems (sorry)
I can't get it to work with adodblite, the normal version works great

Notice: Undefined property: ADODB_mysql::$query_count in /home/xxx/cmsmadesimple/index.php on line 210

keep up the good work :)
Mambo sucks, that's why I am here.
Now they call it Joomla, but it still sucks!

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

Re: 0.12.1 "Savusavu" Released!

Post by Ted »

@Russ -- Did you run the upgrade script?  If not (you really don't need to), at least clear the cache from the admin.  If that's not working, then look at version.php and see if the new values are there.  If they aren't, make sure the new one gets uploaded.

@petert -- Isn't that the opposite?  I don't think query count exists in the old adodb, and ADODB_mysql is a class in the old adodb as well.
Russ
Power Poster
Power Poster
Posts: 813
Joined: Fri Nov 25, 2005 5:02 pm
Location: North West England

Re: 0.12.1 "Savusavu" Released!

Post by Russ »

Thanks Ted, I had installed it, or so I thought, but I've copied it across again and it seems to be woring. I guess it was a bit early :)  Thank you for your help.

I have another question. What does the $config['persistent_db_conn'] = false; do?  Mine was set to on but I've changed it to off - what difference should it make?

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

Re: 0.12.1 "Savusavu" Released!

Post by Ted »

There is an option in php for persistent connections with database connections.  Basically, it means it keeps connections open instead of opening a fresh one with every page load.  It's usually helpful in display times because opening a connection has some decent overheard.

However...  a lot of php installations have persistent connections turned off for some reason or another.  If you find persistent connections don't work, you can set it to false and everything should be fine.

Actually, because I got so many problem reports lately, I've set the default to false for new installations.  People can set it to true to increase performance if they'd like.
User avatar
petert
Power Poster
Power Poster
Posts: 282
Joined: Wed Feb 09, 2005 9:30 pm
Location: behind my desk

Re: 0.12.1 "Savusavu" Released!

Post by petert »

Notice: Undefined property: ADODB_mysql::$query_count in /home/xxx/cmsmadesimple/index.php on line 210
Ted wrote: @petert -- Isn't that the opposite?  I don't think query count exists in the old adodb, and ADODB_mysql is a class in the old adodb as well.
I turned off the adodblite in config.php and then I get the above error. So somewhere there is an assumption made that adodblite is used (even though it's off in config.php).
Mambo sucks, that's why I am here.
Now they call it Joomla, but it still sucks!

CMSMS rules!
wientanz

Re: 0.12.1 "Savusavu" Released!

Post by wientanz »

pray tell, where is the uprade-script? in my download there's only the install.php.

I know, I know, no db-upgrade needed, but since somebody mentioned it above...
Ted wrote: @Russ -- Did you run the upgrade script? If not (you really don't need to), at least clear the cache from the admin. If that's not working, then look at version.php and see if the new values are there. If they aren't, make sure the new one gets uploaded.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: 0.12.1 "Savusavu" Released!

Post by Ted »

wientanz wrote: pray tell, where is the uprade-script? in my download there's only the install.php.

I know, I know, no db-upgrade needed, but since somebody mentioned it above...
Ted wrote: @Russ -- Did you run the upgrade script? If not (you really don't need to), at least clear the cache from the admin. If that's not working, then look at version.php and see if the new values are there. If they aren't, make sure the new one gets uploaded.
Oh yeah, the diff does not include the upgrade script.  I forgot about that...
Russ
Power Poster
Power Poster
Posts: 813
Joined: Fri Nov 25, 2005 5:02 pm
Location: North West England

Re: 0.12.1 "Savusavu" Released!

Post by Russ »

Thnaks for the information Ted, $config['persistent_db_conn'] = true is now set again and it all seems very quick indeed :) Thank you. Will this be the final release before the big push to 1.0? It's just I have a few sites to update and only want to do it once ;-) i think I may well wait for 1.0 - anything good coming?

Russ
URAN

Re: 0.12.1 "Savusavu" Released!

Post by URAN »

Works great! :D
URAN

Re: 0.12.1 "Savusavu" Released!

Post by URAN »

Ups... found a bug:

Image

When using EllNav Horiz/Vert L menu, active submenu item displaed inline with next submenu one (when next submenu does not contains it`s own subitems).
URAN

Re: 0.12.1 "Savusavu" Released!

Post by URAN »

"Copy and Paste" tool at the FCKeditor does not work for images.

For example, if I copy Google logo from www.google.com (Right mouse click / Copy) ...

Image

... and Paste it to the my page at the Edit Mode, I will see some this :

Image (link for this image intentiionaly broken)

If Right Click on this image and choose "Image Properties" I will see a link to a source like

http://www.mysitename.com/cmsmsdir/~original path to image dir~/image.gif

So, we can see that Original Site URL was replaced with My Own Site URL
ploum

Re: 0.12.1 "Savusavu" Released!

Post by ploum »

It seems that the 0.12.1 release broke the wysiwyg editor for some users...  I don't really understand.
Tony Cipriani

Re: 0.12.1 "Savusavu" Released!

Post by Tony Cipriani »

Atempted upgrade from 0.11.2 :

I'm getting a Fatal error: Cannot redeclare class uploads in /srv/www/htdocs/ error for modules/Uploads/Uploads.module.php on line 29

Can anyone help me out?
Post Reply

Return to “Announcements”