Re: [PHP] Workflow app for software

2009-04-01 Thread haliphax
On Tue, Mar 31, 2009 at 4:37 PM, bruce bedoug...@earthlink.net wrote:
 hey todd...

 just toook a look at the polarion svn-web app i thought that was closed 
 source... i see that it's open!!!

 -Original Message-
 From: haliphax [mailto:halip...@gmail.com]
 Sent: Tuesday, March 31, 2009 2:18 PM
 To: bruce; php-general@lists.php.net
 Subject: Re: [PHP] Workflow app for software


 On Tue, Mar 31, 2009 at 1:47 PM, bruce bedoug...@earthlink.net wrote:
 Ladies/Gents...

 Hi. Trying to get some input to a web based app for dealing with managing
 software apps/scripts.

 Basically, i'm envisioning a system where people register/signup, and then
 check in/out apps for development/testing/production... I need a way of
 dealing with users, assigning/accepting roles for the users, and to manage
 the flow of the file as it moves through the basic
 development/testing/production process. i'd like to have a database
 backend, combines with some kind of source/file reqpository...

 I've seen things like knowledgetree, owl, etc... but figured I'd get input
 from here. So, any thoughts to open source apps that you guys have actual
 experience using??

 This sounds like something Subversion (SVN) is suited for. Three
 repositories in the same realm: dev, test, prod. Slap a web front-end
 on it like Polarion's svn-web (for JSP/Tomcat) and you're in
 business.

Well, whether it's open source or not, the software is free to use...
that's all I ever really cared about. :)
(Please stop top-posting.)


-- 
// Todd

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Workflow app for software

2009-04-01 Thread haliphax
On Wed, Apr 1, 2009 at 8:33 AM, bruce bedoug...@earthlink.net wrote:
 not another top/side/bottom post thread again!!!



 -Original Message-
 From: haliphax [mailto:halip...@gmail.com]
 Sent: Wednesday, April 01, 2009 5:38 AM
 To: php-general@lists.php.net
 Subject: Re: [PHP] Workflow app for software


 On Tue, Mar 31, 2009 at 4:37 PM, bruce bedoug...@earthlink.net wrote:
 hey todd...

 just toook a look at the polarion svn-web app i thought that was closed 
 source... i see that it's open!!!

 -Original Message-
 From: haliphax [mailto:halip...@gmail.com]
 Sent: Tuesday, March 31, 2009 2:18 PM
 To: bruce; php-general@lists.php.net
 Subject: Re: [PHP] Workflow app for software


 On Tue, Mar 31, 2009 at 1:47 PM, bruce bedoug...@earthlink.net wrote:
 Ladies/Gents...

 Hi. Trying to get some input to a web based app for dealing with managing
 software apps/scripts.

 Basically, i'm envisioning a system where people register/signup, and then
 check in/out apps for development/testing/production... I need a way of
 dealing with users, assigning/accepting roles for the users, and to manage
 the flow of the file as it moves through the basic
 development/testing/production process. i'd like to have a database
 backend, combines with some kind of source/file reqpository...

 I've seen things like knowledgetree, owl, etc... but figured I'd get input
 from here. So, any thoughts to open source apps that you guys have actual
 experience using??

 This sounds like something Subversion (SVN) is suited for. Three
 repositories in the same realm: dev, test, prod. Slap a web front-end
 on it like Polarion's svn-web (for JSP/Tomcat) and you're in
 business.

 Well, whether it's open source or not, the software is free to use...
 that's all I ever really cared about. :)
 (Please stop top-posting.)

Again, please do not top-post. It is the agreed-upon procedure in this
list to bottom-post when replying to threads. (I am not just going
renegade thread-Nazi on you.)


-- 
// Todd

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Workflow app for software

