svn | 1 May 2006 15:15

[SVN] rev 691 - FS#908: Reminder daemon does not work as described

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

Repository: flyspray
Author: floele
Date: 2006-05-01 23:15:44 +1000 (Mon, 01 May 2006)
New Revision: 691
Changelog entry:

FS#908: Reminder daemon does not work as described

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

Modified:
   trunk/scripts/schedule.php
svn | 2 May 2006 13:53

[SVN] rev 692 - FS#142: Delete

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

Repository: flyspray
Author: floele
Date: 2006-05-02 21:53:21 +1000 (Tue, 02 May 2006)
New Revision: 692
Changelog entry:

FS#142: Delete
FS#910: Dokuwiki table layout errors

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

Modified:
   trunk/includes/class.backend.php
   trunk/includes/functions.inc.php
   trunk/lang/en.php
   trunk/scripts/modify.php
   trunk/templates/pm.prefs.tpl
   trunk/themes/Bluey/theme.css
Cristian Rodriguez | 3 May 2006 12:52

FYI : PHP 5.1.3 $_POST completely broken don't update yet¡¡

there is a amazing bug in PHP 5.1.3 which renders form submission via
POST method pretty much useless

http://bugs.php.net/bug.php?id=37276

probably when you see this, an already fixed version will be available.
Andrew Diederich | 3 May 2006 19:21
Picon

Can you change reported version after the task is submitted?

I'm using 0.9.8 with the patch, postgres as the backend.  I have some
tasks that were reported with the wrong version.  On the edit screen
the reported in box is non-editable.  Is there a way I can change this
so it's accurate?

If there isn't a way to do it in the UI, is modifying the db directly
ok?  I'm thinking something like
UPDATE flyspray_tasks WHERE task_id = 79 SET product_version = 14;

(flyspray_list_version is the table where the product_version matches
up with the text values.)

Thanks for the help,

Andrew Diederich
Andrew Diederich | 3 May 2006 19:38
Picon

Re: Can you change reported version after the task is submitted?

This seemed to work, anyway:
UPDATE flyspray_tasks SET product_version = 14 WHERE task_id = 79;

(I had my update clause backwards in my original email)

On 5/3/06, Andrew Diederich <andrewdied@...> wrote:
> I'm using 0.9.8 with the patch, postgres as the backend.  I have some
> tasks that were reported with the wrong version.  On the edit screen
> the reported in box is non-editable.  Is there a way I can change this
> so it's accurate?
>
> If there isn't a way to do it in the UI, is modifying the db directly
> ok?  I'm thinking something like
> UPDATE flyspray_tasks WHERE task_id = 79 SET product_version = 14;
>
> (flyspray_list_version is the table where the product_version matches
> up with the text values.)

--
Andrew Diederich
Picon

Reminder daemon does not work

I've installed last version (0.9.8) + update.

I can't see the question "enable background reminder daemon" as show in http://flyspray.rocks.cc/manual/reminders .

I've an ISP shared account, then I don't know how can run "cron" or so on, and sorry I don't understand any about linux.
I simply install flyspray in an directory in my domain and it's running!

Regards,
Guillermo

_______________________________________________
flyspray mailing list
flyspray@...
http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc
Picon

attachment in comments does'nt upload file

here is some needed in installation or configuration for attach files to comments?

I can select the file, even several, but when click in add comment button the file is not uploaded.

Best Regards,
Guillermo

_______________________________________________
flyspray mailing list
flyspray@...
http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc
Florian Schmitz | 3 May 2006 23:16
Picon
Gravatar

Re: attachment in comments does'nt upload file

The attachments directory needs to be writeable.

Regards,
Flo

-----Original Message-----
Guillermo Andrades, CPI Software hat folgendes geschrieben:
> here is some needed in installation or configuration for attach files to 
> comments?
> 
> I can select the file, even several, but when click in add comment 
> button the file is not uploaded.
> 
> Best Regards,
> Guillermo
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> flyspray mailing list
> flyspray@...
> http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc
Picon
Favicon

Re: attachment in comments does'nt upload file

Hi Florian,
Thanks very much! Now Works!
Guillermo


On 5/3/06, Florian Schmitz <floele-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
The attachments directory needs to be writeable.

Regards,
Flo

-----Original Message-----
> here is some needed in installation or configuration for attach files to comments?
>
> I can select the file, even several, but when click in add comment button the file is not uploaded.
>
> Best Regards,
> Guillermo

_______________________________________________
flyspray mailing list
flyspray@...
http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc
Minick, Robert | 4 May 2006 00:47

Categories -- Idea

Hey Guys…

 

 

I have an idea concerning the task types / categories, and was wondering if this idea is feasible…

 

 

I have LOTS of categories / sub-categories that I am putting in, and I can foresee an issue to where the list is extremely long, and the user gets overwhelmed. I was curious if there was a way to limit the sub-categories based on the task type. Say if I pick Task type #1, in the sub-type, it only shows things that I have related to the primary task type, instead of showing all of them.

 

Hopefully that makes sense…

 

 

Thanks!

_______________________________________________
flyspray mailing list
flyspray@...
http://lists.rocks.cc/listinfo.cgi/flyspray-rocks.cc

Gmane