[jira] [Created] (COUCHDB-1420) Futon display breaks on really long db name

2012-02-23 Thread Sam Bisbee (Created) (JIRA)
Futon display breaks on really long db name
---

 Key: COUCHDB-1420
 URL: https://issues.apache.org/jira/browse/COUCHDB-1420
 Project: CouchDB
  Issue Type: Bug
  Components: Futon
Affects Versions: 1.2
Reporter: Sam Bisbee
Priority: Minor


Futon's display breaks if the database name is too long and some information is 
just not retrieved.

Example database name:
bpjwguulsnozjugktpmtnsucxlojprxyhbmuxkyuqepaptmjvwctautgpiawxiodsqkdrposfrdayauvzkgixkztdaamhhihifdvdqykpqacpmifosdouzlqwxkbooxnebxohdueppgpawfsetsayrzeigevclmnplfewskbzepwqkrpuvsqeqkdnmkgxwrsmdqmgcqkhfkgtnfmcompyugwmymaoguzxwfjn

Marking minor since people who want db names this long/crazy are (a) a minority 
and (b) should be accepting of minor UI issues.

Cheers.

--
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] [Created] (COUCHDB-1414) Unicode characters' slash is escaped when entering into a single field

2012-02-18 Thread Sam Bisbee (Created) (JIRA)
Unicode characters' slash is escaped when entering into a single field
--

 Key: COUCHDB-1414
 URL: https://issues.apache.org/jira/browse/COUCHDB-1414
 Project: CouchDB
  Issue Type: Bug
  Components: Futon
 Environment: Tested in Chromium 18
Reporter: Sam Bisbee
Priority: Minor


The Problem:
When entering a Unicode character into a document with Futon's Fields view (not 
whole doc) the back slash is escaped, thereby breaking the Unicode character. 
This does not happen in the Source view.

Steps to Reproduce:
1. Create or open a document.
2. Add \u2708 to the value of a field.
3. Save the document.

Expected Result:
The field's value should be \u2708

Actual Result:
The field's value is \\u2708

--
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] [Created] (COUCHDB-1383) Futon view editor won't allow you to save original view (reverting) after saving a revision

2012-01-18 Thread Sam Bisbee (Created) (JIRA)
Futon view editor won't allow you to save original view (reverting) after 
saving a revision
---

 Key: COUCHDB-1383
 URL: https://issues.apache.org/jira/browse/COUCHDB-1383
 Project: CouchDB
  Issue Type: Bug
  Components: Futon
Affects Versions: 1.1, 1.2
Reporter: Sam Bisbee
Priority: Minor


Steps to reproduce:
1. Load a view that was already created.

2. Change the view in some way (add space or whatever).

3. Click Save.

4. Revert your change (remove the space or whatever).

Expected Result:
You should be able to click Save, thereby essentially reverting back to the 
original view code.

Actual Result:
You cannot click Save - the button is still disabled.

--
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] [Created] (COUCHDB-1360) A provided seq # in the future to continuous changes ?since= is just ignored

2011-12-09 Thread Sam Bisbee (Created) (JIRA)
A provided seq # in the future to continuous changes ?since= is just ignored


 Key: COUCHDB-1360
 URL: https://issues.apache.org/jira/browse/COUCHDB-1360
 Project: CouchDB
  Issue Type: Bug
Reporter: Sam Bisbee


Marking as a bug due to unexpected behavior.

If my database's latest seq is at 10 and I query it with 
/db/_changes?feed=continuoussince=15, CouchDB ignores the since variable and 
acts like 0 was passed.

The behavior I expected is that the connection would be left open and would 
only start sending me changes once the seq of 15 got reached.

Cheers,
Sam

--
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