View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000228 | WackoWiki | formatter | public | 2008-09-08 17:49 | 2009-10-10 20:55 |
Reporter | mir | Assigned To | mir | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.2 | ||||
Summary | 0000228: Does not produce valid XHTML | ||||
Description | The 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 | ||||
Tags | No tags attached. | ||||
related to | 0000226 | resolved | administrator | print handler forces output to UTF-8 |
|
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> |
|
pls. commit the necessary changes but this is caused by the unfinished feed action again see 0000210 |
|
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) |
|
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 |
|
caused by RSS MagPie class |
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 |