jlindley (owner)

Revisions

  • 8738b2 jlindley Mon Aug 11 14:01:45 -0700 2008
gist: 4942 Download_button fork
public
Public Clone URL: git://gist.github.com/4942.git
Embed All Files: show embed
Lighthouse Ticket #1068 #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  <title>#1068 Tags in posts not auto-closed. - Lighthouse Users - activereload</title>
  <link rel="shortcut icon" href="/images/favicon.gif" type="image/gif" />
  <link href="/stylesheets/core.css?1218411940" media="screen" rel="stylesheet" type="text/css" />
  
  
  <style type="text/css">
    
  </style>
  <!--[if lt IE 7]>
    <link href="/stylesheets/curb-stomp.css?1218411913" media="screen" rel="stylesheet" type="text/css" />
  <![endif]-->
  <!--[if gte IE 7]>
    <link href="/stylesheets/ie7.css?1218411913" media="screen" rel="stylesheet" type="text/css" />
  <![endif]-->
 
  <link href="/stylesheets/print.css?1218411913" media="print" rel="stylesheet" type="text/css" />
 
  <script src="/javascripts/core.js?1218411940" type="text/javascript"></script>
  <script src="/javascripts/application.js?1218411913" type="text/javascript"></script>
  <script src="/javascripts/code.js?1218411940" type="text/javascript"></script>
      
    <link href="http://activereload.lighthouseapp.com/projects/44-lighthouse-users/events.atom" rel="alternate" title="Lighthouse Users events" type="application/atom+xml" />
    
  <script type="text/javascript" charset="utf-8">
    document.observe('dom:loaded', function() {
      Lighthouse.authenticityToken = 'c32ce6828d8c7682202aa2e5a78534c0a42f75ed';
              Lighthouse.userId = '7840';
          Lighthouse.init();
      var flashNotice = "";
      var flashError = "";
      if(flashNotice) Flash.notice(flashNotice, true);
      if(flashError) Flash.errors(flashError, true);
      
        new TagList('ticket_tag', 'prevtags');
        
    });
   
  </script>
 
