Announcing CMS Made Simple 1.3

Project Announcements. This is read-only, as in... not for problems/bugs/feature request.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Announcing CMS Made Simple 1.3

Post by calguy1000 »

CMS Made Simple 1.3
June 7th, 2008 by Robert Campbell

Thanks to some fantastic effort by the development team, the translators, and testers, I’m pleased to announce CMS Made Simple 1.3

This was originally going to be just a marginal improvement to hold people over till CMS 2.0 comes out, but we just kinda got carried away.

There are new versions of the TinyMCE, ModuleManager, Search, MenuManager, News and FileManager modules, a massive improvement in translations, an automatic update notification mechanism, bugfixes, and lots of other tweaks to help you in your projects. For this reason, there will be no ‘diff’ packages.

Here’s a copy of the changelog for this version:

Version 1.3 “Cuba” — June 7, 2008
—————–
- Massive updates to translations
- Includes TinyMCE 2.4.0
  Note: The wysiwyg editor is not called TinyMCE-Adv or TinyMCE-Basic anymore,
- Includes FileManager 0.3.0
- Includes News 2.8
  - Fixes for pretty urls
  - Adds news_extra and custom field support to the fesubmit action
  - Uses cms_html_entity_decode for php4 compatibility
  - Removes the News content type once and for all
- Includes Search 1.5
  - Adds the ability to change the search output on a per module basis
  - Adds an ability to track search words
  - Better templating for News
  - More
- Includes MenuManager 1.5
  - Pass all parameters to the menumanager template for easier customization
  - Fixes for has_children
  - Minor fixes
- Includes ModuleManager 1.1.6
  - Now indicates that a module available in the repository is incompatible with the current CMS version
  - A nice big notice on the top of the display about xml vs zip modules
  - Cleanup on uninstall
- Includes a new admin theme generously donated by Nuno Costa
- All plugins are now translatable
- The title and sitename plugins now support the assign param
- Adds two new plugins (redirect_page and redirect_url)
- Debug mode now tweaks the display_errors and error levels in the admin section as well as in the frontend
- Listcontent is now cleaned-up and has better security checks
- Minor improvements to listmodules
- Admin templates are now override-able by creating a matching file in module_custom//templates/.tpl
- All language files are now override-able by creating a matching file in module_custom//lang/.php
- Adds a new PageLink content type to allow linking to an internal page easily
- The {sitemap} plugin is deprecated, and replaced by {site_mapper} which is just a simple wrapper around menumanager
- Fixes so that menumanager sets has_children properly
- Attempt to handle hosts that have disabled the readfile function
- Add cms_html_entity_decode which is php4 compatible as html_entity_decode may not be.
- Fix un-necessary queries in cms_selflink
- Fixes for bugs #2227, 2205, 2230, 2207
- Content type names are now translatable
- Replaced the ’select all’ link in Listcontent with a checkbox which is a bit more standardish
- Changed the comment at the bottom of output pages to have nothing that can be searched on
- Adds new auto update check mechanism
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.
moorezilla

Re: Announcing CMS Made Simple 1.3

Post by moorezilla »

Woot! Great work, guys!

Edit: just updated a site that uses frontendusers, selfregistration, customcontent, quizzard, and formbuilder and everything seems to be working fine.
Last edited by moorezilla on Sat Jun 07, 2008 4:42 pm, edited 1 time in total.
User avatar
blast2007
Power Poster
Power Poster
Posts: 508
Joined: Wed Aug 01, 2007 5:36 pm

Re: Announcing CMS Made Simple 1.3

Post by blast2007 »

Should release 1.2.5 still considered "secure" or this update is mandatory?

Thanks and regards
blast
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: Announcing CMS Made Simple 1.3

Post by RonnyK »

One additional remark....

For those that upgrade, and use TinyMCE.... You MUST press the restore to default button in TinyMCE's Toolbar-tab, as there are some new and renamed features, that otherwise wont work, f.e. CMSLINK, is now called CMSLINKER.... And as an upgrade wont touch the preferences.... must you do it using the Restore function.

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

Re: Announcing CMS Made Simple 1.3

Post by Ted »

blast2007 wrote: Should release 1.2.5 still considered "secure" or this update is mandatory?

