Hi,
What is your position about source code contribution?
Bug fixes, suggestions, additional features implemented, etc.
Do you accept them?
You need to be logged in to post messages
Hi,
What is your position about source code contribution?
Bug fixes, suggestions, additional features implemented, etc.
Do you accept them?
Hi Mykhaylo,
We do accept contributions. We're finalizing the logistics on our Subversion server and will provide complete read access, and developer/bug fix branches as requested. Hang in there, this is coming soon and has been our intent with the license we adopted.
Regards,
Matt
Submitted code, to be maintained by us going forward should be LGPL, BSD, or Mozilla style license. GPL code is not accepted. Code can also be licensed specifically to Team Elements for redistribution so authors maintain their copyright.
In our future TE enhancement plans is the following:
- Making cross links in Wiki between projects (beta is working locally)
- Fixing encoding support in discussions and emails
- Adding Jabber support for notification about events
Are you interested in those options?
Mykhaylo Sorochan wrote:
> Are you interested in those options?
> In our future TE enhancement plans is the following:
> - Making cross links in Wiki between projects (beta is working locally)
Yes -- Sounds useful -- I'm guessing a wiki entry can link to a wiki entry in another project.
> - Fixing encoding support in discussions and emails
Absolutely! Every once in awhile this issue arises and we'd like to have it solved!
> - Adding Jabber support for notification about events
I think many users will find this useful.
I personally have some experience with this in other projects using the Smack API, so if you are taking suggestions let me point out a few resources...
Smack API:
http://www.igniterealtime.org/projects/smack/index.jsp
Instantiate in webapp (registration at www.centriccrm.com required):
https://svn.centricsuite.com/webapp/branches/branch-41/src/java/org/aspcfs/utils/XMPPManager.java
https://svn.centricsuite.com/webapp/branches/branch-41/src/java/org/aspcfs/utils/AsteriskListener.java
When you are ready to commit, let us know and a feature branch will be created for you in Subversion that you can commit to. We'll review it and merge into the trunk.
Thanks for contributing!
- Matt