18:04:44 [timbl]
Hi kenny
18:07:05 [kennyluck]
Hi timbl
18:07:17 [kennyluck]
Did you notice the recent change I made?
18:07:44 [kennyluck]
Around the issue of 303 redirects.
18:10:04 [timbl]
What did you do?
18:10:12 [timbl]
(Or shoudl I look in te SVN log?)
18:10:21 [kennyluck]
No...it's OK
18:10:27 [kennyluck]
just try to load...say http://dbpedia.org/page/Marvin_Minsky
18:10:41 [timbl]
page not resource?
18:10:57 [kennyluck]
sorry
18:11:07 [kennyluck]
I meant to say http://dbpedia.org/resource/Marvin_Minsky
18:12:05 [timbl]
ok
18:16:15 [kennyluck]
uh-huh I sort of make it redirect back to the resource requested.
18:16:31 [timbl]
It redirects in a loop then?
18:16:48 [kennyluck]
This might be buggy in some cases, and the URI bar does not change.
18:16:56 [timbl]
The problem is, you can't put a URI in the URI bar without Ffox loading that URI.
18:17:13 [kennyluck]
I see.
18:17:39 [timbl]
That they regard as being a security feature, to stop sites fakibg a bank site.
18:17:42 [timbl]
faking
18:18:20 [kennyluck]
So what do you think about the current version?
18:18:45 [kennyluck]
URI bar not changed, but the requested resource is displayed.
18:23:50 [timbl]
It redirects to http://dbpedia.openlinksw.com:8890/sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=DESCRIBE+%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FMarvin_Minsky%3E
18:24:24 [timbl]
Which is a view of te document, not the person.
18:25:29 [kennyluck]
You mean the URI bar? but in the outliner the person is displayed.
18:25:49 [timbl]
Ah.,, I was using the extension.
18:26:06 [kennyluck]
I was doing the extension...
18:26:14 [timbl]
I note that the 303 is spotted by an observer funcion i put into test.js.
18:26:16 [timbl]
The log has 13:24:26 [warn] @@ sources onChannelRedirectRedirected: 303 to <http://dbpedia.openlinksw.com:8890/sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=DESCRIBE+%3Chttp%3A%2F%2Fdbpedia.org%2Fclass%2Fyago%2FCognitiveScientist109934647%3E>
18:27:14 [kennyluck]
Yes. And I sort of add codes to yours. And make the outliner display the correct subject.
18:27:25 [kennyluck]
in test.js
18:27:31 [timbl]
13:24:26 [warn] httpResponseObserver: Location: http://dbpedia.openlinksw.com:8890/sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=DESCRIBE+%3Chttp%3A%2F%2Fdbpedia.org%2Fclass%2Fyago%2FCognitiveScientist109934647%3E
18:28:02 [timbl]
When you say outliner, you mean in the tab extebsion or in the online script version?
18:28:09 [kennyluck]
tab extension
18:28:41 [timbl]
That's odd
18:28:46 [timbl]
It doesn't work for me.
18:29:03 [kennyluck]
pretty odd...
18:29:42 [kennyluck]
You don't see the person MInsky displayed in the outliner when you load http://dbpedia.org/resource/Marvin_Minsky ?
18:31:25 [timbl]
Updated external to revision 11067.
18:31:42 [timbl]
I'll restart ffox again just to make sure
18:32:23 [kennyluck]
OK
18:33:41 [timbl]
No. URI cnages to http://dbpedia.openlinksw.com:8890/sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=DESCRIBE+%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FMarvin_Minsky%3E and displays teh documnet
18:33:50 [timbl]
Sure you hacve checked it in? Wghich version are you on?
18:34:39 [kennyluck]
10965
18:34:53 [kennyluck]
may be you should look into test.js
18:35:47 [kennyluck]
around line 197~210
18:38:19 [timbl]
//Approach: cache the intermediate uri for an instace
18:38:19 [timbl]
// have to use this kind of inverseredirect becuase only rdf content-types
18:38:19 [timbl]
// triggers tabulator
18:39:51 [kennyluck]
This is odd. It works for me.
18:41:32 [timbl]
But I am at revision 11067
18:42:24 [timbl]
diffs are only tabbedtab.css it seems
18:42:44 [timbl]
Oshani's
18:43:21 [timbl]
What version of Firefox are you using?
18:43:32 [kennyluck]
2.0.0.11
18:43:35 [timbl]
I have 2.0.0.11
18:43:39 [timbl]
snap
18:43:57 [kennyluck]
Perhaps You should just "type in" another dbpedia URI
18:44:14 [kennyluck]
there might be cache problems or...I don't know...
18:46:56 [kennyluck]
I inserted a line of code tabExtension.inverseRedirectDirectory[newURI] = httpChannel.URI.spec; in httpResponseOberse
18:47:17 [kennyluck]
which does the magic...or kludge
18:54:54 [timbl]
I see if (tabExtension.inverseRedirectDirectory[uri]){
18:54:55 [timbl]
outline.GotoSubject(kb.sym(tabExtension.inverseRedirectDirectory[uri]),true);
18:54:55 [timbl]
tabExtension.inverseRedirectDirectory[uri]=undefined;
18:54:55 [timbl]
}else{
18:54:55 [timbl]
outline.GotoSubject(kb.sym(uri),true);
18:54:56 [timbl]
}
18:57:01 [kennyluck]
Uh-huh So I don't really know why it does not work for you...
18:57:29 [timbl]
I get errors which don't seem connected:
18:57:30 [timbl]
Error: no element found
18:57:30 [timbl]
Source File: chrome://browser/content/hiddenWindow.xul
18:57:30 [timbl]
Line: 1340, Column: 17
18:57:30 [timbl]
Source Code:
18:57:30 [timbl]
<td>----------------^
18:58:31 [kennyluck]
No idea what this is...
19:01:14 [timbl]
I have to go do errands
19:01:34 [timbl]
If I don't figure it out before, then on Monday
19:02:47 [kennyluck]
OK.
19:43:14 [kennyluck]
kennyluck has quit ()
19:51:59 [kennyluck]
kennyluck (n=kennyluc@SIMMONS-THREE-THIRTY-FIVE.MIT.EDU) has joined #dig
19:54:58 [kennyluck]
kennyluck has quit ()
21:01:31 [lkagal]
lkagal has quit ()
21:07:35 [lkagal]
lkagal (n=lkagal1@79.68.171.66.subscriber.vzavenue.net) has joined #dig
21:26:42 [lkagal]
lkagal has quit ()
21:29:10 [lkagal]
lkagal (n=lkagal1@79.68.171.66.subscriber.vzavenue.net) has joined #dig
21:29:53 [lkagal]
lkagal has quit (Client Quit)
21:36:17 [lkagal]
lkagal (n=lkagal1@79.68.171.66.subscriber.vzavenue.net) has joined #dig
23:44:31 [lkagal]
lkagal has quit ()
23:54:59 [lkagal]
lkagal (n=lkagal1@79.68.171.66.subscriber.vzavenue.net) has joined #dig