</head>
<body>
  <!-- -->
  <!-- container -->
  <div id="container">
    <!-- header -->
    <div id="header">
      <ul id="sec-nav">
              <li id="myaccount"><a href="/users/7840">My Profile</a></li>
                <li><a href="/logout?to=%2Fprojects%2F44%2Ftickets%2F1068">Sign out</a></li>
 
      
      <li id="help"><a href="http://lighthouseapp.com/help" title="Help">Help</a></li>
      </ul>
      <h1>
        
          <a href="/projects/44-lighthouse-users">Lighthouse Users</a>
        
      </h1>
      <!-- div.nav -->
      <div id="nav" class="clear">
        <ul>
 
                    <li id="dashboard">
                          <a href="/" title="View the home page for this account"><span>Dashboard</span></a>
                      </li>
                                        <li>
                                              <a href="/projects/44-lighthouse-users/milestones/current">Phase Deuce</a>
                      
          </li>
                    <li id="nticket"><a href="/projects/44-lighthouse-users/tickets/new">Add new ticket</a></li>
 
                  </ul>
      </div>
      <!-- /div.nav -->
    </div>
    <!-- /header -->
                
    <!-- content -->
    <div id="content">
      
      <!-- main -->
      <div id="main">
 
        <div id="project-nav">
          <ul>
                                                      <li id="t-proj" >
          <a href="/projects/44-lighthouse-users/overview" title="Overview for the Lighthouse Users project">Overview <em>more</em></a>
            
            <ul class="submenu" style="display:none">
              
                <li><a href="/projects/8791-gitnub">GitNub</a></li>
              
                <li><a href="/projects/44-lighthouse-users">Lighthouse Users</a></li>
 
              
            </ul>
            
                </li>
              <li class="selected" id="t-menu">
              <a href="/projects/44-lighthouse-users/tickets">Tickets <em>more</em></a>
                <ul class="submenu wbadges" style="display:none">
                                                                      <li class="bin" id="user-77_menu_ticket_bin_6245" style="display:none">
                    <a href="/projects/44-lighthouse-users/tickets/bins/6245" title="Query: updated:&quot;24 hours ago&quot;"><span class="badge">5</span>Updated Recently</a>
 
                  </li>
                                    <li class="bin" id="user-77_menu_ticket_bin_3858" style="display:none">
                    <a href="/projects/44-lighthouse-users/tickets/bins/3858" title="Query: state:open"><span class="badge">337</span>All Open Tickets</a>
                  </li>
                                    <li class="bin" id="user-8730_menu_ticket_bin_4257" style="display:none">
                    <a href="/projects/44-lighthouse-users/tickets/bins/4257" title="Query: watched:me state:open"><span class="badge">10</span>Open Tickets Watched By Me</a>
                  </li>
 
                                    <li class="bin" id="user-192_menu_ticket_bin_3319" style="display:none">
                    <a href="/projects/44-lighthouse-users/tickets/bins/3319" title="Query: state:open"><span class="badge">337</span>All open</a>
                  </li>
                                    <li class="bin" id="user-5131_menu_ticket_bin_4594" style="display:none">
                    <a href="/projects/44-lighthouse-users/tickets/bins/4594" title="Query: reported_by:me"><span class="badge">1</span>Tickets I reported</a>
                  </li>
                                    <li class="bin" id="user-387_menu_ticket_bin_3515" style="display:none">
 
                    <a href="/projects/44-lighthouse-users/tickets/bins/3515" title="Query: tagged:tickets"><span class="badge">106</span>Tickets Bugs</a>
                  </li>
                                    <li class="bin" id="user-3_menu_ticket_bin_5800" style="display:none">
                    <a href="/projects/44-lighthouse-users/tickets/bins/5800" title="Query: created:today state:new"><span class="badge">0</span>Today's new tickets</a>
                  </li>
                                    <li class="bin" id="user-27_menu_ticket_bin_44" style="display:none">
                    <a href="/projects/44-lighthouse-users/tickets/bins/44" title="Query: state:open"><span class="badge">337</span>Open Tickets</a>
 
                  </li>
                                    <li class="bin" id="user-1_menu_ticket_bin_50" style="display:none">
                    <a href="/projects/44-lighthouse-users/tickets/bins/50" title="Query: tagged:@committed state:open"><span class="badge">6</span>committed</a>
                  </li>
                                    <li class="bin" id="user-1_menu_ticket_bin_3282" style="display:none">
                    <a href="/projects/44-lighthouse-users/tickets/bins/3282" title="Query: updated:&quot;before 1 week ago&quot; state:open responsible:me milestone:none"><span class="badge">190</span>missed</a>
                  </li>
 
                                    <li class="bin" id="user-3_menu_ticket_bin_6140" style="display:none">
                    <a href="/projects/44-lighthouse-users/tickets/bins/6140" title="Query: updated:&quot;before last month&quot; state:open"><span class="badge">282</span>Stale Tickets</a>
                  </li>
                  
                                    <li class="bin shared" id="menu_ticket_bin_4221">
                    <a href="/projects/44-lighthouse-users/tickets/bins/4221" title="Query: state:open tagged:@high not-tagged:@committed"><span class="badge">12</span>High Priority Tickets</a>
                  </li>
                                    <li class="bin shared" id="menu_ticket_bin_6158">
 
                    <a href="/projects/44-lighthouse-users/tickets/bins/6158" title="Query: state:new"><span class="badge">4</span>New Tickets</a>
                  </li>
                                    <li class="bin shared" id="menu_ticket_bin_7724">
                    <a href="/projects/44-lighthouse-users/tickets/bins/7724" title="Query: state:open api"><span class="badge">17</span>API Issues</a>
                  </li>
                                    <li class="bin shared" id="menu_ticket_bin_8512">
                    <a href="/projects/44-lighthouse-users/tickets/bins/8512" title="Query: responsible:me not-state:resolved"><span class="badge">4</span>TEST BIN</a>
 
                  </li>
                  
                                  
                  
                  
                  
                    <li><a href="/projects/44-lighthouse-users/tickets?q=created%3Atoday">Todays tickets</a></li>
                    
                  
                  
                    <li><a href="/projects/44-lighthouse-users/tickets?q=watched%3Ame">Tickets I'm watching</a></li>
                    
                  
                  
                    <li><a href="/projects/44-lighthouse-users/tickets?q=responsible%3Ame">Assigned to me</a></li>
                    
                  
                  
                    <li><a href="/projects/44-lighthouse-users/tickets?q=reported_by%3Ame">Reported by me</a></li>
                    
                  
                  
                    <li><a href="/projects/44-lighthouse-users/tickets?q=state%3Aopen">Open tickets</a></li>
 
                    
                  
                  
                    <li><a href="/projects/44-lighthouse-users/tickets?q=state%3Aclosed">Closed tickets</a></li>
                    
                  
                  
                    <li><a href="/projects/44-lighthouse-users/tickets?q=all">All tickets</a></li>
                    
                  
                  
                    <li><a href="/projects/44-lighthouse-users/tickets?q=responsible%3A%27Justin%27">Justin's tickets</a></li>
                    
                  
                  
                    <li><a href="/projects/44-lighthouse-users/tickets?q=responsible%3A%27Martin+Pilkington%27">Martin Pilkington's tickets</a></li>
                    
                  
                  
                    <li><a href="/projects/44-lighthouse-users/tickets?q=responsible%3A%27rick%27">rick's tickets</a></li>
                    
                  
                  
                    <li><a href="/projects/44-lighthouse-users/tickets?q=responsible%3A%27Will%27">Will's tickets</a></li>
 
                    
                  
                  
                </ul>
              </li>
                            <li><a href="/projects/44-lighthouse-users/milestones">Milestones</a></li>
            
                                    <li id="quick-search"><a href="#" onclick="$('quick-search-bar').toggle(); $('q').focus(); return false">Search</a></li>
                      </ul>
        </div>
                <div id="quick-search-bar" style="display:none">
          <form action="/projects/44-lighthouse-users/tickets" id="search-form" method="get"> <label for="q">Find tickets:</label> <input type="search" id="q" name="q" value="" />
 
            
            <a href="#search-help" id="search-help-trigger">[help]</a>
            <div id="search-help" style="display:none">
              <div class="popup">
                <h3>Keyword searching</h3>