2009-04-01 Thread Robert Cummings
On Wed, 2009-04-01 at 11:25 -0500, haliphax wrote:
 On Wed, Apr 1, 2009 at 8:33 AM, bruce bedoug...@earthlink.net wrote:
  not another top/side/bottom post thread again!!!
 
 
 
  -Original Message-
  From: haliphax [mailto:halip...@gmail.com]
  Sent: Wednesday, April 01, 2009 5:38 AM
  To: php-general@lists.php.net
  Subject: Re: [PHP] Workflow app for software
 
 
  On Tue, Mar 31, 2009 at 4:37 PM, bruce bedoug...@earthlink.net wrote:
  hey todd...
 
  just toook a look at the polarion svn-web app i thought that was 
  closed source... i see that it's open!!!
 
  -Original Message-
  From: haliphax [mailto:halip...@gmail.com]
  Sent: Tuesday, March 31, 2009 2:18 PM
  To: bruce; php-general@lists.php.net
  Subject: Re: [PHP] Workflow app for software
 
 
  On Tue, Mar 31, 2009 at 1:47 PM, bruce bedoug...@earthlink.net wrote:
  Ladies/Gents...
 
  Hi. Trying to get some input to a web based app for dealing with managing
  software apps/scripts.
 
  Basically, i'm envisioning a system where people register/signup, and then
  check in/out apps for development/testing/production... I need a way of
  dealing with users, assigning/accepting roles for the users, and to manage
  the flow of the file as it moves through the basic
  development/testing/production process. i'd like to have a database
  backend, combines with some kind of source/file reqpository...
 
  I've seen things like knowledgetree, owl, etc... but figured I'd get input
  from here. So, any thoughts to open source apps that you guys have actual
  experience using??
 
  This sounds like something Subversion (SVN) is suited for. Three
  repositories in the same realm: dev, test, prod. Slap a web front-end
  on it like Polarion's svn-web (for JSP/Tomcat) and you're in
  business.
 
  Well, whether it's open source or not, the software is free to use...
  that's all I ever really cared about. :)
  (Please stop top-posting.)
 
 Again, please do not top-post. It is the agreed-upon procedure in this
 list to bottom-post when replying to threads. (I am not just going
 renegade thread-Nazi on you.)

Could you show me the signed agreement list. While it's convention on
this list, it's certainly not something everyone agreed upon.

Cheers,
Rob.
-- 
http://www.interjinn.com
Application and Templating Framework for PHP


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Workflow app for software

2009-04-01 Thread bruce
and haliphax...

i specifically sent the reply to only you.. you then felt the need to reply
to the list as a whole

hmm.. ok.. this thread is officially dead!!

unless of course it gets back to the initial question...

peace!!


-Original Message-
From: Robert Cummings [mailto:rob...@interjinn.com]
Sent: Wednesday, April 01, 2009 9:30 AM
To: haliphax
Cc: php-general@lists.php.net
Subject: Re: [PHP] Workflow app for software


On Wed, 2009-04-01 at 11:25 -0500, haliphax wrote:
 On Wed, Apr 1, 2009 at 8:33 AM, bruce bedoug...@earthlink.net wrote:
  not another top/side/bottom post thread again!!!
 
 
 
  -Original Message-
  From: haliphax [mailto:halip...@gmail.com]
  Sent: Wednesday, April 01, 2009 5:38 AM
  To: php-general@lists.php.net
  Subject: Re: [PHP] Workflow app for software
 
 
  On Tue, Mar 31, 2009 at 4:37 PM, bruce bedoug...@earthlink.net wrote:
  hey todd...
 
  just toook a look at the polarion svn-web app i thought that was
closed source... i see that it's open!!!
 
  -Original Message-
  From: haliphax [mailto:halip...@gmail.com]
  Sent: Tuesday, March 31, 2009 2:18 PM
  To: bruce; php-general@lists.php.net
  Subject: Re: [PHP] Workflow app for software
 
 
  On Tue, Mar 31, 2009 at 1:47 PM, bruce bedoug...@earthlink.net wrote:
  Ladies/Gents...
 
  Hi. Trying to get some input to a web based app for dealing with
