commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/common ChangeLog src/GDataSource.py utils/...


From: Jason Cater
Subject: gnue/common ChangeLog src/GDataSource.py utils/...
Date: Sat, 21 Dec 2002 14:03:04 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/12/21 14:03:04

Modified files:
        common         : ChangeLog 
        common/src     : GDataSource.py 
        common/utils   : connection.gfd 

Log message:
        fix for <connection> tags

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/ChangeLog.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/GDataSource.py.diff?tr1=1.55&tr2=1.56&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/utils/connection.gfd.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gnue/common/ChangeLog
diff -c gnue/common/ChangeLog:1.18 gnue/common/ChangeLog:1.19
*** gnue/common/ChangeLog:1.18  Fri Dec 20 19:15:25 2002
--- gnue/common/ChangeLog       Sat Dec 21 14:03:04 2002
***************
*** 1,3 ****
--- 1,9 ----
+ 2002-12-20 18:15  jcater
+ 
+       * ChangeLog: 
+       
+       synching machines
+ 
  2002-12-16 21:07  jcater
  
        * ChangeLog, NEWS, ROADMAP.in, TODO, src/__init__.py,
***************
*** 267,273 ****
  
        * src/GConfig.py: fixes to configuration loading added support for
        a global [default] section to config files CV:
!       ----------------------------------------------------------------------
  
  2002-11-20 08:52  jamest
  
--- 273,280 ----
  
        * src/GConfig.py: fixes to configuration loading added support for
        a global [default] section to config files CV:
!       -------------------------------------------------------------------
!       ---
  
  2002-11-20 08:52  jamest
  
Index: gnue/common/src/GDataSource.py
diff -c gnue/common/src/GDataSource.py:1.55 gnue/common/src/GDataSource.py:1.56
*** gnue/common/src/GDataSource.py:1.55 Thu Dec 12 19:55:11 2002
--- gnue/common/src/GDataSource.py      Sat Dec 21 14:03:04 2002
***************
*** 399,405 ****
    def initialize(self):
      # Add our database connection information to the connections
      # manager, then let it handle everything from there.