<div class="popup-content">
  <table class="help-tbl" cellspacing="0" cellpadding="0">
    <tr>
      <th>Type</th>
 
      <th>To find</th>
    </tr>
    <tr>
      <td class="query">responsible:me</td>
      <td>tickets assigned to you</td>
    </tr>
    <tr>
 
      <td class="query">tagged:"@high"</td>
      <td>tickets tagged @high</td>
    </tr>
    <tr>
      <td class="query">milestone:next</td>
      <td>tickets in the upcoming milestone</td>
    </tr>
 
    <tr>
      <td class="query">state:invalid</td>
      <td>tickets with the state invalid</td>
    </tr>
    <tr>
      <td class="query">created:"last week"</td>
      <td>tickets created last week</td>
 
    </tr>
    <tr>
      <td colspan="2">Combine keywords for powerful searching.</td>
    </tr>
    <tr class="plinks">
      <td colspan="2"><a href="http://lighthouseapp.com/help/ticket-searching">Use advanced searching &raquo;</a></td>
    </tr>
  </table>
 
</div>
              </div>
            </div>
          </form> </div>
        
        <div id="action-nav">
          <ul class="clear">
                
  
 
 
          </ul>
        </div>
        <div id="flashes">
 
          <div id="flash-errors" style="display:none"></div>
          <div id="flash-notice" style="display:none"></div>
                  </div>
        <div id="page-top">
                <div class="greet clear">
    <div class="ticket-meta clear">
      <span class="ticketnum clear">
        <a href="/projects/44-lighthouse-users/tickets/1068">#1068</a>
 
      </span>
      <span class="tstate" style="color:#aaaaaa">open</span>
    </div>
    <div class="gleft"><img alt="Jim Lindley" class="avatar" src="/avatars/0000/3112" title="Jim Lindley" /></div>
        <div class="gcnt">
      <h2>
        Tags in posts not auto-closed.
      </h2>
      <p class="date">
 
        Reported by <a href="/users/7840">Jim Lindley</a> |
        August 11th, 2008 @ 08:36 AM
              </p>
      <div class="greet-cnt"><div><p>I screwed up the formatting on this ticket:</p>
 
<p><a href="http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/799-memorystore-cache-contents-should-be-dup-d#ticket-799-4">http://rails.lighthouseapp.com/p...</a></p>
 
<p>And it resulted in monospace for the rest of the page.</p>
 
<p>One solution is to auto-close tags in the generated html, the other would be to allow editing of posts or presenting a preview button.</p>
 
<p>Thanks!</p></div></div>
    </div>
  </div>
      <div class="gbar clear">
    <ul class="clear">
        <li id="watch-ticket">
                      <a href="#" onclick="new Ajax.Request('/users/7840/unwatch?ticket_id=270944', {asynchronous:true, evalScripts:true, parameters:'authenticity_token=' + encodeURIComponent('c32ce6828d8c7682202aa2e5a78534c0a42f75ed')}); return false;" title="Click to remove your email from notifications from this ticket"><input class="submit" id="watch-btn" src="/images/app/btns/watching-ticket.gif" type="image" /></a>
                  </li>
 
    </ul>
  </div>
    
        </div>
        <div id="main-content" class="clear">
          
 
