pkgsrc/www/websvn/PLIST

300 lines
13 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.7 2009/07/25 20:14:42 schmonz Exp $
Update to 2.2.1. From the changelog: * Fixed downloading tar-gz-archives when using gz-extension * Improved output when svn-command could not be executed correctly * Added config option to use full alphabetic order (independent of folder or file type) * Fixed multiple links and minor issues * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 2.2.0: * Fixed revision handling to use PEG revision instead of OPERATIVE revision * This fixes many (but not all) cases when working with moved/renamed/deleted files * Removed dependencies to external command * Added PEAR Archive_Tar * Added PEAR Text_Diff * Added usage of gz extension if available * Added usage of PHP touch function * Improved scalability of parent path handling * Added support for upcoming PHP 5.3 * Added separate customizable extension mapping for GeSHi * Added possiblity to ignore whitespace on compare and diff * Added support for aliases in access file and handle continuation lines correctly * Added config option to set custom config path * Added config option to exclude specific paths from the set of repositories added by parentPath * Added config option to add a subpath of a repository to the list of repositories * Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) * Added auto detection of Windows * Added message when config file does not exist * Added new logo and favicon * Fixed some broken links when navigating through a repository * Fixed created archive to be identical (for the same revision) across multiple request * This works under Linux with any PHP version and under Windows with PHP 5.3 * Fixed parsing of access file to support usernames containing equal characters * Updated translations * Dutch * French * Italian 2.1.0: * Fixed: Several security fixed * Added: Added GeSHi for code highlighting. * Added: New languages. * Changed: Separated modified files and directory listing. * Changed: Updated used libraries. FIX: XSS vulnarabilities (Issue 179) FIX: Hide modified files in revision view based on authentication. FIX: Numerous other security problems. NEW: Added translations: hungarian, indonesian, slovak, uzbek. CHANGED: Some code cleanup. 2.0: * Changed: many cleanups and optimisations. * Added: more documentation for *.php files. * Removed: extraneous bits. * Changed: line endings now use UNIX-style across the board. NEW: New default template theme offered by Erik Pöhler NEW: Template files may now be specified on a per repository basis NEW: Add RSS 'alternate' <link> elements to the HTML headers in directory listings. This lets you, for example, easily create a 'live bookmark' in Firefox to monitor commits to a particular SVN path. NEW: Russian translation. CHANGE: Bugtraq handling has been updated to account for the latest spec. FIX: Syntax highlighting across lines has been fixed (Issue 85) 1.62: NEW: RSS feed can now list changed files NEW: Templates can now show an open folder icon NEW: Polish translation NEW: Dutch translation CHANGE: Window is scrolled to appropriate location when opening a new directory FIX: Allow repository names containing '/' FIX: Fixed sloppy HTML in diff templates FIX: Fix problems with the diff output FIX: Repositories on Windows network shares can now be accessed. FIX: Accented characters weren't shown correctly in the directory comparison view. FIX: Remove error when only one revision was available pkgsrc changes: * Use a more typical PKG_SYSCONFDIR. * Don't depend on Apache PHP module; this runs anywhere PHP does.
2009-07-25 21:33:45 +02:00
share/examples/websvn/distconfig.php
${HTTPD_ROOT}/websvn/blame.php
${HTTPD_ROOT}/websvn/cache/tmp
${HTTPD_ROOT}/websvn/changes.txt
${HTTPD_ROOT}/websvn/comp.php
${HTTPD_ROOT}/websvn/diff.php
${HTTPD_ROOT}/websvn/dl.php
Update to 2.2.1. From the changelog: * Fixed downloading tar-gz-archives when using gz-extension * Improved output when svn-command could not be executed correctly * Added config option to use full alphabetic order (independent of folder or file type) * Fixed multiple links and minor issues * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 2.2.0: * Fixed revision handling to use PEG revision instead of OPERATIVE revision * This fixes many (but not all) cases when working with moved/renamed/deleted files * Removed dependencies to external command * Added PEAR Archive_Tar * Added PEAR Text_Diff * Added usage of gz extension if available * Added usage of PHP touch function * Improved scalability of parent path handling * Added support for upcoming PHP 5.3 * Added separate customizable extension mapping for GeSHi * Added possiblity to ignore whitespace on compare and diff * Added support for aliases in access file and handle continuation lines correctly * Added config option to set custom config path * Added config option to exclude specific paths from the set of repositories added by parentPath * Added config option to add a subpath of a repository to the list of repositories * Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) * Added auto detection of Windows * Added message when config file does not exist * Added new logo and favicon * Fixed some broken links when navigating through a repository * Fixed created archive to be identical (for the same revision) across multiple request * This works under Linux with any PHP version and under Windows with PHP 5.3 * Fixed parsing of access file to support usernames containing equal characters * Updated translations * Dutch * French * Italian 2.1.0: * Fixed: Several security fixed * Added: Added GeSHi for code highlighting. * Added: New languages. * Changed: Separated modified files and directory listing. * Changed: Updated used libraries. FIX: XSS vulnarabilities (Issue 179) FIX: Hide modified files in revision view based on authentication. FIX: Numerous other security problems. NEW: Added translations: hungarian, indonesian, slovak, uzbek. CHANGED: Some code cleanup. 2.0: * Changed: many cleanups and optimisations. * Added: more documentation for *.php files. * Removed: extraneous bits. * Changed: line endings now use UNIX-style across the board. NEW: New default template theme offered by Erik Pöhler NEW: Template files may now be specified on a per repository basis NEW: Add RSS 'alternate' <link> elements to the HTML headers in directory listings. This lets you, for example, easily create a 'live bookmark' in Firefox to monitor commits to a particular SVN path. NEW: Russian translation. CHANGE: Bugtraq handling has been updated to account for the latest spec. FIX: Syntax highlighting across lines has been fixed (Issue 85) 1.62: NEW: RSS feed can now list changed files NEW: Templates can now show an open folder icon NEW: Polish translation NEW: Dutch translation CHANGE: Window is scrolled to appropriate location when opening a new directory FIX: Allow repository names containing '/' FIX: Fixed sloppy HTML in diff templates FIX: Fix problems with the diff output FIX: Repositories on Windows network shares can now be accessed. FIX: Accented characters weren't shown correctly in the directory comparison view. FIX: Remove error when only one revision was available pkgsrc changes: * Use a more typical PKG_SYSCONFDIR. * Don't depend on Apache PHP module; this runs anywhere PHP does.
2009-07-25 21:33:45 +02:00
${HTTPD_ROOT}/websvn/doc/install.html
${HTTPD_ROOT}/websvn/doc/style.css
${HTTPD_ROOT}/websvn/doc/templates.html
${HTTPD_ROOT}/websvn/filedetails.php
${HTTPD_ROOT}/websvn/form.php
Update to 2.2.1. From the changelog: * Fixed downloading tar-gz-archives when using gz-extension * Improved output when svn-command could not be executed correctly * Added config option to use full alphabetic order (independent of folder or file type) * Fixed multiple links and minor issues * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 2.2.0: * Fixed revision handling to use PEG revision instead of OPERATIVE revision * This fixes many (but not all) cases when working with moved/renamed/deleted files * Removed dependencies to external command * Added PEAR Archive_Tar * Added PEAR Text_Diff * Added usage of gz extension if available * Added usage of PHP touch function * Improved scalability of parent path handling * Added support for upcoming PHP 5.3 * Added separate customizable extension mapping for GeSHi * Added possiblity to ignore whitespace on compare and diff * Added support for aliases in access file and handle continuation lines correctly * Added config option to set custom config path * Added config option to exclude specific paths from the set of repositories added by parentPath * Added config option to add a subpath of a repository to the list of repositories * Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) * Added auto detection of Windows * Added message when config file does not exist * Added new logo and favicon * Fixed some broken links when navigating through a repository * Fixed created archive to be identical (for the same revision) across multiple request * This works under Linux with any PHP version and under Windows with PHP 5.3 * Fixed parsing of access file to support usernames containing equal characters * Updated translations * Dutch * French * Italian 2.1.0: * Fixed: Several security fixed * Added: Added GeSHi for code highlighting. * Added: New languages. * Changed: Separated modified files and directory listing. * Changed: Updated used libraries. FIX: XSS vulnarabilities (Issue 179) FIX: Hide modified files in revision view based on authentication. FIX: Numerous other security problems. NEW: Added translations: hungarian, indonesian, slovak, uzbek. CHANGED: Some code cleanup. 2.0: * Changed: many cleanups and optimisations. * Added: more documentation for *.php files. * Removed: extraneous bits. * Changed: line endings now use UNIX-style across the board. NEW: New default template theme offered by Erik Pöhler NEW: Template files may now be specified on a per repository basis NEW: Add RSS 'alternate' <link> elements to the HTML headers in directory listings. This lets you, for example, easily create a 'live bookmark' in Firefox to monitor commits to a particular SVN path. NEW: Russian translation. CHANGE: Bugtraq handling has been updated to account for the latest spec. FIX: Syntax highlighting across lines has been fixed (Issue 85) 1.62: NEW: RSS feed can now list changed files NEW: Templates can now show an open folder icon NEW: Polish translation NEW: Dutch translation CHANGE: Window is scrolled to appropriate location when opening a new directory FIX: Allow repository names containing '/' FIX: Fixed sloppy HTML in diff templates FIX: Fix problems with the diff output FIX: Repositories on Windows network shares can now be accessed. FIX: Accented characters weren't shown correctly in the directory comparison view. FIX: Remove error when only one revision was available pkgsrc changes: * Use a more typical PKG_SYSCONFDIR. * Don't depend on Apache PHP module; this runs anywhere PHP does.
2009-07-25 21:33:45 +02:00
${HTTPD_ROOT}/websvn/include/accessfile.php
${HTTPD_ROOT}/websvn/include/auth.php
${HTTPD_ROOT}/websvn/include/bugtraq.php
${HTTPD_ROOT}/websvn/include/command.php
${HTTPD_ROOT}/websvn/include/configclass.php
${HTTPD_ROOT}/websvn/include/diff_inc.php
${HTTPD_ROOT}/websvn/include/header
${HTTPD_ROOT}/websvn/include/setup.php
${HTTPD_ROOT}/websvn/include/svnlook.php
${HTTPD_ROOT}/websvn/include/template.php
${HTTPD_ROOT}/websvn/include/utils.php
${HTTPD_ROOT}/websvn/include/version.php
${HTTPD_ROOT}/websvn/index.php
Update to 2.2.1. From the changelog: * Fixed downloading tar-gz-archives when using gz-extension * Improved output when svn-command could not be executed correctly * Added config option to use full alphabetic order (independent of folder or file type) * Fixed multiple links and minor issues * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 2.2.0: * Fixed revision handling to use PEG revision instead of OPERATIVE revision * This fixes many (but not all) cases when working with moved/renamed/deleted files * Removed dependencies to external command * Added PEAR Archive_Tar * Added PEAR Text_Diff * Added usage of gz extension if available * Added usage of PHP touch function * Improved scalability of parent path handling * Added support for upcoming PHP 5.3 * Added separate customizable extension mapping for GeSHi * Added possiblity to ignore whitespace on compare and diff * Added support for aliases in access file and handle continuation lines correctly * Added config option to set custom config path * Added config option to exclude specific paths from the set of repositories added by parentPath * Added config option to add a subpath of a repository to the list of repositories * Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) * Added auto detection of Windows * Added message when config file does not exist * Added new logo and favicon * Fixed some broken links when navigating through a repository * Fixed created archive to be identical (for the same revision) across multiple request * This works under Linux with any PHP version and under Windows with PHP 5.3 * Fixed parsing of access file to support usernames containing equal characters * Updated translations * Dutch * French * Italian 2.1.0: * Fixed: Several security fixed * Added: Added GeSHi for code highlighting. * Added: New languages. * Changed: Separated modified files and directory listing. * Changed: Updated used libraries. FIX: XSS vulnarabilities (Issue 179) FIX: Hide modified files in revision view based on authentication. FIX: Numerous other security problems. NEW: Added translations: hungarian, indonesian, slovak, uzbek. CHANGED: Some code cleanup. 2.0: * Changed: many cleanups and optimisations. * Added: more documentation for *.php files. * Removed: extraneous bits. * Changed: line endings now use UNIX-style across the board. NEW: New default template theme offered by Erik Pöhler NEW: Template files may now be specified on a per repository basis NEW: Add RSS 'alternate' <link> elements to the HTML headers in directory listings. This lets you, for example, easily create a 'live bookmark' in Firefox to monitor commits to a particular SVN path. NEW: Russian translation. CHANGE: Bugtraq handling has been updated to account for the latest spec. FIX: Syntax highlighting across lines has been fixed (Issue 85) 1.62: NEW: RSS feed can now list changed files NEW: Templates can now show an open folder icon NEW: Polish translation NEW: Dutch translation CHANGE: Window is scrolled to appropriate location when opening a new directory FIX: Allow repository names containing '/' FIX: Fixed sloppy HTML in diff templates FIX: Fix problems with the diff output FIX: Repositories on Windows network shares can now be accessed. FIX: Accented characters weren't shown correctly in the directory comparison view. FIX: Remove error when only one revision was available pkgsrc changes: * Use a more typical PKG_SYSCONFDIR. * Don't depend on Apache PHP module; this runs anywhere PHP does.
2009-07-25 21:33:45 +02:00
${HTTPD_ROOT}/websvn/languages/catalan.php
${HTTPD_ROOT}/websvn/languages/czech.php
${HTTPD_ROOT}/websvn/languages/danish.php
${HTTPD_ROOT}/websvn/languages/dutch.php
${HTTPD_ROOT}/websvn/languages/english.php
${HTTPD_ROOT}/websvn/languages/finnish.php
${HTTPD_ROOT}/websvn/languages/french.php
${HTTPD_ROOT}/websvn/languages/german.php
${HTTPD_ROOT}/websvn/languages/hebrew.php
${HTTPD_ROOT}/websvn/languages/hungarian.php
${HTTPD_ROOT}/websvn/languages/indonesian.php
${HTTPD_ROOT}/websvn/languages/italian.php
${HTTPD_ROOT}/websvn/languages/japanese.php
${HTTPD_ROOT}/websvn/languages/korean.php
${HTTPD_ROOT}/websvn/languages/languages.php
${HTTPD_ROOT}/websvn/languages/norwegian.php
${HTTPD_ROOT}/websvn/languages/polish.php
${HTTPD_ROOT}/websvn/languages/portuguese-br.php
${HTTPD_ROOT}/websvn/languages/portuguese.php
${HTTPD_ROOT}/websvn/languages/russian.php
${HTTPD_ROOT}/websvn/languages/schinese.php
${HTTPD_ROOT}/websvn/languages/slovak.php
${HTTPD_ROOT}/websvn/languages/slovenian.php
${HTTPD_ROOT}/websvn/languages/spanish.php
${HTTPD_ROOT}/websvn/languages/swedish.php
${HTTPD_ROOT}/websvn/languages/tchinese.php
${HTTPD_ROOT}/websvn/languages/turkish.php
${HTTPD_ROOT}/websvn/languages/uzbek.php
${HTTPD_ROOT}/websvn/lib/feedcreator.class.php
${HTTPD_ROOT}/websvn/lib/geshi.php
${HTTPD_ROOT}/websvn/lib/geshi/abap.php
${HTTPD_ROOT}/websvn/lib/geshi/actionscript.php
${HTTPD_ROOT}/websvn/lib/geshi/actionscript3.php
${HTTPD_ROOT}/websvn/lib/geshi/ada.php
${HTTPD_ROOT}/websvn/lib/geshi/apache.php
${HTTPD_ROOT}/websvn/lib/geshi/applescript.php
Update to 2.2.1. From the changelog: * Fixed downloading tar-gz-archives when using gz-extension * Improved output when svn-command could not be executed correctly * Added config option to use full alphabetic order (independent of folder or file type) * Fixed multiple links and minor issues * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 2.2.0: * Fixed revision handling to use PEG revision instead of OPERATIVE revision * This fixes many (but not all) cases when working with moved/renamed/deleted files * Removed dependencies to external command * Added PEAR Archive_Tar * Added PEAR Text_Diff * Added usage of gz extension if available * Added usage of PHP touch function * Improved scalability of parent path handling * Added support for upcoming PHP 5.3 * Added separate customizable extension mapping for GeSHi * Added possiblity to ignore whitespace on compare and diff * Added support for aliases in access file and handle continuation lines correctly * Added config option to set custom config path * Added config option to exclude specific paths from the set of repositories added by parentPath * Added config option to add a subpath of a repository to the list of repositories * Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) * Added auto detection of Windows * Added message when config file does not exist * Added new logo and favicon * Fixed some broken links when navigating through a repository * Fixed created archive to be identical (for the same revision) across multiple request * This works under Linux with any PHP version and under Windows with PHP 5.3 * Fixed parsing of access file to support usernames containing equal characters * Updated translations * Dutch * French * Italian 2.1.0: * Fixed: Several security fixed * Added: Added GeSHi for code highlighting. * Added: New languages. * Changed: Separated modified files and directory listing. * Changed: Updated used libraries. FIX: XSS vulnarabilities (Issue 179) FIX: Hide modified files in revision view based on authentication. FIX: Numerous other security problems. NEW: Added translations: hungarian, indonesian, slovak, uzbek. CHANGED: Some code cleanup. 2.0: * Changed: many cleanups and optimisations. * Added: more documentation for *.php files. * Removed: extraneous bits. * Changed: line endings now use UNIX-style across the board. NEW: New default template theme offered by Erik Pöhler NEW: Template files may now be specified on a per repository basis NEW: Add RSS 'alternate' <link> elements to the HTML headers in directory listings. This lets you, for example, easily create a 'live bookmark' in Firefox to monitor commits to a particular SVN path. NEW: Russian translation. CHANGE: Bugtraq handling has been updated to account for the latest spec. FIX: Syntax highlighting across lines has been fixed (Issue 85) 1.62: NEW: RSS feed can now list changed files NEW: Templates can now show an open folder icon NEW: Polish translation NEW: Dutch translation CHANGE: Window is scrolled to appropriate location when opening a new directory FIX: Allow repository names containing '/' FIX: Fixed sloppy HTML in diff templates FIX: Fix problems with the diff output FIX: Repositories on Windows network shares can now be accessed. FIX: Accented characters weren't shown correctly in the directory comparison view. FIX: Remove error when only one revision was available pkgsrc changes: * Use a more typical PKG_SYSCONFDIR. * Don't depend on Apache PHP module; this runs anywhere PHP does.
2009-07-25 21:33:45 +02:00
${HTTPD_ROOT}/websvn/lib/geshi/apt_sources.php
${HTTPD_ROOT}/websvn/lib/geshi/asm.php
${HTTPD_ROOT}/websvn/lib/geshi/asp.php
${HTTPD_ROOT}/websvn/lib/geshi/autoit.php
${HTTPD_ROOT}/websvn/lib/geshi/avisynth.php
${HTTPD_ROOT}/websvn/lib/geshi/bash.php
${HTTPD_ROOT}/websvn/lib/geshi/basic4gl.php
${HTTPD_ROOT}/websvn/lib/geshi/bf.php
${HTTPD_ROOT}/websvn/lib/geshi/blitzbasic.php
${HTTPD_ROOT}/websvn/lib/geshi/bnf.php
${HTTPD_ROOT}/websvn/lib/geshi/boo.php
${HTTPD_ROOT}/websvn/lib/geshi/c.php
${HTTPD_ROOT}/websvn/lib/geshi/c_mac.php
${HTTPD_ROOT}/websvn/lib/geshi/caddcl.php
${HTTPD_ROOT}/websvn/lib/geshi/cadlisp.php
${HTTPD_ROOT}/websvn/lib/geshi/cfdg.php
${HTTPD_ROOT}/websvn/lib/geshi/cfm.php
${HTTPD_ROOT}/websvn/lib/geshi/cil.php
${HTTPD_ROOT}/websvn/lib/geshi/cobol.php
${HTTPD_ROOT}/websvn/lib/geshi/cpp-qt.php
${HTTPD_ROOT}/websvn/lib/geshi/cpp.php
${HTTPD_ROOT}/websvn/lib/geshi/csharp.php
${HTTPD_ROOT}/websvn/lib/geshi/css.php
${HTTPD_ROOT}/websvn/lib/geshi/d.php
${HTTPD_ROOT}/websvn/lib/geshi/dcs.php
${HTTPD_ROOT}/websvn/lib/geshi/delphi.php
${HTTPD_ROOT}/websvn/lib/geshi/diff.php
${HTTPD_ROOT}/websvn/lib/geshi/div.php
${HTTPD_ROOT}/websvn/lib/geshi/dos.php
${HTTPD_ROOT}/websvn/lib/geshi/dot.php
${HTTPD_ROOT}/websvn/lib/geshi/eiffel.php
${HTTPD_ROOT}/websvn/lib/geshi/email.php
${HTTPD_ROOT}/websvn/lib/geshi/fortran.php
${HTTPD_ROOT}/websvn/lib/geshi/freebasic.php
${HTTPD_ROOT}/websvn/lib/geshi/genero.php
${HTTPD_ROOT}/websvn/lib/geshi/gettext.php
${HTTPD_ROOT}/websvn/lib/geshi/glsl.php
${HTTPD_ROOT}/websvn/lib/geshi/gml.php
${HTTPD_ROOT}/websvn/lib/geshi/gnuplot.php
${HTTPD_ROOT}/websvn/lib/geshi/groovy.php
${HTTPD_ROOT}/websvn/lib/geshi/haskell.php
${HTTPD_ROOT}/websvn/lib/geshi/hq9plus.php
${HTTPD_ROOT}/websvn/lib/geshi/html4strict.php
${HTTPD_ROOT}/websvn/lib/geshi/idl.php
${HTTPD_ROOT}/websvn/lib/geshi/ini.php
${HTTPD_ROOT}/websvn/lib/geshi/inno.php
${HTTPD_ROOT}/websvn/lib/geshi/intercal.php
${HTTPD_ROOT}/websvn/lib/geshi/io.php
${HTTPD_ROOT}/websvn/lib/geshi/java.php
${HTTPD_ROOT}/websvn/lib/geshi/java5.php
${HTTPD_ROOT}/websvn/lib/geshi/javascript.php
${HTTPD_ROOT}/websvn/lib/geshi/kixtart.php
${HTTPD_ROOT}/websvn/lib/geshi/klonec.php
${HTTPD_ROOT}/websvn/lib/geshi/klonecpp.php
${HTTPD_ROOT}/websvn/lib/geshi/latex.php
${HTTPD_ROOT}/websvn/lib/geshi/lisp.php
${HTTPD_ROOT}/websvn/lib/geshi/locobasic.php
${HTTPD_ROOT}/websvn/lib/geshi/lolcode.php
${HTTPD_ROOT}/websvn/lib/geshi/lotusformulas.php
${HTTPD_ROOT}/websvn/lib/geshi/lotusscript.php
${HTTPD_ROOT}/websvn/lib/geshi/lscript.php
${HTTPD_ROOT}/websvn/lib/geshi/lsl2.php
${HTTPD_ROOT}/websvn/lib/geshi/lua.php
${HTTPD_ROOT}/websvn/lib/geshi/m68k.php
${HTTPD_ROOT}/websvn/lib/geshi/make.php
${HTTPD_ROOT}/websvn/lib/geshi/matlab.php
${HTTPD_ROOT}/websvn/lib/geshi/mirc.php
${HTTPD_ROOT}/websvn/lib/geshi/modula3.php
${HTTPD_ROOT}/websvn/lib/geshi/mpasm.php
${HTTPD_ROOT}/websvn/lib/geshi/mxml.php
${HTTPD_ROOT}/websvn/lib/geshi/mysql.php
${HTTPD_ROOT}/websvn/lib/geshi/nsis.php
${HTTPD_ROOT}/websvn/lib/geshi/oberon2.php
${HTTPD_ROOT}/websvn/lib/geshi/objc.php
${HTTPD_ROOT}/websvn/lib/geshi/ocaml-brief.php
${HTTPD_ROOT}/websvn/lib/geshi/ocaml.php
${HTTPD_ROOT}/websvn/lib/geshi/oobas.php
${HTTPD_ROOT}/websvn/lib/geshi/oracle11.php
${HTTPD_ROOT}/websvn/lib/geshi/oracle8.php
${HTTPD_ROOT}/websvn/lib/geshi/pascal.php
${HTTPD_ROOT}/websvn/lib/geshi/per.php
${HTTPD_ROOT}/websvn/lib/geshi/perl.php
${HTTPD_ROOT}/websvn/lib/geshi/php-brief.php
${HTTPD_ROOT}/websvn/lib/geshi/php.php
${HTTPD_ROOT}/websvn/lib/geshi/pic16.php
${HTTPD_ROOT}/websvn/lib/geshi/pixelbender.php
${HTTPD_ROOT}/websvn/lib/geshi/plsql.php
${HTTPD_ROOT}/websvn/lib/geshi/povray.php
${HTTPD_ROOT}/websvn/lib/geshi/powershell.php
${HTTPD_ROOT}/websvn/lib/geshi/progress.php
${HTTPD_ROOT}/websvn/lib/geshi/prolog.php
${HTTPD_ROOT}/websvn/lib/geshi/providex.php
${HTTPD_ROOT}/websvn/lib/geshi/python.php
${HTTPD_ROOT}/websvn/lib/geshi/qbasic.php
${HTTPD_ROOT}/websvn/lib/geshi/rails.php
${HTTPD_ROOT}/websvn/lib/geshi/rebol.php
${HTTPD_ROOT}/websvn/lib/geshi/reg.php
${HTTPD_ROOT}/websvn/lib/geshi/robots.php
${HTTPD_ROOT}/websvn/lib/geshi/ruby.php
${HTTPD_ROOT}/websvn/lib/geshi/sas.php
${HTTPD_ROOT}/websvn/lib/geshi/scala.php
${HTTPD_ROOT}/websvn/lib/geshi/scheme.php
${HTTPD_ROOT}/websvn/lib/geshi/scilab.php
${HTTPD_ROOT}/websvn/lib/geshi/sdlbasic.php
${HTTPD_ROOT}/websvn/lib/geshi/smalltalk.php
${HTTPD_ROOT}/websvn/lib/geshi/smarty.php
${HTTPD_ROOT}/websvn/lib/geshi/sql.php
${HTTPD_ROOT}/websvn/lib/geshi/tcl.php
${HTTPD_ROOT}/websvn/lib/geshi/teraterm.php
${HTTPD_ROOT}/websvn/lib/geshi/text.php
${HTTPD_ROOT}/websvn/lib/geshi/thinbasic.php
${HTTPD_ROOT}/websvn/lib/geshi/tsql.php
${HTTPD_ROOT}/websvn/lib/geshi/typoscript.php
${HTTPD_ROOT}/websvn/lib/geshi/vb.php
${HTTPD_ROOT}/websvn/lib/geshi/vbnet.php
${HTTPD_ROOT}/websvn/lib/geshi/verilog.php
${HTTPD_ROOT}/websvn/lib/geshi/vhdl.php
${HTTPD_ROOT}/websvn/lib/geshi/vim.php
${HTTPD_ROOT}/websvn/lib/geshi/visualfoxpro.php
${HTTPD_ROOT}/websvn/lib/geshi/visualprolog.php
${HTTPD_ROOT}/websvn/lib/geshi/whitespace.php
${HTTPD_ROOT}/websvn/lib/geshi/winbatch.php
${HTTPD_ROOT}/websvn/lib/geshi/xml.php
${HTTPD_ROOT}/websvn/lib/geshi/xorg_conf.php
${HTTPD_ROOT}/websvn/lib/geshi/xpp.php
${HTTPD_ROOT}/websvn/lib/geshi/z80.php
${HTTPD_ROOT}/websvn/lib/pear/Archive/Tar.php
${HTTPD_ROOT}/websvn/lib/pear/PEAR.php
${HTTPD_ROOT}/websvn/lib/pear/Text/Diff.php
${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Engine/native.php
${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Engine/shell.php
${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Engine/string.php
${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Engine/xdiff.php
${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Mapped.php
${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Renderer.php
${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Renderer/context.php
${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Renderer/inline.php
${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/Renderer/unified.php
${HTTPD_ROOT}/websvn/lib/pear/Text/Diff/ThreeWay.php
${HTTPD_ROOT}/websvn/lib/pear/Text/Diff3.php
${HTTPD_ROOT}/websvn/license.txt
${HTTPD_ROOT}/websvn/listing.php
${HTTPD_ROOT}/websvn/log.php
Update to 2.2.1. From the changelog: * Fixed downloading tar-gz-archives when using gz-extension * Improved output when svn-command could not be executed correctly * Added config option to use full alphabetic order (independent of folder or file type) * Fixed multiple links and minor issues * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 2.2.0: * Fixed revision handling to use PEG revision instead of OPERATIVE revision * This fixes many (but not all) cases when working with moved/renamed/deleted files * Removed dependencies to external command * Added PEAR Archive_Tar * Added PEAR Text_Diff * Added usage of gz extension if available * Added usage of PHP touch function * Improved scalability of parent path handling * Added support for upcoming PHP 5.3 * Added separate customizable extension mapping for GeSHi * Added possiblity to ignore whitespace on compare and diff * Added support for aliases in access file and handle continuation lines correctly * Added config option to set custom config path * Added config option to exclude specific paths from the set of repositories added by parentPath * Added config option to add a subpath of a repository to the list of repositories * Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) * Added auto detection of Windows * Added message when config file does not exist * Added new logo and favicon * Fixed some broken links when navigating through a repository * Fixed created archive to be identical (for the same revision) across multiple request * This works under Linux with any PHP version and under Windows with PHP 5.3 * Fixed parsing of access file to support usernames containing equal characters * Updated translations * Dutch * French * Italian 2.1.0: * Fixed: Several security fixed * Added: Added GeSHi for code highlighting. * Added: New languages. * Changed: Separated modified files and directory listing. * Changed: Updated used libraries. FIX: XSS vulnarabilities (Issue 179) FIX: Hide modified files in revision view based on authentication. FIX: Numerous other security problems. NEW: Added translations: hungarian, indonesian, slovak, uzbek. CHANGED: Some code cleanup. 2.0: * Changed: many cleanups and optimisations. * Added: more documentation for *.php files. * Removed: extraneous bits. * Changed: line endings now use UNIX-style across the board. NEW: New default template theme offered by Erik Pöhler NEW: Template files may now be specified on a per repository basis NEW: Add RSS 'alternate' <link> elements to the HTML headers in directory listings. This lets you, for example, easily create a 'live bookmark' in Firefox to monitor commits to a particular SVN path. NEW: Russian translation. CHANGE: Bugtraq handling has been updated to account for the latest spec. FIX: Syntax highlighting across lines has been fixed (Issue 85) 1.62: NEW: RSS feed can now list changed files NEW: Templates can now show an open folder icon NEW: Polish translation NEW: Dutch translation CHANGE: Window is scrolled to appropriate location when opening a new directory FIX: Allow repository names containing '/' FIX: Fixed sloppy HTML in diff templates FIX: Fix problems with the diff output FIX: Repositories on Windows network shares can now be accessed. FIX: Accented characters weren't shown correctly in the directory comparison view. FIX: Remove error when only one revision was available pkgsrc changes: * Use a more typical PKG_SYSCONFDIR. * Don't depend on Apache PHP module; this runs anywhere PHP does.
2009-07-25 21:33:45 +02:00
${HTTPD_ROOT}/websvn/revision.php
${HTTPD_ROOT}/websvn/rss.php
${HTTPD_ROOT}/websvn/templates/BlueGrey/blame.tmpl
Update to 2.2.1. From the changelog: * Fixed downloading tar-gz-archives when using gz-extension * Improved output when svn-command could not be executed correctly * Added config option to use full alphabetic order (independent of folder or file type) * Fixed multiple links and minor issues * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 2.2.0: * Fixed revision handling to use PEG revision instead of OPERATIVE revision * This fixes many (but not all) cases when working with moved/renamed/deleted files * Removed dependencies to external command * Added PEAR Archive_Tar * Added PEAR Text_Diff * Added usage of gz extension if available * Added usage of PHP touch function * Improved scalability of parent path handling * Added support for upcoming PHP 5.3 * Added separate customizable extension mapping for GeSHi * Added possiblity to ignore whitespace on compare and diff * Added support for aliases in access file and handle continuation lines correctly * Added config option to set custom config path * Added config option to exclude specific paths from the set of repositories added by parentPath * Added config option to add a subpath of a repository to the list of repositories * Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) * Added auto detection of Windows * Added message when config file does not exist * Added new logo and favicon * Fixed some broken links when navigating through a repository * Fixed created archive to be identical (for the same revision) across multiple request * This works under Linux with any PHP version and under Windows with PHP 5.3 * Fixed parsing of access file to support usernames containing equal characters * Updated translations * Dutch * French * Italian 2.1.0: * Fixed: Several security fixed * Added: Added GeSHi for code highlighting. * Added: New languages. * Changed: Separated modified files and directory listing. * Changed: Updated used libraries. FIX: XSS vulnarabilities (Issue 179) FIX: Hide modified files in revision view based on authentication. FIX: Numerous other security problems. NEW: Added translations: hungarian, indonesian, slovak, uzbek. CHANGED: Some code cleanup. 2.0: * Changed: many cleanups and optimisations. * Added: more documentation for *.php files. * Removed: extraneous bits. * Changed: line endings now use UNIX-style across the board. NEW: New default template theme offered by Erik Pöhler NEW: Template files may now be specified on a per repository basis NEW: Add RSS 'alternate' <link> elements to the HTML headers in directory listings. This lets you, for example, easily create a 'live bookmark' in Firefox to monitor commits to a particular SVN path. NEW: Russian translation. CHANGE: Bugtraq handling has been updated to account for the latest spec. FIX: Syntax highlighting across lines has been fixed (Issue 85) 1.62: NEW: RSS feed can now list changed files NEW: Templates can now show an open folder icon NEW: Polish translation NEW: Dutch translation CHANGE: Window is scrolled to appropriate location when opening a new directory FIX: Allow repository names containing '/' FIX: Fixed sloppy HTML in diff templates FIX: Fix problems with the diff output FIX: Repositories on Windows network shares can now be accessed. FIX: Accented characters weren't shown correctly in the directory comparison view. FIX: Remove error when only one revision was available pkgsrc changes: * Use a more typical PKG_SYSCONFDIR. * Don't depend on Apache PHP module; this runs anywhere PHP does.
2009-07-25 21:33:45 +02:00
${HTTPD_ROOT}/websvn/templates/BlueGrey/collapse.js
${HTTPD_ROOT}/websvn/templates/BlueGrey/compare.tmpl
${HTTPD_ROOT}/websvn/templates/BlueGrey/diff.tmpl
${HTTPD_ROOT}/websvn/templates/BlueGrey/directory.tmpl
${HTTPD_ROOT}/websvn/templates/BlueGrey/e-node.png
Update to 2.2.1. From the changelog: * Fixed downloading tar-gz-archives when using gz-extension * Improved output when svn-command could not be executed correctly * Added config option to use full alphabetic order (independent of folder or file type) * Fixed multiple links and minor issues * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 2.2.0: * Fixed revision handling to use PEG revision instead of OPERATIVE revision * This fixes many (but not all) cases when working with moved/renamed/deleted files * Removed dependencies to external command * Added PEAR Archive_Tar * Added PEAR Text_Diff * Added usage of gz extension if available * Added usage of PHP touch function * Improved scalability of parent path handling * Added support for upcoming PHP 5.3 * Added separate customizable extension mapping for GeSHi * Added possiblity to ignore whitespace on compare and diff * Added support for aliases in access file and handle continuation lines correctly * Added config option to set custom config path * Added config option to exclude specific paths from the set of repositories added by parentPath * Added config option to add a subpath of a repository to the list of repositories * Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) * Added auto detection of Windows * Added message when config file does not exist * Added new logo and favicon * Fixed some broken links when navigating through a repository * Fixed created archive to be identical (for the same revision) across multiple request * This works under Linux with any PHP version and under Windows with PHP 5.3 * Fixed parsing of access file to support usernames containing equal characters * Updated translations * Dutch * French * Italian 2.1.0: * Fixed: Several security fixed * Added: Added GeSHi for code highlighting. * Added: New languages. * Changed: Separated modified files and directory listing. * Changed: Updated used libraries. FIX: XSS vulnarabilities (Issue 179) FIX: Hide modified files in revision view based on authentication. FIX: Numerous other security problems. NEW: Added translations: hungarian, indonesian, slovak, uzbek. CHANGED: Some code cleanup. 2.0: * Changed: many cleanups and optimisations. * Added: more documentation for *.php files. * Removed: extraneous bits. * Changed: line endings now use UNIX-style across the board. NEW: New default template theme offered by Erik Pöhler NEW: Template files may now be specified on a per repository basis NEW: Add RSS 'alternate' <link> elements to the HTML headers in directory listings. This lets you, for example, easily create a 'live bookmark' in Firefox to monitor commits to a particular SVN path. NEW: Russian translation. CHANGE: Bugtraq handling has been updated to account for the latest spec. FIX: Syntax highlighting across lines has been fixed (Issue 85) 1.62: NEW: RSS feed can now list changed files NEW: Templates can now show an open folder icon NEW: Polish translation NEW: Dutch translation CHANGE: Window is scrolled to appropriate location when opening a new directory FIX: Allow repository names containing '/' FIX: Fixed sloppy HTML in diff templates FIX: Fix problems with the diff output FIX: Repositories on Windows network shares can now be accessed. FIX: Accented characters weren't shown correctly in the directory comparison view. FIX: Remove error when only one revision was available pkgsrc changes: * Use a more typical PKG_SYSCONFDIR. * Don't depend on Apache PHP module; this runs anywhere PHP does.
2009-07-25 21:33:45 +02:00
${HTTPD_ROOT}/websvn/templates/BlueGrey/favicon.ico
${HTTPD_ROOT}/websvn/templates/BlueGrey/file.png
${HTTPD_ROOT}/websvn/templates/BlueGrey/file.tmpl
${HTTPD_ROOT}/websvn/templates/BlueGrey/filec.png
Update to 2.2.1. From the changelog: * Fixed downloading tar-gz-archives when using gz-extension * Improved output when svn-command could not be executed correctly * Added config option to use full alphabetic order (independent of folder or file type) * Fixed multiple links and minor issues * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 2.2.0: * Fixed revision handling to use PEG revision instead of OPERATIVE revision * This fixes many (but not all) cases when working with moved/renamed/deleted files * Removed dependencies to external command * Added PEAR Archive_Tar * Added PEAR Text_Diff * Added usage of gz extension if available * Added usage of PHP touch function * Improved scalability of parent path handling * Added support for upcoming PHP 5.3 * Added separate customizable extension mapping for GeSHi * Added possiblity to ignore whitespace on compare and diff * Added support for aliases in access file and handle continuation lines correctly * Added config option to set custom config path * Added config option to exclude specific paths from the set of repositories added by parentPath * Added config option to add a subpath of a repository to the list of repositories * Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) * Added auto detection of Windows * Added message when config file does not exist * Added new logo and favicon * Fixed some broken links when navigating through a repository * Fixed created archive to be identical (for the same revision) across multiple request * This works under Linux with any PHP version and under Windows with PHP 5.3 * Fixed parsing of access file to support usernames containing equal characters * Updated translations * Dutch * French * Italian 2.1.0: * Fixed: Several security fixed * Added: Added GeSHi for code highlighting. * Added: New languages. * Changed: Separated modified files and directory listing. * Changed: Updated used libraries. FIX: XSS vulnarabilities (Issue 179) FIX: Hide modified files in revision view based on authentication. FIX: Numerous other security problems. NEW: Added translations: hungarian, indonesian, slovak, uzbek. CHANGED: Some code cleanup. 2.0: * Changed: many cleanups and optimisations. * Added: more documentation for *.php files. * Removed: extraneous bits. * Changed: line endings now use UNIX-style across the board. NEW: New default template theme offered by Erik Pöhler NEW: Template files may now be specified on a per repository basis NEW: Add RSS 'alternate' <link> elements to the HTML headers in directory listings. This lets you, for example, easily create a 'live bookmark' in Firefox to monitor commits to a particular SVN path. NEW: Russian translation. CHANGE: Bugtraq handling has been updated to account for the latest spec. FIX: Syntax highlighting across lines has been fixed (Issue 85) 1.62: NEW: RSS feed can now list changed files NEW: Templates can now show an open folder icon NEW: Polish translation NEW: Dutch translation CHANGE: Window is scrolled to appropriate location when opening a new directory FIX: Allow repository names containing '/' FIX: Fixed sloppy HTML in diff templates FIX: Fix problems with the diff output FIX: Repositories on Windows network shares can now be accessed. FIX: Accented characters weren't shown correctly in the directory comparison view. FIX: Remove error when only one revision was available pkgsrc changes: * Use a more typical PKG_SYSCONFDIR. * Don't depend on Apache PHP module; this runs anywhere PHP does.
2009-07-25 21:33:45 +02:00
${HTTPD_ROOT}/websvn/templates/BlueGrey/filecpp.png
${HTTPD_ROOT}/websvn/templates/BlueGrey/fileh.png
Update to 2.2.1. From the changelog: * Fixed downloading tar-gz-archives when using gz-extension * Improved output when svn-command could not be executed correctly * Added config option to use full alphabetic order (independent of folder or file type) * Fixed multiple links and minor issues * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 2.2.0: * Fixed revision handling to use PEG revision instead of OPERATIVE revision * This fixes many (but not all) cases when working with moved/renamed/deleted files * Removed dependencies to external command * Added PEAR Archive_Tar * Added PEAR Text_Diff * Added usage of gz extension if available * Added usage of PHP touch function * Improved scalability of parent path handling * Added support for upcoming PHP 5.3 * Added separate customizable extension mapping for GeSHi * Added possiblity to ignore whitespace on compare and diff * Added support for aliases in access file and handle continuation lines correctly * Added config option to set custom config path * Added config option to exclude specific paths from the set of repositories added by parentPath * Added config option to add a subpath of a repository to the list of repositories * Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) * Added auto detection of Windows * Added message when config file does not exist * Added new logo and favicon * Fixed some broken links when navigating through a repository * Fixed created archive to be identical (for the same revision) across multiple request * This works under Linux with any PHP version and under Windows with PHP 5.3 * Fixed parsing of access file to support usernames containing equal characters * Updated translations * Dutch * French * Italian 2.1.0: * Fixed: Several security fixed * Added: Added GeSHi for code highlighting. * Added: New languages. * Changed: Separated modified files and directory listing. * Changed: Updated used libraries. FIX: XSS vulnarabilities (Issue 179) FIX: Hide modified files in revision view based on authentication. FIX: Numerous other security problems. NEW: Added translations: hungarian, indonesian, slovak, uzbek. CHANGED: Some code cleanup. 2.0: * Changed: many cleanups and optimisations. * Added: more documentation for *.php files. * Removed: extraneous bits. * Changed: line endings now use UNIX-style across the board. NEW: New default template theme offered by Erik Pöhler NEW: Template files may now be specified on a per repository basis NEW: Add RSS 'alternate' <link> elements to the HTML headers in directory listings. This lets you, for example, easily create a 'live bookmark' in Firefox to monitor commits to a particular SVN path. NEW: Russian translation. CHANGE: Bugtraq handling has been updated to account for the latest spec. FIX: Syntax highlighting across lines has been fixed (Issue 85) 1.62: NEW: RSS feed can now list changed files NEW: Templates can now show an open folder icon NEW: Polish translation NEW: Dutch translation CHANGE: Window is scrolled to appropriate location when opening a new directory FIX: Allow repository names containing '/' FIX: Fixed sloppy HTML in diff templates FIX: Fix problems with the diff output FIX: Repositories on Windows network shares can now be accessed. FIX: Accented characters weren't shown correctly in the directory comparison view. FIX: Remove error when only one revision was available pkgsrc changes: * Use a more typical PKG_SYSCONFDIR. * Don't depend on Apache PHP module; this runs anywhere PHP does.
2009-07-25 21:33:45 +02:00
${HTTPD_ROOT}/websvn/templates/BlueGrey/filehtml.png
${HTTPD_ROOT}/websvn/templates/BlueGrey/filejava.png
${HTTPD_ROOT}/websvn/templates/BlueGrey/filem.png
${HTTPD_ROOT}/websvn/templates/BlueGrey/filepy.png
${HTTPD_ROOT}/websvn/templates/BlueGrey/files.png
Update to 2.2.1. From the changelog: * Fixed downloading tar-gz-archives when using gz-extension * Improved output when svn-command could not be executed correctly * Added config option to use full alphabetic order (independent of folder or file type) * Fixed multiple links and minor issues * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 2.2.0: * Fixed revision handling to use PEG revision instead of OPERATIVE revision * This fixes many (but not all) cases when working with moved/renamed/deleted files * Removed dependencies to external command * Added PEAR Archive_Tar * Added PEAR Text_Diff * Added usage of gz extension if available * Added usage of PHP touch function * Improved scalability of parent path handling * Added support for upcoming PHP 5.3 * Added separate customizable extension mapping for GeSHi * Added possiblity to ignore whitespace on compare and diff * Added support for aliases in access file and handle continuation lines correctly * Added config option to set custom config path * Added config option to exclude specific paths from the set of repositories added by parentPath * Added config option to add a subpath of a repository to the list of repositories * Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) * Added auto detection of Windows * Added message when config file does not exist * Added new logo and favicon * Fixed some broken links when navigating through a repository * Fixed created archive to be identical (for the same revision) across multiple request * This works under Linux with any PHP version and under Windows with PHP 5.3 * Fixed parsing of access file to support usernames containing equal characters * Updated translations * Dutch * French * Italian 2.1.0: * Fixed: Several security fixed * Added: Added GeSHi for code highlighting. * Added: New languages. * Changed: Separated modified files and directory listing. * Changed: Updated used libraries. FIX: XSS vulnarabilities (Issue 179) FIX: Hide modified files in revision view based on authentication. FIX: Numerous other security problems. NEW: Added translations: hungarian, indonesian, slovak, uzbek. CHANGED: Some code cleanup. 2.0: * Changed: many cleanups and optimisations. * Added: more documentation for *.php files. * Removed: extraneous bits. * Changed: line endings now use UNIX-style across the board. NEW: New default template theme offered by Erik Pöhler NEW: Template files may now be specified on a per repository basis NEW: Add RSS 'alternate' <link> elements to the HTML headers in directory listings. This lets you, for example, easily create a 'live bookmark' in Firefox to monitor commits to a particular SVN path. NEW: Russian translation. CHANGE: Bugtraq handling has been updated to account for the latest spec. FIX: Syntax highlighting across lines has been fixed (Issue 85) 1.62: NEW: RSS feed can now list changed files NEW: Templates can now show an open folder icon NEW: Polish translation NEW: Dutch translation CHANGE: Window is scrolled to appropriate location when opening a new directory FIX: Allow repository names containing '/' FIX: Fixed sloppy HTML in diff templates FIX: Fix problems with the diff output FIX: Repositories on Windows network shares can now be accessed. FIX: Accented characters weren't shown correctly in the directory comparison view. FIX: Remove error when only one revision was available pkgsrc changes: * Use a more typical PKG_SYSCONFDIR. * Don't depend on Apache PHP module; this runs anywhere PHP does.
2009-07-25 21:33:45 +02:00
${HTTPD_ROOT}/websvn/templates/BlueGrey/folder-open.png
${HTTPD_ROOT}/websvn/templates/BlueGrey/folder.png
${HTTPD_ROOT}/websvn/templates/BlueGrey/footer.tmpl
${HTTPD_ROOT}/websvn/templates/BlueGrey/header.tmpl
${HTTPD_ROOT}/websvn/templates/BlueGrey/i-node.png
${HTTPD_ROOT}/websvn/templates/BlueGrey/index.tmpl
${HTTPD_ROOT}/websvn/templates/BlueGrey/l-node.png
${HTTPD_ROOT}/websvn/templates/BlueGrey/log.tmpl
${HTTPD_ROOT}/websvn/templates/BlueGrey/png.js
${HTTPD_ROOT}/websvn/templates/BlueGrey/repo.png
Update to 2.2.1. From the changelog: * Fixed downloading tar-gz-archives when using gz-extension * Improved output when svn-command could not be executed correctly * Added config option to use full alphabetic order (independent of folder or file type) * Fixed multiple links and minor issues * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 2.2.0: * Fixed revision handling to use PEG revision instead of OPERATIVE revision * This fixes many (but not all) cases when working with moved/renamed/deleted files * Removed dependencies to external command * Added PEAR Archive_Tar * Added PEAR Text_Diff * Added usage of gz extension if available * Added usage of PHP touch function * Improved scalability of parent path handling * Added support for upcoming PHP 5.3 * Added separate customizable extension mapping for GeSHi * Added possiblity to ignore whitespace on compare and diff * Added support for aliases in access file and handle continuation lines correctly * Added config option to set custom config path * Added config option to exclude specific paths from the set of repositories added by parentPath * Added config option to add a subpath of a repository to the list of repositories * Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) * Added auto detection of Windows * Added message when config file does not exist * Added new logo and favicon * Fixed some broken links when navigating through a repository * Fixed created archive to be identical (for the same revision) across multiple request * This works under Linux with any PHP version and under Windows with PHP 5.3 * Fixed parsing of access file to support usernames containing equal characters * Updated translations * Dutch * French * Italian 2.1.0: * Fixed: Several security fixed * Added: Added GeSHi for code highlighting. * Added: New languages. * Changed: Separated modified files and directory listing. * Changed: Updated used libraries. FIX: XSS vulnarabilities (Issue 179) FIX: Hide modified files in revision view based on authentication. FIX: Numerous other security problems. NEW: Added translations: hungarian, indonesian, slovak, uzbek. CHANGED: Some code cleanup. 2.0: * Changed: many cleanups and optimisations. * Added: more documentation for *.php files. * Removed: extraneous bits. * Changed: line endings now use UNIX-style across the board. NEW: New default template theme offered by Erik Pöhler NEW: Template files may now be specified on a per repository basis NEW: Add RSS 'alternate' <link> elements to the HTML headers in directory listings. This lets you, for example, easily create a 'live bookmark' in Firefox to monitor commits to a particular SVN path. NEW: Russian translation. CHANGE: Bugtraq handling has been updated to account for the latest spec. FIX: Syntax highlighting across lines has been fixed (Issue 85) 1.62: NEW: RSS feed can now list changed files NEW: Templates can now show an open folder icon NEW: Polish translation NEW: Dutch translation CHANGE: Window is scrolled to appropriate location when opening a new directory FIX: Allow repository names containing '/' FIX: Fixed sloppy HTML in diff templates FIX: Fix problems with the diff output FIX: Repositories on Windows network shares can now be accessed. FIX: Accented characters weren't shown correctly in the directory comparison view. FIX: Remove error when only one revision was available pkgsrc changes: * Use a more typical PKG_SYSCONFDIR. * Don't depend on Apache PHP module; this runs anywhere PHP does.
2009-07-25 21:33:45 +02:00
${HTTPD_ROOT}/websvn/templates/BlueGrey/revision.tmpl
${HTTPD_ROOT}/websvn/templates/BlueGrey/rss.gif
${HTTPD_ROOT}/websvn/templates/BlueGrey/styles.css
${HTTPD_ROOT}/websvn/templates/BlueGrey/t-node.png
Update to 2.2.1. From the changelog: * Fixed downloading tar-gz-archives when using gz-extension * Improved output when svn-command could not be executed correctly * Added config option to use full alphabetic order (independent of folder or file type) * Fixed multiple links and minor issues * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 2.2.0: * Fixed revision handling to use PEG revision instead of OPERATIVE revision * This fixes many (but not all) cases when working with moved/renamed/deleted files * Removed dependencies to external command * Added PEAR Archive_Tar * Added PEAR Text_Diff * Added usage of gz extension if available * Added usage of PHP touch function * Improved scalability of parent path handling * Added support for upcoming PHP 5.3 * Added separate customizable extension mapping for GeSHi * Added possiblity to ignore whitespace on compare and diff * Added support for aliases in access file and handle continuation lines correctly * Added config option to set custom config path * Added config option to exclude specific paths from the set of repositories added by parentPath * Added config option to add a subpath of a repository to the list of repositories * Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) * Added auto detection of Windows * Added message when config file does not exist * Added new logo and favicon * Fixed some broken links when navigating through a repository * Fixed created archive to be identical (for the same revision) across multiple request * This works under Linux with any PHP version and under Windows with PHP 5.3 * Fixed parsing of access file to support usernames containing equal characters * Updated translations * Dutch * French * Italian 2.1.0: * Fixed: Several security fixed * Added: Added GeSHi for code highlighting. * Added: New languages. * Changed: Separated modified files and directory listing. * Changed: Updated used libraries. FIX: XSS vulnarabilities (Issue 179) FIX: Hide modified files in revision view based on authentication. FIX: Numerous other security problems. NEW: Added translations: hungarian, indonesian, slovak, uzbek. CHANGED: Some code cleanup. 2.0: * Changed: many cleanups and optimisations. * Added: more documentation for *.php files. * Removed: extraneous bits. * Changed: line endings now use UNIX-style across the board. NEW: New default template theme offered by Erik Pöhler NEW: Template files may now be specified on a per repository basis NEW: Add RSS 'alternate' <link> elements to the HTML headers in directory listings. This lets you, for example, easily create a 'live bookmark' in Firefox to monitor commits to a particular SVN path. NEW: Russian translation. CHANGE: Bugtraq handling has been updated to account for the latest spec. FIX: Syntax highlighting across lines has been fixed (Issue 85) 1.62: NEW: RSS feed can now list changed files NEW: Templates can now show an open folder icon NEW: Polish translation NEW: Dutch translation CHANGE: Window is scrolled to appropriate location when opening a new directory FIX: Allow repository names containing '/' FIX: Fixed sloppy HTML in diff templates FIX: Fix problems with the diff output FIX: Repositories on Windows network shares can now be accessed. FIX: Accented characters weren't shown correctly in the directory comparison view. FIX: Remove error when only one revision was available pkgsrc changes: * Use a more typical PKG_SYSCONFDIR. * Don't depend on Apache PHP module; this runs anywhere PHP does.
2009-07-25 21:33:45 +02:00
${HTTPD_ROOT}/websvn/templates/BlueGrey/websvn.png
${HTTPD_ROOT}/websvn/templates/calm/README.txt
${HTTPD_ROOT}/websvn/templates/calm/blame.tmpl
${HTTPD_ROOT}/websvn/templates/calm/collapse.js
${HTTPD_ROOT}/websvn/templates/calm/compare.tmpl
${HTTPD_ROOT}/websvn/templates/calm/diff.tmpl
${HTTPD_ROOT}/websvn/templates/calm/directory.tmpl
${HTTPD_ROOT}/websvn/templates/calm/file.tmpl
${HTTPD_ROOT}/websvn/templates/calm/footer.tmpl
${HTTPD_ROOT}/websvn/templates/calm/header.tmpl
${HTTPD_ROOT}/websvn/templates/calm/images/add.png
${HTTPD_ROOT}/websvn/templates/calm/images/arrow_in.png
${HTTPD_ROOT}/websvn/templates/calm/images/arrow_out.png
${HTTPD_ROOT}/websvn/templates/calm/images/blame.png
${HTTPD_ROOT}/websvn/templates/calm/images/bullet_add.png
${HTTPD_ROOT}/websvn/templates/calm/images/bullet_delete.png
${HTTPD_ROOT}/websvn/templates/calm/images/bullet_yellow.png
${HTTPD_ROOT}/websvn/templates/calm/images/compress.png
${HTTPD_ROOT}/websvn/templates/calm/images/css.png
${HTTPD_ROOT}/websvn/templates/calm/images/cube_green.png
${HTTPD_ROOT}/websvn/templates/calm/images/delete.png
${HTTPD_ROOT}/websvn/templates/calm/images/diff.png
${HTTPD_ROOT}/websvn/templates/calm/images/e-node.png
${HTTPD_ROOT}/websvn/templates/calm/images/exclamation.png
${HTTPD_ROOT}/websvn/templates/calm/images/favicon.ico
${HTTPD_ROOT}/websvn/templates/calm/images/file.png
${HTTPD_ROOT}/websvn/templates/calm/images/filec.png
${HTTPD_ROOT}/websvn/templates/calm/images/filedb.png
${HTTPD_ROOT}/websvn/templates/calm/images/fileh.png
${HTTPD_ROOT}/websvn/templates/calm/images/filepaint.png
${HTTPD_ROOT}/websvn/templates/calm/images/filephp.png
${HTTPD_ROOT}/websvn/templates/calm/images/files.png
${HTTPD_ROOT}/websvn/templates/calm/images/filetxt.png
${HTTPD_ROOT}/websvn/templates/calm/images/filexml.png
${HTTPD_ROOT}/websvn/templates/calm/images/folder.png
${HTTPD_ROOT}/websvn/templates/calm/images/html.png
${HTTPD_ROOT}/websvn/templates/calm/images/i-node.png
${HTTPD_ROOT}/websvn/templates/calm/images/l-node.png
${HTTPD_ROOT}/websvn/templates/calm/images/log.png
${HTTPD_ROOT}/websvn/templates/calm/images/page_white_add.png
${HTTPD_ROOT}/websvn/templates/calm/images/page_white_delete.png
${HTTPD_ROOT}/websvn/templates/calm/images/page_white_edit.png
${HTTPD_ROOT}/websvn/templates/calm/images/pilcrow.png
${HTTPD_ROOT}/websvn/templates/calm/images/pilcrow_delete.png
${HTTPD_ROOT}/websvn/templates/calm/images/script.png
${HTTPD_ROOT}/websvn/templates/calm/images/sitemap_color.png
${HTTPD_ROOT}/websvn/templates/calm/images/submitbg.png
${HTTPD_ROOT}/websvn/templates/calm/images/t-node.png
${HTTPD_ROOT}/websvn/templates/calm/images/textbg.png
${HTTPD_ROOT}/websvn/templates/calm/images/toggledown.png
${HTTPD_ROOT}/websvn/templates/calm/images/toggleup.png
${HTTPD_ROOT}/websvn/templates/calm/images/up.png
${HTTPD_ROOT}/websvn/templates/calm/images/xml.gif
${HTTPD_ROOT}/websvn/templates/calm/index.tmpl
${HTTPD_ROOT}/websvn/templates/calm/log.tmpl
${HTTPD_ROOT}/websvn/templates/calm/png.js
${HTTPD_ROOT}/websvn/templates/calm/revision.tmpl
${HTTPD_ROOT}/websvn/templates/calm/styles.css
${HTTPD_ROOT}/websvn/wsvn.php
Update to 2.2.1. From the changelog: * Fixed downloading tar-gz-archives when using gz-extension * Improved output when svn-command could not be executed correctly * Added config option to use full alphabetic order (independent of folder or file type) * Fixed multiple links and minor issues * Fixed issues: 212, 213, 214, 215, 216, 217, 219, 222, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 237, 238 2.2.0: * Fixed revision handling to use PEG revision instead of OPERATIVE revision * This fixes many (but not all) cases when working with moved/renamed/deleted files * Removed dependencies to external command * Added PEAR Archive_Tar * Added PEAR Text_Diff * Added usage of gz extension if available * Added usage of PHP touch function * Improved scalability of parent path handling * Added support for upcoming PHP 5.3 * Added separate customizable extension mapping for GeSHi * Added possiblity to ignore whitespace on compare and diff * Added support for aliases in access file and handle continuation lines correctly * Added config option to set custom config path * Added config option to exclude specific paths from the set of repositories added by parentPath * Added config option to add a subpath of a repository to the list of repositories * Added config option to switch between showing age and date in log and listing view (the other is displayed in the title attribute) * Added auto detection of Windows * Added message when config file does not exist * Added new logo and favicon * Fixed some broken links when navigating through a repository * Fixed created archive to be identical (for the same revision) across multiple request * This works under Linux with any PHP version and under Windows with PHP 5.3 * Fixed parsing of access file to support usernames containing equal characters * Updated translations * Dutch * French * Italian 2.1.0: * Fixed: Several security fixed * Added: Added GeSHi for code highlighting. * Added: New languages. * Changed: Separated modified files and directory listing. * Changed: Updated used libraries. FIX: XSS vulnarabilities (Issue 179) FIX: Hide modified files in revision view based on authentication. FIX: Numerous other security problems. NEW: Added translations: hungarian, indonesian, slovak, uzbek. CHANGED: Some code cleanup. 2.0: * Changed: many cleanups and optimisations. * Added: more documentation for *.php files. * Removed: extraneous bits. * Changed: line endings now use UNIX-style across the board. NEW: New default template theme offered by Erik Pöhler NEW: Template files may now be specified on a per repository basis NEW: Add RSS 'alternate' <link> elements to the HTML headers in directory listings. This lets you, for example, easily create a 'live bookmark' in Firefox to monitor commits to a particular SVN path. NEW: Russian translation. CHANGE: Bugtraq handling has been updated to account for the latest spec. FIX: Syntax highlighting across lines has been fixed (Issue 85) 1.62: NEW: RSS feed can now list changed files NEW: Templates can now show an open folder icon NEW: Polish translation NEW: Dutch translation CHANGE: Window is scrolled to appropriate location when opening a new directory FIX: Allow repository names containing '/' FIX: Fixed sloppy HTML in diff templates FIX: Fix problems with the diff output FIX: Repositories on Windows network shares can now be accessed. FIX: Accented characters weren't shown correctly in the directory comparison view. FIX: Remove error when only one revision was available pkgsrc changes: * Use a more typical PKG_SYSCONFDIR. * Don't depend on Apache PHP module; this runs anywhere PHP does.
2009-07-25 21:33:45 +02:00
@pkgdir ${HTTPD_ROOT}/websvn/www
@pkgdir ${HTTPD_ROOT}/websvn/temp