Thanks and regards
blast
We're treating it as an optional upgrade.  However, bear in mind that any security fixes will be patched against 1.3, so it's probably easier to do the big upgrade now and later on you can just paste on a quick patch when it's a dire emergency.
User avatar
blast2007
Power Poster
Power Poster
Posts: 508
Joined: Wed Aug 01, 2007 5:36 pm

Re: Announcing CMS Made Simple 1.3

Post by blast2007 »

calguy1000 wrote: ...
- Includes ModuleManager 1.1.6
...

A very small bug (#2199) seems to be still present in this new release.

Change this row in file /modules/ModuleManager.php

Code: Select all

586                                                            $this->Lang('download'),
to

Code: Select all

586                                                            $this->Lang('upgrade'),
to show correct string  for installed (upgradable) / not installed (downloadable) modules.

Regards
blast
JohnnyTheOne
Forum Members
Forum Members
Posts: 17
Joined: Fri Feb 08, 2008 6:03 pm

Re: Announcing CMS Made Simple 1.3

Post by JohnnyTheOne »

blast2007 wrote: Change this row in file /modules/ModuleManager.php

Code: Select all

586                                                            $this->Lang('download'),
to

Code: Select all

586                                                            $this->Lang('upgrade'),
You mean perhaps modules/ModuleManager/ModuleManager.module.php  ::)
User avatar
blast2007
Power Poster
Power Poster
Posts: 508
Joined: Wed Aug 01, 2007 5:36 pm

Re: Announcing CMS Made Simple 1.3

Post by blast2007 »

JohnnyTheOne wrote: You mean perhaps modules/ModuleManager/ModuleManager.module.php  ::)
Yes! ;)
Vin

Re: Announcing CMS Made Simple 1.3

Post by Vin »

Here is another minor glitch: text in table headers of the pagepos class is not centered. Add the following to the style.css in admin/themes/NCleanGrey/css :

Code: Select all

table.pagetable th.pagepos  {
   text-align: center;
   }
levinho
Forum Members
Forum Members
Posts: 18
Joined: Sun Feb 17, 2008 11:56 am
Location: Switzerland

Re: Announcing CMS Made Simple 1.3

Post by levinho »

I have a problem with TinyMCE not loading in properly. Has anybody else experienced the same problem?

Otherwise it's a great release!


OK, I just found two other threads reporting the same problem:
http://forum.cmsmadesimple.org/index.php/topic,22697.0.html
http://forum.cmsmadesimple.org/index.php/topic,22710.0.html
Last edited by levinho on Mon Jun 09, 2008 1:38 pm, edited 1 time in total.
nuno

Re: Announcing CMS Made Simple 1.3

Post by nuno »

Vin wrote: Here is another minor glitch: text in table headers of the pagepos class is not centered. Add the following to the style.css in admin/themes/NCleanGrey/css :

Code: Select all

table.pagetable th.pagepos  {
   text-align: center;
   }
can you proved us one example this issue?

we have in css this:

th.pagepos  {
  text-align: center;
  }

why i have to put another style?
GDS
Forum Members
Forum Members
Posts: 81
Joined: Sun Feb 18, 2007 1:26 pm
Location: Norway

Re: Announcing CMS Made Simple 1.3

Post by GDS »

I upgraded from 1.06 to 1.3, and got these error messages:

-- Add Me - module:FileManager string:friendlyname--
-- Add Me - module:printing string:friendlyname--
-- Add Me - module:TinyMCE string:friendlyname--

All transladed strings for these modules are also missing,
but the language files exists and seems to be ok.

Any suggestions?

GDS
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: Announcing CMS Made Simple 1.3

Post by Nullig »

Reupload the files with a proper FTP program.

Nullig
User avatar
kermit
Power Poster
Power Poster
Posts: 693
Joined: Thu Jan 26, 2006 11:46 am

Re: Announcing CMS Made Simple 1.3

Post by kermit »

{sitemap} is being deprecated... will we see the bits that it supports that the menumanger doesn't, added before it's dropped completely? example: add_element
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
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.3

Post by calguy1000 »

add_elements allows you to arbitrarly add a list of page aliases to the sitemap.

unless I'm wrong, you can do the same thing now, with internal pagelinks and section headers, etc.  it's just a slightly different way of doing it.

If I'm wrong, please explain what you need that for.
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.
Post Reply

Return to “Announcements”