<div id="ticket">
  
  
  <div class="changes">
    <h3>Comments and changes to this ticket</h3>
    <ul class="info clear">
 
          <li id="ticket-1068-2" class="tticket clear shaded" style="clear:left">
        <div class="tleft"><img alt="Jim Lindley" class="avatar" src="/avatars/0000/3112" title="Jim Lindley" /></div>
                <div class="tcnt">
        <h4><a href="/users/7840">Jim Lindley</a> <span class="event-date"><a href="#ticket-1068-2">August 11th, 2008 @ 09:04 AM</a></span></h4>
        <ul class="ticket-changes">
                </ul>
        <div class="desc" style="clear:left"><div><p>I am allowed to edit posts in my own Lighthouse projects, but this project is Rails - am I supposed to be allowed to edit there as well?</p></div></div>
 
        </div>
      </li>
            <li id="ticket-1068-3" class="tticket clear" style="clear:left">
        <div class="tleft"><img alt="Will" class="avatar" src="/avatars/0000/5245" title="Will" /></div>
                <div class="tcnt">
        <h4><a href="/users/77">Will</a> <span class="event-date"><a href="#ticket-1068-3">August 11th, 2008 @ 09:13 AM</a></span></h4>
        <ul class="ticket-changes">
 
                  <ul>
<li>&#x2192; State changed from <em class="change">&#147;new&#148;</em> to <em class="change">&#147;open&#148;</em></li>
<li>&#x2192; Assigned user changed from <em class="change">&#147;&#148;</em> to <em class="change">&#147;Will&#148;</em></li>
<li>&#x2192; Tag changed from <em class="change">&#147;ui&#148;</em> to <em class="change">&#147;projects ui&#148;</em></li>
 
</ul>
                </ul>
        <div class="desc" style="clear:left"><div><p>humm...weird. I'll look into it. They are different types of projects most likely, one being Open Source, on being Public, and the other being Private. There may be some issue between those three and editing.</p></div></div>
        </div>
      </li>
            <li id="ticket-1068-4" class="tticket clear shaded" style="clear:left">
        <div class="tleft"><img alt="Jim Lindley" class="avatar" src="/avatars/0000/3112" title="Jim Lindley" /></div>
                <div class="tcnt">
        <h4><a href="/users/7840">Jim Lindley</a> <span class="event-date"><a href="#ticket-1068-4">August 11th, 2008 @ 09:20 AM</a></span></h4>
 
        <ul class="ticket-changes">
                </ul>
        <div class="desc" style="clear:left"><div><p>Will,</p>
 
<p>Thanks-</p>
 
<p>I my logins at Rails and here are tied to jimlindley.com via openid. Also, I do not see edit links on this ticket, <a href="/projects/44/tickets/44" title="Ticket #44">#44</a>.</p>
 
<p>Screen shot of my ticket <a href="/projects/44/tickets/799" title="Ticket #799">#799</a> at Rails:</p></div></div>
 
        </div>
      </li>
            <li id="ticket-1068-5" class="tticket clear" style="clear:left">
        <div class="tleft"><img alt="Jim Lindley" class="avatar" src="/avatars/0000/3112" title="Jim Lindley" /></div>
                <div class="tcnt">
        <h4><a href="/users/7840">Jim Lindley</a> <span class="event-date"><a href="#ticket-1068-5">August 11th, 2008 @ 09:21 AM</a></span></h4>
        <ul class="ticket-changes">
 
                </ul>
        <div class="desc" style="clear:left"><div><p>Sorry, this ticket <a href="/projects/44/tickets/1068" title="Ticket #1068">#1068</a> and not 44. I am having a terrible week with typos.</p></div></div>
        </div>
      </li>
            <li id="ticket-1068-6" class="tticket clear shaded" style="clear:left">
        <div class="tleft"><img alt="Will" class="avatar" src="/avatars/0000/5245" title="Will" /></div>
                <div class="tcnt">
 
        <h4><a href="/users/77">Will</a> <span class="event-date"><a href="#ticket-1068-6">August 11th, 2008 @ 10:04 AM</a></span></h4>
        <ul class="ticket-changes">
                </ul>
        <div class="desc" style="clear:left"><div><p>It's all good. The entp.com application has a check box for if you read/write fluent typo. I don't think you're allowed to work here if you leave it blank.</p>
 
<p>I'm wrapping up a few things then I'll be manually trying to replicate your issue and figuring out where we'll need to solve the problem first.</p></div></div>
        </div>
 
      </li>
            <li id="ticket-1068-7" class="tticket clear" style="clear:left">
        <div class="tleft"><img alt="rick" class="avatar" src="/avatars/0000/1160" title="rick" /></div>
                <div class="tcnt">
        <h4><a href="/users/1">rick</a> <span class="event-date"><a href="#ticket-1068-7">August 11th, 2008 @ 10:59 AM</a></span></h4>
        <ul class="ticket-changes">
                </ul>
 
        <div class="desc" style="clear:left"><div><p>Hmm, you should be able to edit your own tickets, I'll check that out.</p>
 
