Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 89141 Details for
Bug 77651
VHCS: Virtual Hosting Control System (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make VHCS uses system wide installed ADOdb
system-adodb.patch (text/plain), 4.22 KB, created by
Alexandre Ghisoli
on 2006-06-14 05:46:09 UTC
(
hide
)
Description:
Patch to make VHCS uses system wide installed ADOdb
Filename:
MIME Type:
Creator:
Alexandre Ghisoli
Created:
2006-06-14 05:46:09 UTC
Size:
4.22 KB
patch
obsolete
> > > > ><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" >"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> ><!-- ViewCVS - http://viewcvs.sourceforge.net/ >by Greg Stein - mailto:gstein@lyra.org --> ><head> ><title>[ycom] View of /portage/trunk/www-apps/vhcs/files/system-adodb.patch</title> ><meta name="generator" content="ViewCVS 1.0_pre20050929" /> ><link rel="stylesheet" href="/viewcvs/*docroot*/styles.css" type="text/css" /> ></head> ><body> ><div class="vc_navheader"> > ><form method="get" action="/viewcvs/"> > ><table style="padding:0.1em;"> ><tr> ><td><strong> > ><a href="/viewcvs/ycom/?rev=670"> > >[ycom]</a> >/ > ><a href="/viewcvs/ycom/portage/?rev=670"> > >portage</a> >/ > ><a href="/viewcvs/ycom/portage/trunk/?rev=670"> > >trunk</a> >/ > ><a href="/viewcvs/ycom/portage/trunk/www-apps/?rev=670"> > >www-apps</a> >/ > ><a href="/viewcvs/ycom/portage/trunk/www-apps/vhcs/?rev=670"> > >vhcs</a> >/ > ><a href="/viewcvs/ycom/portage/trunk/www-apps/vhcs/files/?rev=670"> > >files</a> >/ > ><a href="/viewcvs/ycom/portage/trunk/www-apps/vhcs/files/system-adodb.patch?rev=670&view=log"> > >system-adodb.patch</a> > > ></strong></td> ><td style="text-align:right;"> > > ><strong>Project Root:</strong> ><select name="root" onchange="submit()"> > > ><option value="*viewroots*">Repository Listing</option> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ><optgroup label="Subversion Repositories"><option>agh</option><option>atev</option><option>clients</option><option>configs</option><option>jau</option><option>jbu</option><option>mfr</option><option selected="selected">ycom</option></optgroup> > ></select> ><input type="submit" value="Go" /> > ></td> ></tr> ></table> > ></form> > ></div> ><h1><img style="float:right;" src="/viewcvs/*docroot*/images/logo.png" alt="ViewCVS logotype" width="128" height="48" />View of /portage/trunk/www-apps/vhcs/files/system-adodb.patch</h1> > ><p style="margin:0;"> ><a href="/viewcvs/ycom/portage/trunk/www-apps/vhcs/files/?rev=670"><img src="/viewcvs/*docroot*/images/back_small.png" width="16" height="16" alt="Parent Directory" /> Parent Directory</a> > >| <a href="/viewcvs/ycom/portage/trunk/www-apps/vhcs/files/system-adodb.patch?rev=670&view=log"><img src="/viewcvs/*docroot*/images/text.png" alt="Revision Log" /> Revision Log</a> > > ></p> ><hr /> ><div class="vc_summary"> >Revision: <strong>670</strong> - >(<a href="/viewcvs/*checkout*/ycom/portage/trunk/www-apps/vhcs/files/system-adodb.patch?rev=670"><strong>download</strong></a>) > >(<a href="/viewcvs/ycom/portage/trunk/www-apps/vhcs/files/system-adodb.patch?annotate=670"><strong>annotate</strong></a>) > ><br /><em>Fri Jun 9 08:04:30 2006 UTC</em> (5 days, 4 hours ago) by <em>agh</em> > > > > > ><br />File size: 680 byte(s) > > > ><pre class="vc_log">Version de travail. >Probablement la dernière, abandon (momentané ?) de VHCS ></pre> > ></div> ><div><PRE> ><B><FONT COLOR="#BC8F8F">diff -ur vhcs2-2.4.7.1/gui/include/sql.php new-vhcs2-2.4.7.1/gui/include/sql.php ></FONT></B><B><FONT COLOR="#0000FF">--- vhcs2-2.4.7.1/gui/include/sql.php 2005-12-31 12:09:04.000000000 +0100 ></FONT></B><B><FONT COLOR="#5F9EA0">+++ new-vhcs2-2.4.7.1/gui/include/sql.php 2006-06-06 22:58:54.000000000 +0200 ></FONT></B><I><FONT COLOR="#B22222">@@ -20,9 +20,9 @@ ></FONT></I> > $include_path = realpath(dirname(__FILE__)); > ><B><FONT COLOR="#0000FF">-include_once (realpath($include_path.'/adodb/adodb.inc.php')); ></FONT></B><B><FONT COLOR="#0000FF">-//include_once (realpath($include_path.'/adodb/tohtml.inc.php')); ></FONT></B><B><FONT COLOR="#0000FF">-include_once (realpath($include_path.'/adodb/adodb-pager.inc.php')); ></FONT></B><B><FONT COLOR="#5F9EA0">+include_once ('adodb/adodb.inc.php'); ></FONT></B><B><FONT COLOR="#5F9EA0">+//include_once ('adodb/tohtml.inc.php'); ></FONT></B><B><FONT COLOR="#5F9EA0">+include_once ('adodb/adodb-pager.inc.php'); ></FONT></B> > > if ($cfg['DB_TYPE'] === 'pgsql') { ></PRE> ></div> > ><hr /> ><table> ><tr> ><td> ><address><a href="mailto:support@ycom.ch">Source Version Control Administrator</a></address><br /> >Powered by <a href="http://viewcvs.sourceforge.net/">ViewCVS 1.0_pre20050929</a> ></td> ><td style="text-align:right;"> ><h3><a href="/viewcvs/*docroot*/help_rootview.html">ViewCVS and CVS Help</a></h3> ></td> ></tr> ></table> ></body> ></html> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 77651
:
89136
|
89137
|
89138
|
89139
|
89140
|
89141
|
89142
|
89143
|
89153
|
89154
|
89156
|
89157
|
89159
|
89160
|
111559
|
111561
|
111562
|
111564
|
111566
|
111567
|
111568
|
111570
|
111572
|
111574
|
221047