wiz
784d537907
Update to 1.1.23:
...
Version 1.1.23 (released 04-Nov-2014)
* fix annotate bug triggered by files with trailing blank lines (issue #533 )
* fix markup display of files with trailing blank lines (issue #533 )
* add support for root-relative svnauthz access files (issue #535 )
* fix cvsdb MySQL-python argument conversion error (issue #539 )
* fix double-escaping of revision links (issue #541 )
* fix bug that prevented mod_python 3.4+ deployment (issue #540 )
Version 1.1.22 (released 14-Jan-2014)
* minor directory sorting logic fix (re: show_subdir_lastmod)
* fix display of show_subdir_lastmod details (issue #532 )
* pay attention to chardet's detection confidence
* linkify line numbers in markup/annotate view
Version 1.1.21 (released 13-Sep-2013)
* fix markup/annotate exception with Python < 2.7 (issue #527 )
2015-01-16 12:12:03 +00:00
wiz
c1b44346cd
Mark packages that are not ready for python-3.3 also not ready for 3.4,
...
until proven otherwise.
2014-05-09 07:36:53 +00:00
wiz
a1f0ff3f67
No need to have two variables for the same logic.
...
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25 10:45:15 +00:00
wiz
aa67e11089
Mark packages as not ready for python-3.x where applicable;
...
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
ryoon
afb52186d7
Update to 1.1.20
...
Changelog:
Version 1.1.20 (released 24-Apr-2013)
* fix tab-to-space handling regression in markup view
* fix regression in root lookup handling (issue #526 )
Version 1.1.19 (released 22-Apr-2013)
* improve root lookup performance (issue #523 )
* new 'max_filesize_kbytes' config option and handling (issue #524 )
* tarball generation improvements:
- preserve Subversion symlinks in generated tarballs (issue #487 )
- reduce memory usage of tarball generation logic
- fix double compression of generated tarballs (issue #525 )
* file content handling improvements:
- expanded support for encoding detection and transcoding (issue #11 )
- fix tab-to-space conversion bugs in markup, annotate, and diff views
- fix handling of trailing whitespace in diff view
* add support for timestamp display in ISO8601 format (issue #46 )
Version 1.1.18 (released 28-Feb-2013)
* fix exception raised by BDB-backed SVN repositories (issue #519 )
* hide revision-less files when rcsparse is in use
* include branchpoints in branch views using rcsparse (issue #347 )
* miscellaneous cvsdb improvements:
- add --port option to make-database (issue #521 )
- explicitly name columns in queries (issue #522 )
- update MySQL syntax to avoid discontinued "TYPE=" terms
2013-05-19 03:33:11 +00:00
darcy
a335880343
Update to 1.1.17.
...
Clears TODO item.
Version 1.1.17 (released 25-Oct-2012)
* fix exception caused by uninitialized variable usage (issue #516 )
Version 1.1.16 (released 24-Oct-2012)
* security fix: escape "extra" diff info to avoid XSS attack (issue #515 )
* add 'binary_mime_types' configuration option and handling (issue #510 )
* fix 'select for diffs' persistence across log pages (issue #512 )
* remove lock status and filesize check on directories in remote SVN views
* fix bogus 'Annotation of' page title for non-annotated view (issue #514 )
Version 1.1.15 (released 22-Jun-2012)
* security fix: complete authz support for remote SVN views (issue #353 )
* security fix: log msg leak in SVN revision view with unreadable copy source
* fix several instances of incorrect information in remote SVN views
* increase performance of some revision metadata lookups in remote SVN views
* fix RSS feed regression introduced in 1.1.14
Version 1.1.14 (released 12-Jun-2012)
* fix annotation of svn files with non-URI-safe paths (issue #504 )
* handle file:/// Subversion rootpaths as local roots (issue #446 )
* fix bug caused by trying to case-normalize anon usernames (issue #505 )
* speed up log handling by reusing tokenization results (issue #506 )
* add support for custom review log markup rules (issue #429 )
Version 1.1.13 (released 23-Jan-2012)
* fix svndbadmin failure on deleted paths under Subversion 1.7 (issue #499 )
* fix annotation of files in svn roots with non-URI-safe paths
* fix stray annotation warning in markup display of images
* more gracefully handle attempts to display binary content (issue #501 )
Version 1.1.12 (released 03-Nov-2011)
* fix path display in patch and certain diff views (issue #485 )
* fix broken cvsdb glob searching (issue 486)
* allow svn revision specifiers to have leading r's (issue #441 , #448 )
* allow environmental override of configuration location (issue #494 )
* fix exception HTML-escaping non-string data under WSGI (issue #454 )
* add links to root logs from roots view (issue #470 )
* use Pygments lexer-guessing functionality (issue #495 )
2012-12-27 12:56:36 +00:00
asau
5eae6a18a3
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-28 06:30:00 +00:00
obache
2cd654bab6
Bump PKGREVISION from default python to 2.7.
2012-03-15 11:53:20 +00:00
scottr
d50f95e659
Update viewvc package to 1.1.11.
...
Significant changes from version 1.0 include:
* Pluggable, Python-based authorization subsystem
* Support for path-based authorization, including parsing and honoring
Subversion authz configuration files
* Support for per-virtual host and per-root configurations
* Template improvements
2011-11-01 21:08:55 +00:00
wiz
d1fb4062ad
Update to 1.0.12, and distfile uploaded to nbftp. Basically from PR pkg/44263
...
by Christopher M. Fuhrman.
MASTER_SITES don't work with ftp(1), thus commented out.
Version 1.0.12 (released 02-Jun-2010)
* fix exception caused by trying to HTML-escape non-string data (issue #454 )
Version 1.0.11 (released 29-Mar-2010)
* security fix: escape user-provided search_re input to avoid XSS attack
2010-12-25 15:00:36 +00:00
obache
13428d2f6c
Update viewvc to 1.0.10.
...
While here, set LICENSE=2-clause-bsd.
Version 1.0.10 (released 10-Mar-2010)
* security fix: escape user-provided query form input to avoid XSS attack
* fix errors viewing remote Subversion paths with URI-unsafe characters
* fix regexp input validation (issue #426 , #427 , #440 )
2010-03-22 06:55:20 +00:00
adrianp
c7c62001e9
Don't have time to MAINTAIN these anymore, so back to pkgsrc-users@
2010-03-20 21:32:40 +00:00
joerg
3a06eb96bf
Bump revision for PYTHON_VERSION_DEFAULT change.
2010-02-10 19:17:31 +00:00
adrianp
1da7000676
Version 1.0.9 (released 11-Aug-2009)
...
* security fix: validate the 'view' parameter to avoid XSS attack
* security fix: avoid printing illegal parameter names and values
Version 1.0.8 (released 05-May-2009)
* fix directory view sorting UI
* tolerate malformed Accept-Language headers (issue #396 )
* fix directory log views in revision-less Subversion repositories
* fix exception in rev-sorted remote Subversion directory views (issue #409 )
2009-08-15 08:33:13 +00:00
joerg
88a057a70a
user-destdir support
2009-07-07 18:46:17 +00:00
joerg
29df5b2be9
Convert @exec/@unexec to @pkgdir or drop it.
2009-06-14 22:00:38 +00:00
joerg
3c645bb7fc
Switch to Python 2.5 as default. Bump revision of all packages that have
...
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
adrianp
a4e4c29f11
Fix paths on install
...
PKGREVISION++
2008-10-21 20:46:28 +00:00
adrianp
ac9947005d
Version 1.0.7 (released 14-Oct-2008)
...
* fix regression in the 'as text' download view (issue #373 )
Version 1.0.6 (released 16-Sep-2008)
* security fix: ignore arbitrary user-provided MIME types (issue #354 )
* fix bug in regexp search filter when used with sticky tag (issue #346 )
* fix bug in handling of certain 'co' output (issue #348 )
* fix regexp search filter template bug
* fix annotate code syntax error
* fix mod_python import cycle (issue #369 )
2008-10-19 18:02:19 +00:00
adrianp
132208db3b
Version 1.0.5 (released 28-Feb-2008)
...
* security fix: omit commits of all-forbidden files from query results
* security fix: disallow direct URL navigation to hidden CVSROOT folder
* security fix: strip forbidden paths from revision view
* security fix: don't traverse log history thru forbidden locations
* security fix: honor forbiddenness via diff view path parameters
* new 'forbiddenre' regexp-based path authorization feature
* fix root name conflict resolution inconsistencies (issue #287 )
* fix an oversight in the CVS 1.12.9 loginfo-handler support
* fix RSS feed content type to be more specific (issue #306 )
* fix entity escaping problems in RSS feed data (issue #238 )
* fix bug in tarball generation for remote Subversion repositories
* fix query interface file-count-limiting logic
* fix query results plus/minus count to ignore forbidden files
* fix blame error caused by 'svn' unable to create runtime config dir
2008-03-06 21:21:10 +00:00
obache
c245802f72
No need to use wget to fetch now.
...
(previously, need cookie capable to fetch).
2008-01-24 07:23:47 +00:00
xtraeme
ce2d86f345
Update to 1.0.4:
...
Version 1.0.4 (released 10-Apr-2007)
* fix some markup bugs in query views (issue #266 )
* fix loginfo-handler's support for CVS 1.12.9 (issues #151 , #257 )
* make viewvc-install able to run from an arbitrary location
* update viewvc-install's output for readability
* fix bug writing commits to non-MyISAM databases (issue #262 )
* allow long paths in generated tarballs (issue #12 )
* fix bug interpreting EZT substitute patterns
* fix broken markup view disablement
* fix broken directory view link generation in directory log view
* fix Windows-specific viewvc-install bugs
* fix broke query result links for Subversion deleted items (issue #296 )
* fix some output XHTML validation buglets
* fix database query cache staleness problems (issue #180 )
2007-05-20 09:01:04 +00:00
rillig
81d5d4c151
Excluded one unused file from the portability checks.
2006-12-01 20:27:25 +00:00
adrianp
e02bb753d1
Quick fix for patch-aa
2006-10-21 09:11:20 +00:00
adrianp
9eabb1363c
ViewVC is a browser interface for CVS and Subversion version control
...
repositories. It generates templatized HTML to present navigable directory,
revision, and change log listings. It can display specific versions of files as
well as diffs between those versions. Basically, ViewVC provides the bulk of the
report-like functionality you expect out of your version control tool, but much
more prettily than the average textual command-line program output.
2006-10-21 09:05:44 +00:00