[jira] [Commented] (COUCHDB-860) Futon appends wrong version number to files

2011-10-20 Thread Volker Mische (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131465#comment-13131465
 ] 

Volker Mische commented on COUCHDB-860:
---

Randall,

it's still there: 
https://github.com/apache/couchdb/blob/trunk/share/www/index.html#L24

I think the original idea was to prevent browers to cache the JavaScript from 
different versions of CouchDB. As there's stil 0.11.0 appended to the files the 
resolution for the fix shouldn't be Cannot Reproduce but Won't fix.

 Futon appends wrong version number to files
 ---

 Key: COUCHDB-860
 URL: https://issues.apache.org/jira/browse/COUCHDB-860
 Project: CouchDB
  Issue Type: Bug
  Components: Futon
Affects Versions: 1.0.1
Reporter: Volker Mische
Priority: Minor

 Futon appends the CouchDB version number to the JavaScript files it loads. In 
 1.0.1 it still appends 0.11

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (COUCHDB-860) Futon appends wrong version number to files

2011-10-20 Thread J. Lee Coltrane (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131806#comment-13131806
 ] 

J. Lee Coltrane commented on COUCHDB-860:
-

./share/www/database.html
./share/www/custom_test.html
./share/www/couch_tests.html
./share/www/status.html
./share/www/replicator.html
./share/www/document.html
./share/www/index.html
./share/www/session.html
./share/www/config.html



 Futon appends wrong version number to files
 ---

 Key: COUCHDB-860
 URL: https://issues.apache.org/jira/browse/COUCHDB-860
 Project: CouchDB
  Issue Type: Bug
  Components: Futon
Affects Versions: 1.0.1
Reporter: Volker Mische
Priority: Minor

 Futon appends the CouchDB version number to the JavaScript files it loads. In 
 1.0.1 it still appends 0.11

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (COUCHDB-860) Futon appends wrong version number to files

2011-10-20 Thread Paul Joseph Davis (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13132144#comment-13132144
 ] 

Paul Joseph Davis commented on COUCHDB-860:
---

No, that busts cache on everything served from the utils directory. What you 
want to do is to generate the files that reference the version with Autotools.

 Futon appends wrong version number to files
 ---

 Key: COUCHDB-860
 URL: https://issues.apache.org/jira/browse/COUCHDB-860
 Project: CouchDB
  Issue Type: Bug
  Components: Futon
Affects Versions: 1.0.1
Reporter: Volker Mische
Assignee: Randall Leeds
Priority: Minor
 Attachments: 
 0001-remove-version-number-from-futon-static-resources.patch, 
 0002-Futon-Cache-Control.patch


 Futon appends the CouchDB version number to the JavaScript files it loads. In 
 1.0.1 it still appends 0.11

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (COUCHDB-860) Futon appends wrong version number to files

2011-10-20 Thread Randall Leeds (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13132171#comment-13132171
 ] 

Randall Leeds commented on COUCHDB-860:
---

Not true. It asks that clients revalidate. The mochiweb_request:serve_file call 
we use provides the last-modified header from the file mtime. Clients 
interested in caching should provide if-modified-since and mochiweb will 
properly handles the 304 in this case: 
https://github.com/mochi/mochiweb/blob/master/src/mochiweb_request.erl#L598. I 
like that much more than having autotools generate all these files.

 Futon appends wrong version number to files
 ---

 Key: COUCHDB-860
 URL: https://issues.apache.org/jira/browse/COUCHDB-860
 Project: CouchDB
  Issue Type: Bug
  Components: Futon
Affects Versions: 1.0.1
Reporter: Volker Mische
Assignee: Randall Leeds
Priority: Minor
 Attachments: 
 0001-remove-version-number-from-futon-static-resources.patch, 
 0002-Futon-Cache-Control.patch


 Futon appends the CouchDB version number to the JavaScript files it loads. In 
 1.0.1 it still appends 0.11

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (COUCHDB-860) Futon appends wrong version number to files

2011-10-20 Thread Paul Joseph Davis (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13132196#comment-13132196
 ] 

Paul Joseph Davis commented on COUCHDB-860:
---

Hrm, seems like something that we should reasonably expect. But its browsers, 
so I'd double check that its still conditional. If so, then I'm fine with that 
approach.

 Futon appends wrong version number to files
 ---

 Key: COUCHDB-860
 URL: https://issues.apache.org/jira/browse/COUCHDB-860
 Project: CouchDB
  Issue Type: Bug
  Components: Futon
Affects Versions: 1.0.1
Reporter: Volker Mische
Assignee: Randall Leeds
Priority: Minor
 Attachments: 
 0001-remove-version-number-from-futon-static-resources.patch, 
 0002-Futon-Cache-Control.patch


 Futon appends the CouchDB version number to the JavaScript files it loads. In 
 1.0.1 it still appends 0.11

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (COUCHDB-860) Futon appends wrong version number to files

2010-11-14 Thread Jan Lehnardt (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931927#action_12931927
 ] 

Jan Lehnardt commented on COUCHDB-860:
--

The proper fix would probably be to add the version numbers as part of the 
build. Right now they are manually (not) maintained.

 Futon appends wrong version number to files
 ---

 Key: COUCHDB-860
 URL: https://issues.apache.org/jira/browse/COUCHDB-860
 Project: CouchDB
  Issue Type: Bug
  Components: Futon
Affects Versions: 1.0.1
Reporter: Volker Mische
Priority: Minor

 Futon appends the CouchDB version number to the JavaScript files it loads. In 
 1.0.1 it still appends 0.11

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (COUCHDB-860) Futon appends wrong version number to files

2010-10-05 Thread Jeff Zellner (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12918015#action_12918015
 ] 

Jeff Zellner commented on COUCHDB-860:
--

What's the fix here? 

Are the appended versions used for anything (i.e. they should be updated) or 
not (i.e. they should be removed)?

 Futon appends wrong version number to files
 ---

 Key: COUCHDB-860
 URL: https://issues.apache.org/jira/browse/COUCHDB-860
 Project: CouchDB
  Issue Type: Bug
  Components: Futon
Affects Versions: 1.0.1
Reporter: Volker Mische
Priority: Minor
 Fix For: 1.0.2


 Futon appends the CouchDB version number to the JavaScript files it loads. In 
 1.0.1 it still appends 0.11

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.