kofno-trisano_tools 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,10 @@
1
+ require 'rake'
2
+ require 'spec/rake/spectask'
3
+
4
+ task :default => [:specs]
5
+
6
+ desc "Run all specs"
7
+ Spec::Rake::SpecTask.new('specs') do |t|
8
+ t.libs << 'lib'
9
+ t.spec_files = FileList['specs/**/*_spec.rb']
10
+ end
data/bin/tri ADDED
@@ -0,0 +1,20 @@
1
+ #!/usr/bin/env ruby
2
+ $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')).uniq!
3
+ require 'trisano'
4
+
5
+ include Trisano::Collabnet
6
+
7
+ if ARGV.size < 1
8
+ $stderr.puts "invalid argements. need a command and a paramenter."
9
+ else
10
+ case ARGV.shift
11
+ when 'grab':
12
+ ARGV.each do |number|
13
+ issue = Issue[number]
14
+ $stdout.puts issue.tri_id
15
+ $stdout.puts issue.summary
16
+ $stdout.puts issue.url
17
+ end
18
+ end
19
+ end
20
+
@@ -0,0 +1 @@
1
+ require 'trisano/collabnet'
@@ -0,0 +1,44 @@
1
+ require 'rubygems'
2
+ require 'hpricot'
3
+ require 'open-uri'
4
+
5
+ module Trisano
6
+
7
+ module Collabnet
8
+
9
+ attr_reader :page_content
10
+
11
+ class Issue
12
+ class << self
13
+ def find_by_id(id)
14
+ new(Hpricot(open(base_url + id)))
15
+ end
16
+
17
+ alias_method :[], :find_by_id
18
+
19
+ def base_url
20
+ 'https://trisano.csinitiative.net/servlets/tracking?id='
21
+ end
22
+ end
23
+
24
+ def initialize(doc)
25
+ @page_content = doc
26
+ end
27
+
28
+ def tri_id
29
+ @tri_id ||= (page_content/"a[@href^='#{Issue.base_url}']").first.inner_text
30
+ end
31
+
32
+ def summary
33
+ @summary ||= (page_content/"//th[text()='Summary']/../td").inner_html.strip
34
+ end
35
+
36
+ def url
37
+ Issue.base_url + tri_id
38
+ end
39
+
40
+ end
41
+
42
+ end
43
+
44
+ end
@@ -0,0 +1,5 @@
1
+ module Trisano
2
+ module Tools
3
+ VERSION = '0.0.1'
4
+ end
5
+ end
@@ -0,0 +1,29 @@
1
+ require 'trisano/collabnet'
2
+ require 'hpricot'
3
+
4
+ include Trisano::Collabnet
5
+
6
+ describe Issue do
7
+
8
+ before(:each) do
9
+ html = IO.read(File.join(File.dirname(__FILE__), 'sample.html'))
10
+ doc = Hpricot(html)
11
+ @issue = Issue.new(doc)
12
+ end
13
+
14
+ it 'should have the issue ID' do
15
+ @issue.tri_id.should == 'tri1143'
16
+ end
17
+
18
+ it 'should have the issue summary' do
19
+ @issue.summary.should == 'Core Field Help random behavior'
20
+ end
21
+
22
+ it 'should know the URL for the issue' do
23
+ @issue.url.should == 'https://trisano.csinitiative.net/servlets/tracking?id=tri1143'
24
+ end
25
+
26
+ end
27
+
28
+
29
+
@@ -0,0 +1,723 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ <html><head>
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+ <style type="text/css"> /* <![CDATA[ */
11
+ @import "/branding/css/tigris.css";
12
+ @import "/branding/css/inst.css";
13
+ /* ]]> */</style>
14
+ <link rel="stylesheet" type="text/css" href="32_files/print.css" media="print">
15
+ <script src="32_files/tigris.js" type="text/javascript"></script>
16
+
17
+
18
+
19
+ <script src="32_files/alm.js" type="text/javascript"></script>
20
+ <style type="text/css">
21
+ /* <![CDATA[ */
22
+ @import "/branding/css/alm.css";
23
+ /* ]]> */
24
+ </style>
25
+
26
+
27
+
28
+
29
+ <script src="32_files/ct.js" type="text/javascript"></script>
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+ <script src="32_files/projectdashboard.js" type="text/javascript"></script>
40
+
41
+
42
+
43
+ <script src="32_files/inputs.js" type="text/javascript"></script>
44
+ <script src="32_files/projectdashboard.js" type="text/javascript"></script>
45
+ <script src="32_files/tracker.js" type="text/javascript"></script>
46
+
47
+ <style type="text/css">
48
+ /* <![CDATA[ */
49
+ @import "/branding/css/tracker.css";
50
+ /* ]]> */
51
+ </style>
52
+
53
+
54
+ <title>
55
+ trisano: Defect report ID tri1143: Core Field Help random behavior
56
+ </title>
57
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
58
+ <meta http-equiv="Content-Style-Type" content="text/css">
59
+ <meta name="version" content="5.1.0.113.5">
60
+ <meta name="keywords" content="CollabNet platform, CollabNet Enterprise Edition, CollabNet Team Edition, CollabNet, collaboration, companies, software, development, model, enterprise, open source, developer, network, San Francisco">
61
+ <meta name="description" content="CollabNet Enterprise Edition, a collaborative software development platform from CollabNet">
62
+
63
+
64
+ </head><body class="composite">
65
+
66
+
67
+ <div id="collabnet">
68
+ <div id="login">
69
+ <div>
70
+ <a style="" href="https://www.csinitiative.net/servlets/Login?detour=">Login</a>
71
+ | <a style="" href="https://www.csinitiative.net/servlets/Join">Register</a> </div>
72
+ </div>
73
+ <a style="" href="http://www.collab.net/" id="cnlogo">
74
+ <span class="alt">CollabNet Enterprise Edition</span></a>
75
+ </div>
76
+
77
+
78
+
79
+
80
+ <div id="banner">
81
+ <table width="100%" border="0" cellpadding="0" cellspacing="0">
82
+ <tbody><tr>
83
+ <td class="left">
84
+ <div>
85
+ <a href="http://www.csinitiative.com/"><img src="32_files/csf_logo.gif" alt="" width="244" height="46"></a></div>
86
+ </td>
87
+ <td>
88
+ <div id="domainlinks" class="right">
89
+
90
+ <div id="loginbox">
91
+ <div>
92
+ <a href="https://www.csinitiative.net/servlets/TLogin">Login</a> | <a href="https://www.csinitiative.net/servlets/Join">Register</a> </div>
93
+ </div>
94
+
95
+ </div>
96
+ </td>
97
+ </tr>
98
+ </tbody></table>
99
+ </div>
100
+
101
+
102
+
103
+
104
+ <div id="toptabs">
105
+
106
+ <table border="0" cellpadding="4" cellspacing="0"><tbody><tr>
107
+
108
+
109
+ <td> <a href="https://www.csinitiative.net/servlets/StartPage">My pages</a></td>
110
+
111
+ <th> <a href="https://www.csinitiative.net/servlets/ProjectList">Projects</a></th>
112
+
113
+
114
+ <td> <a href="https://www.csinitiative.net/servlets/OpenCollabNet">openCollabNet</a></td>
115
+
116
+
117
+ </tr></tbody></table>
118
+ </div>
119
+
120
+
121
+
122
+ <div id="breadcrumbs">
123
+ <a href="https://www.csinitiative.net/servlets/ProjectList?type=Projects">Projects</a> &nbsp;&gt;&nbsp;
124
+
125
+
126
+ <strong> <a href="https://trisano.csinitiative.net/">trisano</a>
127
+ </strong> </div>
128
+
129
+
130
+
131
+
132
+ <table id="main" width="100%" border="0" cellpadding="4" cellspacing="0">
133
+ <tbody><tr>
134
+ <td id="navcol">
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+ <dl id="projecttools" class="navgroup">
149
+ <dt>Project tools</dt>
150
+ <dd>
151
+ <ul>
152
+ <li> <a href="https://trisano.csinitiative.net/servlets/ProjectHome">Project home</a></li>
153
+
154
+
155
+
156
+ </ul>
157
+ </dd>
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+ <dd><ul>
168
+
169
+ <li> <a href="https://trisano.csinitiative.net/ds/viewForums.do">Discussions</a>
170
+ </li>
171
+ </ul></dd>
172
+
173
+
174
+
175
+
176
+ <dd><ul>
177
+ <li> <a href="https://trisano.csinitiative.net/servlets/ProjectDocumentList">Documents &amp; files</a></li>
178
+
179
+
180
+
181
+
182
+ </ul>
183
+ <ul>
184
+ <li><a href="https://trisano.csinitiative.net/wiki/">Wiki</a>
185
+ </li>
186
+
187
+
188
+
189
+
190
+ <li><a href="https://trisano.csinitiative.net/source/browse/trisano/">Subversion</a></li>
191
+ </ul></dd>
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+ <dd><ul>
207
+ <li>
208
+ <a href="https://trisano.csinitiative.net/servlets/tracking">Project Tracker</a><ul>
209
+
210
+
211
+ <li><a href="https://trisano.csinitiative.net/servlets/tracking/remcurreport/true/template/null/action/SetHomePage/homemode/query">Query artifacts</a></li>
212
+ <li><a href="https://trisano.csinitiative.net/servlets/tracking/remcurreport/true/template/null/action/SetHomePage/homemode/report">Generate reports</a></li>
213
+
214
+
215
+
216
+ </ul>
217
+ </li>
218
+
219
+
220
+
221
+
222
+ </ul>
223
+ </dd>
224
+ <dd>
225
+ <ul>
226
+ <li> <a href="https://trisano.csinitiative.net/servlets/ReportingHome?scope=Project">Project metrics</a></li>
227
+
228
+
229
+
230
+
231
+
232
+
233
+ </ul>
234
+ </dd>
235
+ <dd>
236
+ <ul>
237
+ <li><b><a href="http://www.trisano.org/">TriSano.org</a></b></li>
238
+ </ul>
239
+
240
+ </dd>
241
+
242
+ </dl>
243
+
244
+
245
+
246
+
247
+
248
+ <form action="https://trisano.csinitiative.net/servlets/Search" method="get">
249
+ <dl id="searchbox" class="navgroup">
250
+
251
+ <dt>Search</dt>
252
+ <dd>
253
+ <div>
254
+ <select name="scope">
255
+ <option value="project" selected="selected">This project</option>
256
+ <option value="domain">All projects</option>
257
+ </select>
258
+ </div>
259
+ <div>
260
+ <input name="resultsPerPage" value="40" type="hidden">
261
+ <input name="query" size="10" maxlength="99" type="text">
262
+ <input name="Button" value="Go" type="submit">
263
+ </div>
264
+ <div>
265
+ <a href="https://trisano.csinitiative.net/servlets/Search?mode=advanced">Advanced search</a> </div>
266
+ </dd>
267
+
268
+ </dl>
269
+ </form>
270
+
271
+
272
+ <dl id="helptext" class="navgroup">
273
+ <dt>How do I...</dt>
274
+ <dd>
275
+ <ul>
276
+
277
+
278
+
279
+ <li> <a href="https://trisano.csinitiative.net/nonav/servlets/tracking/template/help%2CUserReports.vm" onclick="return launch(this.href, 1)" title="Note: link may open in new window" class="helplink">Learn more about reports?</a>
280
+ </li>
281
+
282
+
283
+
284
+ <li> <a href="https://trisano.csinitiative.net/nonav/servlets/tracking/template/help%2CTrackerFaq.vm" onclick="return launch(this.href, 1)" title="Note: link may open in new window" class="helplink">Get to the FAQ?</a>
285
+ </li>
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+ <li> <a href="http://www.collab.net/rn/" onclick="return launch(this.href, 1)" title="Note: link may open in new window" class="helplink">
294
+
295
+ Get release notes for CollabNet 5.1.0?</a>
296
+ </li>
297
+
298
+ <li><a href="https://trisano.csinitiative.net/nonav/servlets/HelpTOC" onclick="return launch(this.href, 1)" title="Note: link may open in new window" class="helplink">Get help?</a></li>
299
+
300
+ <li><a href="https://trisano.csinitiative.net/nonav/scdocs/Licenses.html">Licenses</a></li>
301
+ </ul>
302
+ </dd>
303
+ </dl>
304
+
305
+
306
+
307
+
308
+
309
+ <div class="strut">&nbsp;</div>
310
+ </td>
311
+ <td id="midcol">
312
+
313
+
314
+ <div id="topmodule">
315
+ <table>
316
+ <tbody><tr>
317
+ <td id="issueid">
318
+ <form action="/servlets/tracking" method="get">
319
+ <div><input name="id" size="15" maxlength="13" tabindex="1" type="text">&nbsp;<input value="Artifact ID" tabindex="2" type="submit">
320
+ </div>
321
+ </form>
322
+ </td>
323
+
324
+ </tr>
325
+ </tbody></table>
326
+ </div>
327
+
328
+ <div id="bodycol">
329
+ <div id="apphead">
330
+ <h1><small>trisano</small><br> Defect report ID tri1143: Core Field Help random behavior
331
+ </h1>
332
+ </div>
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+ <!-- Start Scarab Response -->
354
+
355
+
356
+ <div class="application" id="viewissue">
357
+
358
+
359
+
360
+
361
+
362
+
363
+ <form method="post" id="form_3392" action="/servlets/tracking/remcurreport/true/template/ViewIssue.vm" enctype="multipart/form-data">
364
+
365
+ <div>
366
+ <input name="resultPos" value="2" type="hidden">
367
+ <input name="nbrResults" value="32" type="hidden">
368
+ <input name="id" value="tri1143" type="hidden">
369
+ <input name="artifactID" value="3392" type="hidden">
370
+ <input name="m" value="46" type="hidden">
371
+ <input name="it" value="510" type="hidden">
372
+ <input name="cancelTemplate" value="ViewIssue.vm" type="hidden">
373
+ <input name="nextTemplate" value="ViewIssue.vm" type="hidden">
374
+ <input name="lastTemplate" value="ViewIssue.vm" type="hidden">
375
+ <input name="readOnly" value="true" type="hidden">
376
+ <input name="action" value="ModifyIssue" type="hidden">
377
+ <input name="otherTemplate" value="MoveIssue.vm" type="hidden">
378
+ <input name="browseUsersMode" value="true" type="hidden">
379
+
380
+
381
+ <input name="mod_ts" value="1229400289976" type="hidden">
382
+ <!--
383
+ .addPathInfo('otherTemplate', 'MoveIssue.vm').addPathInfo('mod_ts', '1189099810791'))
384
+ -->
385
+
386
+ <div class="tasknav">
387
+
388
+ <a href="https://trisano.csinitiative.net/servlets/tracking/remcurreport/true/template/ViewHistory.vm/readonly/true/id/tri1143/resultpos/2/nbrresults/32%29">View history</a>
389
+ </div>
390
+
391
+ <input name="mod_ts" value="1229400289978" type="hidden">
392
+
393
+
394
+ <div class="artifact-head" id="toolTip">
395
+ <div class="right">
396
+ <small>
397
+ <a title="Jump to attachments and links section" href="#fixedSection1">Attachments and links</a> |
398
+ <a title="Jump to related artifacts section" href="#fixedSection3">Related artifacts</a> |
399
+ <a title="Jump to comment section" href="#fixedSection4">Comments</a> |
400
+ <span>
401
+ <input value="Show attribute descriptions" title="Turn on the display of description text for the artifact fields" name="eventSubmit_doToggletooltips" id="eventSubmit_doToggletooltips" type="submit">
402
+ </span>
403
+ </small>
404
+ </div>
405
+ </div>
406
+ <div>
407
+ <table width="100%">
408
+ <tbody><tr>
409
+ <th>ID</th>
410
+ <th>Type</th>
411
+ <th>Last date/time modified</th>
412
+ <th>Date/time created</th>
413
+ <th>Created by</th>
414
+ </tr>
415
+
416
+ <tr>
417
+ <td>
418
+ <a href="https://trisano.csinitiative.net/servlets/tracking?id=tri1143">tri1143</a>
419
+ </td>
420
+ <td>Defect report</td>
421
+ <td>2008-12-15 20:30:25 GMT</td>
422
+ <td>2008-12-13 15:59:33 GMT</td>
423
+ <td>Mike Herrick (<a href="mailto:mike@csinitiative.com">mike</a>)</td>
424
+ </tr>
425
+ </tbody></table>
426
+ </div>
427
+
428
+
429
+
430
+
431
+ <input name="tab" value="projectUsers" type="hidden">
432
+ <input name="userpickerflag" value="true" type="hidden">
433
+ <div id="attributes">
434
+ <div class="artifact" id="grp50205">
435
+ <div class="h2" id="viewGrp50205">
436
+ <h2>Defect report submission information</h2>
437
+ <table class="axial" width="100%" border="0">
438
+
439
+ <tbody><tr><td><table class="twocol" width="100%" border="0"><tbody><tr><td><table class="axial" width="100%" border="0"><tbody><tr>
440
+
441
+ <th>Summary</th>
442
+ <td>Core Field Help random behavior
443
+ </td>
444
+
445
+ </tr></tbody></table></td></tr></tbody></table></td></tr>
446
+
447
+ <tr><td><table class="twocol" width="100%" border="0"><tbody><tr><td><table class="axial" width="100%" border="0"><tbody><tr>
448
+
449
+ <th>Description</th>
450
+ <td>Acuity - only shows up if you fill field in question with data and then save<br><br>&nbsp;*
451
+ DEV: Not sure why this would happen. Filling in the field does not
452
+ change the value that is used to attach help to a core field.<br><br>Contacts - never shows up<br>&nbsp;<br>&nbsp;* DEV: Could be being missed because it shows up at the bottom of the section.<br><br>Died - seemed to work<br><br>Steps to reproduce:<br>&nbsp;* 4.5 upgrade sequence<br>&nbsp;* Create Core Field help for field Acuity, Contact, Died<br>&nbsp;* Create CMR <br>&nbsp;* Observe behavior described above<br><br>* DEV: I'm not seeing these problems, but I didn't do the 8.2 -&gt; 8.3 PG upgrade (I just weasled out the migrations).<br><br>Also, attaching the results of the following query might be helpfull: <br><br>select * from core_fields where name='Acuity' OR name='Contacts';
453
+ </td>
454
+
455
+ </tr></tbody></table></td></tr></tbody></table></td></tr>
456
+ <tr><td><table class="twocol" width="100%" border="0"><tbody><tr><td class="width50"><table class="axial" width="100%" border="0"><tbody><tr>
457
+
458
+ <th>Priority</th>
459
+ <td>P1
460
+ </td>
461
+
462
+ </tr></tbody></table></td>
463
+
464
+
465
+ <td class="width50"></td></tr></tbody></table></td></tr>
466
+
467
+
468
+
469
+ <tr><td><table class="twocol" width="100%" border="0"><tbody><tr><td class="width50"></td>
470
+ <td class="width50"><table class="axial" width="100%" border="0"><tbody><tr>
471
+
472
+ <th>Affects Version</th>
473
+ <td>Mid-Iteration Defect
474
+ </td>
475
+
476
+ </tr></tbody></table></td></tr></tbody></table></td></tr>
477
+ </tbody></table>
478
+ </div>
479
+ </div>
480
+ <div class="artifact" id="grp50206">
481
+ <div class="h2" id="viewGrp50206">
482
+ <h2>Defect report tracking information</h2>
483
+ <table class="axial" width="100%" border="0">
484
+
485
+ <tbody><tr><td><table class="twocol" width="100%" border="0"><tbody><tr><td class="width50"><table class="axial" width="100%" border="0"><tbody><tr>
486
+
487
+ <th>Status</th>
488
+ <td>Torn Up
489
+ </td>
490
+
491
+ </tr></tbody></table></td>
492
+ <td class="width50"><table class="axial" width="100%" border="0"><tbody><tr>
493
+
494
+ <th>Target release</th>
495
+ <td>[release 4]
496
+ </td>
497
+
498
+ </tr></tbody></table></td></tr></tbody></table></td></tr>
499
+ <tr><td><table class="twocol" width="100%" border="0"><tbody><tr><td><table class="axial" width="100%" border="0"><tbody><tr>
500
+
501
+ <th>Target iteration</th>
502
+ <td>[iteration 4.5]
503
+ </td>
504
+
505
+ </tr></tbody></table></td></tr></tbody></table></td></tr>
506
+ </tbody></table>
507
+ </div>
508
+ </div>
509
+ <div class="artifact" id="grp50207">
510
+ <div class="h2" id="viewGrp50207">
511
+ <h2>User attributes</h2>
512
+ <table class="axial" width="100%" border="0">
513
+ <tbody><tr><td><table class="twocol" width="100%" border="0"><tbody><tr><td><table class="axial" width="100%" border="0"><tbody><tr><th>Assigned to</th>
514
+ <td>
515
+ <table width="100%">
516
+ <tbody><tr>
517
+ <th>Username</th>
518
+ <th>Name</th>
519
+ </tr>
520
+
521
+ <tr class="a">
522
+ <td><a href="mailto:ryan@csinitiative.com">ryan</a>
523
+ </td>
524
+ <td>Ryan Bell</td>
525
+ </tr>
526
+ </tbody></table>
527
+ </td></tr></tbody></table></td></tr></tbody></table></td></tr>
528
+
529
+
530
+
531
+ </tbody></table>
532
+ </div>
533
+ </div>
534
+ </div>
535
+
536
+
537
+ <div class="artifact" id="fixedSection1">
538
+ <div id="showFSec1">
539
+ <div class="h2" id="viewFSec1">
540
+
541
+ <h2>Attachments</h2>
542
+ <table width="100%">
543
+ <tbody><tr>
544
+ <th>Name</th>
545
+ <th>Description</th>
546
+ <th>Type</th>
547
+ <th>Created by</th>
548
+ <th>Creation date</th>
549
+ </tr>
550
+ <tr class="a">
551
+ <td><a href="https://trisano.csinitiative.net/servlets/TrackerDownload/remcurreport/true/template/ViewAttachment.vm/attachid/17265/filename/Picture_5.png">Picture_5.png</a>
552
+ </td>
553
+ <td>Contacts help bubble</td>
554
+ <td>image/png</td>
555
+ <td><a href="mailto:dave@csinitiative.com">Dave Christiansen</a></td>
556
+ <td>2008-12-15 20:30:25 GMT</td>
557
+ </tr>
558
+ </tbody></table>
559
+
560
+ </div> <!-- /viewFSec1 -->
561
+ </div> <!-- /showFSec1 -->
562
+ </div> <!-- /fixedSection1 -->
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+
578
+
579
+ <div class="artifact" id="fixedSection4">
580
+ <div id="showFSec4">
581
+ <div class="h2" id="viewFSec4">
582
+ <h2>Comments</h2>
583
+
584
+ <div class="h3" id="comment20081215203025" title="comment20081215203025">
585
+ <h3><a href="https://trisano.csinitiative.net/servlets/tracking?id=tri1143#comment20081215203025">2008-12-15 20:30:25 GMT</a> | Added by: <a href="mailto:dave@csinitiative.com">Dave Christiansen</a></h3>
586
+ <p>Verified
587
+ this is working as intended. Creating a low-p defect to move the help
588
+ text next to contacts instead of below it. Tearing up this defect.</p>
589
+ </div>
590
+
591
+
592
+
593
+ </div> <!-- /viewFSec4 -->
594
+ </div> <!-- /showFSec4 -->
595
+ </div> <!-- /fixedSection4 -->
596
+
597
+
598
+
599
+
600
+ <input name="intake-grp" value="mv" type="hidden">
601
+ <input name="mv" value="_0" type="hidden">
602
+
603
+ </div>
604
+ </form>
605
+
606
+ <div class="right"><small><a href="https://trisano.csinitiative.net/servlets/tracking?id=tri1143">Direct link to tri1143</a></small></div>
607
+
608
+
609
+ </div>
610
+ <script src="32_files/tracker.js" type="text/javascript"></script>
611
+ <script src="32_files/dependentAttributes.js" type="text/javascript"></script>
612
+ <script type="text/javascript">
613
+ // <![CDATA[
614
+ var allNameArrays = new Array();
615
+ var allAttributeIdArrays = new Array();
616
+ var anyAttr = new Array();
617
+ var att_5029names = new Array();
618
+ var att_5029ids = new Array();
619
+ att_5029names[0] = ['*undecided*','[iteration 1.1]','[iteration 1.2]','[iteration 1.3]','[iteration 1.4]','[iteration 1.5]','[iteration 1.6]','[iteration 1.7]','[iteration 1.8]','[iteration 1.9]','[iteration 2.1]','[iteration 2.2]','[iteration 2.3]','[iteration 2.4]','[iteration 2.5]','[iteration 2.6]','[iteration 2.7]','[iteration 2.8]','[iteration 2.9]','[iteration 3.1]','[iteration 3.2]','[iteration 3.3]','[iteration 3.4]','[iteration 3.5]','[iteration 3.6]','[iteration 3.7]','[iteration 3.8]','[iteration 3.9]','[iteration 4.1]','[iteration 4.2]','[iteration 4.3]','[iteration 4.4]','[iteration 4.5]','[iteration 4.6]','[iteration 4.7]','[iteration 4.8]','[iteration 4.9]','[iteration 5.1]','[iteration 5.2]','[iteration 5.3]','[iteration 5.4]','[iteration 5.5]','[iteration 5.6]','[iteration 5.7]','[iteration 5.8]','[iteration 5.9]','[iteration 6.1]','[iteration 6.2]','[iteration 6.3]','[iteration 6.4]','[iteration 6.5]','[iteration 6.6]','[iteration 6.7]','[iteration 6.8]','[iteration 6.9]','[iteration 7.1]','[iteration 7.2]','[iteration 7.3]','[iteration 7.4]','[iteration 7.5]','[iteration 7.6]','[iteration 7.7]','[iteration 7.8]','[iteration 7.9]','[iteration 8.1]','[iteration 8.2]','[iteration 8.3]','[iteration 8.4]','[iteration 8.5]','[iteration 8.6]','[iteration 8.7]','[iteration 8.8]','[iteration 8.9]','[iteration 9.1]','[iteration 9.2]','[iteration 9.3]','[iteration 9.4]','[iteration 9.5]','[iteration 9.6]','[iteration 9.7]','[iteration 9.8]','[iteration 9.9]'];
620
+ att_5029ids[0] = ['8367','8368','8369','8370','8371','8372','8373','8374','8375','8376','8377','8378','8379','8380','8381','8382','8383','8384','8385','8386','8387','8388','8389','8390','8391','8392','8393','8394','8395','8396','8397','8398','8399','8400','8401','8402','8403','8404','8405','8406','8407','8408','8409','8410','8411','8412','8413','8414','8415','8416','8417','8418','8419','8420','8421','8422','8423','8424','8425','8426','8427','8428','8429','8430','8431','8432','8433','8434','8435','8436','8437','8438','8439','8440','8441','8442','8443','8444','8445','8446','8447','8448'];
621
+ att_5029names[8366] = ['*undecided*','[iteration 9.1]','[iteration 9.2]','[iteration 9.3]','[iteration 9.4]','[iteration 9.5]','[iteration 9.6]','[iteration 9.7]','[iteration 9.8]','[iteration 9.9]'];
622
+ att_5029ids[8366] = ['8367','8440','8441','8442','8443','8444','8445','8446','8447','8448'];
623
+ att_5029names[8358] = ['*undecided*','[iteration 1.1]','[iteration 1.2]','[iteration 1.3]','[iteration 1.4]','[iteration 1.5]','[iteration 1.6]','[iteration 1.7]','[iteration 1.8]','[iteration 1.9]'];
624
+ att_5029ids[8358] = ['8367','8368','8369','8370','8371','8372','8373','8374','8375','8376'];
625
+ att_5029names[8359] = ['*undecided*','[iteration 2.1]','[iteration 2.2]','[iteration 2.3]','[iteration 2.4]','[iteration 2.5]','[iteration 2.6]','[iteration 2.7]','[iteration 2.8]','[iteration 2.9]'];
626
+ att_5029ids[8359] = ['8367','8377','8378','8379','8380','8381','8382','8383','8384','8385'];
627
+ att_5029names[8365] = ['*undecided*','[iteration 8.1]','[iteration 8.2]','[iteration 8.3]','[iteration 8.4]','[iteration 8.5]','[iteration 8.6]','[iteration 8.7]','[iteration 8.8]','[iteration 8.9]'];
628
+ att_5029ids[8365] = ['8367','8431','8432','8433','8434','8435','8436','8437','8438','8439'];
629
+ att_5029names[8361] = ['*undecided*','[iteration 4.1]','[iteration 4.2]','[iteration 4.3]','[iteration 4.4]','[iteration 4.5]','[iteration 4.6]','[iteration 4.7]','[iteration 4.8]','[iteration 4.9]'];
630
+ att_5029ids[8361] = ['8367','8395','8396','8397','8398','8399','8400','8401','8402','8403'];
631
+ att_5029names[8364] = ['*undecided*','[iteration 7.1]','[iteration 7.2]','[iteration 7.3]','[iteration 7.4]','[iteration 7.5]','[iteration 7.6]','[iteration 7.7]','[iteration 7.8]','[iteration 7.9]'];
632
+ att_5029ids[8364] = ['8367','8422','8423','8424','8425','8426','8427','8428','8429','8430'];
633
+ att_5029names[8362] = ['*undecided*','[iteration 5.1]','[iteration 5.2]','[iteration 5.3]','[iteration 5.4]','[iteration 5.5]','[iteration 5.6]','[iteration 5.7]','[iteration 5.8]','[iteration 5.9]'];
634
+ att_5029ids[8362] = ['8367','8404','8405','8406','8407','8408','8409','8410','8411','8412'];
635
+ att_5029names[8360] = ['*undecided*','[iteration 3.1]','[iteration 3.2]','[iteration 3.3]','[iteration 3.4]','[iteration 3.5]','[iteration 3.6]','[iteration 3.7]','[iteration 3.8]','[iteration 3.9]'];
636
+ att_5029ids[8360] = ['8367','8386','8387','8388','8389','8390','8391','8392','8393','8394'];
637
+ att_5029names[8357] = ['*undecided*'];
638
+ att_5029ids[8357] = ['8367'];
639
+ att_5029names[8363] = ['*undecided*','[iteration 6.1]','[iteration 6.2]','[iteration 6.3]','[iteration 6.4]','[iteration 6.5]','[iteration 6.6]','[iteration 6.7]','[iteration 6.8]','[iteration 6.9]'];
640
+ att_5029ids[8363] = ['8367','8413','8414','8415','8416','8417','8418','8419','8420','8421'];
641
+ allNameArrays[5028] = ['att_5029'];
642
+ allAttributeIdArrays[5028] = ['5029'];
643
+ var attVals = new Array();
644
+ var attValIds = new Array();
645
+ var attValValues = new Array();
646
+ var setAttVals = new Array();
647
+ attValIds['3392_5024'] = ['8253'];
648
+ attValValues['3392_5024'] = ['P1'];
649
+ attValIds['3392_5045'] = ['8581'];
650
+ attValValues['3392_5045'] = ['Mid-Iteration Defect'];
651
+ attValIds['3392_5027'] = ['8477'];
652
+ attValValues['3392_5027'] = ['Torn Up'];
653
+ attValIds['3392_5028'] = ['8361'];
654
+ attValValues['3392_5028'] = ['[release 4]'];
655
+ attValIds['3392_5029'] = ['8399'];
656
+ attValValues['3392_5029'] = ['[iteration 4.5]'];
657
+ setAttVals[3392] = ['5024','5045','5027','5028','5029'];
658
+ var issueIdArrays = new Array();
659
+ issueIdArrays = ['3392'];
660
+ var wizardAttrIds = new Array();
661
+
662
+ loadViewIssue("Choose...");
663
+ // ]]>
664
+ </script>
665
+
666
+ <script type="text/javascript">
667
+ /* <![CDATA[ */
668
+ hideOlderComments("There are -4 more comments.",
669
+ "Show complete comment list");
670
+ /* ]]> */
671
+ </script>
672
+
673
+
674
+
675
+
676
+ <!-- End Scarab Response -->
677
+
678
+
679
+
680
+
681
+
682
+
683
+ </div>
684
+ </td>
685
+ </tr>
686
+ </tbody></table>
687
+
688
+
689
+ <div id="footer">
690
+ <a href="http://www.collab.net/" id="poweredby"><span class="alt">Powered by CollabNet</span></a>
691
+ <a href="https://www.csinitiative.net/nonav/servlets/LegalNotices?type=TermsOfService" onclick="return launch(this.href, 1)" title="Note: link may open in new window" class="helplink">Terms of service</a> |
692
+ <a href="https://www.csinitiative.net/nonav/servlets/LegalNotices?type=PrivacyPolicy" onclick="return launch(this.href, 1)" title="Note: link may open in new window" class="helplink">Privacy policy</a>
693
+
694
+ <p>
695
+ <a title="Note: link may open in new window">Copyright © 2008 Collaborative Software Foundation</a>
696
+ </p>
697
+
698
+
699
+
700
+ <p>
701
+ For more information on Project Tracker, visit the Project Tracker project on <a href="http://project-tracker.open.collab.net/">openCollabNet</a>.
702
+ </p>
703
+
704
+ <p>© 2001 - 2008 CollabNet. CollabNet is a registered trademark of CollabNet, Inc.</p>
705
+
706
+ <script type="text/javascript">
707
+ var gaJsHost = (("https:" == document.location.protocol) ?
708
+ "https://ssl." : "http://www.");
709
+ document.write(unescape("%3Cscript src='" + gaJsHost +
710
+ "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
711
+ </script><script src="32_files/ga.js" type="text/javascript"></script>
712
+
713
+ <script type="text/javascript">
714
+ var pageTracker = _gat._getTracker("UA-4149381-3");
715
+ pageTracker._initData();
716
+ pageTracker._trackPageview();
717
+ </script>
718
+
719
+
720
+ </div>
721
+
722
+
723
+ </body></html>
metadata ADDED
@@ -0,0 +1,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: kofno-trisano_tools
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ryan L. Bell
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-12-22 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: ryan.l.bell@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - lib/trisano.rb
26
+ - lib/trisano/tools.rb
27
+ - lib/trisano/collabnet.rb
28
+ - Rakefile
29
+ - bin/tri
30
+ - specs/trisano/collabnet_spec.rb
31
+ - specs/trisano/sample.html
32
+ has_rdoc: true
33
+ homepage: http://github.com/kofno/trisano_tools/wikis
34
+ post_install_message:
35
+ rdoc_options: []
36
+
37
+ require_paths:
38
+ - lib
39
+ required_ruby_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: "0"
44
+ version:
45
+ required_rubygems_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: "0"
50
+ version:
51
+ requirements: []
52
+
53
+ rubyforge_project:
54
+ rubygems_version: 1.2.0
55
+ signing_key:
56
+ specification_version: 2
57
+ summary: Tools to help work on Trisano as a developer
58
+ test_files: []
59
+