OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   02-Oct-2009 22:39:27
  Branch: HEAD                             Handle: 2009100221392700

  Modified files:
    openpkg-src/punbb       punbb.patch

  Log:
    fix URL rewriting support

  Summary:
    Revision    Changes     Path
    1.3         +26 -3      openpkg-src/punbb/punbb.patch
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/punbb/punbb.patch
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 punbb.patch
  --- openpkg-src/punbb/punbb.patch     8 Nov 2008 10:56:17 -0000       1.2
  +++ openpkg-src/punbb/punbb.patch     2 Oct 2009 20:39:27 -0000       1.3
  @@ -1,7 +1,30 @@
  +Index: .htaccess.dist
  +--- .htaccess.dist.orig      2008-10-31 10:04:18 +0100
  ++++ .htaccess.dist   2009-10-02 22:36:29 +0200
  +@@ -1,17 +1,9 @@
  +-# BEGIN PunBB
  + 
  +-<IfModule mod_rewrite.c>
  +-# MultiViews interfers with proper rewriting
  + Options -MultiViews
  +-
  + RewriteEngine On
  +-
  +-# Uncomment and properly set the RewriteBase if the rewrite rules are not 
working properly
  +-#RewriteBase /
  ++RewriteBase /punbb
  + 
  + RewriteCond %{REQUEST_FILENAME} !-f
  + RewriteCond %{REQUEST_FILENAME} !-d
  + RewriteRule . rewrite.php [L]
  +-</IfModule>
  + 
  +-# END PunBB
  +\ No newline at end of file
   Index: admin/install.php
  ---- admin/install.php.orig   2008-10-31 10:36:34 +0100
  -+++ admin/install.php        2008-11-08 09:42:40 +0100
  -@@ -224,25 +224,25 @@
  +--- admin/install.php.orig   2009-05-20 11:20:51 +0200
  ++++ admin/install.php        2009-10-02 22:36:15 +0200
  +@@ -222,25 +222,25 @@
                        <div class="sf-set set2">
                                <div class="sf-box text required">
                                        <label for="fld3"><span><?php echo 
$lang_install['Database name'] ?> <em><?php echo $lang_install['Required'] 
?></em></span> <small><?php echo $lang_install['Database name help'] 
?></small></label><br />
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to