Search found 13 matches

by jrmarino
16 Apr 2007, 19:41
Forum: General Discussion
Topic: Mantis doesn't validate XHTML -- not even close
Replies: 20
Views: 26835

Narcissus -

Did you receive this? None of the emails I sent to your mail account received a reply.

If you did get it, have you incorporated the fixes yet?
by jrmarino
28 Mar 2007, 16:05
Forum: General Discussion
Topic: Mantis doesn't validate XHTML -- not even close
Replies: 20
Views: 26835

I've mailed a package to your hotmail account - cheers.
by jrmarino
28 Mar 2007, 15:50
Forum: General Discussion
Topic: Mantis doesn't validate XHTML -- not even close
Replies: 20
Views: 26835

jrmarino wrote:If you guys are good with this, I'll send Narcissus the changed files for diff/merging.
Seeking confirmation.
by jrmarino
28 Mar 2007, 15:49
Forum: General Discussion
Topic: Please fix mantis forum domain/cookie misconfiguration
Replies: 3
Views: 6453

fact 1: I go to phpbb forums all over the world
fact 2: It only happens here, on this forum.

Are you still drawing the conclusion that it's my fault?
by jrmarino
27 Mar 2007, 11:22
Forum: General Discussion
Topic: Please fix mantis forum domain/cookie misconfiguration
Replies: 3
Views: 6453

Please fix mantis forum domain/cookie misconfiguration

Guys,
You see how all the urls have something like "&sid=ca84d4ae45cd74eadbe6f57b0e626d21" at the end of it?

That means PHPBB couldn't set a cookie in the browser. That's normally caused by a bad configuration of the cookie domain, not matching the url or something, and the browser refuses to ...
by jrmarino
27 Mar 2007, 11:17
Forum: General Discussion
Topic: Mantis doesn't validate XHTML -- not even close
Replies: 20
Views: 26835

okay, I fixed smaller problems with several other pages, so I'm not getting any more validation errors.

If you guys are good with this, I'll send Narcissus the changed files for diff/merging.
by jrmarino
27 Mar 2007, 10:15
Forum: General Discussion
Topic: Mantis doesn't validate XHTML -- not even close
Replies: 20
Views: 26835

Okay, I have fixed this with the HTML only. Please see here:

http://www.synsport.com/mantis/view_all_bug_page.php

This page validates and as far as I can tell, the filters work normally and *appear* to look as before. I did struggle to make it work in Firefox, Opera, IE 6, and IE 7 equally, but I ...
by jrmarino
27 Mar 2007, 08:19
Forum: General Discussion
Topic: Mantis doesn't validate XHTML -- not even close
Replies: 20
Views: 26835

Just an update here -

Option 3 is not going to work. First, there are more than 3 forms involved. There can also be a list of filters and a manage filters form. Secondly, there are at least 3 unique form targets.

One approach would be to use javascript to manipulate the master form values ...
by jrmarino
15 Mar 2007, 09:05
Forum: General Discussion
Topic: Mantis doesn't validate XHTML -- not even close
Replies: 20
Views: 26835

We're at a holding point here -- looking for direction.
I would recommend option 3.
by jrmarino
10 Mar 2007, 20:58
Forum: General Discussion
Topic: Mantis doesn't validate XHTML -- not even close
Replies: 20
Views: 26835

The nested form problem is a nasty one.

I'm talking about the table of filters, for example, on the view all bugs page.
Here's how it's currently set up (briefly):


<form>
<table>
{many rows}
<tr>
<td>search</form>
<td>test</td>
<td><form>reset filter</form><form>save filter</form></td ...
by jrmarino
06 Mar 2007, 19:46
Forum: General Discussion
Topic: Mantis doesn't validate XHTML -- not even close
Replies: 20
Views: 26835

honestly it would not be "easier" - since my production server is running 1.0.6, it would be "easier" to fix that and deliver the updated files.

I could be persuaded to update the production server to the latest beta if it was rock solid stable. However, I just read a post that a3 is coming out so ...
by jrmarino
27 Feb 2007, 12:30
Forum: General Discussion
Topic: Mantis doesn't validate XHTML -- not even close
Replies: 20
Views: 26835

would you accept modified files from version 1.0.6 and use a diff program like winmerge to incorporate the submitted changes to the dev branch?
by jrmarino
11 Feb 2007, 19:10
Forum: General Discussion
Topic: Mantis doesn't validate XHTML -- not even close
Replies: 20
Views: 26835

Mantis doesn't validate XHTML -- not even close

I have embedded Mantis into my site, www.synsport.com , as I assume many others have. Normally I code all my web pages XHTML 1.0 Strict, but due to PHPBB (XHTML valid skin) and Mantis I had to drop down to XHTML 1.0 Transitional. Today I performed a validation check on my site using W3C validator ...