1,1,4 release, fix postgresql quirks.
authorivan <ivan>
Wed, 14 Oct 1998 06:52:48 +0000 (06:52 +0000)
committerivan <ivan>
Wed, 14 Oct 1998 06:52:48 +0000 (06:52 +0000)
htdocs/docs/index.html
htdocs/docs/man/Conf.txt
htdocs/docs/man/Invoice.txt
htdocs/docs/man/Record.txt
htdocs/docs/man/dbdef_column.txt
htdocs/docs/man/dbdef_table.txt
htdocs/docs/upgrade2.html

index 20051ca..83c58f3 100644 (file)
@@ -6,7 +6,7 @@
 <ul>
   <li><a href="install.html">New Installation</a>
   <li><a href="upgrade.html">Upgrading from 1.0.x to 1.1.x</a>
 <ul>
   <li><a href="install.html">New Installation</a>
   <li><a href="upgrade.html">Upgrading from 1.0.x to 1.1.x</a>
-  <li><a href="upgrade2.html">Upgrading from 1.1.x to 1.1.3</a>
+  <li><a href="upgrade2.html">Upgrading from 1.1.x to 1.1.4</a>
   <li><a href="config.html">Configuration files</a>
 <!--
   <li><a href="admin.html">Administration</a>
   <li><a href="config.html">Configuration files</a>
 <!--
   <li><a href="admin.html">Administration</a>
index c46c9ee..5e7be7f 100644 (file)
@@ -45,3 +45,5 @@ SEE ALSO
 HISTORY
     Ivan Kohler <ivan@sisd.com> 98-sep-6
 
 HISTORY
     Ivan Kohler <ivan@sisd.com> 98-sep-6
 
+    sub exists forgot to fetch $dir ivan@sisd.com 98-sep-27
+
index 17953d5..426359f 100644 (file)
@@ -21,3 +21,7 @@ HISTORY
     =< 0 return address comes from /var/spool/freeside/conf/address
     ivan@sisd.com 98-jul-2
 
     =< 0 return address comes from /var/spool/freeside/conf/address
     ivan@sisd.com 98-jul-2
 
+    pod ivan@sisd.com 98-sep-20something
+
+    s/ISA/@ISA/ in use vars ivan@sisd.com 98-sep-27
+
index 0accb65..7570132 100644 (file)
@@ -330,3 +330,5 @@ HISTORY
 
         added pod documentation ivan@sisd.com 98-sep-6
 
 
         added pod documentation ivan@sisd.com 98-sep-6
 
+        ut_phonen got ''; at the end ivan@sisd.com 98-sep-27
+
index 93e2395..6747a32 100644 (file)
@@ -46,16 +46,17 @@ METHODS
     line [ $datasrc ]
         Returns an SQL column definition.
 
     line [ $datasrc ]
         Returns an SQL column definition.
 
-        If passed a DBI $datasrc specifying the DBD::mysql manpage,
-        will use MySQL-specific syntax. Non-standard syntax for
-        other engines (if applicable) may also be supported in the
-        future.
+        If passed a DBI $datasrc specifying the DBD::mysql manpage
+        or the DBD::Pg manpage, will use engine-specific syntax.
 
 BUGS
 SEE ALSO
     the FS::dbdef_table manpage, the FS::dbdef manpage, the DBI
     manpage
 
 
 BUGS
 SEE ALSO
     the FS::dbdef_table manpage, the FS::dbdef manpage, the DBI
     manpage
 
+VERSION
+    $Id: dbdef_column.txt,v 1.5 1999-04-08 13:39:32 ivan Exp $
+
 HISTORY
     class for dealing with column definitions
 
 HISTORY
     class for dealing with column definitions
 
@@ -67,3 +68,12 @@ HISTORY
     mySQL-specific hack for null (what should be default?)
     ivan@sisd.com 98-jun-2
 
     mySQL-specific hack for null (what should be default?)
     ivan@sisd.com 98-jun-2
 
+    $Log: dbdef_column.txt,v $
+    Revision 1.5  1999-04-08 13:39:32  ivan
+    convert from pod for 1.2.0 release
+ Revision 1.3 1998/10/13 13:04:17 ivan
+    fixed doc to indicate Pg specific syntax too
+
+    Revision 1.2 1998/10/12 23:40:28 ivan added Pg-specific
+    behaviour in sub line
+
index 25e010d..4fcb093 100644 (file)
@@ -75,6 +75,9 @@ SEE ALSO
     FS::dbdef_index manpage, the FS::dbdef_unique manpage, the DBI
     manpage
 
     FS::dbdef_index manpage, the FS::dbdef_unique manpage, the DBI
     manpage
 
+VERSION
+    $Id: dbdef_table.txt,v 1.2 1998-10-14 06:52:48 ivan Exp $
+
 HISTORY
     class for dealing with table definitions
 
 HISTORY
     class for dealing with table definitions
 
@@ -92,3 +95,8 @@ HISTORY
 
     pod ivan@sisd.com 98-sep-24
 
 
     pod ivan@sisd.com 98-sep-24
 
+    $Log: dbdef_table.txt,v $
+    Revision 1.2  1998-10-14 06:52:48  ivan
+    1,1,4 release, fix postgresql quirks.
+
+
index 4bf7ea4..7acae48 100644 (file)
@@ -1,8 +1,8 @@
 <head>
 <head>
-  <title>Upgrading to 1.1.3</title>
+  <title>Upgrading to 1.1.4</title>
 </head>
 <body>
 </head>
 <body>
-<h1>Upgrading to 1.1.3 from 1.1.x</h1>
+<h1>Upgrading to 1.1.4 from 1.1.x</h1>
 <ul>
   <li>If migrating from 1.0.0, see these <a href="upgrade.html">instructions</a> first.
   <li>Back up your data and current Freeside installation.
 <ul>
   <li>If migrating from 1.0.0, see these <a href="upgrade.html">instructions</a> first.
   <li>Back up your data and current Freeside installation.