From: | svn(at)pgadmin(dot)org |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | SVN Commit by dpage: r7651 - in trunk/pgadmin3: . pgadmin pgadmin/frm pgadmin/include pgadmin/include/frm pkg/win32/src |
Date: | 2009-03-09 13:59:39 |
Message-ID: | 200903091359.n29DxdYP004418@developer.pgadmin.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | svn | 2009-03-09 14:31:11 | SVN Commit by dpage: r7652 - trunk/pgadmin3/pgadmin |
Previous Message | Magnus Hagander | 2009-03-09 13:42:41 | Re: [pgScript patch] Output + bug fix |