Page 1 of 2
0.7.1 Release date
Posted: Mon Oct 18, 2004 9:30 pm
by Greg
How close to release is 0.7.1?
I am thinking of upgrading one of my community based websites from 0.6.3
but if 0.7.1 is close to release I will wait.
Thanks
0.7.1 Release date
Posted: Mon Oct 18, 2004 9:57 pm
by Ted
It's looking like it'll be the end of the week, unless some more major bugs come in. I like releasing on a Tue-Thurs, just because weekends are usually crazy. But I'm not against a Friday or Saturday. I'll probably know a little better in a day or so.
0.7.1 Release date
Posted: Mon Oct 18, 2004 10:37 pm
by Greg
Thanks wishy, by the way I really like the new look !!
0.7.1 Release date
Posted: Tue Oct 19, 2004 9:16 am
by Thijs
Thanks

Glad you like it!
0.7.1 Release date
Posted: Mon Oct 25, 2004 12:03 pm
by Ted
0.7.1rc2 is out. All bugs that can be fixed have been. The plan is for a release tomorrow night, unless something big comes up.
0.7.1 Release date
Posted: Mon Oct 25, 2004 1:27 pm
by Anonymous
htmlarea is not working at all with rc2.
Tried toggle of user preferences, doing preview ...
No time right now to test further.
0.7.1 Release date
Posted: Mon Oct 25, 2004 1:29 pm
by Thijs
I might have something to do with it. I'll have a look at it tonight
0.7.1 Release date
Posted: Mon Oct 25, 2004 9:24 pm
by Thijs
Nop, It seems to work fine here. Do you get a javascript error of some kind? What browser are you using?
0.7.1 Release date
Posted: Wed Oct 27, 2004 11:27 pm
by Greg
Upgrade to version .7.1 still no htmlarea when editing content. This is on my local machine. PHP 4.3.9 MySQL 4.0.21 Apache 1.3.31 Windows XP does not work with either IE or Mozilla. Checked values with phpmyadmin and WYSIWYG is set to 1 (True) ?? Not getting any javascript errors or any other errors the htmlarea icons just do not appear, stays in text mode.
0.7.1 Release date
Posted: Thu Oct 28, 2004 12:02 am
by Ted
This is too strange. I just checked on cmsmadesimple.org, which has only ever been upgraded since 0.1, and it's fine. I don't normally have htmlarea on, but when I did turn it on, it came right up.
I have no idea where to even start on that one...
0.7.1 Release date
Posted: Thu Oct 28, 2004 1:07 am
by Greg
I am not getting htmlarea with add content either. When I click preview with add content I get:
Notice: Use of undefined constant css_text - assumed 'css_text' in d:\aaawebsites\websites\weyburncap\admin\addcontent.php on line 290
Upgraded my live site and htmlarea works fine there
0.7.1 Release date
Posted: Thu Oct 28, 2004 1:31 am
by Greg
More info...
If I remove the associated CSS that I put under css management and just add the css to the stylesheet area on the template page then htmlarea works. Seems to be a problem with associated css templates.
0.7.1 Release date
Posted: Thu Oct 28, 2004 1:33 am
by Ted
Hmm. Ok. That gives me something to work on. I'll try and track it down.
0.7.1 Release date
Posted: Thu Oct 28, 2004 8:40 am
by Thijs
One thing that has changed since 0.7 is that the stylesheet is added to the already present stylesheet data of HTMLArea instead of overwriting it. This is done to ensure that the styles that should are added by plugins (such as Indite, that creates boxes around paragraph) remain.
header:
Code: Select all
editor.config.pageStyle = editor.config.pageStyle+'<?php echo str_replace("'", "\\'", get_stylesheet($template_id))?>';
But I don't yet see how this can account for your troubles.
0.7.1 Release date
Posted: Thu Oct 28, 2004 12:48 pm
by Greg
Seems to have quit around v .7 .1 rc2 for me