managing
  software apps/scripts.
 
  Basically, i'm envisioning a system where people register/signup, and
then
  check in/out apps for development/testing/production... I need a way
of
  dealing with users, assigning/accepting roles for the users, and to
manage
  the flow of the file as it moves through the basic
  development/testing/production process. i'd like to have a database
  backend, combines with some kind of source/file reqpository...
 
  I've seen things like knowledgetree, owl, etc... but figured I'd get
input
  from here. So, any thoughts to open source apps that you guys have
actual
  experience using??
 
  This sounds like something Subversion (SVN) is suited for. Three
  repositories in the same realm: dev, test, prod. Slap a web front-end
  on it like Polarion's svn-web (for JSP/Tomcat) and you're in
  business.
 
  Well, whether it's open source or not, the software is free to use...
  that's all I ever really cared about. :)
  (Please stop top-posting.)

 Again, please do not top-post. It is the agreed-upon procedure in this
 list to bottom-post when replying to threads. (I am not just going
 renegade thread-Nazi on you.)

Could you show me the signed agreement list. While it's convention on
this list, it's certainly not something everyone agreed upon.

Cheers,
Rob.
--
http://www.interjinn.com
Application and Templating Framework for PHP


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Workflow app for software

2009-04-01 Thread haliphax
On Wed, Apr 1, 2009 at 11:53 AM, bruce bedoug...@earthlink.net wrote:
 and haliphax...

 i specifically sent the reply to only you.. you then felt the need to reply
 to the list as a whole

 hmm.. ok.. this thread is officially dead!!

 unless of course it gets back to the initial question...

 peace!!


  -Original Message-
  From: haliphax [mailto:halip...@gmail.com]
  Sent: Wednesday, April 01, 2009 5:38 AM
  To: php-general@lists.php.net
  Subject: Re: [PHP] Workflow app for software

--8--

 Again, please do not top-post. It is the agreed-upon procedure in this
 list to bottom-post when replying to threads. (I am not just going
 renegade thread-Nazi on you.)

 Could you show me the signed agreement list. While it's convention on
 this list, it's certainly not something everyone agreed upon.

To Rob,
I meant agreed-upon as in: it's been written... so somebody had to
agree to it up to the point that it was posted here -
http://us3.php.net/reST/php-src/README.MAILINGLIST_RULES

To Bruce,
I replied to the mailing list because this is a PHP-General thread,
and it is a general practice (though not a rule listed at the above
address) to keep replies on-list. I did not do it out of spite... I
did it out of habit; out of reflex. Perhaps this time I'm doing it out
of spite. :P

Regardless, I agree--this has nothing to do with the original topic.
Bearing that in mind, here's another link for an open source ticket
system written in PHP: http://www.zentrack.net/ (however, their demo
seems to be offline).


-- 
// Todd

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Workflow app for software

2009-04-01 Thread Robert Cummings
On Wed, 2009-04-01 at 13:30 -0500, haliphax wrote:
 On Wed, Apr 1, 2009 at 11:53 AM, bruce bedoug...@earthlink.net wrote:
  and haliphax...
 
  i specifically sent the reply to only you.. you then felt the need to reply
  to the list as a whole
 
  hmm.. ok.. this thread is officially dead!!
 
  unless of course it gets back to the initial question...
 
  peace!!
 
 
   -Original Message-
   From: haliphax [mailto:halip...@gmail.com]
   Sent: Wednesday, April 01, 2009 5:38 AM
   To: php-general@lists.php.net
   Subject: Re: [PHP] Workflow app for software
 
 --8--
 
  Again, please do not top-post. It is the agreed-upon procedure in this
  list to bottom-post when replying to threads. (I am not just going
  renegade thread-Nazi on you.)
 
  Could you show me the signed agreement list. While it's convention on
  this list, it's certainly not something everyone agreed upon.
 
 To Rob,
 I meant agreed-upon as in: it's been written... so somebody had to
 agree to it up to the point that it was posted here -
 http://us3.php.net/reST/php-src/README.MAILINGLIST_RULES

