View Issue Details

IDProjectCategoryView StatusLast Update
0000228WackoWikiformatterpublic2009-10-10 20:55
Reportermir Assigned Tomir  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.2 
Summary0000228: Does not produce valid XHTML
DescriptionThe formatter does not produce valid XHTML when constructing meta and link tags when doing printer friendly pages:

<meta name="robots" content="noindex, nofollow">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="print%20Files/print.css">

http://wackowiki.org/Projects/Tools/MailingList/print
TagsNo tags attached.

Relationships

related to 0000226 resolvedadministrator print handler forces output to UTF-8 

Activities

mir

2008-09-08 18:38

developer   ~0000507

Last edited: 2008-09-08 18:42

Some more findings:
Is: <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Should (xhtml is case sensitive)<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Is: < br >
Should: < br/ >

Is: <img ...>
Should: <img .../> or <img ...></img>

administrator

2008-09-08 18:46

administrator   ~0000508

Last edited: 2008-09-09 00:39

pls. commit the necessary changes

but this is caused by the unfinished feed action again

see 0000210

mir

2008-09-08 19:17

developer   ~0000509

I would if I was able to figure out how the formatting stuff works. The functionality is constructed very complicated and most of the stuff is done by doing regex with hex codes and since there are no documentation in the code what so ever I guess it would be a lot faster doing it all from scratch.

I could do this but the task will not be completed this week:-)

A side question: What version of PHP is the basis for WackoWiki? Almost every class I have seen is using PHP4 OO style which could, and in most cases, will give problems running under PHP5 (I know this for a fact because I did some development on the PEAR SOAP extension back when PHP was in the transition fase from PHP4 to PHP5. After tons of frustrating hours of debugging we left the code as it is in its present state and turned to Dmitry and his Pecle project for SOAP in PHP5)

administrator

2008-09-09 00:44

administrator   ~0000511

Last edited: 2008-09-09 00:49

R4.x - support PHP4.3
R5.x - supports only PHP 5 and above

pls. don't let you fool by the unfinished feed action, hope Seebi will fix this in the next weeks or take a look by yourself

administrator

2009-10-10 20:55

administrator   ~0000688

caused by RSS MagPie class

Issue History

Date Modified Username Field Change
2008-09-08 17:49 mir New Issue
2008-09-08 17:49 mir Legacy => NEW
2008-09-08 18:38 mir Note Added: 0000507
2008-09-08 18:40 mir Note Edited: 0000507
2008-09-08 18:40 mir Note Edited: 0000507
2008-09-08 18:41 mir Note Edited: 0000507
2008-09-08 18:42 mir Note Edited: 0000507
2008-09-08 18:46 administrator Note Added: 0000508
2008-09-08 19:12 administrator Assigned To => mir
2008-09-08 19:12 administrator Status new => acknowledged
2008-09-08 19:17 mir Note Added: 0000509
2008-09-09 00:31 administrator Relationship added related to 0000226
2008-09-09 00:38 administrator Note Edited: 0000508
2008-09-09 00:39 administrator Note Edited: 0000508
2008-09-09 00:44 administrator Note Added: 0000511
2008-09-09 00:49 administrator Note Edited: 0000511
2009-10-10 20:55 administrator Note Added: 0000688
2009-10-10 20:55 administrator Status acknowledged => resolved
2009-10-10 20:55 administrator Resolution open => no change required
2010-03-08 10:13 administrator Category Formatter => formatter