Changes before Laura checks it out.
authorSteve Losh <steve@stevelosh.com>
Mon, 2 Feb 2009 01:01:13 +0000 (20:01 -0500)
committerSteve Losh <steve@stevelosh.com>
Mon, 2 Feb 2009 01:01:13 +0000 (20:01 -0500)
.be/bugs/04edb940-06dd-4ded-8697-156d54a1d875/comments/e3389187-1e84-43d5-b40b-26f53090edff/body [new file with mode: 0644]
.be/bugs/04edb940-06dd-4ded-8697-156d54a1d875/comments/e3389187-1e84-43d5-b40b-26f53090edff/values [new file with mode: 0644]
.be/bugs/04edb940-06dd-4ded-8697-156d54a1d875/values [new file with mode: 0644]
.be/bugs/545311df-8c88-4504-9f83-11d7c5d8aa50/values
.be/bugs/ac72991a-72e5-4b14-b53c-0fa38d0f31bb/values [new file with mode: 0644]
.be/bugs/d63d0bdd-e025-4f7c-9fcf-47a71de6d4d4/values
cfbe.config
static/style/cfbe.css
templates/base.html
templates/bug.html
templates/list.html

diff --git a/.be/bugs/04edb940-06dd-4ded-8697-156d54a1d875/comments/e3389187-1e84-43d5-b40b-26f53090edff/body b/.be/bugs/04edb940-06dd-4ded-8697-156d54a1d875/comments/e3389187-1e84-43d5-b40b-26f53090edff/body
new file mode 100644 (file)
index 0000000..49a1e50
--- /dev/null
@@ -0,0 +1 @@
+The problem is the jQuery selector... I need to escape something special but I'm not sure what.
\ No newline at end of file
diff --git a/.be/bugs/04edb940-06dd-4ded-8697-156d54a1d875/comments/e3389187-1e84-43d5-b40b-26f53090edff/values b/.be/bugs/04edb940-06dd-4ded-8697-156d54a1d875/comments/e3389187-1e84-43d5-b40b-26f53090edff/values
new file mode 100644 (file)
index 0000000..bf58725
--- /dev/null
@@ -0,0 +1,21 @@
+
+
+
+Content-type=text/plain
+
+
+
+
+
+
+Date=Mon, 02 Feb 2009 00:39:43 +0000
+
+
+
+
+
+
+From=Steve Losh <steve@stevelosh.com>
+
+
+
diff --git a/.be/bugs/04edb940-06dd-4ded-8697-156d54a1d875/values b/.be/bugs/04edb940-06dd-4ded-8697-156d54a1d875/values
new file mode 100644 (file)
index 0000000..256574b
--- /dev/null
@@ -0,0 +1,49 @@
+
+
+
+assigned=Steve Losh <steve@stevelosh.com>
+
+
+
+
+
+
+creator=Steve Losh <steve@stevelosh.com>
+
+
+
+
+
+
+severity=minor
+
+
+
+
+
+
+status=open
+
+
+
+
+
+
+summary=Assignee default selection is broken if two people have the same name but different emails.
+
+
+
+
+
+
+target=beta
+
+
+
+
+
+
+time=Mon, 02 Feb 2009 00:38:49 +0000
+
+
+
index ee7978beee56e6741492fb623e7934ec8ba110ba..851021ef7aeeb74537b11c593d0dc2c83ddf164f 100644 (file)
@@ -1,7 +1,7 @@
 
 
 
-assigned=Steve Losh
+assigned=Steve Losh <steve@stevelosh.com>
 
 
 
diff --git a/.be/bugs/ac72991a-72e5-4b14-b53c-0fa38d0f31bb/values b/.be/bugs/ac72991a-72e5-4b14-b53c-0fa38d0f31bb/values
new file mode 100644 (file)
index 0000000..f62f417
--- /dev/null
@@ -0,0 +1,35 @@
+
+
+
+creator=Steve Losh <steve@stevelosh.com>
+
+
+
+
+
+
+severity=minor
+
+
+
+
+
+
+status=open
+
+
+
+
+
+
+summary=The bug editing/comment forms break the rhythm.
+
+
+
+
+
+
+time=Sun, 01 Feb 2009 23:59:17 +0000
+
+
+
index 2d28890ea1b105e9d4986919e5091f7131863b7f..c100da55b2ed5198fd263ec8b421e53c42898836 100644 (file)
@@ -1,7 +1,7 @@
 
 
 
-assigned=Steve Losh
+assigned=Steve Losh <steve@stevelosh.com>
 
 
 
index 3f12e008292c15559bfc9e46527d279cf501a703..db56ff2426917a34f819121240ca9a650a14c25f 100644 (file)
@@ -1,5 +1,6 @@
 [global]
-server.socket_port = 8080
+server.socket_host = '0.0.0.0'
+server.socket_port = 8000
 server.thread_pool = 10
 tools.sessions.on = True
 tools.staticdir.root = "/Users/sjl/Documents/cherryflavoredbugseverywhere/static"
index 34bac92e3ff29566e871e0a2a91d25e7b2665a1f..360744f4b34b236f314cb11986353681b9390a6c 100644 (file)
@@ -1,7 +1,10 @@
 /* @override http://localhost:8080/static/style/cfbe.css */
 
