[pLog-svn] r5184 - plog/branches/lifetype-1.2/class/view/admin
Mark Wu
markplace at gmail.com
Sun Mar 25 14:59:46 EDT 2007
Mmm ..... Let me check ..
> -----Original Message-----
> From: plog-svn-bounces at devel.lifetype.net
> [mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of
> Oscar Renalias
> Sent: Monday, March 26, 2007 12:55 AM
> To: plog-svn at devel.lifetype.net
> Subject: Re: [pLog-svn] r5184 -
> plog/branches/lifetype-1.2/class/view/admin
>
> But did you investigate why this particular character isn't
> working but all others are?
>
> On 25 Mar 2007, at 19:52, Mark Wu wrote:
>
> > Yep, I tested all of them, it works. :)
> >
> > Mark
> >
> >> -----Original Message-----
> >> From: plog-svn-bounces at devel.lifetype.net
> >> [mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of Oscar
> >> Renalias
> >> Sent: Monday, March 26, 2007 12:43 AM
> >> To: plog-svn at devel.lifetype.net
> >> Subject: Re: [pLog-svn] r5184 -
> >> plog/branches/lifetype-1.2/class/view/admin
> >>
> >> I also noticed this bug but this might not be enough. Did
> you check
> >> what's happening with other characters such as ">", "<", "<",
> >> ">" and so on?
> >>
> >> On 25 Mar 2007, at 19:42, mark at devel.lifetype.net wrote:
> >>
> >>> Author: mark
> >>> Date: 2007-03-25 12:42:49 -0400 (Sun, 25 Mar 2007) New
> >> Revision: 5184
> >>>
> >>> Modified:
> >>> plog/branches/lifetype-1.2/class/view/admin/
> >>> admineditpostview.class.php
> >>> Log:
> >>> Fixed a bug list here: http://bugs.lifetype.net/view.php?id=1235
> >>>
> >>> 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-25 16:31:45 UTC
> (rev 5183)
> >>> +++ plog/branches/lifetype-1.2/class/view/admin/
> >>> admineditpostview.class.php 2007-03-25 16:42:49 UTC
> (rev 5184)
> >>> @@ -50,7 +50,7 @@
> >>>
> >>> // set information about the post itself
> >> into the view
> >>> $this->setValue( "postTopic", $this->_article-
> >>>> getTopic());
> >>> - $this->setValue( "postText", $this->_article-
> >>>> getText( false ));
> >>> + $this->setValue( "postText", str_replace('&',
> >>> '&', $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
> >>>
> >>
> >> _______________________________________________
> >> pLog-svn mailing list
> >> pLog-svn at devel.lifetype.net
> >> http://limedaley.com/mailman/listinfo/plog-svn
> >>
> >
> > _______________________________________________
> > pLog-svn mailing list
> > pLog-svn at devel.lifetype.net
> > http://limedaley.com/mailman/listinfo/plog-svn
> >
>
> _______________________________________________
> 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