Open source project management tool - PHP
Open source project management tool - PHP
am 17.12.2009 11:24:47 von ANGELO ZANETTI
Hi guys
I would like to know what open source project management tools you use for
your projects.
We are looking at installing one that is PHP based and is easy to use.
We have found:
http://www.projectpier.org/
and
http://trac.edgewall.org/
Has anyone used the above and how did you find them? Also are there any
others you would recommend or not recommend and why?
Thanks in advance.
Regards
Angelo
http://www.wapit.co.za
http://www.elemental.co.za
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Open source project management tool - PHP
am 17.12.2009 11:39:44 von Devendra Jadhav
--001636d34d04c9e83d047aea3d22
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Mantis for bug tracking...
On Thu, Dec 17, 2009 at 3:54 PM, Angelo Zanetti wro=
te:
> Hi guys
>
> I would like to know what open source project management tools you use fo=
r
> your projects.
>
> We are looking at installing one that is PHP based and is easy to use.
>
> We have found:
>
> http://www.projectpier.org/
>
> and
>
> http://trac.edgewall.org/
>
>
> Has anyone used the above and how did you find them? Also are there any
> others you would recommend or not recommend and why?
>
> Thanks in advance.
>
> Regards
> Angelo
>
> http://www.wapit.co.za
> http://www.elemental.co.za
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--=20
Devendra Jadhav
दà¥à¤µà¥à¤à¤¦à¥ र =
à¤à¤¾à¤§à¤µ
--001636d34d04c9e83d047aea3d22--
Re: Open source project management tool - PHP
am 17.12.2009 12:50:02 von ikarush
--001485f727005fc793047aeb3a6d
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
redmine!
2009/12/17 Devendra Jadhav
> Mantis for bug tracking...
>
> On Thu, Dec 17, 2009 at 3:54 PM, Angelo Zanetti
> >wrote:
>
> > Hi guys
> >
> > I would like to know what open source project management tools you use
> for
> > your projects.
> >
> > We are looking at installing one that is PHP based and is easy to use.
> >
> > We have found:
> >
> > http://www.projectpier.org/
> >
> > and
> >
> > http://trac.edgewall.org/
> >
> >
> > Has anyone used the above and how did you find them? Also are there any
> > others you would recommend or not recommend and why?
> >
> > Thanks in advance.
> >
> > Regards
> > Angelo
> >
> > http://www.wapit.co.za
> > http://www.elemental.co.za
> >
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
> --
> Devendra Jadhav
> दà¥à¤µà¥à¤à¤¦à¥ र =
à¤à¤¾à¤§à¤µ
>
--=20
---------------------------------------------------------
Daniel González Cerviño
FreelanceMadrid.es
Mail : daniel.gonzalez@freelancemadrid.es
Tel (+34) 653 96 50 48
---------------------------------------------------------
--001485f727005fc793047aeb3a6d--
Re: Open source project management tool - PHP
am 17.12.2009 13:03:03 von Ashley Sheridan
--=-FLWM24PLKP2GDbb9ZSWP
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
On Thu, 2009-12-17 at 12:24 +0200, Angelo Zanetti wrote:
> Hi guys
>
> I would like to know what open source project management tools you use for
> your projects.
>
> We are looking at installing one that is PHP based and is easy to use.
>
> We have found:
>
> http://www.projectpier.org/
>
> and
>
> http://trac.edgewall.org/
>
>
> Has anyone used the above and how did you find them? Also are there any
> others you would recommend or not recommend and why?
>
> Thanks in advance.
>
> Regards
> Angelo
>
> http://www.wapit.co.za
> http://www.elemental.co.za
>
>
>
>
If it's open source project management software you're looking for, then
I've found openproj and planner to be pretty good.
However, I noticed that the links you gave seem to be more focused on
task management, which is slightly different from project management.
Thanks,
Ash
http://www.ashleysheridan.co.uk
--=-FLWM24PLKP2GDbb9ZSWP--
Re: Open source project management tool - PHP
am 17.12.2009 13:13:52 von Joseph Masoud
On 17 Dec 2009, at 10:24, "Angelo Zanetti"
wrote:
> Hi guys
>
> I would like to know what open source project management tools you
> use for
> your projects.
>
> We are looking at installing one that is PHP based and is easy to use.
>
> We have found:
>
> http://www.projectpier.org/
>
> and
>
> http://trac.edgewall.org/
>
>
> Has anyone used the above and how did you find them? Also are there
> any
> others you would recommend or not recommend and why?
>
> Thanks in advance.
>
> Regards
> Angelo
>
> http://www.wapit.co.za
> http://www.elemental.co.za
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
Trac is not actually PHP based, it is coded in Python. I used it for
roughly 2 months before jumping ship. There was nothing wrong with
it. I simply found a more suitable solution for my projects.
I use Eventum for bug tracking. It's the system the MySQL development
team use. It uses PHP and MySQL as standard. Took me under 15
minutes to set it up (after reading the manual). I didn't have any set-
up problems.
For source control, I recommend you consider implementing a continuous
integration platform like cruise control for PHP.
For team communications, the non-technical staff were significantly
happier using Elgg (an open source social networking platform) over
the Trac wiki and MoinMoin wiki.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Open source project management tool - PHP
am 17.12.2009 13:39:59 von angelo
-----Original Message-----
From: Ashley Sheridan [mailto:ash@ashleysheridan.co.uk]
Sent: 17 December 2009 02:03 PM
To: Angelo Zanetti
Cc: php-general@lists.php.net
Subject: Re: [PHP] Open source project management tool - PHP
On Thu, 2009-12-17 at 12:24 +0200, Angelo Zanetti wrote:
> Hi guys
>
> I would like to know what open source project management tools you use for
> your projects.
>
> We are looking at installing one that is PHP based and is easy to use.
>
> We have found:
>
> http://www.projectpier.org/
>
> and
>
> http://trac.edgewall.org/
>
>
> Has anyone used the above and how did you find them? Also are there any
> others you would recommend or not recommend and why?
>
> Thanks in advance.
>
> Regards
> Angelo
>
> http://www.wapit.co.za
> http://www.elemental.co.za
>
>
>
>
If it's open source project management software you're looking for, then
I've found openproj and planner to be pretty good.
However, I noticed that the links you gave seem to be more focused on
task management, which is slightly different from project management.
Thanks,
Ash
http://www.ashleysheridan.co.uk
Thanks Ashley,
Its not just project managing but I want non technical staff to use the
system so we can track progress of tasks and allocate issues / items to
people.
Anyways thanks for the info on open proj, will check it out.
Cheers
Angelo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Open source project management tool - PHP
am 17.12.2009 14:08:40 von Phpster
Using projectpier and have no complaints yet.
Bastien
Sent from my iPod
On Dec 17, 2009, at 5:24 AM, "Angelo Zanetti"
wrote:
> Hi guys
>
> I would like to know what open source project management tools you
> use for
> your projects.
>
> We are looking at installing one that is PHP based and is easy to use.
>
> We have found:
>
> http://www.projectpier.org/
>
> and
>
> http://trac.edgewall.org/
>
>
> Has anyone used the above and how did you find them? Also are there
> any
> others you would recommend or not recommend and why?
>
> Thanks in advance.
>
> Regards
> Angelo
>
> http://www.wapit.co.za
> http://www.elemental.co.za
>
>
>
>
> --
> 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: Open source project management tool - PHP
am 17.12.2009 19:46:21 von Robert Cummings
Angelo Zanetti wrote:
> Hi guys
>
> I would like to know what open source project management tools you use for
> your projects.
>
> We are looking at installing one that is PHP based and is easy to use.
>
> We have found:
>
> http://www.projectpier.org/
>
> and
>
> http://trac.edgewall.org/
>
>
> Has anyone used the above and how did you find them? Also are there any
> others you would recommend or not recommend and why?
I use Mantis for most bug tracking needs. However, I've recently rolled
out OpenGoo for a couple of different clients.
http://fengoffice.com/web/community/community_index.php
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: Open source project management tool - PHP
am 18.12.2009 09:34:26 von Gaurav Kumar
--00504502cc2588e31b047afc9bc9
Content-Type: text/plain; charset=ISO-8859-1
OK one more the list http://dotproject.net/
Its a nice one with all project management features. Easy to use. Just
checkout the website.
Gaurav Kumar
blog.oswebstudio.com
On Fri, Dec 18, 2009 at 12:16 AM, Robert Cummings wrote:
> Angelo Zanetti wrote:
>
>> Hi guys
>> I would like to know what open source project management tools you use for
>> your projects.
>>
>> We are looking at installing one that is PHP based and is easy to use.
>>
>> We have found:
>> http://www.projectpier.org/
>>
>> and
>>
>> http://trac.edgewall.org/
>>
>>
>> Has anyone used the above and how did you find them? Also are there any
>> others you would recommend or not recommend and why?
>>
>
> I use Mantis for most bug tracking needs. However, I've recently rolled out
> OpenGoo for a couple of different clients.
>
> http://fengoffice.com/web/community/community_index.php
>
> 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
>
>
--00504502cc2588e31b047afc9bc9--
RE: Open source project management tool - PHP
am 06.01.2010 15:46:07 von angelo
Thanks all, for the responses and advice.
After much research and trying out we decided to go with:
http://www.fengoffice.com/
its PHP based and also uses the EXTJS library. Its got quite a lot of
features (calendar, tasks, email, notes, documents, reporting) etc... with a
great AJAX interface and good functionality.
Regards
Angelo
http://www.wapit.co.za
http://www.elemental.co.za
-----Original Message-----
From: Gaurav Kumar [mailto:kumargauravjukebox@gmail.com]
Sent: 18 December 2009 10:34 AM
To: Robert Cummings
Cc: Angelo Zanetti; php-general@lists.php.net
Subject: Re: [PHP] Open source project management tool - PHP
OK one more the list http://dotproject.net/
Its a nice one with all project management features. Easy to use. Just
checkout the website.
Gaurav Kumar
blog.oswebstudio.com
On Fri, Dec 18, 2009 at 12:16 AM, Robert Cummings
wrote:
> Angelo Zanetti wrote:
>
>> Hi guys
>> I would like to know what open source project management tools you use
for
>> your projects.
>>
>> We are looking at installing one that is PHP based and is easy to use.
>>
>> We have found:
>> http://www.projectpier.org/
>>
>> and
>>
>> http://trac.edgewall.org/
>>
>>
>> Has anyone used the above and how did you find them? Also are there any
>> others you would recommend or not recommend and why?
>>
>
> I use Mantis for most bug tracking needs. However, I've recently rolled
out
> OpenGoo for a couple of different clients.
>
> http://fengoffice.com/web/community/community_index.php
>
> 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: Open source project management tool - PHP
am 06.01.2010 16:02:00 von Andrew Williams
--000e0cd1e31e8f1ad1047c803cf3
Content-Type: text/plain; charset=ISO-8859-1
What could be a php potential problem with contact forms that are only
protected against SQL injections and have an admin side view for the
enquiry?
--000e0cd1e31e8f1ad1047c803cf3--
Re: Open source project management tool - PHP
am 06.01.2010 20:08:04 von Robert Cummings
Angelo Zanetti wrote:
> Thanks all, for the responses and advice.
>
> After much research and trying out we decided to go with:
>
> http://www.fengoffice.com/
>
> its PHP based and also uses the EXTJS library. Its got quite a lot of
> features (calendar, tasks, email, notes, documents, reporting) etc... with a
> great AJAX interface and good functionality.
I'm using it within a government context and they're really enjoying it.
I had a to make a few coding adjustments to facilitate a language
switcher between English and French as is normal in a Canadian context.
Additionally, due to the lack of folder hierarchy for documents (they
rely on the tagging system which is inefficient for our document
management) we are abusing the workspace system to provide the folder
hierarchy. This necessitated a hack to prevent the aggregated view of
all documents within sub-workspaces at parent workspace levels. If
you're using 1.5 btw, you should update to 1.6 ASAP since it corrects
some issues with inherited group permissions.
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