[pLog-svn] r5229 - plog/branches/lifetype-1.2/class/action/admin
Oscar Renalias
oscar at renalias.net
Fri Mar 30 15:33:37 EDT 2007
Up until LT 1.1.x there was a second text area that was used for the
"extended" text in a post. With the 'more' TinyMCE plugin in LT 1.2
that second text area wasn't necessary so it was removed... The
problem is that we forgot to remove a few references to it in the
code and I guess those were causing unnecessary warnings.
On 30 Mar 2007, at 22:33, Jon Daley wrote:
> I see that this fix works, but it is completely non-intuitive to
> me. I think maybe you already explained this to me, but why don't
> we need
> to include the extendedText stuff any more?
>
> On Fri, 30 Mar 2007, mark at devel.lifetype.net wrote:
>
>> Author: mark
>> Date: 2007-03-30 14:17:54 -0400 (Fri, 30 Mar 2007)
>> New Revision: 5229
>>
>> Modified:
>> plog/branches/lifetype-1.2/class/action/admin/
>> adminpreviewpostaction.class.php
>> Log:
>> Fixed a error notice about postExtendedText
>>
>> Modified: plog/branches/lifetype-1.2/class/action/admin/
>> adminpreviewpostaction.class.php
>> ===================================================================
>> --- plog/branches/lifetype-1.2/class/action/admin/
>> adminpreviewpostaction.class.php 2007-03-30 10:53:58 UTC (rev 5228)
>> +++ plog/branches/lifetype-1.2/class/action/admin/
>> adminpreviewpostaction.class.php 2007-03-30 18:17:54 UTC (rev 5229)
>> @@ -56,7 +56,7 @@
>> $this->_fetchCommonData();
>>
>> // and now, create a harmless Article object with it
>> - $postText = Textfilter::xhtmlize($this-
>> >_postText).POST_EXTENDED_TEXT_MODIFIER.Textfilter::xhtmlize($this-
>> >_postExtendedText);
>> + $postText = Textfilter::xhtmlize($this->_postText);
>> // create the main object
>> $article = new Article( $this->_postTopic,
>> $postText,
>>
>> _______________________________________________
>> pLog-svn mailing list
>> pLog-svn at devel.lifetype.net
>> http://limedaley.com/mailman/listinfo/plog-svn
>>
>
> --
> Jon Daley
> http://jon.limedaley.com/
>
> I have opinions of my own, strong opinions, but I don't always
> agree with them.
> -- George Bush Sr.
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>
More information about the pLog-svn
mailing list