It has been written and it has been agreed upon are two completely
different things. Many things have been written, few things are agreed
upon.

Cheers,
Rob.
-- 
http://www.interjinn.com
Application and Templating Framework for PHP


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Workflow app for software

2009-04-01 Thread haliphax
On Wed, Apr 1, 2009 at 1:38 PM, Robert Cummings rob...@interjinn.com wrote:
 On Wed, 2009-04-01 at 13:30 -0500, haliphax wrote:
 On Wed, Apr 1, 2009 at 11:53 AM, bruce bedoug...@earthlink.net wrote:
  and haliphax...
 
  i specifically sent the reply to only you.. you then felt the need to reply
  to the list as a whole
 
  hmm.. ok.. this thread is officially dead!!
 
  unless of course it gets back to the initial question...
 
  peace!!
 
 
   -Original Message-
   From: haliphax [mailto:halip...@gmail.com]
   Sent: Wednesday, April 01, 2009 5:38 AM
   To: php-general@lists.php.net
   Subject: Re: [PHP] Workflow app for software

 --8--

  Again, please do not top-post. It is the agreed-upon procedure in this
  list to bottom-post when replying to threads. (I am not just going
  renegade thread-Nazi on you.)
 
  Could you show me the signed agreement list. While it's convention on
  this list, it's certainly not something everyone agreed upon.

 To Rob,
 I meant agreed-upon as in: it's been written... so somebody had to
 agree to it up to the point that it was posted here -
 http://us3.php.net/reST/php-src/README.MAILINGLIST_RULES

 It has been written and it has been agreed upon are two completely
 different things. Many things have been written, few things are agreed
 upon.

Unless the PHP development process has become a dictatorship, I'm
pretty sure more than one person decided it was a good idea before
putting it in the mailing list rules.


-- 
// Todd

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Workflow app for software

2009-04-01 Thread bruce
so haliphax...

since you seem to be the primary person with this issue.. at least for now... 
i'll ahead and nominate you to the guy in charge of making sure posters follow 
the written rule to not top/down/side/left/right post...

have fun!!!



-Original Message-
From: haliphax [mailto:halip...@gmail.com]
Sent: Wednesday, April 01, 2009 11:42 AM
To: php-general@lists.php.net
Subject: Re: [PHP] Workflow app for software


On Wed, Apr 1, 2009 at 1:38 PM, Robert Cummings rob...@interjinn.com wrote:
 On Wed, 2009-04-01 at 13:30 -0500, haliphax wrote:
 On Wed, Apr 1, 2009 at 11:53 AM, bruce bedoug...@earthlink.net wrote:
  and haliphax...
 
  i specifically sent the reply to only you.. you then felt the need to reply
  to the list as a whole
 
  hmm.. ok.. this thread is officially dead!!
 
  unless of course it gets back to the initial question...
 
  peace!!
 
 
   -Original Message-
   From: haliphax [mailto:halip...@gmail.com]
   Sent: Wednesday, April 01, 2009 5:38 AM
   To: php-general@lists.php.net
   Subject: Re: [PHP] Workflow app for software

 --8--

  Again, please do not top-post. It is the agreed-upon procedure in this
  list to bottom-post when replying to threads. (I am not just going
  renegade thread-Nazi on you.)
 
  Could you show me the signed agreement list. While it's convention on
  this list, it's certainly not something everyone agreed upon.

 To Rob,
 I meant agreed-upon as in: it's been written... so somebody had to
 agree to it up to the point that it was posted here -
 http://us3.php.net/reST/php-src/README.MAILINGLIST_RULES

 It has been written and it has been agreed upon are two completely
 different things. Many things have been written, few things are agreed
 upon.

Unless the PHP development process has become a dictatorship, I'm
pretty sure more than one person decided it was a good idea before
putting it in the mailing list rules.


