Changeset 8221

Show
Ignore:
Timestamp:
03/10/10 18:57:47 (5 months ago)
Author:
guillaume
Message:

Website update for 1.10.2 release.

Location:
trunk/www
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/www/download/macosx.php

    r8110 r8221  
    1212<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> 
    1313<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 />&nbsp;</li> 
    1415  <li>' . sprintf(_("<a href=\"%s\">pgAdmin v%s</a>"), "http://www.postgresql.org/ftp/pgadmin3/release/v1.10.1/osx/", "1.10.1") . '<br />&nbsp;</li> 
    1516  <li>' . sprintf(_("<a href=\"%s\">pgAdmin v%s</a>"), "http://www.postgresql.org/ftp/pgadmin3/release/v1.10.0/osx/", "1.10.0") . '<br />&nbsp;</li> 
  • trunk/www/download/source.php

    r8110 r8221  
    1313 
    1414<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 />&nbsp;</li> 
    1516  <li>' . sprintf(_("<a href=\"%s\">pgAdmin v%s</a>"), "http://www.postgresql.org/ftp/pgadmin3/release/v1.10.1/src/", "1.10.1") . '<br />&nbsp;</li> 
    1617  <li>' . sprintf(_("<a href=\"%s\">pgAdmin v%s</a>"), "http://www.postgresql.org/ftp/pgadmin3/release/v1.10.0/src/", "1.10.0") . '<br />&nbsp;</li> 
  • trunk/www/download/windows.php

    r8110 r8221  
    1515 
    1616<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 />&nbsp;</li> 
    1718  <li>' . sprintf(_("<a href=\"%s\">pgAdmin v%s</a>"), "http://www.postgresql.org/ftp/pgadmin3/release/v1.10.1/win32/", "1.10.1") . '<br />&nbsp;</li> 
    1819  <li>' . sprintf(_("<a href=\"%s\">pgAdmin v%s</a>"), "http://www.postgresql.org/ftp/pgadmin3/release/v1.10.0/win32/", "1.10.0") . '<br />&nbsp;</li> 
  • trunk/www/index.php

    r8191 r8221  
    88<h1>' . _("Latest news") . '</h1> 
    99 
     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 
    1014<h2>' . sprintf(_("%s - pgAdmin v%s released"), "2009-12-04", "1.10.1") . '</h2> 
    1115 
    1216<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> 
    1717 
    1818<h1>' . _("Introduction") . '</h1> 
     
    2525 
    2626<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") . ' 
    2828</div> 
    2929 
  • trunk/www/news.php

    r7954 r8221  
    77 
    88<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> 
    913 
    1014<h2>' . sprintf(_("%s - pgAdmin v%s released"), "2009-06-30", "1.10.0") . '</h2>