BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

Welcome to BugNET!

Welcome to the official community and development site for the BugNET open source project. From downloads to documentation, bugnetproject.com offers a comprehensive base of information, resources, and support.

BugNET is an issue tracking and project issue management solution built using the ASP.NET web application framework. Email notifications, reporting and per project configuration of fields and values allows efficient management of bugs, feature requests, and other issues for projects of any scale.

Latest News & Announcements

Jun 6

Written by: Davin Dubeau
Friday, June 06, 2008  RssIcon

One of the many requested features is bulk issue editing.  In 0.8 this is now possible through the new issue list page shown below.  After selecting the issues you would like to edit with the checkbox next to the issue you can select the edit properties button.  You will then be shown a panel of the issue properties that you can set.   Set the properties you wish to change and select save and your issues will be updated!

The second addition to the issue list is the ability to select individual columns to display in the issue list.  This is stored per user in a cookie so when you come back to the application it will remember the selected columns and can be changed anytime.

Work continues on the 0.8 release and progress is steady, currently work is being done on the localization adding all text strings to the database.  This will make it easier for users to translate to other languages through a seperate web page.

After that is complete focus will be put on subversion integration, storing an issues subversion revisions as a seperate tab on the issue detail screen and linking to a subversion repository. Some great work has been done here and it should not take long to add this into the application.  I am a little hesitant to do full integration such as viewing diffs etc through BugNET since there are many nice web based subversion viewers out there but we will start small and expand later if people think it should be included.

In the next few days I will blog about how custom queries will function in 0.8, which is currently feature complete at the moment with the ability to also query custom fields and save your queries.

Stay tuned!

Tags:
Categories:
Location: Blogs Parent Separator Development

Membership

Membership Membership:
Latest: erich.s
Past 24 Hours: 2
Prev. 24 Hours: 1
Overall: 1401
People Online People Online:
Visitors: 43
Members: 0
Total: 43

Latest Posts


Welcome Message - 404 - File or directory not found.I should have done some research first! ;-) The quick fix to this problem is to change the BasePath setting in the web.config file as follows:<br /><br />BasePath="/BugNET/FCKEditor/"

Issues with XSSAh ok great, I can stop pulling my hair out over it then. :D<br /> <br /> Thanks for letting me know.

Ohloh page for BugNETOh Yes project URL<br /> <a href="http://www.ohloh.net/p/bugnet/" target="_blank" rel="nofollow">http://www.ohloh.net/p/bugnet/</a>

BugNET 0.8.186.0 (RC3) The page cannot be foundMercifully Davin has removed FCKEditor and replaced it with the much newer ckeditor. This will be in the next release.

