Up to [cvs.netbsd.org] / pkgsrc / www / trac
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.30 / (download) - annotate - [select for diffs], Tue Feb 7 01:32:16 2012 UTC (3 months, 2 weeks ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.29: +4 -4
lines
Diff to previous 1.29 (colored)
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!
Revision 1.29 / (download) - annotate - [select for diffs], Wed Mar 16 23:28:22 2011 UTC (14 months, 1 week ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.28: +4 -4
lines
Diff to previous 1.28 (colored)
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)
Revision 1.28 / (download) - annotate - [select for diffs], Wed Jun 16 17:31:33 2010 UTC (23 months, 1 week ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.27: +4 -4
lines
Diff to previous 1.27 (colored)
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
Revision 1.27 / (download) - annotate - [select for diffs], Wed Mar 10 15:27:01 2010 UTC (2 years, 2 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.26: +4 -4
lines
Diff to previous 1.26 (colored)
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)
Revision 1.26 / (download) - annotate - [select for diffs], Sun Jan 3 20:49:41 2010 UTC (2 years, 4 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.25: +4 -4
lines
Diff to previous 1.25 (colored)
Update to 0.11.6, addressing
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4405
From release notes at:
http://trac.edgewall.org/browser/tags/trac-0.11.6/RELEASE
November 28, 2009
Trac 0.11.6 contains two security fixes and a number of bug fixes,
performance improvements and minor enhancements.
Changes in 0.11.6
* 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.
* Re-enabled connection pooling with SQLite (#3446).
* Added caching of configuration options (#8510).
* 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 the revision log
view (#8349)
updating during freeze approved by wiz@
Revision 1.25 / (download) - annotate - [select for diffs], Mon Jul 20 18:13:01 2009 UTC (2 years, 10 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.24: +4 -4
lines
Diff to previous 1.24 (colored)
Update to 0.11.5. Trac 0.11.5 (July 17, 2009) http://svn.edgewall.org/repos/trac/tags/trac-0.11.5 Trac 0.11.5 is identical to 0.11.5rc2 except for fixing a minor incompatibility issue when using IIS via AJP as frontend (#8475). Trac 0.11.5rc2 (July 11, 2009) http://svn.edgewall.org/repos/trac/tags/trac-0.11.5rc2 Trac 0.11.5rc2 fixes two regressions found in rc1 and one minor enhancement: * Fixed workaround for zipped Genshi eggs, [8354], #7823 * Fixed internal error when removing a wiki page version [8343]. * Fixed display of merge properties for scoped repositories #7715. Trac 0.11.5rc1 (March 30, 2009) http://svn.edgewall.org/repos/trac/tags/trac-0.11.5rc1 Trac 0.11.5rc1 contains a number of bug fixes and minor enhancements. The following list contains only a few highlights: Bug fixes: * Implemented pre-upgrade backup support for PostgreSQL and MySQL (#2304) * Fixed PostgreSQL upgrade issue (#8378) * More robust diff parsing (#2672) * Avoid intermittent hangs by not calling apr_terminate explicitly (#7785)
Revision 1.24 / (download) - annotate - [select for diffs], Sat Apr 25 00:15:04 2009 UTC (3 years, 1 month ago) by roy
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.23: +4 -4
lines
Diff to previous 1.23 (colored)
Update to trac-0.11.4 Changes from 0.11.3 include * Custom mainnav links regression * Fixed Python 2.3 incompatibility * Fixed Python 2.6 notification issue * Fixed PostgreSQL multi column index issue
Revision 1.23 / (download) - annotate - [select for diffs], Thu Feb 19 14:49:13 2009 UTC (3 years, 3 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.22: +4 -4
lines
Diff to previous 1.22 (colored)
Trac 0.11.3 contains a number of bug fixes and minor enhancements. Highlights in 0.11.3 -------------------- * Compatibility with Python 2.6 (#7876, #7458) * PostgreSQL db backend improvement (#4987, #7600) * Highlighting of search results is more robust (#7324, #7830) * Unicode related fixes (#7672, #7959, #7845, #7935, #8024) * Fixed Trac link rendering in ReST (#7712)
Revision 1.21.4.1 / (download) - annotate - [select for diffs], Thu Nov 13 15:12:22 2008 UTC (3 years, 6 months ago) by tron
Branch: pkgsrc-2008Q3
Changes since 1.21: +4 -4
lines
Diff to previous 1.21 (colored) next main 1.22 (colored)
Pullup ticket #2585 - requested by gdt trac: security update Revisions pulled up: - www/trac/Makefile 1.41 - www/trac/PLIST 1.16 - www/trac/distinfo 1.22 --- Module Name: pkgsrc Committed By: gdt Date: Tue Nov 11 18:24:09 UTC 2008 Modified Files: pkgsrc/www/trac: Makefile PLIST distinfo Log Message: Update to 0.11.2. Take maintainership. Trac 0.11.2 (November 8, 2008) http://svn.edgewall.org/repos/trac/tags/trac-0.11.2 Trac 0.11.2 contains two security fixes and a couple of bug fixes. The following list contains only a few highlights: Bug fixes: * Fixes potential DOS vulnerability with certain wiki markup. Reported by Matt Murphy. * Improved HTML sanitizer filter to detect possible phishing attempts. Reported by Simon Willison. * MySQL db backend improvement (reconnect after idle timeout #4465) * TicketQuery speed improvements (#6436) * Fixes for RSS feeds (timeline entries no longer truncated #7316, no longer download some feeds under Firefox #3899) * Search now works for custom fields (#2530) * Same order for ticket fields for new and existing tickets (#7018) * Enforce fine-grained permission for "quickjump" search results (#7655) * E-mail obfuscation was not done in a few remaining places (#7688, #6532) * Uninstall of plugins from WebAdmin was not working - feature disabled for now * More robust pagination of results for reports and custom queries (#7424, #7544) * Support for newer version of pygments (#7622) * Documentation updated (#7603, #7205, #7318) Minor improvements: * Better support for Wiki page hierarchy (show path #2780, link to parent #2150) * Custom query allow to search in description and other text fields (#4824)
Revision 1.22 / (download) - annotate - [select for diffs], Tue Nov 11 18:24:09 2008 UTC (3 years, 6 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.21: +4 -4
lines
Diff to previous 1.21 (colored)
Update to 0.11.2. Take maintainership. Trac 0.11.2 (November 8, 2008) http://svn.edgewall.org/repos/trac/tags/trac-0.11.2 Trac 0.11.2 contains two security fixes and a couple of bug fixes. The following list contains only a few highlights: Bug fixes: * Fixes potential DOS vulnerability with certain wiki markup. Reported by Matt Murphy. * Improved HTML sanitizer filter to detect possible phishing attempts. Reported by Simon Willison. * MySQL db backend improvement (reconnect after idle timeout #4465) * TicketQuery speed improvements (#6436) * Fixes for RSS feeds (timeline entries no longer truncated #7316, no longer download some feeds under Firefox #3899) * Search now works for custom fields (#2530) * Same order for ticket fields for new and existing tickets (#7018) * Enforce fine-grained permission for "quickjump" search results (#7655) * E-mail obfuscation was not done in a few remaining places (#7688, #6532) * Uninstall of plugins from WebAdmin was not working - feature disabled for now * More robust pagination of results for reports and custom queries (#7424, #7544) * Support for newer version of pygments (#7622) * Documentation updated (#7603, #7205, #7318) Minor improvements: * Better support for Wiki page hierarchy (show path #2780, link to parent #2150) * Custom query allow to search in description and other text fields (#4824)
Revision 1.21 / (download) - annotate - [select for diffs], Fri Sep 12 10:18:11 2008 UTC (3 years, 8 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
cube-native-xorg-base,
cube-native-xorg
Branch point for: pkgsrc-2008Q3
Changes since 1.20: +4 -5
lines
Diff to previous 1.20 (colored)
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
Revision 1.20 / (download) - annotate - [select for diffs], Fri Jul 4 16:30:53 2008 UTC (3 years, 10 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.19: +4 -4
lines
Diff to previous 1.19 (colored)
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
Revision 1.19 / (download) - annotate - [select for diffs], Fri Oct 12 12:41:00 2007 UTC (4 years, 7 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.18: +4 -4
lines
Diff to previous 1.18 (colored)
Update to 0.10.4. Trac 0.10.4 (Apr 20, 2007) http://svn.edgewall.org/repos/trac/tags/trac-0.10.4 Trac 0.10.4 is a bug fix release. The following list contains only a few highlights: * Repository cache improvements. The new syncing scheme is incompatible with the previous one and requires a database schema upgrade in order to prevent the old and the new codebase to be mixed. A repository resync is not needed, though. The 0.10.4 scheme is compatible with the 0.11 one. (#3837, #4043 and #4586) * Fix a possible freeze under heavy load (#4465) The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.10.4
Revision 1.17.2.1 / (download) - annotate - [select for diffs], Sat Mar 10 21:46:04 2007 UTC (5 years, 2 months ago) by salo
Branch: pkgsrc-2006Q4
Changes since 1.17: +4 -4
lines
Diff to previous 1.17 (colored) next main 1.18 (colored)
Pullup ticket 2049 - requested by wiz
security update for trac
Revisions pulled up:
- pkgsrc/www/trac/Makefile 1.24, 1.25
- pkgsrc/www/trac/distinfo 1.18
Module Name: pkgsrc
Committed By: wiz
Date: Thu Feb 22 19:01:28 UTC 2007
Modified Files:
pkgsrc/www/trac: Makefile
Log Message:
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
>From Sergey Svishchev in private mail.
---
Module Name: pkgsrc
Committed By: wiz
Date: Sat Mar 10 20:55:34 UTC 2007
Modified Files:
pkgsrc/www/trac: Makefile distinfo
Log Message:
Update to 0.10.3.1:
Trac 0.10.3.1 (March 8, 2007)
http://svn.edgewall.org/repos/trac/tags/trac-0.10.3.1
Trac 0.10.3.1 is a security release:
* Always send "Content-Disposition: attachment" headers where potentially
unsafe (user provided) content is available for download. This behaviour
can be altered using the "render_unsafe_content" option in the
"attachment" and "browser" sections of trac.ini.
* Fixed XSS vulnerability in "download wiki page as text" in combination with
Microsoft IE. Reported by Yoshinori Oota, Business Architects Inc.
Revision 1.18 / (download) - annotate - [select for diffs], Sat Mar 10 20:55:34 2007 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.17: +4 -4
lines
Diff to previous 1.17 (colored)
Update to 0.10.3.1: Trac 0.10.3.1 (March 8, 2007) http://svn.edgewall.org/repos/trac/tags/trac-0.10.3.1 Trac 0.10.3.1 is a security release: * Always send "Content-Disposition: attachment" headers where potentially unsafe (user provided) content is available for download. This behaviour can be altered using the "render_unsafe_content" option in the "attachment" and "browser" sections of trac.ini. * Fixed XSS vulnerability in "download wiki page as text" in combination with Microsoft IE. Reported by Yoshinori Oota, Business Architects Inc.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Dec 17 17:20:34 2006 UTC (5 years, 5 months ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base
Branch point for: pkgsrc-2006Q4
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored)
Update to 0.10.3. Changes since 0.10: security and bug fixes.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Oct 22 11:29:58 2006 UTC (5 years, 7 months ago) by bouyer
Branch: MAIN
Changes since 1.15: +4 -4
lines
Diff to previous 1.15 (colored)
Update to 0.10, OK'd by Eric Gillespie Changes since 0.9.4: - Advanced diff support - InterWiki and InterTrac support - Improved modularity (database and version control backends as third-party plugins, with an experimental mysql backend) - Improved notification system - Support for spam protection - WSGI used as web server protocol - Lots of minor improvements in Wiki syntax, to the Wiki and to the Ticket subsystem (with exports in CSV or RSS format)
Revision 1.14.2.1 / (download) - annotate - [select for diffs], Sun Aug 6 12:18:16 2006 UTC (5 years, 9 months ago) by ghen
Branch: pkgsrc-2006Q2
Changes since 1.14: +4 -4
lines
Diff to previous 1.14 (colored) next main 1.15 (colored)
Pullup ticket 1779 - requested by salo
security update for trac and ja-trac
Revisions pulled up:
- pkgsrc/www/trac/Makefile 1.20
- pkgsrc/www/trac/distinfo 1.15
- pkgsrc/www/ja-trac/Makefile 1.4
- pkgsrc/www/ja-trac/distinfo 1.4
Module Name: pkgsrc
Committed By: salo
Date: Tue Jul 11 17:29:40 UTC 2006
Modified Files:
pkgsrc/www/trac: Makefile distinfo
Log Message:
Security update to version 0.9.6:
Changes:
* Fixed reStructuredText breach of privacy and denial of service
vulnerability found by Felix Wiemann.
* trac-post-commit-hook fixes.
* Fixed bugs: #2894, #3058, #3209 #3325.
---
Module Name: pkgsrc
Committed By: salo
Date: Tue Jul 11 17:38:42 UTC 2006
Modified Files:
pkgsrc/www/ja-trac: Makefile distinfo
Log Message:
Update to version 0.9.6.1:
Changes:
Trac-0.9.6-ja-1 (Jul 7, 2006)
* Merge trac-0.9.6
* Update to current statement.
* README.trac-ja
* wiki-default/TracJa
Trac 0.9.6 (Jul 6, 2006)
http://svn.edgewall.com/repos/trac/tags/trac-0.9.6
* Fixed reStructuredText breach of privacy and denial of service
* vulnerability
found by Felix Wiemann.
* trac-post-commit-hook fixes.
* Fixed bugs: #2894, #3058, #3209 #3325.
From PR pkg/33942 by Akio OBATA.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Jul 11 17:29:40 2006 UTC (5 years, 10 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.14: +4 -4
lines
Diff to previous 1.14 (colored)
Security update to version 0.9.6: Changes: * Fixed reStructuredText breach of privacy and denial of service vulnerability found by Felix Wiemann. * trac-post-commit-hook fixes. * Fixed bugs: #2894, #3058, #3209 #3325.
Revision 1.13.2.1 / (download) - annotate - [select for diffs], Fri Apr 28 16:38:38 2006 UTC (6 years ago) by snj
Branch: pkgsrc-2006Q1
Changes since 1.13: +4 -4
lines
Diff to previous 1.13 (colored) next main 1.14 (colored)
Pullup ticket 1465 - requested by salo
security updates for {,ja-}trac
Revisions pulled up:
- pkgsrc/www/trac/Makefile 1.19
- pkgsrc/www/trac/distinfo 1.14
- pkgsrc/www/ja-trac/Makefile 1.3
- pkgsrc/www/ja-trac/distinfo 1.3
Module Name: pkgsrc
Committed By: salo
Date: Wed Apr 26 16:08:21 UTC 2006
Modified Files:
pkgsrc/www/trac: Makefile distinfo
Log Message:
Update to version 0.9.5
From Akio OBATA via PR pkg/33367.
Changes:
Trac 0.9.5 (Apr 18, 2006)
http://svn.edgewall.com/repos/trac/tags/trac-0.9.5
- Fixed wiki macro XSS vulnerability found by Mr. Kazuhiro Nishiyama
at InterAct. http://jvn.jp/jp/JVN%2384091359/index.html
- Smaller memory usage when accessing subversion history.
- Fixed issue with incorrectly generated urls when installed behind
a web proxy (#2531).
- Fixed bugs: #2531, #2777, #3020.
Trac 0.9.4 (Feb 15, 2006)
http://svn.edgewall.com/repos/trac/tags/trac-0.9.4
- Deletion of reports has been fixed.
- Various encoding issues with the timeline RSS feed have been fixed.
- Fixed a memory leak when syncing with the repository.
- Milestones in the roadmap are now ordered more intelligently.
- Fixed bugs: #1064, #1150, #2006, #2253, #2324, #2330, #2408, #2430,
#2431, #2459, #2544, #2459, #2481, #2485, #2536, #2544, #2553,
#2580, #2583, #2606, #2613, #2621, #2664, #2666, #2680, #2706,
#2707, #2735
---
Module Name: pkgsrc
Committed By: salo
Date: Wed Apr 26 16:09:49 UTC 2006
Modified Files:
pkgsrc/www/ja-trac: Makefile distinfo
Log Message:
Update to version 0.9.5.1
From Akio OBATA via PR pkg/33368.
Changes:
Trac-0.9.5-ja-1 (Apr 19, 2006)
- Merge trac-0.9.5
- Update to current statement.
- README.trac-ja
- wiki-default/TracJa
Trac 0.9.5 (Apr 18, 2006)
http://svn.edgewall.com/repos/trac/tags/trac-0.9.5
- Fixed wiki macro XSS vulnerability found by Mr. Kazuhiro Nishiyama
at InterAct. http://jvn.jp/jp/JVN%2384091359/index.html
- Smaller memory usage when accessing subversion history.
- Fixed issue with incorrectly generated urls when installed behind
a web proxy (#2531).
- Fixed bugs: #2531, #2777, #3020.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Apr 26 16:08:20 2006 UTC (6 years, 1 month ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base
Branch point for: pkgsrc-2006Q2
Changes since 1.13: +4 -4
lines
Diff to previous 1.13 (colored)
Update to version 0.9.5 From Akio OBATA via PR pkg/33367. Changes: Trac 0.9.5 (Apr 18, 2006) http://svn.edgewall.com/repos/trac/tags/trac-0.9.5 - Fixed wiki macro XSS vulnerability found by Mr. Kazuhiro Nishiyama at InterAct. http://jvn.jp/jp/JVN%2384091359/index.html - Smaller memory usage when accessing subversion history. - Fixed issue with incorrectly generated urls when installed behind a web proxy (#2531). - Fixed bugs: #2531, #2777, #3020. Trac 0.9.4 (Feb 15, 2006) http://svn.edgewall.com/repos/trac/tags/trac-0.9.4 - Deletion of reports has been fixed. - Various encoding issues with the timeline RSS feed have been fixed. - Fixed a memory leak when syncing with the repository. - Milestones in the roadmap are now ordered more intelligently. - Fixed bugs: #1064, #1150, #2006, #2253, #2324, #2330, #2408, #2430, #2431, #2459, #2544, #2459, #2481, #2485, #2536, #2544, #2553, #2580, #2583, #2606, #2613, #2621, #2664, #2666, #2680, #2706, #2707, #2735
Revision 1.12.2.1 / (download) - annotate - [select for diffs], Fri Jan 13 00:23:02 2006 UTC (6 years, 4 months ago) by salo
Branch: pkgsrc-2005Q4
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
Pullup ticket 1021 - requested by Thomas Klausner security update for trac Revisions pulled up: - pkgsrc/www/trac/Makefile 1.16 - pkgsrc/www/trac/distinfo 1.13 Module Name: pkgsrc Committed By: wiz Date: Thu Jan 12 22:42:58 UTC 2006 Modified Files: pkgsrc/www/trac: Makefile distinfo Log Message: Update to 0.9.3, provided by OBATA Akio in PR 32507. Trac 0.9.3 (Jan 8, 2006) http://svn.edgewall.com/repos/trac/tags/trac-0.9.3 * Fixed XSS vulnerabilities. * Timeline RSS feed validity issue resolved. * "trac-admin initenv" now handles empty repositories. * Textile unicode support. * Fixed bugs: #1158, #2290, #2337, #2416, #2440, #2468, #2473, #2484, #2490, #2493, #2512, #2517, #2519, #2527, #2548, #2558, #2558
Revision 1.13 / (download) - annotate - [select for diffs], Thu Jan 12 22:42:58 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base
Branch point for: pkgsrc-2006Q1
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored)
Update to 0.9.3, provided by OBATA Akio in PR 32507. Trac 0.9.3 (Jan 8, 2006) http://svn.edgewall.com/repos/trac/tags/trac-0.9.3 * Fixed XSS vulnerabilities. * Timeline RSS feed validity issue resolved. * "trac-admin initenv" now handles empty repositories. * Textile unicode support. * Fixed bugs: #1158, #2290, #2337, #2416, #2440, #2468, #2473, #2484, #2490, #2493, #2512, #2517, #2519, #2527, #2548, #2558, #2558
Revision 1.12 / (download) - annotate - [select for diffs], Sat Dec 17 16:56:13 2005 UTC (6 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base
Branch point for: pkgsrc-2005Q4
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
Update to 0.9.2, provided by OBATA Akio in PR 32320, fixing a security problem. Changes since 0.9.0: Trac 0.9.2 (Dec 5, 2005) http://svn.edgewall.com/repos/trac/tags/trac-0.9.2 * Fixed SQL injection vulnerability in ticket search module. * Fixed broken ticket email notifications. Trac 0.9.1 (Dec 1, 2005) http://svn.edgewall.com/repos/trac/tags/trac-0.9.1 * Fixed SQL injection vulnerability in ticket query module. * Fixed bugs: #1633, #2167, #2283, #2284, #2285, #2291, #2292, #2300, #2318, #2329, #2366, #2369, #2373, #2383, #2416, #2457
Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 3 23:04:29 2005 UTC (6 years, 6 months ago) by epg
Branch: MAIN
Changes since 1.10: +5 -4
lines
Diff to previous 1.10 (colored)
Update to 0.9. Bump minimum versions of dependencies. Allow py-PgSQL or py-psycopg to satisfy the database dependency, in addition to sqlite. Install man pages to PKGMANDIR. Closes PR 31984. Upstream changelog: Trac 0.9 (Oct 31, 2005) http://svn.edgewall.com/repos/trac/tags/trac-0.9 * Support for a global trac.ini configuration file. * Changed logic for enabling plugins/components. * Improved support for handling repository subsets. * Fixes problems with Trac links when using multiple environments in the same Python interpreter. * Improvements to email notification layout and encoding. * Fixes for database locking with SQLite, in particular in a multi-threaded environment. * PostgreSQL compatibility fixes. * Fixed bugs: #804, #861, #927, #1044, #1051, #1123, #1153, #1169, #1239, #1344, #1463, #1562, #1881, #1886, #1895, #1909, #1921, #1930, #1983, #1988, #2019, #2051, #2061, #2229, #2106, #2107, #2116, #2120, #2124, #2129, #2135, #2136, #2138, #2140, #2144, #2164, #2166, #2170, #2172, #2191, #2192, #2196, #2201, #2202, #2203, #2208, #2215, #2218, #2223, #2230, #2232, #2239, #2240, #2241, #2243, #2251, Trac 0.9-beta2 (Sept 25, 2005) http://svn.edgewall.com/repos/trac/tags/trac-0.9b2 * Support for setuptools 0.6. * Allow insertion of a custom HTML snippet above the new ticket form to explain site-specific policies and/or guidelines. * Much improved Bugzilla import script. * Fixed a bug where deleting a wiki page version would sometimes delete the entire page. * Fixes for the rendering of diffs and patches. * Fixes for the Subversion authz support. * Fixed bugs: #2008, #2032, #2034, #1801, #1893, #1040, #2040, #1036, #1944, #1081, #1863, #2052, #2066, #2016, #2090, #1985, #2012, #2089, #2079, #1999, #2029, #2079, #1960, #2080, #2021, #2042, #2088, #1345, #2011, #2100, #2103, #2113, #2116, #2109 Trac 0.9-beta1 (Sept 5, 2005) http://svn.edgewall.com/repos/trac/tags/trac-0.9b1 Trac 0.9 contains a great number of new features, improvements and bug fixes. The following list contains only a few highlights: * License changed from GPL to modified BSD (See the file COPYING). * Improved modularity and extendibility (plugin support). * Support for both pysqlite 1.x and pysqlite 2.x. * Postgresql database support (with psycopg or pyPgSQL). * Repository subsets. Multiple Trac environments can share a single repository. * Version control abstraction layer making it possible to support other version control systems besides subversion in the future. * FastCGI frontend support. * Python version >= 2.3 is now required. The complete list of closed tickets can be found here: http://projects.edgewall.com/trac/query?status=closed&milestone=0.9
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jun 20 19:20:11 2005 UTC (6 years, 11 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
Update to Trac 0.8.4 (June 19, 2005) http://svn.edgewall.com/repos/trac/tags/trac-0.8.4 Upstream changelog: * Fixed file upload vulnerability. Trac could be tricked into uploading files outside the environment directory. All users are recommended to upgrade. Vulnerability found by the Hardened-PHP project. Thanks adrianp@NetBSD.org for the heads-up.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jun 16 15:18:07 2005 UTC (6 years, 11 months ago) by epg
Branch: MAIN
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Update to Trac 0.8.3 (June 15, 2005) http://svn.edgewall.com/repos/trac/tags/trac-0.8.3 Upstream changelog 0.8.3: * Fix compatibility of 'trac-admin resync' with Subversion >= 1.2. * Settings page now works correctly when Trac is deployed at the root of a host. * Windows packaging issues resolved. * Fixed bugs Upstream changelog 0.8.2: * Compatibility with Subversion >= 1.2 fixed. * Compatibility with Docutils >= 0.3.7 fixed. * Fixed bugs Upstream changelog 0.8.1: * Improved Python 2.1 compatibility. * Layout of navigation bar in Opera fixed. * Execution of Javascript through event handler attributes in HTML code is now forbidden. * Fixed bugs
Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 24 14:08:39 2005 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Add RMD160 checksums.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Nov 20 00:49:12 2004 UTC (7 years, 6 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Update to Trac 0.8 'Qualia' (Nov 15, 2004) http://svn.edgewall.com/repos/trac/tags/trac-0.8 Thanks to Simon Kuhn <sak8@eecs.cwru.edu> for the initial patch. Upstream changelog: * Roadmap module. * Support for custom ticket properties. * Wiki administration features. * Advanced ticket queries. * Improved diff display. * User preferences. * Wiki editing (near-wysiwyg) aids a la wikipedia. * Improved email notification. * Fixed bugs
Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 28 00:30:45 2004 UTC (7 years, 8 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
Update to Trac 0.7.1 'Argento' (Jun, 2004) http://svn.edgewall.com/repos/trac/tags/trac-0.7.1 Thanks, Holger Weiss <holger@jhweiss.de> (pkg/26735). * Bugfixes for 0.7 * Fixes security hole in auth.py * Experimental support for mod_python * Improved MIME-types * Fixed bugs: #93, #202, #307, #312, #342, #345, #350, #353, #355, #391, #393, #401, #404, #406, #415, #417, #419, #420, #421, #422, #424, #425, #428, #429, #432, #435, #437, #441, #442, #448, #451, #452, #456, #457, #461, #463, #466, #467, #470, #, #497, #498, #502, #504
Revision 1.5 / (download) - annotate - [select for diffs], Mon May 31 01:57:25 2004 UTC (7 years, 11 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Update to Trac 0.7 'Fulci' (May 18, 2004) http://svn.edgewall.com/repos/trac/tags/trac-0.7 * Revised database format (requires manual upgrade). * Trac standalone daemon, tracd (Experimental). * Greatly improved browser. * Many usability improvements. * Clean-up of CSS and templates. * UTF-8 character encoding support. * Wiki page attachments. * Syntax coloring supporting >35 languages, using SilverCity or GNU Enscript. * Better support for ReStructuredText. * Logging support, including syslog and windows eventlog. * Ticket attachments. * Import tickets from Bugzilla (contributed by Mark Rowe). * Import tickets from SourceForge (contributed by Dmitry Yusupov). * New ticket field: keywords * Ticket email notification. * Localized date and time display. * Viewable SQL for reports. * Improved search facilities. * Windows installer package. * More documentation. * Fixed bugs: #14, #19, #27, #62, #87, #96, #106, #111, #115, #127, #146, #161, #166, #171, #180, #182, #183, #188, #190, #191, #192, #193, #195, #196, #197, #201, #205, #207, #211, #212, #213, #220, #224, #227, #228, #231, #233, #235, #236, #240, #241, #243, #244, #246, #247, #248, #249, #251, #252, #253, #254, #255, #258, #259, #261, #262, #263, #265, #270, #271, #273, #275, #277, #278, #281, #284, #285, #88, #289, #292, #293, #294, #296, #300, #302, #310, #313, #314, #315, #316, #320, #322, #328, #332, #333, #337, #338, #339, #340, #341, #344, #348, #349, #358, #361, #362, #363, #368, #370, #371, #372, #376, #377, #378, #381, #384, #385, #386, #387, #388, #392, #394, #396, #398, #402, #403, #410
Revision 1.4 / (download) - annotate - [select for diffs], Tue Apr 20 23:22:26 2004 UTC (8 years, 1 month ago) by epg
Branch: MAIN
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Update to 0.6.1. Changes: * Duplication of empty lines on Windows should no longer happen. * RSS now escapes entities in summary. * Search results won't highlight dates anymore. * RPM for SuSE Linux. * Preliminary executable Windows Installer. * More documentation. * Fixed bugs: #163, #165, #189, #198, #200, #206, #209, #214, #223, #244
Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 29 18:34:09 2004 UTC (8 years, 1 month ago) by epg
Branch: MAIN
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Update to 0.6. Changes: * Performance improvements. * View diffs between wiki page edits. * Improved Search module. * Support for tables in the wiki. (Thanks to Stephen Hansen) * Colored reports. Use colors to show priority, etc. * Support for custom wiki processor macros. (See TracReports) * reStructuredText markup support (See WikiRestructuredText) * HTML markup support (See WikiHtml) * Report groups. Group results by a column. * Multi-line report rows. * Download report in CSV (Comma Separated Value) and tab-separated format * RSS 2.0 content syndication support in Timeline, Reports and Log. * Better, locale-based date and time formatting. * Wiki RecentChanges support. * Overall usability, consistency and cosmetic improvements. * More documentation. See also <http://projects.edgewall.com/trac/report/8> for a detailed list of issues resolved since 0.5.2.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 3 04:16:12 2004 UTC (8 years, 2 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Update to 0.5.2. Changes: * Performance improvements. * Better unicode support in commit-messages. * TRAC_ADMIN is now a real "meta-permission" containing all other permissions. * Wiki-links of the /path format can now also link to directories. * Handle subversion changesets without any "author" specified. * "view" checkboxes in the timeline view now reflect the current state. * The subversion repository is now indexed by "trac-admin initdb" instead of trac.cgi at first execution. * Most of the inline css is removed. * IE6 navbar problem fixed. * Various bug fixes.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Feb 26 05:52:57 2004 UTC (8 years, 3 months ago) by epg
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
import trac-0.5.1.
Trac is an enhanced wiki and issue tracking system for software
development projects.
Trac provides:
* An integrated system for managing software projects
* An enhanced wiki
* A flexible web-based issue tracker
* An interface to the Subversion revision control system
Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 26 05:52:57 2004 UTC (8 years, 3 months ago) by epg
Branch: MAIN
Initial revision