[pLog-svn] r5118 - plog/branches/lifetype-1.2/class/view/admin

Jon Daley plogworld at jon.limedaley.com
Sat Mar 17 09:18:38 EDT 2007


 	There still is a bug with converting   & etc. but not 
when switching between HTML and non-HTML modes, but only after updating 
the post, and re-editing it.  Revision 5118 did not affect that bug, even 
though it seems like it might have.

On Sat, 17 Mar 2007, jondaley at devel.lifetype.net wrote:

> Author: jondaley
> Date: 2007-03-17 09:17:24 -0400 (Sat, 17 Mar 2007)
> New Revision: 5118
>
> Modified:
>   plog/branches/lifetype-1.2/class/view/admin/admineditpostview.class.php
> Log:
> reverting rev 1915, it was really a bug in tinymce, that I fixed when adding the more plugin - or perhaps it was fixed in a tinymce upgrade, but in any case, this code isn't needed any more.
>
> Modified: plog/branches/lifetype-1.2/class/view/admin/admineditpostview.class.php
> ===================================================================
> --- plog/branches/lifetype-1.2/class/view/admin/admineditpostview.class.php	2007-03-16 22:51:08 UTC (rev 5117)
> +++ plog/branches/lifetype-1.2/class/view/admin/admineditpostview.class.php	2007-03-17 13:17:24 UTC (rev 5118)
> @@ -50,8 +50,7 @@
>
> 	            // set information about the post itself into the view
> 	            $this->setValue( "postTopic", $this->_article->getTopic());
> -	            $this->setValue( "postText", preg_replace('/(&|&)/', '&', $this->_article->getText( POST_EXTENDED_TEXT_MODIFIER )));
> -			//$this->setValue( "postText", $this->_article->getText( POST_EXTENDED_TEXT_MODIFIER ));
> +                $this->setValue( "postText", $this->_article->getText( false ));
> 	            $this->setValue( "postSlug", $this->_article->getPostSlug());
> 	            $this->setValue( "postId", $this->_article->getId());
> 	            if( $this->_article->getCommentsEnabled())
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>

-- 
Jon Daley
http://jon.limedaley.com/

Become a fixer, not just a fixture.
-- Anthony D'Angelo


More information about the pLog-svn mailing list