Datatal AB - Jonas Gauffin | 1 Dec 2006 08:30
Picon

Presentation

Hello

 

I’ve just registered for the mailing list. I’m working on Datatal AB in Sweden, we’ve been using Flyspray for a couple of months. I compared Bugzilla and Flyspray before choosing Flyspray since it’s easier to work with and Bugzilla is too bloated.

 

I can take care of the Swedish translation if you still do not have a new translator.

 

Regards,

  Jonas

_______________________________________________
flyspray mailing list
flyspray@...
http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc
Florian Schmitz | 1 Dec 2006 15:55
Picon
Gravatar

Re: Presentation

Hi.

No, we don't have a translator for Swedish yet. We appreciate your help :)
Btw, only translate 0.9.9 please.

Regards,
Florian

-----Original Message-----
Datatal AB - Jonas Gauffin hat folgendes geschrieben:
> Hello
> 
>  
> 
> I’ve just registered for the mailing list. I’m working on Datatal AB in
> Sweden, we’ve been using Flyspray for a couple of months. I compared
> Bugzilla and Flyspray before choosing Flyspray since it’s easier to work
> with and Bugzilla is too bloated.
> 
>  
> 
> I can take care of the Swedish translation if you still do not have a
> new translator.
> 
>  
> 
> Regards,
> 
>   Jonas
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> flyspray mailing list
> flyspray@...
> http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc

_______________________________________________
flyspray mailing list
flyspray@...
http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc
Florian Schmitz | 1 Dec 2006 16:07
Picon
Gravatar

Re: Patch for new email features

Hi.

I had a look at your patch now. While I dislike most of how it is done,
I don't mind implementing such features for 1.0. So please help testing
this feature when it's done (check commit messages) since I am not going
to use it for myself.

Regards,
Flo

-----Original Message-----
Fry, Joseph hat folgendes geschrieben:
>>> Hello everyone! Please be patient with me... This is the 
>> first patch I
>>> have ever submitted to any project.
>>>
>> looks fine, except your are unnedesly modifiyint third party code (
>> class.phpmailer.php) and the "notifications" stuff will be rewritten
>> soon, so, I'll add a similar feature to 1.0.
> 
> Thanks for your consideration of my patch.
> 
> I had to modify the third party code in order to add a header to the
> message.  It looks like the project is in the process of moving from
> phpmailer to swiftmailer, and as such I did not want to access
> swiftmailer's addHeader method directly.  I probably could have done
> this relatively easily if I were willing to bypass the
> phpmailer/swiftmailer compatability stub.
> 
> Please, do try and incorporate the features my patch included in release
> 1.0... It is one feature I have not found on any issue tracking system
> that I think is under appreciated.  Right now I have my mail client
> forwarding any message with the word "urgent", "immediate", or "flash"
> in the Priority: header I added.  I also use the %a flag in the subject
> line so that I can tell at a glance what caused the message to be
> generated... Without the in-reply-to / Message-Thread headers, I could
> not view these messages threaded by bug id.
> 
> Thanks again!
> _______________________________________________
> flyspray mailing list
> flyspray@...
> http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc
> 

_______________________________________________
flyspray mailing list
flyspray@...
http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc
svn | 1 Dec 2006 16:11

[SVN] rev 895 - FS#1132: wrong date display on Due Date

Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Repository: flyspray
Author: floele
Date: 2006-12-01 15:11:14 +0000 (Fri, 01 Dec 2006)
New Revision: 895
Changelog entry:

FS#1132: wrong date display on Due Date
+ other tasks mentioned in the ML

Get the changeset with:
  svn diff -r 894:895 http://svn.ivt.com.au/flyspray

Modified:
   branches/0.9.9/includes/class.backend.php
   branches/0.9.9/includes/class.user.php
   branches/0.9.9/includes/modify.inc.php
   branches/0.9.9/javascript/functions.js
   trunk/lang/en.php
   trunk/templates/depends.tpl
Fry, Joseph | 1 Dec 2006 16:16

Re: Attach files

I second this approach.

If any devs can implement. I'd try but too many deadlines right now. 

