SVN Commit by dpage: r7651 - in trunk/pgadmin3: . pgadmin pgadmin/frm pgadmin/include pgadmin/include/frm pkg/win32/src - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r7651 - in trunk/pgadmin3: . pgadmin pgadmin/frm pgadmin/include pgadmin/include/frm pkg/win32/src
Date
Msg-id 200903091359.n29DxdYP004418@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage

Date: 2009-03-09 13:59:38 +0000 (Mon, 09 Mar 2009)

New Revision: 7651

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7651&view=rev

Log:
Re-jigger some of the plugins code to make it more useful:

- Allow plugins to be targetted to a platform, so we can ship multi-platform config files.
- Allow path elements (BIN dir, working dir, PG bin dir, EDB bin dir etc) to be substituted into the command line and
keyfile.
- Move utilities.ini into the main share directory and rename to plugins.ini.
- Allow plugins to be targetted to specific server types.
- Ensure the default plugin is currently valid before executing it.


Added:
   trunk/pgadmin3/pgadmin/plugins.ini
Removed:
   trunk/pgadmin3/plugins/
Modified:
   trunk/pgadmin3/Makefile.am
   trunk/pgadmin3/configure.ac.in
   trunk/pgadmin3/pgadmin/Makefile.am
   trunk/pgadmin3/pgadmin/frm/plugins.cpp
   trunk/pgadmin3/pgadmin/include/frm/frmMain.h
   trunk/pgadmin3/pgadmin/include/pgAdmin3.h
   trunk/pgadmin3/pgadmin/pgAdmin3.cpp
   trunk/pgadmin3/pgadmin/pgAdmin3.vcproj
   trunk/pgadmin3/pgadmin/settings.ini
   trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs

pgadmin-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [pgScript patch] Output + bug fix
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7652 - trunk/pgadmin3/pgadmin