Bug tracking for Zena
Getting the latest code
You can use subversion:
Or download an archive zena.tgz. This archive is automatically created from the subversion repository when all tests pass.
Read the source:trunk/README file on installation instructions.
Documentation
If you need documentation on zena, please visit the main site : zenadmin.org.
Feature request
Do not fill in feature requests for the moment, use the mailing list instead : mailing-list.
Bug report
Please try to find your problem in the open tickets ({3}) first.
You need an to create an account in this trac installation (register).
Thanks for following the rules below when filling in a bug report:
- Describe the problem with an example.
- Add [PATCH] in the title if you can join a patch to fix the bug (patched bugs will be resolved sooner). The patch should contain a test case. If you cannot write a patch, just write the test case, this helps a lot !
- Add [SECURITY] if the bug is related to security (risks of data loss/corruption/steal).
- If you can create a patch (bug fix and/or test case), do this against the latest revision.
Testing
To test zena, use:
# rake zena:test
This will run all the tests (including library testing).
