Changes between Initial Version and Version 3 of Ticket #303
- Timestamp:
- Jun 29, 2007, 9:37:04 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #303
-
Property
Status
changed from
new
toclosed
-
Property
Component
changed from
Undetermined
toServer - Web - Forums
-
Property
Priority
changed from
Undetermined
toMajor
- Property Owner set to Rytis
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #303 – Description
initial v3 1 1 2 This 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 4 It is not just me, others team founders are reporting same. Project admins are baffled. 5 5 6 On 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 <BR> 6 7 7 8 here's a test I did across 4 projects: 8 9 9 10 At APS@home my team page was ok, I went to management functions and edited it. 10 11 11 12 I manually type in TEST <BR> TEST <BR> TEST <BR> in front of what was already there. 12 13 13 14 Then saved. 14 15 15 16 Then edited again and did view source. 16 17 It shows 18 17 18 It shows 19 19 20 TEST <BR> TEST <BR> TEST <BR> ...... 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 <BR>. 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 22 Same thing on a different project BRaTS@home, but I used a different browser. 23 24 And same thing on a different project, PS3GRID using this same browser. 25 26 They all displayed correctly before. 27 28 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 <BR>. 29 30 I went to an old project that does not have updated code, tried same edits and it remained as it should be, proper html. 31 31 32 Someone 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 33 34 New projects, with the problem say (or similar): 35 {{{ 34 36 <!-- SVN VERSIONS --> 35 37 <!-- $Id: util.inc 12691 2007-05-18 15:02:02Z Rytis $ --> 36 38 <!-- $Id: translation.inc 12673 2007-05-15 21:41:59Z boincadm $ --> 37 39 }}} 38 40 Old one without the problem says: 41 {{{ 39 42 <!-- CVS VERSIONS --> 40 43 <!-- $Id: util.inc,v 1.101 2006/02/20 19:11:48 ballen Exp $ --> 41 44 <!-- $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 }}} 46 So somewhere, probably more recently there was introduced an error.