!     self.findParentOfType(None)._app.connections.\
          addConnectionSpecification(self.name, {
             'name': self.name,
             'provider': self.provider,
--- 399,406 ----
    def initialize(self):
      # Add our database connection information to the connections
      # manager, then let it handle everything from there.
!     root = self.findParentOfType(None)
!     root._instance.connections.\
          addConnectionSpecification(self.name, {
             'name': self.name,
             'provider': self.provider,
Index: gnue/common/utils/connection.gfd
diff -c gnue/common/utils/connection.gfd:1.3 
gnue/common/utils/connection.gfd:1.4
*** gnue/common/utils/connection.gfd:1.3        Sat Dec 21 13:54:53 2002
--- gnue/common/utils/connection.gfd    Sat Dec 21 14:03:04 2002
***************
*** 1,12 ****
  <?xml version="1.0"?>
  
! <!--  GNUe Designer (0.4.1a)
!       Saved on: 2002-10-19 14:08:07  -->
  
! <form height="16" title="Editor for Connection Settings" width="50">
!   <connection comment="" dbname="%configdir%/connections.conf" host=""
!             name="connection_config" provider="configfile"/>
!   <datasource connection="connection_config" name="connection_dtsrc"/>
    <datasource name="dtsDrpProvider" type="static">
      <staticset fields="provider,descr">
        <staticsetrow>
--- 1,12 ----
  <?xml version="1.0"?>
  
! <!--  GNUe Forms 0.5.0 Migration Tool
!       Saved on: 2002-12-21 12:57:39  -->
  
! <form title="Editor for Connection Settings">
!   <connection name="connection_config" comment=""
!               dbname="%configdir%/connections.conf" host="" 
provider="configfile"/>
!   <datasource name="connection_dtsrc" connection="connection_config"/>
    <datasource name="dtsDrpProvider" type="static">
      <staticset fields="provider,descr">
        <staticsetrow>
***************
*** 95,136 ****
        </staticsetrow>
      </staticset>
    </datasource>
!   <page name="Connection.conf">
!     <block datasource="connection_dtsrc" name="Block_1">
!       <entry field="_section_name" name="SecE" width="25" x="22" y="3">
          <options>
            <option name="tip"
                    value="Name of the connection, as it is used in the 
datasource tag."/>
          </options>
!       </entry>
!       <entry field="aliases" name="aliasE" width="25" x="22" y="6">
          <options>
            <option name="tip"
                    value="A space seperated list of aliases for this 
connection."/>
          </options>
!       </entry>
!       <entry field="provider" fk_description="descr" fk_key="provider"
!              fk_source="dtsDrpProvider" name="provE" style="dropdown" 
width="25" x="22" y="7"/>
!       <entry field="comment" name="descrE" width="25" x="22" y="8"/>
!       <entry field="host" name="hostE" width="25" x="22" y="9"/>
!       <entry field="port" name="portE" width="25" x="22" y="10"/>
!       <entry field="dbname" name="dbE" width="25" x="22" y="11"/>
!       <entry field="encoding" name="encE" width="25" x="22" y="12"/>
!       <entry field="rpctype" name="rpctE" width="25" x="22" y="13"/>
!       <entry field="transport" name="tranE" width="25" x="22" y="14"/>
      </block>
!     <label name="Label_1" text="Editor for Connection Settings" width="30"
!            x="6" y="1"/>
!     <box height="12" label="Settings" name="setbox" width="48" x="1" y="4"/>
!     <label name="SecL" text="Connection name:" width="16" x="2" y="3"/>
!     <label name="aliasL" text="Aliases (opt.):" width="15" x="2" y="6"/>
!     <label name="provL" text="Provider (req.):" width="16" x="2" y="7"/>
!     <label name="descrL" text="Comment:" width="12" x="2" y="8"/>
!     <label name="hostL" text="Host:" width="5" x="2" y="9"/>
!     <label name="portL" text="Port:" width="9" x="2" y="10"/>
!     <label name="dbL" text="Database:" width="9" x="2" y="11"/>
!     <label name="encL" text="Encoding:" width="9" x="2" y="12"/>
!     <label name="rpctL" text="RPC type (appsrv.):" width="19" x="2" y="13"/>
!     <label name="transL" text="Transport (appsrv.):" width="20" x="2" y="14"/>
!   </page>
  </form>
--- 95,154 ----
        </staticsetrow>
      </staticset>
    </datasource>
!   <logic>
!     <block name="Block_1" datasource="connection_dtsrc">
!       <field name="SecE" field="_section_name">
          <options>
            <option name="tip"
                    value="Name of the connection, as it is used in the 
datasource tag."/>
          </options>
!       </field>
!       <field name="aliasE" field="aliases">
          <options>
            <option name="tip"
                    value="A space seperated list of aliases for this 
connection."/>
          </options>
!       </field>
!       <field name="provE" field="provider" fk_description="descr"
!              fk_key="provider" fk_source="dtsDrpProvider"/>
!       <field name="descrE" field="comment"/>
!       <field name="hostE" field="host"/>
!       <field name="portE" field="port"/>
!       <field name="dbE" field="dbname"/>
!       <field name="encE" field="encoding"/>
!       <field name="rpctE" field="rpctype"/>
!       <field name="tranE" field="transport"/>
      </block>
!   </logic>
!   <layout xmlns:c="GNUe:Layout:Char" c:height="16" c:width="50">
!     <page name="Connection.conf">
!       <label name="Label_1" text="Editor for Connection Settings" c:width="30"
!              c:x="6" c:y="1"/>
!       <box name="setbox" c:height="12" label="Settings" c:width="48" c:x="1"
!            c:y="4"/>
!       <label name="SecL" text="Connection name:" c:width="16" c:x="2" 
c:y="3"/>
!       <label name="aliasL" text="Aliases (opt.):" c:width="15" c:x="2" 
c:y="6"/>
!       <label name="provL" text="Provider (req.):" c:width="16" c:x="2" 
c:y="7"/>
!       <label name="descrL" text="Comment:" c:width="12" c:x="2" c:y="8"/>
!       <label name="hostL" text="Host:" c:width="5" c:x="2" c:y="9"/>
!       <label name="portL" text="Port:" c:width="9" c:x="2" c:y="10"/>
!       <label name="dbL" text="Database:" c:width="9" c:x="2" c:y="11"/>
!       <label name="encL" text="Encoding:" c:width="9" c:x="2" c:y="12"/>
!       <label name="rpctL" text="RPC type (appsrv.):" c:width="19" c:x="2"
!              c:y="13"/>
!       <label name="transL" text="Transport (appsrv.):" c:width="20" c:x="2"
!              c:y="14"/>
!       <entry block="Block_1" field="SecE" c:width="25" c:x="22" c:y="3"/>
!       <entry block="Block_1" field="aliasE" c:width="25" c:x="22" c:y="6"/>
!       <entry block="Block_1" field="provE" style="dropdown" c:width="25"
!              c:x="22" c:y="7"/>
!       <entry block="Block_1" field="descrE" c:width="25" c:x="22" c:y="8"/>
!       <entry block="Block_1" field="hostE" c:width="25" c:x="22" c:y="9"/>
!       <entry block="Block_1" field="portE" c:width="25" c:x="22" c:y="10"/>
!       <entry block="Block_1" field="dbE" c:width="25" c:x="22" c:y="11"/>
!       <entry block="Block_1" field="encE" c:width="25" c:x="22" c:y="12"/>
!       <entry block="Block_1" field="rpctE" c:width="25" c:x="22" c:y="13"/>
!       <entry block="Block_1" field="tranE" c:width="25" c:x="22" c:y="14"/>
!     </page>
!   </layout>
  </form>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]