Sean Dubois | 2 Dec 2011 02:26
Picon
Gravatar

Bug fix and potential ones that can be closed?

# I wrote a patch for this
http://bugs.flyspray.org/task/1674

#This seems to be fixed, but no one closed the bug. If I go to
Overview and then click on the project name (its in a #<h2>) the URL
seems to work correctly?
bugs.flyspray.org/task/1657

I should have one more patch tonight I just got lazy with the holidays
and I picked up a book to learn a none web based language ( C ) so I
got a little distracted

--

-- 
You received this message because you are subscribed to the Google Groups "flyspray" group.
To post to this group, send email to flyspray@...
To unsubscribe from this group, send email to flyspray-unsubscribe@...
If you only wish to be informed about new flyspray releases, visit http://www.flyspray.org/download and
subscribe to the flyspray-announce list.
For more options, visit this group at http://groups.google.com/group/flyspray?hl=en

Sean DuBois | 3 Dec 2011 07:14
Picon
Gravatar

Another Patch and closure request

# Here is another bug that I have confirmed is fixed.
http://bugs.flyspray.org/task/1595

#Here is a bug I just wrote a patch for
http://bugs.flyspray.org/task/1633

I personally think it is better practice for the deny_reason column to 
default to '' in our schema and not have to put in a hack like I did in 
the patch I am submitting.

--

-- 
You received this message because you are subscribed to the Google Groups "flyspray" group.
To post to this group, send email to flyspray@...
To unsubscribe from this group, send email to flyspray-unsubscribe@...
If you only wish to be informed about new flyspray releases, visit http://www.flyspray.org/download and
subscribe to the flyspray-announce list.
For more options, visit this group at http://groups.google.com/group/flyspray?hl=en
Attachment (1.patch): text/x-patch, 945 bytes
Sean DuBois | 3 Dec 2011 07:18
Picon
Gravatar

Re: Another Patch and closure request

Sorry when making my diff I had my files backwards all better now

--

-- 
You received this message because you are subscribed to the Google Groups "flyspray" group.
To post to this group, send email to flyspray@...
To unsubscribe from this group, send email to flyspray-unsubscribe@...
If you only wish to be informed about new flyspray releases, visit http://www.flyspray.org/download and
subscribe to the flyspray-announce list.
For more options, visit this group at http://groups.google.com/group/flyspray?hl=en
Attachment (1.patch): text/x-patch, 906 bytes
floele | 3 Dec 2011 10:06
Picon

SF.net SVN: flyspray:[1660] branches/0.9.9/index.php

Revision: 1660
          http://flyspray.svn.sourceforge.net/flyspray/?rev=1660&view=rev
Author:   floele
Date:     2011-12-03 09:05:59 +0000 (Sat, 03 Dec 2011)
Log Message:
-----------
Fixed FS#1674 - Error "You are not allowed to create a new task" after switching to "All Projects" (Sean Dubois)

Modified Paths:
--------------
    branches/0.9.9/index.php

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

--

-- 
You received this message because you are subscribed to the Google Groups "flyspray" group.
To post to this group, send email to flyspray@...
To unsubscribe from this group, send email to flyspray-unsubscribe@...
If you only wish to be informed about new flyspray releases, visit http://www.flyspray.org/download and
subscribe to the flyspray-announce list.
For more options, visit this group at http://groups.google.com/group/flyspray?hl=en

Florian Schmitz | 3 Dec 2011 10:06
Picon
Gravatar

Re: Bug fix and potential ones that can be closed?

 <at> 1657: It applies to (or at least has been reported in) 1.0.0 devel. I
guess these bugs do not matter for now.

--

-- 
You received this message because you are subscribed to the Google Groups "flyspray" group.
To post to this group, send email to flyspray@...
To unsubscribe from this group, send email to flyspray-unsubscribe@...
If you only wish to be informed about new flyspray releases, visit http://www.flyspray.org/download and
subscribe to the flyspray-announce list.
For more options, visit this group at http://groups.google.com/group/flyspray?hl=en

floele | 3 Dec 2011 10:10
Picon

SF.net SVN: flyspray:[1661] branches/0.9.9/includes/class.flyspray.php

Revision: 1661
          http://flyspray.svn.sourceforge.net/flyspray/?rev=1661&view=rev
Author:   floele
Date:     2011-12-03 09:10:25 +0000 (Sat, 03 Dec 2011)
Log Message:
-----------
FS#1633 - Insert into flyspray_admin_requests fails on not null column deny_reason (Sean DuBois)

Modified Paths:
--------------
    branches/0.9.9/includes/class.flyspray.php

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

--

-- 
You received this message because you are subscribed to the Google Groups "flyspray" group.
To post to this group, send email to flyspray@...
To unsubscribe from this group, send email to flyspray-unsubscribe@...
If you only wish to be informed about new flyspray releases, visit http://www.flyspray.org/download and
subscribe to the flyspray-announce list.
For more options, visit this group at http://groups.google.com/group/flyspray?hl=en

Florian Schmitz | 3 Dec 2011 10:13
Picon
Gravatar

Re: Another Patch and closure request

> I personally think it is better practice for the deny_reason column to default to '' in our schema and not
have to put in a hack like I did in the patch I am submitting.

I wouldn't want to rely on MDB2 making these column property changes.
If at some point the column has been created incorrectly, I guess it
is a good idea to cover such situations by code, it doesn't have any
disadvantages doing so.

--

-- 
You received this message because you are subscribed to the Google Groups "flyspray" group.
To post to this group, send email to flyspray@...
To unsubscribe from this group, send email to flyspray-unsubscribe@...
If you only wish to be informed about new flyspray releases, visit http://www.flyspray.org/download and
subscribe to the flyspray-announce list.
For more options, visit this group at http://groups.google.com/group/flyspray?hl=en

Sean Dubois | 8 Dec 2011 02:26
Picon
Gravatar

Just getting your attention :D

http://bugs.flyspray.org/task/1623

Maybe I was trying to break the wrong form? If you go to the
Administrator Toolbox and then go to versions the field listnamenew
limits me to 40 chars and so does listname0? Maybe if I had more
versions I could reproduce the error? Or I am completely off on what
is the broken form?

Also do you have any bugs in mind that would push us closer to the
next bug fix release? Also what is the story on the new theme engine,
if it is frozen I would like to try to help move it along!

--

-- 
You received this message because you are subscribed to the Google Groups "flyspray" group.
To post to this group, send email to flyspray@...
To unsubscribe from this group, send email to flyspray-unsubscribe@...
If you only wish to be informed about new flyspray releases, visit http://www.flyspray.org/download and
subscribe to the flyspray-announce list.
For more options, visit this group at http://groups.google.com/group/flyspray?hl=en

Florian Schmitz | 8 Dec 2011 18:04
Picon
Gravatar

Re: Just getting your attention :D

Hi,

just commented on the bug.

> Also do you have any bugs in mind that would push us closer to the
> next bug fix release?

I'm not aware of any urgent issues, feel free to suggest a release
whenever you are ready ;)