<p>As far as the unclosed tag issue goes, I've added the html tidy lib. However, there's an installation issue on the slices that I need to work out with Engineyard before I can deploy. In the meantime, I used @@@ codes to properly highlight the example code.</p></div></div>
        </div>
      </li>
            <li id="ticket-1068-8" class="tticket clear shaded" style="clear:left">
        <div class="tleft"><img alt="Jim Lindley" class="avatar" src="/avatars/0000/3112" title="Jim Lindley" /></div>
                <div class="tcnt">
        <h4><a href="/users/7840">Jim Lindley</a> <span class="event-date"><a href="#ticket-1068-8">August 11th, 2008 @ 11:05 AM</a></span></h4>
 
        <ul class="ticket-changes">
                </ul>
        <div class="desc" style="clear:left"><div><p>The edit links are showing up now in my rails.lighthouseapp.com ticket linked above, but not in this activereload.lighthouseapp.com ticket, <a href="/projects/44/tickets/1068" title="Ticket #1068">#1068</a>.</p>
 
<p>This is despite browser restarts, and disabling all extensions in both Safari, Firefox 2, Firefox 3 (as in the attached screen shot).</p>
 
<p>Not sure why they are working now on the Rails tracker.</p>
 
<p>Thanks Rick and Will!</p></div></div>
 
        </div>
      </li>
            <li id="ticket-1068-9" class="tticket clear" style="clear:left">
        <div class="tleft"><img alt="Jim Lindley" class="avatar" src="/avatars/0000/3112" title="Jim Lindley" /></div>
                <div class="tcnt">
        <h4><a href="/users/7840">Jim Lindley</a> <span class="event-date"><a href="#ticket-1068-9">August 11th, 2008 @ 11:06 AM</a></span></h4>
        <ul class="ticket-changes">
 
                </ul>
        <div class="desc" style="clear:left"><div><p>Ah, now that I posted that last comment I see the edit link here, too. Freaking weird. I force refreshed a few times before posting my previous comment about not seeing it, and the edit link wasn't present.</p></div></div>
        </div>
      </li>
            <li id="ticket-1068-10" class="tticket clear shaded" style="clear:left">
        <div class="tleft"><img alt="rick" class="avatar" src="/avatars/0000/1160" title="rick" /></div>
                <div class="tcnt">
        <h4><a href="/users/1">rick</a> <span class="event-date"><a href="#ticket-1068-10">August 11th, 2008 @ 01:51 PM</a></span></h4>
 
        <ul class="ticket-changes">
                </ul>
        <div class="desc" style="clear:left"><div><p>No idea, it looks like it should be working. Could you get a snapshot of the actual HTML when it doesn't work? The ticket version edit links are added with javascript actually, so there may be some error there preventing those from showing up.</p></div></div>
        </div>
      </li>
          </ul>
  </div>
      <form action="/projects/44-lighthouse-users/tickets/1068" enctype="multipart/form-data" method="post"><div style="margin:0;padding:0"><input name="_method" type="hidden" value="put" /><input name="authenticity_token" type="hidden" value="c32ce6828d8c7682202aa2e5a78534c0a42f75ed" /></div>
      
 
 
 
<div class="group" style="position:relative" id="ticket-form">
  <h3>
    
    Update this ticket
    
  </h3>
  <div class="group-cnt clear">
 
  <div class="group-main clear">
    <dl>
            <dt><label for="ticket_name">Edit Title</label></dt>
      <dd><input class="big" id="ticket_title" name="ticket[title]" size="30" style="width: 100%" tabindex="3" type="text" value="Tags in posts not auto-closed." /></dd>
 
      <dt>
        <label for="ticket_body">
          Add a comment
          <span class="help">(<a href="http://lighthouseapp.com/help/text-formatting">Formatting help</a>)
          </span>
        </label>
      </dt>
      <dd>
 
      <textarea cols="40" id="ticket-body" name="ticket[body]" rows="15" style="width: 100%;" tabindex="4"></textarea></dd>
          <dt><label for="ticket_attachment">Upload Attachment (up to 50MB)</label></dt>
    <dd id="attach-field">
      <ul id="attach-fields">
        <li id="attachment-1"><input id="ticket_attachment" name="ticket[attachment]" size="30" tabindex="9" type="file" /> </li>
      </ul>
    </dd>
 
     </dl>
   </div>
     <div class="group-more">
       <ul class="list-form" style="position:relative">
         <li>
           <label for="ticket_milestone_id">Who's responsible?</label>
           <select id="ticket_assigned_user_id" name="ticket[assigned_user_id]" tabindex="5"><option value="">-- none --</option>
 