-- 
// Todd

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Workflow app for software

2009-04-01 Thread Robert Cummings
On Wed, 2009-04-01 at 13:42 -0500, haliphax wrote:
 On Wed, Apr 1, 2009 at 1:38 PM, Robert Cummings rob...@interjinn.com wrote:
  On Wed, 2009-04-01 at 13:30 -0500, haliphax wrote:
  On Wed, Apr 1, 2009 at 11:53 AM, bruce bedoug...@earthlink.net wrote:
   and haliphax...
  
   i specifically sent the reply to only you.. you then felt the need to 
   reply
   to the list as a whole
  
   hmm.. ok.. this thread is officially dead!!
  
   unless of course it gets back to the initial question...
  
   peace!!
  
  
-Original Message-
From: haliphax [mailto:halip...@gmail.com]
Sent: Wednesday, April 01, 2009 5:38 AM
To: php-general@lists.php.net
Subject: Re: [PHP] Workflow app for software
 
  --8--
 
   Again, please do not top-post. It is the agreed-upon procedure in this
   list to bottom-post when replying to threads. (I am not just going
   renegade thread-Nazi on you.)
  
   Could you show me the signed agreement list. While it's convention on
   this list, it's certainly not something everyone agreed upon.
 
  To Rob,
  I meant agreed-upon as in: it's been written... so somebody had to
  agree to it up to the point that it was posted here -
  http://us3.php.net/reST/php-src/README.MAILINGLIST_RULES
 
  It has been written and it has been agreed upon are two completely
  different things. Many things have been written, few things are agreed
  upon.
 
 Unless the PHP development process has become a dictatorship, I'm
 pretty sure more than one person decided it was a good idea before
 putting it in the mailing list rules.

Shall we discuss temporal proximity and relevance?

Cheers,
Rob.
-- 
http://www.interjinn.com
Application and Templating Framework for PHP


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Workflow app for software

2009-04-01 Thread listmail
On Wed, 1 Apr 2009 11:46:20 -0700
bruce bedoug...@earthlink.net wrote:

 so haliphax...
 
 since you seem to be the primary person with this issue.. at least
 for now... i'll ahead and nominate you to the guy in charge of making
 sure posters follow the written rule to not top/down/side/left/right
 post...
 
 have fun!!!
 
 

Please don't top post :)

GM

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Workflow app for software

2009-04-01 Thread Robert Cummings
I for one don't find you very  | On Wed, 2009-04-01 at 11:46 -0700,
funny Bruce. It's common knowledge | bruce wrote: so haliphax...
that it's very difficult to follow | 
side posts. If not already, then   |  since you seem to be the primary
they should certainly be   |  person with this issue.. at
dictatorily banned from being used.|  least for now... i'll ahead and
   |  nominate you to the guy in
Cheers,|  charge of making sure posters
Rob.   |  follow the written rule to not
   |  top/down/side/left/right post...
   | 
   |  have fun!!!
   | 
   | 
   | 
   |  -Original Message- From:
   |  haliphax
   |  [mailto:halip...@gmail.com]
   |  Sent: Wednesday, April 01, 2009
   |  11:42 AM To:
   |  php-general@lists.php.net
   |  Subject: Re: [PHP] Workflow app
   |  for software
   | 
   | 
   |  On Wed, Apr 1, 2009 at 1:38 PM,
   |  Robert Cummings
   |  rob...@interjinn.com wrote:
   |   On Wed, 2009-04-01 at 13:30
   |   -0500, haliphax wrote: On
   |   Wed, Apr 1, 2009 at 11:53
   |AM, bruce
   |bedoug...@earthlink.net
   |wrote: and haliphax...
   |   
   |i specifically sent the
   |reply to only you.. you
   |then felt the need to reply
   |to the list as a whole
   |   
   |hmm.. ok.. this thread is
   |officially dead!!
   |   
   |unless of course it gets
   |back to the initial
   |question...
   |   
   |peace!!
   |   
   |   
   | -Original
   | Message- From:
   | haliphax
   | Sent: Wednesday, April
   | 01, 2009 5:38 AM To:
   | php-general@lists.php.net
   | Subject: Re: [PHP]
   | Workflow app for
   | software
   |  
   |   --8--
   |  
   |Again, please do not
   |top-post. It is the
   |agreed-upon procedure in
   |this list to bottom-post
   |when replying to threads.
   |(I am not just going
   |renegade thread-Nazi on
   |you.)
   |   
   |Could you show me the
   |signed agreement list.
   |While it's convention on
   |this list, it's certainly
   |not something everyone
   |agreed upon.
   |  
   |   To Rob, I meant agreed-upon
   |   as in: it's been written...
   |   so somebody had to agree to
   |   it up to the point that it
   |   was posted here -
   |   http://us3.php.net/reST/php
   |   -src/README.MAILINGLIST_RULES
   |  
   |   It has been written

