Thread: pgAdmin III Beta 2 Released
I'm pleased to announce the release of pgAdmin III v0.9.2. This is the second beta version prior to our upcoming 1.0.0 release. Changes since beta 1 include: 2003-09-03 AP - fixing the grid's edit control 2003-09-03 AP - enabling menu etc from a collection's properties listview, including a bugfix if the object wasn't expanded and still had a dummy child. 2003-08-29 AP - frmEditGrid: double click on labels resizes column or row 2003-08-28 AP - handle editor scrolling in frmEditGrid 2003-08-28 AP - Fix numeric truncation in frmEditGrid 2003-08-25 AP - SSL support for win32. 2003-08-25 AP - save SSL option under Servers/SSL%d. 2003-08-24 AP - Provide dummy child item to make [+] appear in tree for table and view. 2003-08-24 AP - proxy option. 2003-08-24 AP - Shift-F10 in tree control for context menu. 2003-08-23 AP - Fixed missing comments and function arguments. 2003-08-21 AP - Using EVT_TEXT for combobox selchange events. 2003-08-21 AP - encoding names read from backend, removed from resource. 2003-08-19 DP - Prevent comments on view columns causing display problems. 2003-08-19 Marc Persuy - Updated wxWindows-pgAdmin3 to resolve FreeBSD 5.1 locale search bug. 2003-08-18 DP - Correctly quote primary key name in Edit Grid. Was preventing viewing of data in some tables. 2003-08-17 AP - added REINDEX, frmVacuum->frmMaintenance. 2003-08-15 AP - added SSL-support. 2003-08-15 AP - Wording: "maintenance" instead of "reorganize". 2003-08-14 DP - Shorten minimum length of rule definition to allow 'NOTHING'. 2003-08-14 DP - Add DROP SQL for rule definitions. 2003-08-13 AP - Added VERSION Resource for win32. 2003-08-11 DP - Use compiled HTML help file for Help on windows. 2003-08-11 AP - Added "Change column" in table property. 2003-08-11 AP - Corrected SQL generation for table property. 2003-08-11 AP - Select current item if right click on tree item. 2003-08-11 AP - Added win32 version resource. 2003-08-11 AP - Corrected missing quoting for FK. 2003-08-08 AP - Allow tables without columns for 7.4 2003-08-08 AP - Support of several new 7.4 features. 2003-08-08 DP - Added missing helpfile images to Win32 Installer. 2003-08-07 AP - help system cleanups, support of CHM help for win32. 2003-08-07 AP - Added missing comment in domain property. 2003-08-06 DP - Bumped version number. pgAdmin III is an Open Source PostgreSQL database management and administration tool and is based on experiences gained in the development of pgAdmin, and the extremely popular pgAdmin II. pgAdmin III is written in C++ using the wxWindows (http://www.wxwindows.org) cross platform framework, and is currently supported on Windows 2000/XP/2003, Linux and FreeBSD. Patches for ports to other systems would be appreciated. It is released under the Artistic Licence. pgAdmin III allows the user to browse database objects, create, crop and modify them as allowed by PostgreSQL, view and edit data, and run arbitrary SQL queries using an extremely fast multi-threaded query tool. Connection to multiple servers at once is supported, using PostgreSQL's native libpq library. No ODBC layer is used, and connections may be SSL encrypted if required (this is automatic, based on pg_hba.conf settings). pgAdmin III has full Unicode support when built against wxWindows 2.5 (as our binary distributions are), and has been translated into a number of languages including Arabic ,Danish, German, Farsi, French, Croatian, Hungarian, Indonesian, Italian, Japanese, Norwegian, Polish, Portuguese-Brazilian, Romanian, Russian, Turkish, Chinese simplified and Chinese traditional thanks to the efforts of our volunteer translators. Both the software and website are in development still so feedback is encouraged to the pgadmin-support@postgresql.org mailing list. We welcome new developers, documenters, porters and translators - if you wish to join the fun, please visit the Development or Translation pages on the website. The website can be found at: http://www.pgadmin.org/pgadmin3/ Downloads can be found at: http://www.pgadmin.org/pgadmin3/download.php Regards, Dave.
Dave Page wrote: >I'm pleased to announce the release of pgAdmin III v0.9.2. This is the >second beta version prior to our upcoming 1.0.0 release. > >Changes since beta 1 include: > >2003-09-03 AP - fixing the grid's edit control >2003-09-03 AP - enabling menu etc from a collection's properties >listview, including a bugfix if the object wasn't expanded and still had >a dummy child. > Please note that these two changes are not included in Beta-2, but are already 0.9.3 snapshot fixes. Regards, Andreas
It's rumoured that andrej misovic once said: > hello dave, > chris from phppgadmin mail me, that your software > also need some translation, and I wanna > ask you, that the pgadmin have slovak translation/localization.. > if I could help, just mail me.. > have a nice weekend! Hi ado, We would certainly appreciate a Slovak translation of pgAdmin3 - welcome aboard. Please take a look at http://www.pgadmin.org/pgadmin3/translation.php which will explain how to get started. Jean-Michel; I have added ado to the translators list, but I'm not 100% sure what's necessary - add an entry in cnt_translationstatus.php of course (which I've done), do you then create the SK_sk directory and add it to CVS or do that later? Regards, Dave.
Dave Page wrote: >Jean-Michel; I have added ado to the translators list, but I'm not 100% >sure what's necessary - add an entry in cnt_translationstatus.php of >course (which I've done), do you then create the SK_sk directory and add >it to CVS or do that later? > What's needed is - adding to docs/en_US/translation_team.html - adding to cnt/cnt_translationstatus.php - copying empty pgadmin3.po and .mo to the new ui/la_CO directory - adding to ui/pgadmin3.lng For the latter, we are still missing some language names. Regards, Andreas
It's rumoured that Andreas Pflug once said: > Dave Page wrote: > >>Jean-Michel; I have added ado to the translators list, but I'm not 100% >>sure what's necessary - add an entry in cnt_translationstatus.php of >>course (which I've done), do you then create the SK_sk directory and >>add it to CVS or do that later? >> > What's needed is > - adding to docs/en_US/translation_team.html > - adding to cnt/cnt_translationstatus.php > - copying empty pgadmin3.po and .mo to the new ui/la_CO directory > - adding to ui/pgadmin3.lng > > For the latter, we are still missing some language names. OK thanks, I've done all that now - including the language name (Slovensky). Regards, Dave.
Le Samedi 6 Septembre 2003 10:49, Andreas Pflug a écrit : > What's needed is > - adding to docs/en_US/translation_team.html > - adding to cnt/cnt_translationstatus.php > - copying empty pgadmin3.po and .mo to the new ui/la_CO directory > - adding to ui/pgadmin3.lng For Win32 compatibility, Andreas explained me that pgadmin3.mo should be added in binary format (cvs add -kb pgadmin3.mo). pgadmin3.po file is added normally to the rep (cvs add pgadmin3.po). My opinion is that docs/en_US/translation_team.html is deprecated. Why not display a link to the website instead? This page will be difficult to maintain. Cheers, Jean-Michel
Jean-Michel POURE wrote: >Le Samedi 6 Septembre 2003 10:49, Andreas Pflug a écrit : > > >>What's needed is >>- adding to docs/en_US/translation_team.html >>- adding to cnt/cnt_translationstatus.php >>- copying empty pgadmin3.po and .mo to the new ui/la_CO directory >>- adding to ui/pgadmin3.lng >> >> > >For Win32 compatibility, Andreas explained me that pgadmin3.mo should be added >in binary format (cvs add -kb pgadmin3.mo). pgadmin3.po file is added >normally to the rep (cvs add pgadmin3.po). > Right, this is vital because wincvs will convert 0x0a to 0x0d 0x0a while it's not meant as LF but some arbitrary binary char. I just 'cvs admin' ed it to -kb. > >My opinion is that docs/en_US/translation_team.html is deprecated. Why not >display a link to the website instead? This page will be difficult to >maintain. > Hm. This page tells about the status of the package in use (and thus we should ask ourselves if all translators should be mentioned, or only those for *published* languages, included in that package), while our site tells the status of cvs head. We could have an *additional* link to the website. Regards, Andreas