<option value="13">court3nay</option>
<option value="3">Justin</option>
<option value="150">Martin Pilkington</option>
<option value="1">rick</option>
<option value="77" selected="selected">Will</option></select>
          </li>
                  
          
        
                  <li>
            <label for="ticket_tags">Tags</label>
 
            <input id="ticket_tag" name="ticket[tag]" size="30" style="width: 98% !important" tabindex="8" type="text" value="projects ui" />
            <ul id="prevtags">
              
              <li><a href="#" title="featurerequest">featurerequest</a></li>
              
              <li><a href="#" title="tickets">tickets</a></li>
              
              <li><a href="#" title="ui">ui</a></li>
              
              <li><a href="#" title="error">error</a></li>
              
              <li><a href="#" title="@high">@high</a></li>
 
              
              <li><a href="#" title="usability">usability</a></li>
              
              <li><a href="#" title="email">email</a></li>
              
              <li><a href="#" title="account">account</a></li>
              
              <li><a href="#" title="milestones">milestones</a></li>
              
              <li><a href="#" title="interaction">interaction</a></li>
              
              <li><a href="#" title="design">design</a></li>
 
              
              <li><a href="#" title="users">users</a></li>
              
              <li><a href="#" title="search">search</a></li>
              
              <li><a href="#" title="css">css</a></li>
              
              <li><a href="#" title="@committed">@committed</a></li>
              
              <li><a href="#" title="ticket">ticket</a></li>
              
              <li><a href="#" title="members">members</a></li>
 
              
              <li><a href="#" title="javascript">javascript</a></li>
              
              <li><a href="#" title="tags">tags</a></li>
              
              <li><a href="#" title="api">api</a></li>
              
              <li><a href="#" title="settings">settings</a></li>
              
              <li><a href="#" title="bins">bins</a></li>
              
              <li><a href="#" title="projects">projects</a></li>
 
              
              <li><a href="#" title="login">login</a></li>
              
              <li><a href="#" title="attachments">attachments</a></li>
              
              <li><a href="#" title="spam">spam</a></li>
              
              <li><a href="#" title="committed">committed</a></li>
              
              <li><a href="#" title="people">people</a></li>
              
              <li><a href="#" title="dashboard">dashboard</a></li>
 
              
              <li><a href="#" title="cache">cache</a></li>
              
            </ul>
          </li>
                
        </ul>
    </div>
  </div>
</div>
 
      <p class="btns">
        <input name="commit" tabindex="10" type="submit" value="Update ticket" /> or <a href="/projects/44-lighthouse-users">cancel</a>
 
      </p>
      </form> </div>
 
 
 
<p class="form-tip">
  You can update this ticket by sending an email to <script type="text/javascript">eval(unescape('%64%6f%63%75%6d%65%6e%74%2e%77%72%69%74%65%28%27%3c%61%20%68%72%65%66%3d%22%6d%61%69%6c%74%6f%3a%74%69%63%6b%65%74%2b%61%63%74%69%76%65%72%65%6c%6f%61%64%2e%34%34%2d%31%30%36%38%2d%65%7a%6a%7a%33%64%6b%39%40%6c%69%67%68%74%68%6f%75%73%65%61%70%70%2e%63%6f%6d%22%3e%74%69%63%6b%65%74%2b%61%63%74%69%76%65%72%65%6c%6f%61%64%2e%34%34%2d%31%30%36%38%2d%65%7a%6a%7a%33%64%6b%39%40%6c%69%67%68%74%68%6f%75%73%65%61%70%70%2e%63%6f%6d%3c%2f%61%3e%27%29%3b'))</script> from your email client.
  <a href="http://www.lighthouseapp.com/help/how-do-i-send-emails-to-lighthouse">(help)</a>
</p>
 
 
 
 
        </div>
      </div>
      <!-- /main -->
      
      <!-- sidebar -->
      <div id="sbar">
        
          
 
                      <div class="proj-desc"><p>Using Lighthouse to track Lighthouse.</p></div>
                
                      
 