> Also what is the story on the new theme engine,
> if it is frozen I would like to try to help move it along!

Well, we got no designer, so it's somewhat frozen. If you can help
with that, feel free to work on it.

Best regards,
Flo

--

-- 
You received this message because you are subscribed to the Google Groups "flyspray" group.
To post to this group, send email to flyspray@...
To unsubscribe from this group, send email to flyspray-unsubscribe@...
If you only wish to be informed about new flyspray releases, visit http://www.flyspray.org/download and
subscribe to the flyspray-announce list.
For more options, visit this group at http://groups.google.com/group/flyspray?hl=en

Sean DuBois | 8 Dec 2011 18:44
Picon
Gravatar

Re: Just getting your attention :D

I saw a little bit of activity on the bugtracker. Do you think we could 
organize a meeting on IRC (or whatever you preferred platform is). I 
think with a  little push we could really get stuff going as far as this 
new theme. To be honest my knowledge of CSS is lacking, but I think if 
we all put our heads together we could make something great!

On 12/08/2011 12:04 PM, Florian Schmitz wrote:
> Hi,
>
> just commented on the bug.
>
>> Also do you have any bugs in mind that would push us closer to the
>> next bug fix release?
> I'm not aware of any urgent issues, feel free to suggest a release
> whenever you are ready ;)
>
>> Also what is the story on the new theme engine,
>> if it is frozen I would like to try to help move it along!
> Well, we got no designer, so it's somewhat frozen. If you can help
> with that, feel free to work on it.
>
> Best regards,
> Flo
>

--

-- 
You received this message because you are subscribed to the Google Groups "flyspray" group.
To post to this group, send email to flyspray@...
To unsubscribe from this group, send email to flyspray-unsubscribe@...
If you only wish to be informed about new flyspray releases, visit http://www.flyspray.org/download and
(Continue reading)


Gmane