From e1c5eb89c1dcf4fa0dac549857a0700bca9d1dd8 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 26 Jan 2007 16:52:13 +0000 Subject: [PATCH] Monotone-Parent: 5a720314ac446bf86e127d6d6e938b844aab7441 Monotone-Revision: 47aef98a4894f30e9031a2a06ca088c4ac71d7f3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-01-26T16:52:13 Monotone-Branch: ca.inverse.sogo --- OGoContentStore/sql/folderinfo-create.psql | 17 ++--------------- .../sql/generate-folderinfo-sql-for-users.sh | 2 +- SoObjects/Appointments/SOGoFreeBusyObject.m | 2 +- UI/WebServerResources/generic.css | 2 +- 4 files changed, 5 insertions(+), 18 deletions(-) diff --git a/OGoContentStore/sql/folderinfo-create.psql b/OGoContentStore/sql/folderinfo-create.psql index e4a499eaa..305597797 100644 --- a/OGoContentStore/sql/folderinfo-create.psql +++ b/OGoContentStore/sql/folderinfo-create.psql @@ -4,6 +4,8 @@ -- TODO: -- add a unique constraints on path +DROP SEQUENCE SOGo_folder_info_seq; + CREATE SEQUENCE SOGo_folder_info_seq; DROP TABLE SOGo_folder_info; @@ -24,18 +26,3 @@ CREATE TABLE SOGo_folder_info ( c_acl_location VARCHAR(2048) NULL, -- URL to quicktable of folder c_folder_type VARCHAR(255) NOT NULL -- the folder type ... ); - -INSERT INTO SOGo_folder_info - ( c_path, c_path1, c_path2, c_path3, c_path4, c_foldername, - c_location, c_quick_location, c_folder_type ) -VALUES - ( '/Users', - 'Users', - NULL, - NULL, - NULL, - 'Users', - 'http://OGo:OGo@localhost:5432/OGo/SOGo_user_folder', - 'http://OGo:OGo@localhost:5432/OGo/SOGo_user_folder_quick', - 'http://OGo:OGo@localhost:5432/OGo/SOGo_user_folder_acl', - 'Container' ); diff --git a/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh b/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh index ed2e01833..2cff4355b 100755 --- a/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh +++ b/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh @@ -5,7 +5,7 @@ DB_USER="sogo" DB_PASS="sogo" -DB_HOST="192.168.0.4" +DB_HOST="127.0.0.1" DB_PORT="5432" DB_NAME="sogo" TIMEZONE="Canada/Eastern" diff --git a/SoObjects/Appointments/SOGoFreeBusyObject.m b/SoObjects/Appointments/SOGoFreeBusyObject.m index d995841a6..5c86c19ae 100644 --- a/SoObjects/Appointments/SOGoFreeBusyObject.m +++ b/SoObjects/Appointments/SOGoFreeBusyObject.m @@ -18,7 +18,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: SOGoFreeBusyObject.m 675 2005-07-06 20:56:09Z znek $ +// $Id: SOGoFreeBusyObject.m 1011 2007-01-13 00:07:16Z wolfgang $ #import #import diff --git a/UI/WebServerResources/generic.css b/UI/WebServerResources/generic.css index 819612920..b25c6d4a5 100644 --- a/UI/WebServerResources/generic.css +++ b/UI/WebServerResources/generic.css @@ -300,7 +300,7 @@ DIV.contactSelector DIV.contactList TEXTAREA { vertical-align: top; } -DIV, TEXTAREA, INPUT +DIV, TEXTAREA, INPUT, SELECT { font-family: inherit; font-size: inherit; }