<div class="sblock bin-block" id="private-bin-block" style="display:none">
  <h3>Your Ticket Bins <a href="#sortbin" id="private-bin-sorter" style="display:none">(Sort)</a></h3>
  <ul class="stacked wbadges sortable" id="user-ticket-bins">
        <li class="bin" id="user-77_list_ticket_bin_6245" style="display:none"><a href="/projects/44-lighthouse-users/tickets/bins/6245" title="Query: updated:&quot;24 hours ago&quot;"><span class="badge">5</span>Updated Recently</a> <span class="handle" style="display:none">&#x2193;&#x2191; drag</span>
    </li>
      <li class="bin" id="user-77_list_ticket_bin_3858" style="display:none"><a href="/projects/44-lighthouse-users/tickets/bins/3858" title="Query: state:open"><span class="badge">337</span>All Open Tickets</a> <span class="handle" style="display:none">&#x2193;&#x2191; drag</span>
 
    </li>
      <li class="bin" id="user-8730_list_ticket_bin_4257" style="display:none"><a href="/projects/44-lighthouse-users/tickets/bins/4257" title="Query: watched:me state:open"><span class="badge">10</span>Open Tickets Watched By Me</a> <span class="handle" style="display:none">&#x2193;&#x2191; drag</span>
    </li>
      <li class="bin" id="user-192_list_ticket_bin_3319" style="display:none"><a href="/projects/44-lighthouse-users/tickets/bins/3319" title="Query: state:open"><span class="badge">337</span>All open</a> <span class="handle" style="display:none">&#x2193;&#x2191; drag</span>
 
    </li>
      <li class="bin" id="user-5131_list_ticket_bin_4594" style="display:none"><a href="/projects/44-lighthouse-users/tickets/bins/4594" title="Query: reported_by:me"><span class="badge">1</span>Tickets I reported</a> <span class="handle" style="display:none">&#x2193;&#x2191; drag</span>
    </li>
      <li class="bin" id="user-387_list_ticket_bin_3515" style="display:none"><a href="/projects/44-lighthouse-users/tickets/bins/3515" title="Query: tagged:tickets"><span class="badge">106</span>Tickets Bugs</a> <span class="handle" style="display:none">&#x2193;&#x2191; drag</span>
 
    </li>
      <li class="bin" id="user-3_list_ticket_bin_5800" style="display:none"><a href="/projects/44-lighthouse-users/tickets/bins/5800" title="Query: created:today state:new"><span class="badge">0</span>Today's new tickets</a> <span class="handle" style="display:none">&#x2193;&#x2191; drag</span>
    </li>
      <li class="bin" id="user-27_list_ticket_bin_44" style="display:none"><a href="/projects/44-lighthouse-users/tickets/bins/44" title="Query: state:open"><span class="badge">337</span>Open Tickets</a> <span class="handle" style="display:none">&#x2193;&#x2191; drag</span>
 
    </li>
      <li class="bin" id="user-1_list_ticket_bin_50" style="display:none"><a href="/projects/44-lighthouse-users/tickets/bins/50" title="Query: tagged:@committed state:open"><span class="badge">6</span>committed</a> <span class="handle" style="display:none">&#x2193;&#x2191; drag</span>
    </li>
      <li class="bin" id="user-1_list_ticket_bin_3282" style="display:none"><a href="/projects/44-lighthouse-users/tickets/bins/3282" title="Query: updated:&quot;before 1 week ago&quot; state:open responsible:me milestone:none"><span class="badge">190</span>missed</a> <span class="handle" style="display:none">&#x2193;&#x2191; drag</span>
 
    </li>
      <li class="bin" id="user-3_list_ticket_bin_6140" style="display:none"><a href="/projects/44-lighthouse-users/tickets/bins/6140" title="Query: updated:&quot;before last month&quot; state:open"><span class="badge">282</span>Stale Tickets</a> <span class="handle" style="display:none">&#x2193;&#x2191; drag</span>
    </li>
      </ul>
</div>
 
            
<div class="sblock bin-block" id="shared-bin-block">
 
  <h3>Shared Ticket Bins <a href="#sortbin" id="shared-bin-sorter" style="display:none">(Sort)</a></h3>
  <ul class="stacked wbadges sortable" id="shared-ticket-bins">
        <li class="bin shared" id="list_ticket_bin_4221"><a href="/projects/44-lighthouse-users/tickets/bins/4221" title="Query: state:open tagged:@high not-tagged:@committed"><span class="badge">12</span>High Priority Tickets</a> <span class="handle" style="display:none">&#x2193;&#x2191; drag</span>
    </li>
      <li class="bin shared" id="list_ticket_bin_6158"><a href="/projects/44-lighthouse-users/tickets/bins/6158" title="Query: state:new"><span class="badge">4</span>New Tickets</a> <span class="handle" style="display:none">&#x2193;&#x2191; drag</span>
 
    </li>
      <li class="bin shared" id="list_ticket_bin_7724"><a href="/projects/44-lighthouse-users/tickets/bins/7724" title="Query: state:open api"><span class="badge">17</span>API Issues</a> <span class="handle" style="display:none">&#x2193;&#x2191; drag</span>
    </li>
      <li class="bin shared" id="list_ticket_bin_8512"><a href="/projects/44-lighthouse-users/tickets/bins/8512" title="Query: responsible:me not-state:resolved"><span class="badge">4</span>TEST BIN</a> <span class="handle" style="display:none">&#x2193;&#x2191; drag</span>
 
    </li>
      </ul>
