2008-09-15 19:44:03 by David Brownlee | Files touched by this commit (1) |
Log message:
unbork the sqlite2/sqlite3 breakage after my upgrade to 0.11.1
Traq was already using sqlite3 - I misunderstood the py-sqlite numbering.
- py-sqlite3 is sqlite3 for python2.5
- py-sqlite2 is sqlite3 from python < 2.5
- py-sqlite is sqlite2 for some version or versions
Apologies to the non python 2.5 users for he original breakage
|
2008-09-15 16:53:12 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
s/PKG_VERSIONS_ACCEPTED/PYTHON_VERSIONS_ACCEPTED/
|
2008-09-15 13:50:06 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
The sqlite3 requires py-sqlite3, which is currently Python 2.5 only.
|
2008-09-12 12:18:11 by David Brownlee | Files touched by this commit (5) |
Log message:
Updated www/trac to 0.11.1
Trac 0.11.1 (August 6, 2008)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.1
Trac 0.11.1 contains a number of bug fixes and minor enhancements.
The following list contains only a few highlights:
* Improved DB connection handling (new connection pool)
* Better MySQL backend unicode support. "utf8" and \
"utf8_bin" is the
recommended database charset and collation settings.
* Fixes intermittent "constraint violation" and "invalid form \
token"
error messages.
* Fixes roadmap layout glitch in Firefox 3.
* Safer default umask value for tracd (can be set using --umask option)
* Better default PYTHON_EGG_CACHE value.
The complete list of closed tickets can be found here:
http://trac.edgewall.org/query?status=closed&milestone=0.11.1
Trac 0.11 'Genshi' (June 22, 2008)
http://svn.edgewall.org/repos/trac/tags/trac-0.11
Trac 0.11 contains a great number of new features, improvements and
bug fixes. The following list contains only a few highlights:
* New template engine for generating content (Genshi)
* New configurable workflow in the ticket subsystem
* Finer-grained control of permissions
* Support for Pygments as the default syntax highlighter
* Improved repository browser ("blame" support, dynamic in-place
expansion of folders)
* Improved user preferences subsystem, among which the possibility for
* any user to select their time zone and disable access keys
* The WebAdmin plugin is now an integral part of Trac
* Paging of timeline and query results.
A more complete list of new features can be found in the RELEASE file.
The complete list of closed tickets can be found here:
http://trac.edgewall.org/query?status=closed&milestone=0.11
|
2008-08-18 02:55:48 by Eric Gillespie | Files touched by this commit (8) |
Log message:
Set MAINTAINER to pkgsrc-users@.
|
2008-07-04 18:30:53 by Greg Troxel | Files touched by this commit (2) | |
Log message:
Update to 0.10.5, resolving security issues. This is believed to be a
very minor update.
Trac 0.10.5 (Jun 23, 2008)
http://svn.edgewall.org/repos/trac/tags/trac-0.10.5
Trac 0.10.5 contains two security fixes and a couple of bug fixes.
The following list contains only a few highlights:
* Fixes a cross-site redirection vulnerability in the quickjump function
reported by Russ McRee.
* Fixes a wiki engine XSS vulnerability found by Nathan Collins.
* Added PostgreSQL 8.3 support.
* Fixes FineGrainedPermissions for scoped repositories.
* Fixes problem with repository syncing raising exceptions.
The complete list of closed tickets can be found here:
http://trac.edgewall.org/query?status=closed&milestone=0.10.5
|
2008-04-25 22:39:14 by Joerg Sonnenberger | Files touched by this commit (170) |
Log message:
Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
|
2008-04-11 17:27:22 by David Brownlee | Files touched by this commit (3) |
Log message:
Switch from PYTHON_VERSIONS_ACCEPTED= to PYTHON_VERSIONS_INCOMPATIBLE= (and \
enable 25)
|
2007-10-29 19:31:11 by Greg Troxel | Files touched by this commit (1) |
Log message:
Fix psycopg2 dependency line (reported by Stefan Schulze).
|
2007-10-29 00:40:15 by Greg Troxel | Files touched by this commit (1) |
Log message:
Remove spurious braces around dependencies. Pointed out by Hubert
Feyrer.
|