Changeset 8221
- Timestamp:
- 03/10/10 18:57:47 (5 months ago)
- Location:
- trunk/www
- Files:
-
- 5 modified
-
download/macosx.php (modified) (1 diff)
-
download/source.php (modified) (1 diff)
-
download/windows.php (modified) (1 diff)
-
index.php (modified) (2 diffs)
-
news.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/download/macosx.php
r8110 r8221 12 12 <p>' . _("Mac OSX packages built on Panther are available up to pgAdmin v1.4.1. Newer versions are being built on Tiger. v1.6 and above are built as Mac Universal binaries for Intel and PPC architectures.") . '</p> 13 13 <ul> 14 <li>' . sprintf(_("<a href=\"%s\">pgAdmin v%s</a>"), "http://www.postgresql.org/ftp/pgadmin3/release/v1.10.2/osx/", "1.10.2") . '<br /> </li> 14 15 <li>' . sprintf(_("<a href=\"%s\">pgAdmin v%s</a>"), "http://www.postgresql.org/ftp/pgadmin3/release/v1.10.1/osx/", "1.10.1") . '<br /> </li> 15 16 <li>' . sprintf(_("<a href=\"%s\">pgAdmin v%s</a>"), "http://www.postgresql.org/ftp/pgadmin3/release/v1.10.0/osx/", "1.10.0") . '<br /> </li> -
trunk/www/download/source.php
r8110 r8221 13 13 14 14 <ul> 15 <li>' . sprintf(_("<a href=\"%s\">pgAdmin v%s</a>"), "http://www.postgresql.org/ftp/pgadmin3/release/v1.10.2/src/", "1.10.2") . '<br /> </li> 15 16 <li>' . sprintf(_("<a href=\"%s\">pgAdmin v%s</a>"), "http://www.postgresql.org/ftp/pgadmin3/release/v1.10.1/src/", "1.10.1") . '<br /> </li> 16 17 <li>' . sprintf(_("<a href=\"%s\">pgAdmin v%s</a>"), "http://www.postgresql.org/ftp/pgadmin3/release/v1.10.0/src/", "1.10.0") . '<br /> </li> -
trunk/www/download/windows.php
r8110 r8221 15 15 16 16 <ul> 17 <li>' . sprintf(_("<a href=\"%s\">pgAdmin v%s</a>"), "http://www.postgresql.org/ftp/pgadmin3/release/v1.10.2/win32/", "1.10.2") . '<br /> </li> 17 18 <li>' . sprintf(_("<a href=\"%s\">pgAdmin v%s</a>"), "http://www.postgresql.org/ftp/pgadmin3/release/v1.10.1/win32/", "1.10.1") . '<br /> </li> 18 19 <li>' . sprintf(_("<a href=\"%s\">pgAdmin v%s</a>"), "http://www.postgresql.org/ftp/pgadmin3/release/v1.10.0/win32/", "1.10.0") . '<br /> </li> -
trunk/www/index.php
r8191 r8221 8 8 <h1>' . _("Latest news") . '</h1> 9 9 10 <h2>' . sprintf(_("%s - pgAdmin v%s released"), "2010-03-10", "1.10.2") . '</h2> 11 12 <p>' . _("pgAdmin 1.10.2 has now been released. Please see the <a href=\"/development/changelog.php\">CHANGELOG</a> for details of the bug fixes in this release or visit the <a href=\"download\">download area</a> to get your copy now.") . '</p> 13 10 14 <h2>' . sprintf(_("%s - pgAdmin v%s released"), "2009-12-04", "1.10.1") . '</h2> 11 15 12 16 <p>' . _("pgAdmin 1.10.1 has now been released. Please see the <a href=\"/development/changelog.php\">CHANGELOG</a> for details of the bug fixes in this release or visit the <a href=\"download\">download area</a> to get your copy now.") . '</p> 13 14 <h2>' . sprintf(_("%s - pgAdmin v%s released"), "2009-06-30", "1.10.0") . '</h2>15 16 <p>' . _("pgAdmin 1.10.0 has now been released! Highlights of the new release include a graphical query builder, a scripting engine in the query tool and support for PostgreSQL 8.4 in addition to <a href=\"/development/changelog.php\">numerous other changes</a>. For a rundown of the key features, take a look at our <a href=\"/visualtour.php\">visual tour</a>.") . '</p><p>' . _("Please visit the <a href=\"download\">download area</a> to get your copy now. Any questions or other support issues should be sent to <a href=\"mailto:pgadmin-support@postgresql.org\">pgadmin-support@postgresql.org</a>.") . '</a></p>17 17 18 18 <h1>' . _("Introduction") . '</h1> … … 25 25 26 26 <div class="pgaBanner"> 27 ' . sprintf(_("The current version of pgAdmin is <a href=\"/download/\">%s</a>."), "1.10. 1") . '27 ' . sprintf(_("The current version of pgAdmin is <a href=\"/download/\">%s</a>."), "1.10.2") . ' 28 28 </div> 29 29 -
trunk/www/news.php
r7954 r8221 7 7 8 8 <h1>' . _("Latest news") . '</h1> 9 10 <h2>' . sprintf(_("%s - pgAdmin v%s released"), "2009-12-04", "1.10.1") . '</h2> 11 12 <p>' . _("pgAdmin 1.10.1 has now been released. Please see the <a href=\"/development/changelog.php\">CHANGELOG</a> for details of the bug fixes in this release or visit the <a href=\"download\">download area</a> to get your copy now.") . '</p> 9 13 10 14 <h2>' . sprintf(_("%s - pgAdmin v%s released"), "2009-06-30", "1.10.0") . '</h2>