Re: [PHP] Workflow app for software

2009-04-01 Thread George Larson
Please quit side-posting.  Thanks.

On Wed, Apr 1, 2009 at 2:58 PM, Robert Cummings rob...@interjinn.comwrote:

 I for one don't find you very  | On Wed, 2009-04-01 at 11:46 -0700,
 funny Bruce. It's common knowledge | bruce wrote: so haliphax...
 that it's very difficult to follow | 
 side posts. If not already, then   |  since you seem to be the primary
 they should certainly be   |  person with this issue.. at
 dictatorily banned from being used.|  least for now... i'll ahead and
|  nominate you to the guy in
 Cheers,|  charge of making sure posters
 Rob.   |  follow the written rule to not
|  top/down/side/left/right post...
   | 
   |  have fun!!!
   | 
   | 
   | 
   |  -Original Message- From:
   |  haliphax
   |  [mailto:halip...@gmail.com]
   |  Sent: Wednesday, April 01, 2009
   |  11:42 AM To:
   |  php-general@lists.php.net
   |  Subject: Re: [PHP] Workflow app
   |  for software
   | 
   | 
   |  On Wed, Apr 1, 2009 at 1:38 PM,
   |  Robert Cummings
   |  rob...@interjinn.com wrote:
   |   On Wed, 2009-04-01 at 13:30
   |   -0500, haliphax wrote: On
   |   Wed, Apr 1, 2009 at 11:53
   |AM, bruce
   |bedoug...@earthlink.net
   |wrote: and haliphax...
   |   
   |i specifically sent the
   |reply to only you.. you
   |then felt the need to reply
   |to the list as a whole
   |   
   |hmm.. ok.. this thread is
   |officially dead!!
   |   
   |unless of course it gets
   |back to the initial
   |question...
   |   
   |peace!!
   |   
   |   
   | -Original
   | Message- From:
   | haliphax
| Sent: Wednesday, April
   | 01, 2009 5:38 AM To:
   | php-general@lists.php.net
   | Subject: Re: [PHP]
   | Workflow app for
   | software
   |  
   |   --8--
   |  
   |Again, please do not
   |top-post. It is the
   |agreed-upon procedure in
   |this list to bottom-post
   |when replying to threads.
   |(I am not just going
   |renegade thread-Nazi on
   |you.)
   |   
   |Could you show me the
   |signed agreement list.
   |While it's convention on
   |this list, it's certainly
   |not something everyone
   |agreed upon.
   |  
   |   To Rob, I meant agreed-upon
   |   as in: it's been written...
   |   so somebody had to agree to
   |   it up to the point that it
   |   was posted here -
   |   http://us3.php.net/reST/php
   |   -src

RE: [PHP] Workflow app for software

2009-04-01 Thread HallMarc Websites
So, how many infinite subsets are created when two membranes collide?

