Changes between Initial Version and Version 3 of Ticket #303


Ignore:
Timestamp:
Jun 29, 2007, 9:37:04 AM (17 years ago)
Author:
Nicolas
Comment:

Formatting fixed on description (if you have a line with a space alone on it, it doesn't separate the paragraph; the line has to be totally empty).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #303

    • Property Status changed from new to closed
    • Property Component changed from Undetermined to Server - Web - Forums
    • Property Priority changed from Undetermined to Major
    • Property Owner set to Rytis
    • Property Resolution changed from to fixed
  • Ticket #303 – Description

    initial v3  
     1
    12This problem is happening on a lot of projects lately.
    2  
    3 It is not just me, others team founders are reporting same. Project admins are baffled. 
    4  
     3
     4It is not just me, others team founders are reporting same. Project admins are baffled.
     5
    56On projects that used to display the team page as proper html, it now displays as <BR> (instead of a break) and in view source it looks like &lt;BR&gt;
    6  
     7
    78here's a test I did across 4 projects:
    8  
     9
    910At APS@home my team page was ok, I went to management functions and edited it.
    10  
     11
    1112I manually type in TEST <BR> TEST <BR> TEST <BR> in front of what was already there.
    12  
     13
    1314Then saved.
    14  
     15
    1516Then edited again and did view source.
    16  
    17 It shows 
    18  
     17
     18It shows
     19
    1920TEST &lt;BR&gt; TEST &lt;BR&gt; TEST &lt;BR&gt; ...... and all the other code has been changed too.
    20  
    21 Same thing on a different project BRaTS@home, but I used a different browser. 
    22  
    23 And same thing on a different project, PS3GRID using this same browser. 
    24  
    25 They all displayed correctly before. 
    26  
    27 If I view source of team management (team_edit_form.php) on a project I haven't edited recently it shows as <BR> in the source and not as &lt;BR&gt;. 
    28  
    29 I went to an old project that does not have updated code, tried same edits and it remained as it should be, proper html. 
    30  
     21
     22Same thing on a different project BRaTS@home, but I used a different browser.
     23
     24And same thing on a different project, PS3GRID using this same browser.
     25
     26They all displayed correctly before.
     27
     28If I view source of team management (team_edit_form.php) on a project I haven't edited recently it shows as <BR> in the source and not as &lt;BR&gt;.
     29
     30I went to an old project that does not have updated code, tried same edits and it remained as it should be, proper html.
     31
    3132Someone has introduced something that causes this. As all the ones fubar'd have a more recent date, May 9th or 15th tag in them.
    32  
     33
    3334New projects, with the problem say (or similar):
     35{{{
    3436<!-- SVN VERSIONS -->
    3537<!-- $Id: util.inc 12691 2007-05-18 15:02:02Z Rytis $ -->
    3638<!-- $Id: translation.inc 12673 2007-05-15 21:41:59Z boincadm $ -->
    37  
     39}}}
    3840Old one without the problem says:
     41{{{
    3942<!-- CVS VERSIONS -->
    4043<!-- $Id: util.inc,v 1.101 2006/02/20 19:11:48 ballen Exp $ -->
    4144<!-- $Id: translation.inc,v 1.18 2005/10/29 05:30:55 boincadm Exp $ -->
    42  
    43 So somewhere, probably more recently there was introduced an error. 
     45}}}
     46So somewhere, probably more recently there was introduced an error.