SVN Commit by dpage: r4921 - in branches/REL-1_4_0_PATCHES/pgadmin3: . docs/en_US i18n pkg/debian src/frm

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4921 - in branches/REL-1_4_0_PATCHES/pgadmin3: . docs/en_US i18n pkg/debian src/frm
Date: 2006-01-17 22:28:17
Message-ID: 200601172228.k0HMSHkQ032041@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2006-01-17 22:28:17 +0000 (Tue, 17 Jan 2006)
New Revision: 4921

Modified:
branches/REL-1_4_0_PATCHES/pgadmin3/CHANGELOG.txt
branches/REL-1_4_0_PATCHES/pgadmin3/docs/en_US/translation_team.html
branches/REL-1_4_0_PATCHES/pgadmin3/i18n/Makefile.am
branches/REL-1_4_0_PATCHES/pgadmin3/pkg/debian/rules
branches/REL-1_4_0_PATCHES/pgadmin3/src/frm/frmHelp.cpp
Log:
Update URLs for new website

Modified: branches/REL-1_4_0_PATCHES/pgadmin3/CHANGELOG.txt
===================================================================
--- branches/REL-1_4_0_PATCHES/pgadmin3/CHANGELOG.txt 2006-01-17 22:25:13 UTC (rev 4920)
+++ branches/REL-1_4_0_PATCHES/pgadmin3/CHANGELOG.txt 2006-01-17 22:28:17 UTC (rev 4921)
@@ -10,7 +10,7 @@
<li>FGP - Florian G. Pflug
</ul>
<b>Versions and releases</b><br>
-The following list contains all changes to pgAdmin3, as present in svn.
+The following list contains all changes to pgAdmin III, as present in svn.
<ul>
<li>A version number denotes the release version, which contains the patch or feature mentioned.
<li>*** marks fixes that are backported to stable branch, and will be included in the next maintenance release.

Modified: branches/REL-1_4_0_PATCHES/pgadmin3/docs/en_US/translation_team.html
===================================================================
--- branches/REL-1_4_0_PATCHES/pgadmin3/docs/en_US/translation_team.html 2006-01-17 22:25:13 UTC (rev 4920)
+++ branches/REL-1_4_0_PATCHES/pgadmin3/docs/en_US/translation_team.html 2006-01-17 22:28:17 UTC (rev 4921)
@@ -25,7 +25,7 @@
</UL>
<P>
There are other translations in progress, you can check the current translation
- status at our <A HREF="http://www.pgadmin.org/pgadmin3/translation.php">Translation
+ status at our <A HREF="http://www.pgadmin.org/translation/status.php">Translation
status</A> page.
</P>
</body>

Modified: branches/REL-1_4_0_PATCHES/pgadmin3/i18n/Makefile.am
===================================================================
--- branches/REL-1_4_0_PATCHES/pgadmin3/i18n/Makefile.am 2006-01-17 22:25:13 UTC (rev 4920)
+++ branches/REL-1_4_0_PATCHES/pgadmin3/i18n/Makefile.am 2006-01-17 22:28:17 UTC (rev 4921)
@@ -10,7 +10,7 @@
#######################################################################

# Define the list of 'published' languages. This should match those
-# at http://www.pgadmin.org/translation.php. These are the only ones
+# at http://www.pgadmin.org/translation/status.php. These are the only ones
# that will be installed, but all will be shipped in the source tarball.

PUB_TX = af_ZA ar_SA ca_ES de_DE es_ES fi_FI fr_FR ja_JP nl_NL pl_PL sl_SI tr_TR

Modified: branches/REL-1_4_0_PATCHES/pgadmin3/pkg/debian/rules
===================================================================
--- branches/REL-1_4_0_PATCHES/pgadmin3/pkg/debian/rules 2006-01-17 22:25:13 UTC (rev 4920)
+++ branches/REL-1_4_0_PATCHES/pgadmin3/pkg/debian/rules 2006-01-17 22:28:17 UTC (rev 4921)
@@ -97,7 +97,7 @@
# Add here commands to install the package into debian/pgadmin3.
# Finally install all in debian/tmp. Files are dispatched into packages by dh_install
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
- [ ! -f TODO.txt ] && echo "Please consult: http://www.pgadmin.org/pgadmin3/development.php#todo" > TODO.txt || true
+ [ ! -f TODO.txt ] && echo "Please consult: http://www.pgadmin.org/development.todo.php" > TODO.txt || true

# move pgadmin3.mo files to locales directory
# this part was written by Andreas Tille <tille(at)debian(dot)org>

Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/frm/frmHelp.cpp
===================================================================
--- branches/REL-1_4_0_PATCHES/pgadmin3/src/frm/frmHelp.cpp 2006-01-17 22:25:13 UTC (rev 4920)
+++ branches/REL-1_4_0_PATCHES/pgadmin3/src/frm/frmHelp.cpp 2006-01-17 22:28:17 UTC (rev 4921)
@@ -238,7 +238,7 @@
{
frmHelp *h=new frmHelp(form);
h->Show(true);
- if (!h->Load(wxT("http://www.pgadmin.org/faq/")))
+ if (!h->Load(wxT("http://www.pgadmin.org/pgadmin3/faq/")))
{
h->Destroy();
h=0;

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-01-17 22:29:56 SVN Commit by dpage: r4922 - trunk/www
Previous Message svn 2006-01-17 22:25:13 SVN Commit by dpage: r4920 - in trunk/pgadmin3: docs/en_US i18n pkg/debian src/frm