2012-03-15 12:53:45 by OBATA Akio | Files touched by this commit (170) |
Log message:
Bump PKGREVISION from default python to 2.7.
|
2012-02-07 02:32:17 by Greg Troxel | Files touched by this commit (2) |
Log message:
Update to trac 0.12.3
compatibility with Subversion 1.7 (#10414)
easier troubleshooting of common startup errors (#10024)
jQuery upgraded to 1.4.4 (#10001)
improve fine-grained permission handling in the source browser (#9976, \
#10208, #10110)
... and dozens more fixes!
|
2012-01-27 06:58:56 by OBATA Akio | Files touched by this commit (1) |
Log message:
drop condition for python23, not exist in pkgsrc now.
|
2011-03-17 00:28:23 by Greg Troxel | Files touched by this commit (3) |
Log message:
Update to 0.12.2 from 0.12.
Trac 0.12.2 (January 31, 2011)
http://svn.edgewall.org/repos/trac/tags/trac-0.12.2
This list contains only a few highlights:
- install: improved robustness of Trac installation if Babel is
installed after the fact (#9439, #9595, #9961)
- notifications: support for Asian character width (#4717)
- roadmap: fix display of progress bar in some corner cases (#9718)
and respect the overall_completion milestone group setting (#9721)
- reports: reports and queries look much better, as the columns now
keep the same width across groups; the absence of word wrapping in
reports has been fixed (#9825)
- web admin: improved layout (#8866, #9963)
- web: it's now possible to log in different Trac instances sharing
the same URL prefix (e.g. /project and /project-test) (#9951)
Trac 0.12.1 (October 9, 2010)
http://svn.edgewall.org/repos/trac/tags/trac-0.12.1
This list contains only a few highlights:
- db: improve concurrency behavior (#9111)
- fcgi: add an environment variable `TRAC_USE_FLUP` to control the usage of \
flup vs. bundled _fcgi.py (defaults to 0, i.e. use bundled as before)
- svn authz: improve compatibility with svn 1.5 format (#8289)
- milestone: allow to set the time for the due date (#6369, #9582)
- ticket: fixes for the CC: property (#8597, #9522)
- notification: improved the formatting of ticket fields in notification \
e-mails (#9484, #9494)
- i18n: added a configuration option to set the default language (#8117)
- several fixes for upgrade (#9400, #9416, #9483, #9556)
|
2011-03-15 13:58:04 by Greg Troxel | Files touched by this commit (1) |
Log message:
Add comments describing differences to ../ja-trac.
These comments are based on private mail with obache@, but errors are
my fault. They are intended to be useful primarily to package
maintainers, but also to people administering trac via pkgsrc.
|
2011-03-14 20:45:38 by Greg Troxel | Files touched by this commit (1) | |
Log message:
PKGREVISION++ for pgsql option removal. There's no need to update if
not using py-PgSQL, but trac 0.12 built with option pgsql uttery
fails to work.
|
2011-03-14 20:44:46 by Greg Troxel | Files touched by this commit (1) |
Log message:
Remove pgsql option; users should use "psycopg2" option instead.
trac 0.12 dropped support for py-PgSQL. Switching to py-psycopg2 with
an existing database that used to be accessed by py-PgSQL worked.
|
2010-06-16 19:31:33 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update to 0.12; ok'ed by gdt@. Major changes:
* Translation of Trac in your language using Babel (http://babel.edgewall.org)
* Multiple Repository Support per environment
* Improved Wiki, more powerful syntax and nicer user interface with automatic
preview in side-by-side editing mode
* Improved Ticket user interface, with editable comments and automatic preview
|
2010-03-10 16:27:01 by Greg Troxel | Files touched by this commit (2) |
Log message:
Update to 0.11.7 (security/bugfix release). Changes since 0.11.6:
Security fixes:
* Fixed a ticket validation issue that would allow unauthorized
users to modify the status and resolution of a ticket (#8884)
Performance improvements:
* Trac wiki had some trouble handling very long unicode words
(#9025)
* Full text search was very slow if lots of custom fields were
used (#8935)
Bug fixes:
* Fixed a race condition that could lead to the destruction of the
trac.ini file (#8623)
* Fixed creation of new milestone which could have been a rename
if performed after a name clash has been detected (#8816)
* Fixed display of value 0 in report cells (#7512)
|
2010-02-10 20:17:48 by Joerg Sonnenberger | Files touched by this commit (205) |
Log message:
Bump revision for PYTHON_VERSION_DEFAULT change.
|