bug report in 0.10.3

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
saltydog
Power Poster
Power Poster
Posts: 281
Joined: Fri Mar 04, 2005 9:06 am

bug report in 0.10.3

Post by saltydog »

This is to report following bug in 0.10.3
I have a "News" page with all news listed in it. If you click on a news title (whichever), cmsmade simple goes to the admin/login page.
In fact, each news is linked to:
http:///admin/moduleinterface.php?module=News&id=cntnt01&cntnt01action=detail&cntnt01articleid=3&cntnt01returnid=-1

As you can see, there is "admin" after .
This is not good for users trying to read the news... Please update!
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: bug report in 0.10.3

Post by Ted »

Sorry, I didn't apply any other fixes except for the security related stuff.  This has actually been around for a bit.  The fix is located here and will be in 0.11.

http://forum.cmsmadesimple.org/index.ph ... 561.0.html
saltydog
Power Poster
Power Poster
Posts: 281
Joined: Fri Mar 04, 2005 9:06 am

Re: bug report in 0.10.3

Post by saltydog »

Got it!
Thank you very much and sorry
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: bug report in 0.10.3

Post by Ted »

Not a problem.  More bug reports are better than not enough.
kishman155
Translator
Translator
Posts: 169
Joined: Sat Mar 12, 2005 12:30 pm

Re: bug report in 0.10.3

Post by kishman155 »

I think it will be a nice think to split out modules and coraplikation and only send a updatekit with
the changed files so it will be easier to update things and there will never come the problem to patch things again..

Is there a place where i can see what kind off things are patched in a subversion?

kishman155
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: bug report in 0.10.3

Post by Ted »

I've been thinking about that a bit.  I'm trying to come up with a way to somehow grab only the files that have changed or have been added, plus the upgrade scripts.

If you're on unix, you can do something like:

Code: Select all

svn diff http://svn.cmsmadesimple.org/cms/tags/version-0.10.2 http://svn.cmsmadesimple.org/cms/tags/version-0.10.3 | grep "Index: " | cut -d " " -f 2
to get a list of files that have changed.  However, it would still take me some time to figure out how to get that to actually make a usable zip file.
Post Reply

Return to “CMSMS Core”