> -----Original Message-----
> From: flyspray-bounces@... 
> [mailto:flyspray-bounces@...] On Behalf Of Hal Rottenberg
> Sent: Thursday, November 30, 2006 6:39 PM
> To: Flyspray: The bug killer!
> Subject: Re: [Flyspray] Attach files
> 
> I think a good thing to do in addition is to add a warning in the
> Admin page if the webserver can't write to the attachments folder.
> Many popular web apps do it this way.  Invisible to users, impossible
> to miss by the admin.
> 
> On 11/30/06, Fry, Joseph <jfry@...> wrote:
> > Ok... I am done spamming the list... Appearantly it is in 
> the install
> > guide, I noticed it while looking for something else.  I 
> only missed it
> > because I did a full manual install of SVN and didn't look at the
> > current release install guide.
> >
> > I do propose adding this to the FAQ, along with how to 
> increase the Max
> > Upload Size by editing the php.ini. I needed to edit a 
> bunch of places
> > in order to go above 8MB; memory_limit, file_uploads, and
> > upload_max_filesize (and perhaps max_execution_time and 
> max_input_time
> > to support users on slow connections).
> >
> > Joe
> > _______________________________________________
> > flyspray mailing list
> > flyspray@...
> > http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc
> >
> 
> 
> -- 
> Psi webmaster (http://psi-im.org)
> im:hal@...
> http://halr9000.com
> _______________________________________________
> flyspray mailing list
> flyspray@...
> http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc
> 
Fry, Joseph | 1 Dec 2006 16:53

Re: Patch for new email features

Flo,

Thanks for looking it over, I would love to hear your complaints about
my implementation so future submissions are a bit more "production
ready".

I will be happy to test it once it's in SVN... Is 1.0 currently being
developed, or is it waiting until 0.9.9 is stable before development
begins.  If it is currently under development, how do I check it out of
SVN? 

Joe

> -----Original Message-----
> From: flyspray-bounces@... 
> [mailto:flyspray-bounces@...] On Behalf Of Florian Schmitz
> Sent: Friday, December 01, 2006 10:07 AM
> To: Flyspray: The bug killer!
> Subject: Re: [Flyspray] Patch for new email features
> 
> Hi.
> 
> I had a look at your patch now. While I dislike most of how 
> it is done,
> I don't mind implementing such features for 1.0. So please 
> help testing
> this feature when it's done (check commit messages) since I 
> am not going
> to use it for myself.
> 
> Regards,
> Flo
> 
> -----Original Message-----
> Fry, Joseph hat folgendes geschrieben:
> >>> Hello everyone! Please be patient with me... This is the 
> >> first patch I
> >>> have ever submitted to any project.
> >>>
> >> looks fine, except your are unnedesly modifiyint third party code (
> >> class.phpmailer.php) and the "notifications" stuff will be 
> rewritten
> >> soon, so, I'll add a similar feature to 1.0.
> > 
> > Thanks for your consideration of my patch.
> > 
> > I had to modify the third party code in order to add a header to the
> > message.  It looks like the project is in the process of moving from
> > phpmailer to swiftmailer, and as such I did not want to access
> > swiftmailer's addHeader method directly.  I probably could have done
> > this relatively easily if I were willing to bypass the
> > phpmailer/swiftmailer compatability stub.
> > 
> > Please, do try and incorporate the features my patch 
> included in release
> > 1.0... It is one feature I have not found on any issue 
> tracking system
> > that I think is under appreciated.  Right now I have my mail client
> > forwarding any message with the word "urgent", "immediate", 
> or "flash"
> > in the Priority: header I added.  I also use the %a flag in 
> the subject
> > line so that I can tell at a glance what caused the message to be
> > generated... Without the in-reply-to / Message-Thread 
> headers, I could
> > not view these messages threaded by bug id.
> > 
> > Thanks again!
> > _______________________________________________
> > flyspray mailing list
> > flyspray@...
> > http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc
> > 
> 
> 
Fry, Joseph | 1 Dec 2006 16:58

Multiple default notifications

Is there any way to have a list of people, or perhaps a group, receive
notifications for every issue in a project.  We created a project called
"Development Discussions" so we can discuss the future of our product,
we want everyone involved to get notified of any comments or new issues
in this project.

Thanks,
Joe 
Felipe Vargas Rigo | 1 Dec 2006 18:42
Picon

Re: Patch for new email features

To checkout the 1.0 dev version you should have subversion installed,
so just run:
svn checkout http://svn.flyspray.org/flyspray/trunk

[]'s
Felipe V. Rigo

-----Original Message-----
From: flyspray-bounces@...
[mailto:flyspray-bounces@...] On Behalf Of Fry, Joseph
Sent: Friday, December 01, 2006 11:54 AM
To: Flyspray: The bug killer!
Subject: Re: [Flyspray] Patch for new email features

Flo,

Thanks for looking it over, I would love to hear your complaints about
my implementation so future submissions are a bit more "production
ready".

I will be happy to test it once it's in SVN... Is 1.0 currently being
developed, or is it waiting until 0.9.9 is stable before development
begins.  If it is currently under development, how do I check it out of
SVN? 

Joe

> -----Original Message-----
> From: flyspray-bounces@... 
> [mailto:flyspray-bounces@...] On Behalf Of Florian Schmitz
> Sent: Friday, December 01, 2006 10:07 AM
> To: Flyspray: The bug killer!
> Subject: Re: [Flyspray] Patch for new email features
> 
> Hi.
> 
> I had a look at your patch now. While I dislike most of how 
> it is done,
> I don't mind implementing such features for 1.0. So please 
> help testing
> this feature when it's done (check commit messages) since I 
> am not going
> to use it for myself.
> 
> Regards,
> Flo
> 
> -----Original Message-----
> Fry, Joseph hat folgendes geschrieben:
> >>> Hello everyone! Please be patient with me... This is the 
> >> first patch I
> >>> have ever submitted to any project.
> >>>
> >> looks fine, except your are unnedesly modifiyint third party code (
> >> class.phpmailer.php) and the "notifications" stuff will be 
> rewritten
> >> soon, so, I'll add a similar feature to 1.0.
> > 
> > Thanks for your consideration of my patch.
> > 
> > I had to modify the third party code in order to add a header to the
> > message.  It looks like the project is in the process of moving from
> > phpmailer to swiftmailer, and as such I did not want to access
> > swiftmailer's addHeader method directly.  I probably could have done
> > this relatively easily if I were willing to bypass the
> > phpmailer/swiftmailer compatability stub.
> > 
> > Please, do try and incorporate the features my patch 
> included in release
> > 1.0... It is one feature I have not found on any issue 
> tracking system
> > that I think is under appreciated.  Right now I have my mail client
> > forwarding any message with the word "urgent", "immediate", 
> or "flash"
> > in the Priority: header I added.  I also use the %a flag in 
> the subject
> > line so that I can tell at a glance what caused the message to be
> > generated... Without the in-reply-to / Message-Thread 
> headers, I could
> > not view these messages threaded by bug id.
> > 
> > Thanks again!
> > _______________________________________________
> > flyspray mailing list
> > flyspray@...
> > http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc
> > 
> 
> 
_______________________________________________
flyspray mailing list
flyspray@...
http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.15.3/562 - Release Date: 12/1/2006
1:12 PM

--

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.15.3/562 - Release Date: 12/1/2006
1:12 PM
Florian Schmitz | 1 Dec 2006 18:27
Picon
Gravatar

Re: Patch for new email features

> Thanks for looking it over, I would love to hear your complaints about
> my implementation so future submissions are a bit more "production
> ready".

Well, the general problem is that you add another feature to the
notification class. I think we should rewrite it *before* we add any
more features.
Other problems are modification of external libraries, no default value
for $customheader, config values in flyspray.conf.php (this is rather
for admin area / project area), indentation seems odd sometimes and
usage of " instead of ' (see also http://flyspray.rocks.cc/conventions).
Also I'd not choose letters as shortcuts which are not included in the
corresponding word (for example rather %r / priotirty  and %v / severity).

Regards,
Flo

_______________________________________________
flyspray mailing list
flyspray@...
http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc
Fry, Joseph | 1 Dec 2006 21:16

Re: Patch for new email features


> Well, the general problem is that you add another feature to the
> notification class. I think we should rewrite it *before* we add any
> more features.
> Other problems are modification of external libraries, no 
> default value
> for $customheader, config values in flyspray.conf.php (this is rather
> for admin area / project area), indentation seems odd sometimes and
> usage of " instead of ' (see also 
> http://flyspray.rocks.cc/conventions).
> Also I'd not choose letters as shortcuts which are not included in the
> corresponding word (for example rather %r / priotirty  and %v 
> / severity).

Thanks for the feedback.  I agree with everything you say.  Most of the
issues were with my limited knowledge of the project, and of PHP in
general.  The indentation issues are probably due to the text editor I
used (html-kit)it does some weird things where tabs are concerned.

I whole heartedly agree that the notification class needs a rewrite, I
had a hell of a time understanding what was happening because of the
"phpmailer stub" that was used.  I understand why it was done, but it
makes things considerably more difficult, and in order to achieve my
objective I had to modify the "stub".

Joe

Gmane