From xbenlau at gmail.com Sun Jan 18 10:17:58 2009 From: xbenlau at gmail.com (Ben Lau) Date: Sun, 18 Jan 2009 23:17:58 +0800 Subject: [ditz-talk] Sorting issue in HTML page Message-ID: Hi, I have a suggestion for HTML generation function. In the current design, the table of issue inside release page (e.g html/release-XXX.html ) is sorted by creation time. Sometime we may want it to be sorted by issue name , status (completed , working or ....). Ofcoz it is trouble to add an option to `ditz html` for this purpose . But I have a simpler solution, ditz may attend a javascript program called sorttable , which could add sorting feature to a HTML table. sorttable http://www.kryogenix.org/code/browser/sorttable/ Example could be found on the page above. User could just click on the header and have the table sorted. sorttable is licensed under X11 license , so it should have no problem to bundle with ditz togather. Any comment? From matt at tplus1.com Mon Jan 26 10:11:12 2009 From: matt at tplus1.com (Matthew Wilson) Date: Mon, 26 Jan 2009 10:11:12 -0500 Subject: [ditz-talk] How can I get a list of issues claimed by somebody else? Message-ID: I'm using the "claimed" plugin. I don't see how to get as list of all issues claimed by a different person. Ideas? -- Matthew Wilson matt at tplus1.com http://tplus1.com From wmorgan-ditz at masanjin.net Mon Jan 26 18:47:00 2009 From: wmorgan-ditz at masanjin.net (William Morgan) Date: Mon, 26 Jan 2009 15:47:00 -0800 Subject: [ditz-talk] How can I get a list of issues claimed by somebody else? In-Reply-To: References: Message-ID: <1233013574-sup-4939@entry> Reformatted excerpts from Matthew Wilson's message of 2009-01-26: > I'm using the "claimed" plugin. I don't see how to get as list of all > issues claimed by a different person. 'ditz claimed' should give you the breakdown by developer, although there's no way yet to limit it to an individual. -- William From webdev at id.ucsb.edu Fri Jan 30 16:16:50 2009 From: webdev at id.ucsb.edu (David Gurba) Date: Fri, 30 Jan 2009 13:16:50 -0800 Subject: [ditz-talk] web submission form Message-ID: <5356C309-86A4-4FA0-9F8E-CC55305D75F0@id.ucsb.edu> hi -- would anyone be interested in a web submission form for new bugs? It appears to me that Ditz is great as an internal bug reporting tool. But currently it falls short of letting IT bosses, or your 3rd party clients a way to submit bugs. I have a simple Sinatra app that allows creation of Ditz bug reports and parses your config files for your components and another setting or to. But the rest of the system -- a cron job to poll intermittently for new bugs and then commit them to a repository under a username such as "www-ditz" is all thats left to polish off a *simple* frontend allowing external bug reports ... Does anyone out there find an extension such as this useful to their work flow? Thanks for your time, ____________________________________ David Gurba Web Programmer Instructional Development @ UCSB From wmorgan-ditz at masanjin.net Fri Jan 30 17:11:29 2009 From: wmorgan-ditz at masanjin.net (William Morgan) Date: Fri, 30 Jan 2009 14:11:29 -0800 Subject: [ditz-talk] web submission form In-Reply-To: <5356C309-86A4-4FA0-9F8E-CC55305D75F0@id.ucsb.edu> References: <5356C309-86A4-4FA0-9F8E-CC55305D75F0@id.ucsb.edu> Message-ID: <1233353409-sup-1683@entry> Reformatted excerpts from David Gurba's message of 2009-01-30: > would anyone be interested in a web submission form for new bugs? It > appears to me that Ditz is great as an internal bug reporting tool. > But currently it falls short of letting IT bosses, or your 3rd party > clients a way to submit bugs. Yes, that is very desirable. > I have a simple Sinatra app that allows creation of Ditz bug reports > and parses your config files for your components and another setting > or to. But the rest of the system -- a cron job to poll intermittently > for new bugs and then commit them to a repository under a username > such as "www-ditz" is all thats left to polish off a *simple* frontend > allowing external bug reports ... Sounds excellent. You should also check out sheila in the git repository, which is a camping app with the same goal. -- William