Posts filed under 'Releases'
KForge 0.14 is out. Get it via the download page:
http://www.kforgeproject.com/download/
Or direct from
http://www.kforgeproject.com/files/kforge-0.14.tar.gz
Changes
- Ensure admin pages at /admin/ and not just /admin/model/.
- Set zip_safe to False in setup.py to avoid problems with apache/modpython.
- Brought guide completely up to date.
- Ensure access control works with Apache 2.0 and not just 2.2.
- Alphabetical sorting of projects and persons.
- Removed redundant variables from configuration file.
- Updated docstrings for plugins to include full installation instructions.
About KForge
KForge is an open-source (GPL) system for managing software and knowledge projects. It re-uses existing best-of-breed tools such as a versioned storage (subversion), a tracker (trac), and wiki (trac or moinmoin), integrating them with the system’s own facilities (projects, users, permissions etc). KForge also provides a complete web interface for project administration as well a fully-developed plugin system so that new services and features can be easily added.
For more information see the about page: http://www.kforgeproject.com/about/
September 21st, 2007
KForge 0.13 is out. Get it via the download page:
http://www.kforgeproject.com/download/
Or direct from
http://www.kforgeproject.com/files/kforge-0.13.tar.gz
Changes
- KForge runs on a single virtual host and can be mounted off the site
root using uri_prefix (ticket:44)
- Simplified installation process using setuptools (ticket:30 and
ticket:41)
- Fix bug whereby non-authorised users could issue post requests
(ticket:38)
- Time zone for internal time stamps now set correctly (ticket:42)
- Support for trac >= 0.10 (ticket:39)
- Refactored and improve test process.
About KForge
KForge is an open-source (GPL) system for managing software and knowledge projects. It re-uses existing best-of-breed tools such as a versioned storage (subversion), a tracker (trac), and wiki (trac or moinmoin), integrating them with the system’s own facilities (projects, users, permissions etc). KForge also provides a complete web interface for project administration as well a fully-developed plugin system so that new services and features can be easily added.
For more information see the about page: http://www.kforgeproject.com/about/
August 14th, 2007
The next KForge release has now been scheduled for the start of July:
http://p.knowledgeforge.net/kforge/trac/milestone/v0.13
A full list of proposed tickets for this release can be found linked from that page. Any comments or suggestions, then please post a comment either here or on the mailing lists.
June 1st, 2007
After nearly six months of work KForge 0.12 is out. Get it via the download page:
http://www.kforgeproject.com/download/
Or direct from
http://www.kforgeproject.com/files/kforge-0.12.tar.gz
Changes
- Wordpress and Mailman plugins (ticket:23 and ticket:34)
- Better integration of main KForge system with subsystem applications such as trac (ticket:7)
- Massive speed improvements in access to site and services (~10x)
- ‘Remember me’ support when logging in (ticket:19)
- ‘Forgot password’ support (ticket:26)
- Support for databases other than postgresql including mysql
- ‘Notify’ plugin to notify system administrators of events such as user registration and project creation
- Substantial set of usability improvements to the web interface
- Factor out core code into a separate reusable package named ‘domainmodel’
About KForge
KForge is an open-source (GPL) system for managing software and knowledge projects. It re-uses existing best-of-breed tools such as a versioned storage (subversion), a tracker (trac), and wiki (trac or moinmoin), integrating them with the system’s own facilities (projects, users, permissions etc). KForge also provides a complete web interface for project administration as well a fully-developed plugin system so that new services and features can be easily added.
For more information see the about page: http://www.kforgeproject.com/about/
January 8th, 2007
Over the weekend we deployed the first 0.12 release candidate onto http://demo.kforgeproject.com/. In the process we immediately discovered one bug which hadn’t been picked up because it only affects upgrades of existing installations rather than new deployments. Thankfully the bug is very minor and is easy to fix — just use revision 67 of domainmodel rather than the current head version (revision 77). So, after a week or so of further testing the code should be solid enough to be officially released, and we can then look forward to a brand v0.12 of KForge which adds (among other things):
- A Wordpress plugin
- A Mailman plugin
- Massive speed improvements of site and services
- Remember me when logging in
December 4th, 2006
KForge 0.11 is out. Get it via the download page:
http://www.kforgeproject.com/download/
Or direct from
http://www.kforgeproject.com/files/kforge-0.11.tar.gz
Changes
- system administration interface at /admin/
- complete rewrite of web interface code to be simpler and cleaner
- expanded and improved documentation
- dav access fully functional and fixes to access control: ticket:11, ticket:8, ticket:15, ticket:16
- command line interface rewritten and centralized in kforge-admin
- support for trac >= 0.9 (while maintaining support for trac 0.8)
- improved logging for development and sysadmin purposes
- other minor fixes/improvements: ticket:1, ticket:5, ticket:3
About KForge
KForge is an open-source (GPL) system for managing software and knowledge projects. It re-uses existing best-of-breed tools such as a versioned storage (subversion), a tracker (trac), and wiki (trac or moinmoin), integrating them with the system’s own facilities (projects, users, permissions etc). KForge also provides a complete web interface for project administration as well a fully-developed plugin system so that new services and features can be easily added.
For more information see the about page: http://www.kforgeproject.com/about/
July 4th, 2006
After fixing a couple of bugs discovered in the RC1 (in particular ticket 16) we’ve prepared a second release candidate incorporating fixes. The code is looking pretty stable and it should not be long until 0.11 is released.
June 23rd, 2006
After a lot of polishing over the last couple of weeks the first KForge 0.11 release candidate is ready. The 0.11 release delivers large number of improvements and fixes (see the CHANGES for full details) so why not try it out. Existing users can find full upgrade instructions in the the UPGRADE file while new users should follow the instructions in INSTALL.
June 3rd, 2006
KForge 0.10 is formally out. Get it via the download page.
More Information
KForge 0.10 sees several major and minor improvements including:
- Improved and refactored access control system
- Single sign-on to administration and services
- Easier browsing of projects and users
- Optional captcha functionality to prevent registration spamming
- (bugfix) auto-rebuild of webserver configuration to allow immediate access to created services
About KForge
KForge is an open-source (GPL) system for managing software and knowledge projects. It re-uses existing best-of-breed tools such as a versioned storage (subversion), a tracker (trac), and wiki (trac or moinmoin), integrating them with the system’s own facilities (projects, users, permissions etc). KForge also provides a complete web interface for project administration as well a fully-developed plugin system so that new services and features can be easily added.
For more information see the about page: http://www.kforgeproject.com/about/
March 27th, 2006
KForge 0.9 is formally out. Get it via the download page.
More Information
KForge is an open-source (GPL) system for managing software and knowledge projects. It re-uses existing best-of-breed tools such as a versioned storage (subversion), a tracker (trac), and wiki (trac or moinmoin), integrating them with the system’s own facilities (projects, users, permissions etc). KForge also provides a complete web interface for project administration as well a fully-developed plugin system so that new services and features can be easily added.
Major features:
-
Projects, users and permissions
-
Best of breed tools available out of the box including subversion, trac, moinmoin
-
Extensible with a fully developed plugin system and simple API
-
Opensource and python-based
You can check-out a sandbox site at: http://demo.kforgeproject.com/ Or a production site at: http://knowledgeforge.net/
January 12th, 2006