-Original Message-
From: George Larson [mailto:george.g.lar...@gmail.com] 
Sent: Wednesday, April 01, 2009 3:08 PM
To: Robert Cummings
Cc: bruce; haliphax; php-general@lists.php.net
Subject: Re: [PHP] Workflow app for software

Please quit side-posting.  Thanks.

On Wed, Apr 1, 2009 at 2:58 PM, Robert Cummings rob...@interjinn.comwrote:

 I for one don't find you very  | On Wed, 2009-04-01 at 11:46 -0700,
 funny Bruce. It's common knowledge | bruce wrote: so haliphax...
 that it's very difficult to follow | 
 side posts. If not already, then   |  since you seem to be the primary
 they should certainly be   |  person with this issue.. at
 dictatorily banned from being used.|  least for now... i'll ahead and
|  nominate you to the guy in
 Cheers,|  charge of making sure posters
 Rob.   |  follow the written rule to not
|  top/down/side/left/right post...
   | 
   |  have fun!!!
   | 
   | 
   | 
   |  -Original Message- From:
   |  haliphax
   |  [mailto:halip...@gmail.com]
   |  Sent: Wednesday, April 01, 2009
   |  11:42 AM To:
   |  php-general@lists.php.net
   |  Subject: Re: [PHP] Workflow app
   |  for software
   | 
   | 
   |  On Wed, Apr 1, 2009 at 1:38 PM,
   |  Robert Cummings
   |  rob...@interjinn.com wrote:
   |   On Wed, 2009-04-01 at 13:30
   |   -0500, haliphax wrote: On
   |   Wed, Apr 1, 2009 at 11:53
   |AM, bruce
   |bedoug...@earthlink.net
   |wrote: and haliphax...
   |   
   |i specifically sent the
   |reply to only you.. you
   |then felt the need to reply
   |to the list as a whole
   |   
   |hmm.. ok.. this thread is
   |officially dead!!
   |   
   |unless of course it gets
   |back to the initial
   |question...
   |   
   |peace!!
   |   
   |   
   | -Original
   | Message- From:
   | haliphax
| Sent: Wednesday, April
   | 01, 2009 5:38 AM To:
   | php-general@lists.php.net
   | Subject: Re: [PHP]
   | Workflow app for
   | software
   |  
   |   --8--
   |  
   |Again, please do not
   |top-post. It is the
   |agreed-upon procedure in
   |this list to bottom-post
   |when replying to threads.
   |(I am not just going
   |renegade thread-Nazi on
   |you.)
   |   
   |Could you show me the
   |signed agreement list.
   |While it's convention on
   |this list, it's certainly
   |not something everyone
   |agreed upon.
   |  
   |   To Rob, I meant agreed-upon
   |   as in: it's been written

RE: [PHP] Workflow app for software

2009-04-01 Thread bruce
now that.. was funny

actually laughed out loud!


-Original Message-
From: George Larson [mailto:george.g.lar...@gmail.com]
Sent: Wednesday, April 01, 2009 12:08 PM
To: Robert Cummings
Cc: bruce; haliphax; php-general@lists.php.net
Subject: Re: [PHP] Workflow app for software


Please quit side-posting.  Thanks.

On Wed, Apr 1, 2009 at 2:58 PM, Robert Cummings rob...@interjinn.comwrote:

 I for one don't find you very  | On Wed, 2009-04-01 at 11:46 -0700,
 funny Bruce. It's common knowledge | bruce wrote: so haliphax...
 that it's very difficult to follow | 
 side posts. If not already, then   |  since you seem to be the primary
 they should certainly be   |  person with this issue.. at
 dictatorily banned from being used.|  least for now... i'll ahead and
|  nominate you to the guy in
 Cheers,|  charge of making sure posters
 Rob.   |  follow the written rule to not
