Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am looking for an open-source document circulation and workflow web-based system to add it in the website that I am developing now.
I searched a little bit in Google and I found the following interesting system:
http://www.cuteflow.org/index.html
But the problem with that system is no one can create workflow or document circulation except the Admin. What I want is such a system that makes any user creates a document to decide whether create workflow or not.
So do you know any web-based system that I can use it in the website? Any suggestion or feedback.
You could maybe take a look at the community edition of KnowledgeTree.
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
When I am writing PHP i find it really hard to keep track of all the changes/bug fixes I make.
When you are creating a script in PHP what do you use to keep a track of any changes that you make along with adding version numbers and maintaining a changelog file?
Thanks in advance.
Use Versioning system. One of the most common is for example Subversion.
http://subversion.apache.org/
Subversion offers great features, like revision history, comparing between those revisions, also branching and tagging
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a little business and I always need to share files with my workers.
I'm looking for an open source PHP or ASP web platform that will allow me and the workers to upload and edit documents, pictures, etc...
And set different permissions for different users.
I'd recommend VPS with samba instead. (or a regular NAS)
The web isn't suited for the task.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Does anyone know if there are premade open source webapps not from 2005 (preferably PHP, but Rails/pYthon are fine) for an esports (specifically, counter-strike: source) tournament?
I've googled a fair bit and can't find anything serious.
Thanks in advance!
While this isnt open source per se I still think it can satisfy your needs.
Both Binary Beast and Challonge serves an API from which you can create and manage tournaments.
Binary Beast even provides libraries to interact with the API.
You will have to do some front end programming yourself or host it entirely on their site.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am currently working on a big project (development) and I am looking for software where I can add the pending tasks and the progress of those tasks and time left till target project completion.
I need something that's simple to use.
Any suggestions anyone please?
Thanks
Have a look at trac. It is easy to use, free and there are a lot of plugins available, for example an integration into eclipse or SVN! You can plan every task with time left etc. of course.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I have some confusion about CakePHP core developers.
Do CakePHP core developers develop/maintain cakephp/lib/Cake/Core files?
Or do they develop/maintain everything in cakephp/lib?
Thanks in advance.
As CakePHP is an open source project, development contributions can be made by anyone.
There is a group of developers that actively maintain the CakePHP project, termed "core developers".
As anyone can submit patches, contributions from outside this group come from the "community".
The project consists of everything in the CakePHP GitHub repository, including the skeleton files in app/.