bugphpGroupWare - Bugs: bug #11621, News_admin : Some news title when...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #11621: News_admin : Some news title when in write_view mode aren't displayed correctly

Submitter:  Caeies <Caeies>
Submitted:  Mon 17 Jan 2005 02:43:14 PM UTC
   
 
Category:  news_admin Item Group:  0.9.16.005
Severity:  3 - Normal Priority:  5 - Normal
Status:  Fixed Privacy:  Public
Assigned to:  skwashd Open/Closed:  Closed
Component Version:  SVN Operating System:  GNU/Linux - Debian
Reproducibility:  None Planned Release:  0.9.18.000
Fixed Release:  cvs-20050829

Mon 29 Aug 2005 12:56:24 PM UTC, comment #1: 

Cat added

Fixed in the head branch of CVS.

Dave Hall <skwashd>
Group administrator
Mon 17 Jan 2005 02:43:14 PM UTC, original submission:  

Heya all,

First, notice that there is no news_admin category in this bug tracker :).

Then, When putting French letter like é, they are wrongly displayed in the subject line (we get &eacute;).

I just have a WA now (see patch attached), because I'm not sure if this is the good way to solve it :
to be clear, in the write_news function there is a call to strip_html() for the subject. I put after a line :
with  preg_replace('/&amp;/i', '&$1', $subject); to restore a good behavior without a noticeable break down (I hope).

I notice that this function is not called in other code that display the title ... why ??

Thanks in advance for feedback.

Regards,
Caeies

Caeies <Caeies>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #2370:  bug_amp.patch added by Caeies (744B - text/x-patch - proposed fix ??)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 6 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-08-29 skwashd CategoryNone news_admin
    StatusNone Fixed
    Open/ClosedOpen Closed
    Planned ReleaseNone 0.9.18.000
    Fixed Release cvs-20050829
2005-01-17 Caeies Attached File- Added bug_amp.patch, #2070

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code