2012-03-08 02:31:16 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update ja-trac to 0.12.3pl2.
(no changes for pkgsrc, because using replaced replease zip file).
Trac-0.12.3.ja2 (Mar 7, 2012)
* fixes permission of release files
|
2012-03-07 06:12:25 by OBATA Akio | Files touched by this commit (2) |
Log message:
Trac-0.12.3.ja1 (Mar 2, 2012)
* merge Trac-0.12.3
* Japanize default Wiki pages
- trac/wiki/default-pages/*
* Japanize Wiki macros document
- trac/wiki/intertrac.py
- trac/wiki/interwiki.py
Trac 0.12.3 (February 6, 2012)
http://svn.edgewall.org/repos/trac/tags/trac-0.12.3
Trac 0.12.3 contains a few minor fixes and a few minor features:
- added compatibility with Subversion 1.7 (#10414)
- make it easier to troubleshoot common startup errors (#10024)
- jQuery upgraded to 1.4.4 (#10001)
- improved fine-grained permission handling in the source browser
(#9976, #10208, #10110)
- added compatibility with MySQL 5.5.3 utf8mb4 databases (#9766)
- ... and dozens more fixes!
|
2011-03-15 14:17:58 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Modify CHECK_INTERPRETER_SKIP to match .wsgi files.
Fix build problem with CHECK_INTERPRETER.
|
2011-03-15 07:04:03 by OBATA Akio | Files touched by this commit (1) |
Log message:
PgSQL support had been dropped from upstream.
so options is changed that psycopg2 is the default driver for pgsql support.
|
2010-11-02 02:45:10 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update ja-trac to 0.12.1pl1 a.k.a. 0.12.1ja1.
Trac-0.12.1ja1 (Nov 1, 2010)
* Merge Trac-0.12.1
* Translate default Wiki pages into Japanese.
- trac/wiki/default-pages/*
* Translate document for trac.ini options into Japanese.
- trac/env.py
- trac/versioncontrol/admin.py
- trac/versioncontrol/api.py
- trac/versioncontrol/svn_authz.py
- trac/versioncontrol/web_ui/browser.py
- trac/web/chrome.py
- trac/web/main.py
- trac/wiki/api.py
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 flu
p 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-mail
s (#9484, #9494)
- i18n: added a configuration option to set the default language (#8117)
- several fixes for upgrade (#9400, #9416, #9483, #9556)
|
2010-08-28 02:44:31 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update japanized Trac to 0.12.ja1 a.k.a. 0.12pl1.
Trac-0.12.ja1 (Aug 25, 2010)
* Based on Trac 0.12 'Babel'
* Change document and parameters for our distribution.
- *.trac-ja
- setup.py
- trac/templates/about.html
- trac/templates/theme.html
* Translate default Wiki pages into Japanese.
- trac/wiki/default-pages/*
* Translate document of Wiki macros into Japanese.
- trac/admin/console.py
- trac/ticket/query.py
- trac/wiki/macros.py
* Translate document of trac.ini options into Japanese.
- trac/attachment.py
- trac/db/api.py
- trac/db/mysql_backend.py
- trac/db/postgres_backend.py
- trac/db/sqlite_backend.py
- trac/env.py
- trac/mimeview/api.py
- trac/mimeview/silvercity.py
- trac/notification.py
- trac/perm.py
- trac/search/web_ui.py
- trac/ticket/api.py
- trac/ticket/notification.py
- trac/ticket/query.py
- trac/ticket/report.py
- trac/ticket/roadmap.py
- trac/ticket/web_ui.py
- trac/timeline/web_ui.py
- trac/versioncontrol/api.py
- trac/versioncontrol/svn_authz.py
- trac/versioncontrol/svn_fs.py
- trac/versioncontrol/web_ui/browser.py
- trac/versioncontrol/web_ui/changeset.py
- trac/versioncontrol/web_ui/log.py
- trac/web/auth.py
- trac/web/chrome.py
- trac/web/main.py
- trac/wiki/api.py
- trac/wiki/web_ui.py
- tracopt/mimeview/enscript.py
- tracopt/mimeview/php.py
* Change default values for databases and trac.ini to Japanese
- trac/db_default.py
- trac/ticket/workflows/basic-workflow.ini
- trac/ticket/workflows/original-workflow.ini
* [Patch] Change default date/time format to Japan
- trac/log.py
- trac/util/datefmt.py
* [Patch] Change default encode to cp932
- trac/mimeview/api.py
* [Patch] Add format processing with Japanese coumn name in reports
- trac/ticket/report.py
- trac/ticket/templates/report.rss
- trac/ticket/templates/report_view.html
* [Patch] Fixes a bug that local time is not applied when download Zip file
from repository
- trac/versioncontrol/web_ui/changeset.py
* [Patch] minor patch for Unicode handling
- trac/about.py
Trac 0.12 'Babel' (June 13, 2010)
http://svn.edgewall.org/repos/trac/tags/trac-0.12
Trac 0.12 is a major release introducing i18n and multiple repository support as \
the most visible changes.
The following list contains only a few highlights:
- The user interface is translated in a dozen of languages, provided the
[Babel:] package is installed
- Multiple repositories can be associated to a single Trac environment; the
repositories can be of heterogeneous types (svn, hg, git, darcs...)
- Usability improvements for the Wiki, with a nice side-by-side edit mode with
automatic preview
- Richer Wiki syntax, with much improved support for tables, partial
WikiCreole compatibility and numerous smaller improvements
- Usability improvements for the Ticket module, with automatic preview of
comments while you type and possibility to edit or remove them later
- Improved Custom Queries (time fields, multiple disjoint conditions,
a.k.a. OR queries)
- Timeline filtering by user
- ... and numerous smaller features added and bugs fixed since 0.11!
|
2010-03-24 05:55:20 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update ja-trac to 0.11.7pl1, aka Trac-0.11.7.ja1.
Trac-0.11.7.ja1 (Mar 11, 2010)
* Merge Trac-0.11.7
* Fix typos
- trac/wiki/default-pages/InterTrac
Trac 0.11.7 (March 10, 2010)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.7
Trac 0.11.7 is nearly identical to 0.11.7rc1 except for a few more fixes:
- avoid an infinite loop when using an AtomicFile in a read-only
directory (#9081)
- don't report client disconnects during writes as internal errors (#9103)
- don't reuse a closed cursor, which could happen in one specific case
for the pysqlite backend (#9104)
Trac 0.11.7rc1 (February 23, 2010)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.7rc1
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) \
[[comment(intentionally kept vague, we don't want to advertize a DOS, do we?)]]
- 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.
|
2010-01-29 06:13:45 by OBATA Akio | Files touched by this commit (1) |
Log message:
skip check-interpreter for deploy template files.
|
2010-01-26 03:01:36 by OBATA Akio | Files touched by this commit (4) |
Log message:
Update ja-trac to 0.11.6pl1,aka Trac-0.11.6.ja1.
(security fixes are already by 0.11.5pl1nb1 in pkgsrc)
Trac-0.11.6.ja1 (Jan 24, 2010)
* Merge Trac-0.11.6
* Apply patch
- trac:changeset:8997
Trac 0.11.6 (November 28, 2009)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.6
Trac 0.11.6 contains two security fixes and a number of bug fixes,
performance improvements and minor enhancements. The following list
contains only a few highlights:
Security fixes:
* Fixed the policy checks in report results when using alternate formats.
* Added a check for the "raw" role that is missing in docutils < 0.6.
Performance improvements:
* Re-enabled connection pooling with SQLite (#3446).
* Added caching of configuration options (#8510).
Bug fixes:
* Fixed the "database is locked" issue with SQLite (#3446, #8468).
* Deprecated SQLite 2.x support (#8625).
* Fixed hanlding of times in timezones with DST (#8240).
* Avoid corruption of trac.ini during write (#8623).
* Improved support for revision ranges in revision log view (#8349)
|