Implementing custom cross-project search - Problems with ctlDisplayIssues viewstate?Hah! :D Great minds think alike. That's exactly where the problem was.<br /> <br /> After pulling my hair out for a while I realised that<br /> <br /> 1) The controls datasource is lost inbetween requests, meaning it must be re-pulling data<br /> 2) Stepping through the code for returning a normal set of issues didn't fail the 'if (RebindCommand != null)' condition in DisplayIssues.ascx.cs, whereas mine always did.<br /> <br /> That lead me to find the code below, <br /> <br /> <div class="reCodeBlock" style="border: 1px solid #7f9db9; overflow-y: auto;"> <div style="background-color: #ffffff;"><span style="margin-left: 0px ! important;"><code style="color: #006699; font-weight: bold;">private</code> <code style="color: #006699; font-weight: bold;">void</code> <code style="color: #000000;">InitializeComponent()</code></span></div> <div style="background-color: #f8f8f8;"><span style="margin-left: 0px ! important;"><code style="color: #000000;">{</code></span></div> <div style="background-color: #ffffff;"><span><code>&nbsp;&nbsp;</code><span style="margin-left: 6px ! important;"><code style="color: #006699; font-weight: bold;">this</code><code style="color: #000000;">.ctlDisplayIssues.RebindCommand += </code><code style="color: #006699; font-weight: bold;">new</code> <code style="color: #000000;">System.EventHandler(IssuesRebind);</code></span></span></div> <div style="background-color: #f8f8f8;"><span style="margin-left: 0px ! important;"><code style="color: #000000;">}</code></span></div> <div style="background-color: #ffffff;"><span style="margin-left: 0px ! important;">&nbsp;</span></div> <div style="background-color: #f8f8f8;"><span style="margin-left: 0px ! important;"><code style="color: #006699; font-weight: bold;">override</code> <code style="color: #006699; font-weight: bold;">protected</code> <code style="color: #006699; font-weight: bold;">void</code> <code style="color: #000000;">OnInit(EventArgs e)</code></span></div> <div style="background-color: #ffffff;"><span style="margin-left: 0px ! important;"><code style="color: #000000;">{</code></span></div> <div style="background-color: #f8f8f8;"><span><code>&nbsp;&nbsp;&nbsp;&nbsp;</code><span style="margin-left: 12px ! important;"><code style="color: #008200;">//</code></span></span></div> <div style="background-color: #ffffff;"><span><code>&nbsp;&nbsp;&nbsp;&nbsp;</code><span style="margin-left: 12px ! important;"><code style="color: #008200;">// CODEGEN: This call is required by the ASP.NET Web Form Designer.</code></span></span></div> <div style="background-color: #f8f8f8;"><span><code>&nbsp;&nbsp;&nbsp;&nbsp;</code><span style="margin-left: 12px ! important;"><code style="color: #008200;">//</code></span></span></div> <div style="background-color: #ffffff;"><span><code>&nbsp;&nbsp;&nbsp;&nbsp;</code><span style="margin-left: 12px ! important;"><code style="color: #000000;">InitializeComponent();</code></span></span></div> <div style="background-color: #f8f8f8;"><span><code>&nbsp;&nbsp;&nbsp;&nbsp;</code><span style="margin-left: 12px ! important;"><code style="color: #006699; font-weight: bold;">base</code><code style="color: #000000;">.OnInit(e);</code></span></span></div> <div style="background-color: #ffffff;"><span style="margin-left: 0px ! important;"><code style="color: #000000;">}</code></span></div> <div style="background-color: #f8f8f8;"><span style="margin-left: 0px ! important;">&nbsp;</span></div> <div style="background-color: #ffffff;"><span style="margin-left: 0px ! important;"><code style="color: #006699; font-weight: bold;">void</code> <code style="color: #000000;">IssuesRebind(Object s, EventArgs e) </code></span></div> <div style="background-color: #f8f8f8;"><span style="margin-left: 0px ! important;"><code style="color: #000000;">{</code></span></div> <div style="background-color: #ffffff;"><span><code>&nbsp;&nbsp;&nbsp;&nbsp;</code><span style="margin-left: 12px ! important;"><code style="color: #000000;">ExecuteSearch();</code></span></span></div> <div style="background-color: #f8f8f8;"><span style="margin-left: 0px ! important;"><code style="color: #000000;">}</code></span></div> </div> <br /> <br /> when I copied it over to my search page, everything worked immediately. :D<br /> <br /> Many thanks for the response, you were bang on the money. :)

Status Change - Can we obtain the Date time of the change.[quote="cognosjon"] Is it possible within the Bugnet database to identify the date or date time of when the status of an issue has changed. <br /> <br /> I'm mostly interested in being able to identify when the status of an issue has been changed to Closed.<br /> <br /> If this is not a standard piece of functionality within the tool has anyone addressed this, and if so could I ask as to what route you took to solve it?<br /> <br /> <br /> Many thanks.<br /> <br /> [/quote] Issue status changes should be captured on the history tab when changed.

Configuring FCKEditor toolbarChanging the&nbsp;\fckconfig.js should work. &nbsp;Be sure to empty your browser cache after though because I have found that it doesn't update if you don't. As for the height, you can change the default height of the editor in the web.config where you change the toolbar set.<br />

Changelog is not showing anything I fixed it by adding this line to the code in the "BindChangeLog" method from the "ChangeLog.aspx.cs" file<br /> <br /> objPds.AllowCustomPaging = true;<br /> <br />

Upload error: 302 in 0.8.167.0It is a known issue, please upgrade to latest version 0.8.193

Upgrading from 0.7.942.0 to 0.8.185.0 (RC3) failedI tried reporting the bug but my openID login I created is always giving server errors, and I can't use any of the bugnet site until i clear my cookies, then if I login with the same openID I get 'fail' all over again.

404 on text editor in 0.8.188.0<html> <head> </head> <body> Please help me to solve this, I have the same problem, I am use the BugNET 0.8.193 and my web.config is like this: <br /> <htmleditorprovider defaultprovider="FckHtmlEditorProvider"> <p roviders>&lt;HtmlEditorProvider defaultProvider="FckHtmlEditorProvider"&gt;<br /> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;providers&gt;<br /> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;add name="TextboxHtmlEditorProvider" type="BugNET.Providers.HtmlEditorProviders.TextboxHtmlEditorProvider, BugNET.Providers.TextboxHtmlEditorProvider" Height="250" Width="100%"/&gt;<br /> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;add name="FckHtmlEditorProvider" type="BugNET.Providers.HtmlEditorProviders.FckHtmlEditorProvider, BugNET.Providers.FckHtmlEditorProvider" Height="250" Width="100%" ToolbarSet="Default" Skin="Silver" BasePath="/FCKEditor/"/&gt;<br /> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;/providers&gt;<br /> &nbsp;&nbsp; &nbsp;&lt;/HtmlEditorProvider&gt;<br /> <br /> Please help me!!!! <br /> <br /> Regards,<br /> Andy</providers> </htmleditorprovider> </body> </html>

Latest Tweets

Jul 30, 2010 8:52 PM - “@DeepPlaya: Installed @bugnetproject on the site for tracking all the open issues around the boat. My hoster is @Discountasp #sailing”

Jul 14, 2010 -3:49 AM - submitted a help ticket regarding problems with the sites. stay tuned.

Jul 13, 2010 2:13 PM - sites are down at the moment.

Jul 09, 2010 3:10 PM - RT @ProNotion: Having a play with #BugNET which I am actually starting to quite like http://bit.ly/c2eiC7

Jul 08, 2010 9:33 PM - RT @MSDN_News: #MSDN VS Gallery: Bugnet Explorer Suite http://bit.ly/a5pmE6