Derek Agar | 1 Jun 2003 04:00

Re: demo site?

> Well, Nag does todos, Whups does bugs and could easily do feature requests,
> and we're working on a knowledge base thing. What kind of CVS integration?

As for CVS integration, that is hard to explain, but I will try.
Currently I am using VSS for my VB program.  VSS lets me put in comments when I 
do a check in and also when I tag a release.  Now I track my bugs/feature 
requests in a separate access database.  To me it seemed redundant to put 
comments in both places for a check in/tag.  Maybe what I am looking for is the 
check in and tag comments to be part of the whups or for whups to link to those.
(I have not used CVS, so I am not sure of its features.)

ie: ver 1.x.x has changes referenced in tracking_id 1234, 9879078, 089089, ...
and then also the other way
feature request 1234 was fixed in ver 1.x.x

Most of the time I am a lone developer.  I do some big projects (for 1 person), 
but small/medium as well.  I would like it to be split into projects with each 
project having its own knowledge base (that is important especially if I am 
doing maintenance on something that I have not touches in 4 years), cvs 
repository, feature requests/bug fixes, todos.  (I don't think a master todo 
list is good unless it can be assigned to a project)

I hope I made sense.
Thanks for your time.
Derek

--

-- 
Whups mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: whups-unsubscribe <at> lists.horde.org
(Continue reading)

Jan Schneider | 1 Jun 2003 10:59
Favicon
Gravatar

Re: Re: demo site?

Zitat von Derek Agar <derekagar <at> acctware.com>:

> > Well, Nag does todos, Whups does bugs and could easily do feature
> requests,
> > and we're working on a knowledge base thing. What kind of CVS
> integration?
>
> As for CVS integration, that is hard to explain, but I will try.
> Currently I am using VSS for my VB program.  VSS lets me put in comments
> when I
> do a check in and also when I tag a release.  Now I track my bugs/feature
> requests in a separate access database.  To me it seemed redundant to put
> comments in both places for a check in/tag.  Maybe what I am looking for
> is the
> check in and tag comments to be part of the whups or for whups to link to
> those.
> (I have not used CVS, so I am not sure of its features.)
>
> ie: ver 1.x.x has changes referenced in tracking_id 1234, 9879078,
> 089089, ...
> and then also the other way
> feature request 1234 was fixed in ver 1.x.x
>
> Most of the time I am a lone developer.  I do some big projects (for 1
> person),
> but small/medium as well.  I would like it to be split into projects with
> each
> project having its own knowledge base (that is important especially if I
> am
> doing maintenance on something that I have not touches in 4 years), cvs
(Continue reading)

Tristan Rivoallan | 18 Jun 2003 19:29

block for whups

Hello,

I've made a block that displays the last n tickets from module m (m and n are 
block params).
I'm not sure it's done the right way (thats my first development for 
horde...).
Anyway, i just wanted to know if it could be of any interest for someone.

bye

- tristan

--

-- 
Whups mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: whups-unsubscribe <at> lists.horde.org

Chuck Hagenbuch | 18 Jun 2003 17:25
Favicon
Gravatar

Re: block for whups

Quoting Tristan Rivoallan <mbertier <at> alphanim.com>:

> I've made a block that displays the last n tickets from module m (m and n
> are block params). I'm not sure it's done the right way (thats my first
> development for horde...). Anyway, i just wanted to know if it could be of
> any interest for someone.

Sure, send it here or to the dev list.

-chuck

--
Charles Hagenbuch, <chuck <at> horde.org>
The alligators were there, too, in a bathtub inside the house.

--

-- 
Whups mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: whups-unsubscribe <at> lists.horde.org

Matthieu Foillard | 19 Jun 2003 12:31

update fr translations

hello, i've updated the latest CVS fr translations for whups.
Attachment (fr_FR.po): application/x-gettext, 36 KiB

--

-- 
Whups mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: whups-unsubscribe <at> lists.horde.org
Matthieu Foillard | 19 Jun 2003 12:38

whups fix

Index: whups/lib/Whups.php
===================================================================
RCS file: /repository/whups/lib/Whups.php,v
retrieving revision 1.56
diff -u -3 -p -r1.56 Whups.php
--- whups/lib/Whups.php 19 Jun 2003 04:02:53 -0000      1.56
+++ whups/lib/Whups.php 19 Jun 2003 10:38:24 -0000
 <at>  <at>  -359,7 +359,7  <at>  <at>  class Whups {
         $owners = $whups->getOwners($ticket);
         if (is_a($owners, 'PEAR_Error')) {
             Horde::logMessage($owners, __FILE__, __LINE__, LOG_ERR);
-            return $owner->getMessage();
+            return $owners->getMessage();
         }

         $results = array();

--

-- 
Whups mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: whups-unsubscribe <at> lists.horde.org

Jan Schneider | 19 Jun 2003 13:22
Favicon
Gravatar

Re: whups fix

Zitat von Matthieu Foillard <m.foillard <at> photoways.com>:

> Index: whups/lib/Whups.php

Committed, thanks.

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft

--

-- 
Whups mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: whups-unsubscribe <at> lists.horde.org

Jan Schneider | 19 Jun 2003 13:17
Favicon
Gravatar

Re: update fr translations

Zitat von Matthieu Foillard <m.foillard <at> photoways.com>:

> hello, i've updated the latest CVS fr translations for whups.

Did you talk to Thierry before?

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft

--

-- 
Whups mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: whups-unsubscribe <at> lists.horde.org

Chuck Hagenbuch | 19 Jun 2003 15:42
Favicon
Gravatar

Re: block for whups

[Please keep threads on the list]

Quoting Tristan Rivoallan <mbertier <at> alphanim.com>:

> is there a way to create a link that leads directly to step 2 in
> create.php ? The module would be automatically choosed depending on a
> parameter I pass to the link.

With the small patch I just committed to lib/Create.php, you can do:

create.php?module=1&formname=createstep1form

-chuck

--
Charles Hagenbuch, <chuck <at> horde.org>
The alligators were there, too, in a bathtub inside the house.

--

-- 
Whups mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: whups-unsubscribe <at> lists.horde.org

Chuck Hagenbuch | 19 Jun 2003 15:49
Favicon
Gravatar

Fwd: Re: block for whups

please, keep discussion on the list.

----- Forwarded message from mbertier <at> alphanim.com -----
    Date: Thu, 19 Jun 2003 15:52:49 +0000
    From: Tristan Rivoallan <mbertier <at> alphanim.com>
Reply-To: Tristan Rivoallan <mbertier <at> alphanim.com>
 Subject: Re: [whups] block for whups
      To: Chuck Hagenbuch <chuck <at> horde.org>

thanx a lot :)

i have another question:
i didn't find a method that returns all the modules, nor a method that
returns
tickets depending on a module id.
I've added two functions that do that to the whups' api but i feel like
there's another (better) way to do that.

On Thursday 19 June 2003 13:42, Chuck Hagenbuch wrote:
> [Please keep threads on the list]
>
> Quoting Tristan Rivoallan <mbertier <at> alphanim.com>:
> > is there a way to create a link that leads directly to step 2 in
> > create.php ? The module would be automatically choosed depending on a
> > parameter I pass to the link.
>
> With the small patch I just committed to lib/Create.php, you can do:
>
> create.php?module=1&formname=createstep1form
>
(Continue reading)


Gmane