|  top/down/side/left/right post...
   | 
   |  have fun!!!
   | 
   | 
   | 
   |  -Original Message- From:
   |  haliphax
   |  [mailto:halip...@gmail.com]
   |  Sent: Wednesday, April 01, 2009
   |  11:42 AM To:
   |  php-general@lists.php.net
   |  Subject: Re: [PHP] Workflow app
   |  for software
   | 
   | 
   |  On Wed, Apr 1, 2009 at 1:38 PM,
   |  Robert Cummings
   |  rob...@interjinn.com wrote:
   |   On Wed, 2009-04-01 at 13:30
   |   -0500, haliphax wrote: On
   |   Wed, Apr 1, 2009 at 11:53
   |AM, bruce
   |bedoug...@earthlink.net
   |wrote: and haliphax...
   |   
   |i specifically sent the
   |reply to only you.. you
   |then felt the need to reply
   |to the list as a whole
   |   
   |hmm.. ok.. this thread is
   |officially dead!!
   |   
   |unless of course it gets
   |back to the initial
   |question...
   |   
   |peace!!
   |   
   |   
   | -Original
   | Message- From:
   | haliphax
| Sent: Wednesday, April
   | 01, 2009 5:38 AM To:
   | php-general@lists.php.net
   | Subject: Re: [PHP]
   | Workflow app for
   | software
   |  
   |   --8--
   |  
   |Again, please do not
   |top-post. It is the
   |agreed-upon procedure in
   |this list to bottom-post
   |when replying to threads.
   |(I am not just going
   |renegade thread-Nazi on
   |you.)
   |   
   |Could you show me the
   |signed agreement list.
   |While it's convention on
   |this list, it's certainly
   |not something everyone
   |agreed upon.
   |  
   |   To Rob, I meant agreed-upon
   |   as in: it's been written

Re: [PHP] Workflow app for software

2009-03-31 Thread haliphax
On Tue, Mar 31, 2009 at 1:47 PM, bruce bedoug...@earthlink.net wrote:
 Ladies/Gents...

 Hi. Trying to get some input to a web based app for dealing with managing
 software apps/scripts.

 Basically, i'm envisioning a system where people register/signup, and then
 check in/out apps for development/testing/production... I need a way of
 dealing with users, assigning/accepting roles for the users, and to manage
 the flow of the file as it moves through the basic
 development/testing/production process. i'd like to have a database
 backend, combines with some kind of source/file reqpository...

 I've seen things like knowledgetree, owl, etc... but figured I'd get input
 from here. So, any thoughts to open source apps that you guys have actual
 experience using??

This sounds like something Subversion (SVN) is suited for. Three
repositories in the same realm: dev, test, prod. Slap a web front-end
on it like Polarion's svn-web (for JSP/Tomcat) and you're in
business.

-- 
// Todd

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Workflow app for software

2009-03-31 Thread bruce
hey todd...

just toook a look at the polarion svn-web app i thought that was closed 
source... i see that it's open!!!

-Original Message-
From: haliphax [mailto:halip...@gmail.com]
Sent: Tuesday, March 31, 2009 2:18 PM
To: bruce; php-general@lists.php.net
Subject: Re: [PHP] Workflow app for software


On Tue, Mar 31, 2009 at 1:47 PM, bruce bedoug...@earthlink.net wrote:
 Ladies/Gents...

 Hi. Trying to get some input to a web based app for dealing with managing
 software apps/scripts.

 Basically, i'm envisioning a system where people register/signup, and then
 check in/out apps for development/testing/production... I need a way of
 dealing with users, assigning/accepting roles for the users, and to manage
 the flow of the file as it moves through the basic
 development/testing/production process. i'd like to have a database
 backend, combines with some kind of source/file reqpository...

 I've seen things like knowledgetree, owl, etc... but figured I'd get input
 from here. So, any thoughts to open source apps that you guys have actual
 experience using??

This sounds like something Subversion (SVN) is suited for. Three
repositories in the same realm: dev, test, prod. Slap a web front-end
on it like Polarion's svn-web (for JSP/Tomcat) and you're in
business.

-- 
// Todd

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php