Jan Nijtmans <nijtmans@tigris.org>


Patch
r905517, r851759

r851759 | josander | 2004-10-31 18:09:05 +0000 (Sun, 31 Oct 2004)

Fix internationalization issues, syncing installer with the Windows build.

* packages/win32-innosetup/svn.iss,
  -Including the \share\locale\*\LC_MESSAGES\*.mo files to the distro.
  -Comment out iconv.dll wich is not in the package at the moment.

* packages/win32-innosetup/templates/svn_dynamics.iss:
  Including the \share\locale\*\LC_MESSAGES\*.mo files to the distro.

* packages/win32-innosetup/is_main.pas (ApacheCopyModules): Applying patch
  from Jan Nijtmans which copys intl.dll to apache's module folder.

Patch by: Jan Nijtmans <jan.nijtmans@xs4all.nl>
(For 'is_main.pas' only.)


r905517 | cmpilato | 2010-02-02 05:12:34 +0000 (Tue, 02 Feb 2010)

Teach mod_dav_svn to generate an up-dir link to the parent-path
listing in root directory listings of repositories (where parent-path
listing is enabled).

(Patch was tracked in issue #3159.)

* subversion/mod_dav_svn/repos.c
  (deliver): Permit up-dir link generation in the repository root
    directory iff parent-path listing is enabled.

Patch by: Jan Nijtmans <nijtmans{_AT_}tigris.org>