-body { background-image: url(/static/images/gradient-background.png); background-color: #bbbbbb; background-repeat: repeat-x; 
-       /*background-image: url(/static/images/stripe-rhythm.png); background-repeat: repeat;*/ }
+body { background-image: url(/static/images/gradient-background.png); background-color: #bbbbbb; background-repeat: repeat-x; }
+
+body.rhythm { background-image: url(/static/images/stripe-rhythm.png); background-repeat: repeat; }
+div#content-pane.rhythm { background-color: transparent; }
+div#external-pane-content.rhythm { background-color: transparent; }
 
 div#header    { background-image: url(/static/images/gradient-header.png); background-repeat: repeat-x; 
                 background-color: #770005; color: #fff; margin-top: 1.5em; }
@@ -45,9 +48,7 @@ p.bug-comment-footer { margin: 0em 0em; color: #888; }
 h4.bug-comment-header { margin: 1.5em 0em 0em; }
 
 form#create-form { height: 3em; display: none; }
-form#create-form div.field { }
 form#create-form input#create-summary { width: 30em; font-weight: 700; }
-form#create-form button#create-button { }
 
 form#add-comment-form { display: none; margin-top: 1.5em; }
 p#add-comment-link {margin-top: 1.5em; }
@@ -57,4 +58,4 @@ form#bug-details-edit-form label { font-weight: 700; width: 7.5em; margin-left:
 form#bug-details-edit-form .field { padding-left: 0em; }
 
 form#bug-summary-edit-form { display: none; }
-input#bug-summary-edit-body { width: 100%; }
\ No newline at end of file
+input#bug-summary-edit-body { width: 95%; }
index 250322434614f060267c217027a1f5d67a5e5b5c..0b44d81f7513ef608f2d802116c88084b7c9edd6 100644 (file)
                 $('#external-pane').hide();
                 $('#external-pane-content').corners('bottom 8px');
                 
+                $('#show-rhythm').click(function(e) {
+                    $('body').addClass('rhythm');
+                    $('#content-pane').addClass('rhythm');
+                    $('#external-pane-content').addClass('rhythm');
+                    e.preventDefault();
+                });
+                
                 $('#filter-assignee').click(function(e) {
                     $('#external-pane-content').html($('#assignees').html());
                     $('#external-pane').fadeIn('fast');
@@ -82,7 +89,8 @@
                     <a href="http://jinja.pocoo.org/2/">Jinja2</a>,
                     and <a href="http://jquery.com">jQuery</a>.
                     <br/>
-                    He asked <a href="http://fecklessmind.com/2009/01/20/aardvark-css-framework/">aardvarks</a> for help.
+                    He asked <a href="http://fecklessmind.com/2009/01/20/aardvark-css-framework/">aardvarks</a> for help
+                    to make it all <a href="" id="show-rhythm">line up</a>.
                 </p>
             </div>
         </div>
index 48571e96f67f6dedc6cf8adf5f814b656532e387..f9d59430ea4712cfcb065f0427b0673dcf61c0bf 100644 (file)
@@ -10,7 +10,7 @@
             function set_current_detail_default_values() {
                 $('#bug-details-edit-status option[value="{{ bug.status }}"]').attr('selected', 'yes');
                 $('#bug-details-edit-target option[value="{{ bug.target|e }}"]').attr('selected', 'yes');
-                $('#bug-details-edit-assignee option[value="{{ bug.assigned|striptags }}"]').attr('selected', 'yes');
+                $('#bug-details-edit-assignee option[value^="{{ bug.assigned|striptags }}"]').attr('selected', 'yes');
                 $('#bug-details-edit-severity option[value="{{ bug.severity }}"]').attr('selected', 'yes');
             }
             
                 <select id="bug-details-edit-assignee" name="assignee">
                     <option value="None">Unassigned</option>
                     {% for assignee in assignees %}
-                        <option value="{{ assignee|striptags }}">{{ assignee|striptags|e }}</option>
+                        <option value="{{ assignee|e }}">{{ assignee|e }}</option>
                     {% endfor %}
                 </select>
             </div>
         <fieldset>
             <input type="hidden" name="id" value="{{ bug.uuid }}" />
             <div class="field">
-                <input type="text" id="bug-summary-edit-body" name="summary" value="{{ bug.summary }}" />
+                <input type="text" class="text" id="bug-summary-edit-body" name="summary" value="{{ bug.summary }}" />
             </div>
             <div class="buttons">
                 <button type="submit">Save Changes</button>
index e28b0c0eac773a3030097cd1ca7fa2d2229eaa37..8fad7cd74cc3ba51947903b926646a53b5c33842 100644 (file)
@@ -17,7 +17,7 @@
         <tr>
             <td>{{ bd.bug_shortname(bug) }}</td>
             <td><a href="/bug?id={{ bd.bug_shortname(bug)}}">
-                {{ bug.summary|e|truncate(65) }}</a></td>
+                {{ bug.summary|e|truncate(60) }}</a></td>
             <td>{{ bug.status }}</td>
             <td>{{ bug.target }}</td>
             <td>{{ bug.assigned|striptags }}</td>