Asp.net源码专业站
首页->尚未分类->BugTrack免安装英文原版2.4.8>>bugtrackernet.html>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:BugTrack免安装英文原版2.4.8
当前文件:文件类型 XTXHGRGZAXU57/bugtrackernet.html[10K,2009-6-12 12:00:16]打开代码结构图
普通视图
		            
1<html> 2<head> 3<title>BugTracker.NET Home</title> 4<style> 5 6body {font-family: verdana, arial; font-size: 8pt; background: #ffffef; } 7td {font-size: 8pt;} 8p {font-size: 8pt;} 9 10a {color:#0000ff; font-size: 10pt; text-decoration: none; } 11a:visited {color:#0000ff; font-size: 10pt; text-decoration: none; } 12a:hover {color:#ff6633; font-size: 10pt; text-decoration: none; } 13 14li {list-style-position: inside; font-size: 8pt;} 15 16a {font-size: 8pt;} 17a:hover {font-size: 8pt;} 18a:visited {font-size: 8pt;} 19 20.log { 21 color: #00aa00; 22 padding-bottom: 8px; 23 padding-top: 8px; 24 padding-left: 8px; 25 padding-right: 8px; 26 font-size: 14pt; 27 font-weight: bold; 28 border-bottom: 3px solid #00cc00; 29 } 30 31xb {color: #ff0000;} 32 33</style> 34</head> 35<body style="text-align: center;"> 36<table border=0> 37<tr> 38<td colspan=3 class=log> 39<span style='float: left'>BugTracker.NET</span> 40<span style='float: right; font-size: 10pt;'>Corey Trager<br> 41<a href=http://www.ifdefined.com>ifdefined.com</a> 42</span> 43 44<tr> 45 46<!-- LEFT --> 47<td valign=top width=180> 48<div style='padding: 10px; background: #eeeeff; margin-top: 10px;'> 49<li><a href=http://sourceforge.net/projects/btnet>Project page</a> at SourceForge. 50&nbsp;&nbsp; 51<p> 52<li><a target=_blank href=http://sourceforge.net/project/showfiles.php?group_id=66812>Download</a>. 53<p> 54<li><a target=_blank href=README.html>Documentation</a>. 55<p> 56<li><a target=_blank href=http://sourceforge.net/forum/forum.php?forum_id=226938>Help Forum</a>. 57<p> 58<li><a target=_blank href=http://sourceforge.net/tracker/?group_id=66812&atid=515837>Report a problem</a>. 59<p> 60<li><a target=_blank href=http://www.microsoft.com/net/>Download the Microsoft .NET Framework</a>. 61<p> 62<li><a target=_blank href=http://msdn.microsoft.com/vstudio/express/sql/>Download SQL Server Express</a>. 63 64 65 66</div> 67 68<div style='padding: 10px; background: #eeeeff; margin-top: 10px;'> 69<b>Other bug trackers...</b> 70<p> 71I like the way BugTracker.NET works, but your taste might be different. Here is some of the "competition" worth looking at: 72<p> 73<li> <a target=_blank href=http://www.fogcreek.com/FogBUGZ/>FogBUGZ</a>&nbsp;-&nbsp;A big inspiration for BugTracker.NET - and I'm a big fan of Joel's writings too. BugTracker.NET is sort of a poor-man's FogBUGZ. 74<p> 75<li> <a target=_blank href=http://www.countersoft.com/Gemini.aspx>Gemini</a>&nbsp;-&nbsp;If you like more fields on your bug screen, you will probably like this better than BugTracker.NET. 76<p> 77<li> <a target=_blank href=http://www.mantisbt.org/>Mantis</a>&nbsp;-&nbsp;A popular bugtracker for the PHP platform. 78</div> 79 80<div style='padding: 10px; background: #eeeeff; margin-top: 10px;'> 81<b>What's not to like?</b> 82<p> 83There are some people who have tried BugTracker.NET and don't like it. 84The most common reason is not that they don't like how it <i>works</i>. 85It's that they don't like how it is <i>written</i>. 86<p> 87I created it by downloading the .NET SDK and creating the code using a text editor. I did not use VisualStudio.NET. Consequently, it happens that I did not use the codebehind style and the current codebase does not play nicely with VS.NET. 88<p> 89"Codebehind" is not a .NET concept. The phrase is not even mentioned in the 65 MB of SDK documentation. 90Codebehind is a VS.NET concept. If you expect to use VS.NET to extend BugTracker.NET, you will be disappointed. 91 92<p> 93</div> 94 95 96<!-- CENTER --> 97<td valign=top width=440> 98<div style='padding: 10px; '> 99 100<span style='font-size: 13pt; font-weight: bold; color: #009900;'>What is BugTracker.NET?</span> 101<p> 102 103BugTracker.NET is a free, web-based bug or customer support issue tracker written using ASP.NET, C#, and Microsoft SQL Server (or its free cousins, SQL Server Express and MSDE). 104It is in daily use by hundreds (maybe thousands) of development and support teams around the world. 105<p> 106BugTracker.NET is distributed under the terms of the GNU General Public License. 107<p> 108BugTracker.NET is easy to install and learn how to use. 109When you first install it, it is very simple and you can start using it right away. However, it offers you the ability to change its configuration to handle your needs if they are more complex. 110<p> 111<span style='font-size: 13pt; font-weight: bold; color: #009900;'>Feature Highlights</span> 112<p> 113For detailed info about features, see the BugTracker.NET <a target=_blank href="README.html">README.html</a> file. Here are some feature highlights: 114<p> 115<li>Suitable for tracking customer support tickets as well as software bugs. 116<p> 117<li>Sending and receiving emails is integrated with the tracker, so that the email thread about a bug is tracked WITH the bug. 118<p> 119<li>Allows incoming emails to be recorded as bugs. So, for example, an email from your customer could automatically be turned into an bug in the tracker. 120<p> 121<li>Allows you to attach files and screenshots to bugs. There is even a custom screen capture utility <a target=_blank href=bugtracker_screen_capture.jpeg>[screenshot]</a> that lets you take a screenshot, annotate it, and post it as a bug with just a few clicks. 122<p> 123<li>Add your own custom fields. 124<p> 125<li>Custom bug lists, filtered and sorted the way you want, with the columns that you want. 126<p> 127<li>You can display bugs of a certain priority and/or status in a different color, so that the most important items grab your attention. 128<p> 129<li>Define your own statuses and workflow, or use with the simple one it installs with. 130<p> 131<li>Configure different user roles to see different lists of bugs. For example, a developer might see a list of open bugs. A QA analyst might want to see a list of bugs ready for testing. 132<p> 133<li>Search for bugs using flexible criteria. Save searches as SQL queries that you can run or modify later. 134<p> 135<li>Subscribe to email notifications that tell you when a bug has been added or changed. 136<p> 137<li>Create hyperlinks between related bugs, so that you can jump from one to the other directly. 138<p> 139<li>Includes some starter bug statistic reports with pie charts and bar charts. Easy to create your own reports if you know SQL. 140<p> 141<li>Handles Unicode (Chinese characters, etc...) 142<p> 143<li>Set permissions controlling who can view, report, edit bugs by project. 144</ul> 145</div> 146 147<!-- RIGHT --> 148<td valign=top width=200> 149 150<script type="text/javascript"><!-- 151google_ad_client = "pub-9943333320354155"; 152google_ad_width = 120; 153google_ad_height = 600; 154google_ad_format = "120x600_as"; 155google_ad_type = "text_image"; 156google_ad_channel =""; 157google_color_border = "FFFFFF"; 158google_color_link = "0000FF"; 159google_color_bg = "FFFFFF"; 160google_color_text = "000000"; 161google_color_url = "008000"; 162//--></script> 163<script type="text/javascript" 164 src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> 165</script> 166<p> 167<script type="text/javascript"><!-- 168google_ad_client = "pub-9943333320354155"; 169google_ad_width = 110; 170google_ad_height = 32; 171google_ad_format = "110x32_as_rimg"; 172google_cpa_choice = "CAAQyLKkgwIaCLsd6-73H-WoKIy84IEB"; 173google_ad_channel = ""; 174//--></script> 175<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> 176</script> 177 178 179 180<!-- FOOTER --> 181 182 183<tr><td colspan=3> 184 185<div style='width: 150; background: white; border: solid 1px blue; padding: 10px;'> 186Donations encourage me and make my wife more tolerant of the time I spend on this, so, please consider donating any amount. Thanks! 187<br><br> 188 189<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> 190<input type="hidden" name="cmd" value="_s-xclick"> 191<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> 192<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> 193<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7----- 194"> 195</form> 196 197</div> 198 199<tr><td colspan=3> 200<hr style="color: #00ff00"> 201<p> 202Good Luck! 203<br>Corey Trager<font> 204<br> 205<a href=mailto:ctrager@yahoo.com>ctrager@yahoo.com</a><br> 206<a href=http://www.ifdefined.com>http://www.ifdefined.com</a>. 207<A href="http://sourceforge.net"> 208<p><IMG src="http://sourceforge.net/sflogo.php?group_id=66812&amp;type=4" width="100" height="30" border="0" alt="SourceForge Logo"></A> 209 210 211 212</table> 213 214 215 216 217</body> 218</html>
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:BugTrack免安装英文原版2.4.8
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146