</div>
 
                    
        
                <div class="sblock">
    <h3>Attachments</h3>
    <ul class="stacked attachments">
            
      <li id="attachment_38414" class=" last">
        <ins cite="/projects/44/tickets/1068-tags-in-posts-not-auto-closed" datetime="2008-08-11T09:20:08-07:00">
 
          <h4><a href="/attachments/38414/44-no-edit-link.png">44-no-edit-link.png</a></h4>
          <p class="smeta"><span class="date">about 5 hours ago</span> by <a href="/users/7840">Jim Lindley</a></p>
        </ins>
              </li>
          </ul>
  </div>
 
  
      <div class="sblock">
      <h3>People watching this ticket</h3>
      <ul class="link-list" id="watchers">
            
        <li class="watcherdude" id="watcher-1">
    <a href="/users/1"><img alt="rick" class="tinyavatar" src="/avatars/0000/1160" title="rick" /> rick</a>
  </li>
            
        <li class="watcherdude" id="watcher-77">
 
    <a href="/users/77"><img alt="Will" class="tinyavatar" src="/avatars/0000/5245" title="Will" /> Will</a>
  </li>
            
        <li class="watcherdude last" id="watcher-7840">
    <a href="/users/7840"><img alt="Jim Lindley" class="tinyavatar" src="/avatars/0000/3112" title="Jim Lindley" /> Jim Lindley</a>
  </li>
              </ul>
    </div>
 
  
     <div class="sblock">
  <h3>Tags</h3>
  <ul id="tag-list">
    
    <li><a href="/projects/44-lighthouse-users/tickets?q=tagged%3Aprojects" rel="tag" title="projects">projects</a></li>
    
    <li><a href="/projects/44-lighthouse-users/tickets?q=tagged%3Aui" rel="tag" title="ui">ui</a></li>
    
  </ul>
</div>
  
      </div>
 
      <!-- /sidebar -->
      
    </div>
    <!-- /content -->
    <!-- footer -->
    <div id="footer">
      <div id="footer-cnt">
        <a href="http://engineyard.com" id="eylogo"><img src="/images/eylogo.png" alt="Engine Yard" title="Our excellent Ruby on Rails host" /></a>
        <ul id="ftr-links">
          <li id="entp"><a href="http://entp.com" title="The folks who built this">activereload/entp</a></li>
 
          <li><a href="http://lighthouseapp.com/privacy" title="Privacy">Privacy</a></li>
          <li><a href="http://lighthouseapp.com/terms" title="Terms of service">Terms of service</a></li>
          <li><a href="http://lighthouseapp.com/help" title="View the documentation">Help</a></li>
          <li><a href="http://lighthouseapp.com/api" title="Developer API documentation and examples">API</a></li>
          <li><script type="text/javascript">eval(unescape('%64%6f%63%75%6d%65%6e%74%2e%77%72%69%74%65%28%27%3c%61%20%68%72%65%66%3d%22%6d%61%69%6c%74%6f%3a%63%6f%6d%70%61%6e%79%40%61%63%74%69%76%65%72%65%6c%6f%61%64%2e%6e%65%74%22%3e%54%61%6c%6b%20%77%69%74%68%20%75%73%3c%2f%61%3e%27%29%3b'))</script></li>
          <li><a href="http://hoth.entp.com" title="Read our stuff">Our blog</a></li>
 
          <li><a href="http://activereload.lighthouseapp.com/projects/44-lighthouse-users" title="Report it so we can lay the smack down on it">Found a bug?</a></li>
        </ul>
        <p>Copyright &copy; 2007-2008 <a href="http://entp.com">activereload/entp</a> with hosting and servers sponsored by our friends at <a href="http://engineyard.com">Engineyard</a>.</p>
      </div>
 
    </div>
    <!-- /footer -->
  </div>
  <!-- /container -->
      <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
    <script type="text/javascript">
      _uacct = "UA-1408278-2";
      urchinTracker();
    </script>
  </body>
</html>