pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/37679



The following reply was made to PR pkg/37679; it has been noted by GNATS.

From: Aleksej Saushev <asau%inbox.ru@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/37679
Date: Mon, 28 Jan 2008 12:54:23 +0300

 Summary of changes (from bundled HISTORY):
 
 Version 4.1.3
 -------------
 
 Bugs
 * Eliminate use of $_SERVER['PHP_SELF']. This fixes a regression in 4.1.2 for 
   non-mainstream locales (including SQL_ASCII)
 * Validate client supplied server against entries in config.inc.php 
 * Fix undefined variable when altering a field in a table on PostgreSQL < 8.0
 
 Version 4.1.2
 -------------
 
 Bugs
 * Fix inability to assign a field type/domain of a different schema
 * Fix PHP5 Strict mode complaints 
 * Fix IN/NOT IN to accept text input lists 'a','b'.
 * Fix bytea doesn't display as NULL when NULL
 * Fix bug in view creation wizard
 * Fix XSS vulnerability:
    http://www.securityfocus.com/bid/24115/
    Escape HTML special characters before using $_SERVER['PHP_SELF']
 
 Version 4.1.1
 -------------
 
 Bugs
 * Fix problem where failed update would report as duplicate update error and 
   fail to return edit screen
 * Fix error when using $conf[owned_only] on 8.1 & 8.2 
 * Fix error displaying schema names for parents of inherited tables
 * Clean up non-standard escape warnings for PostgreSQL 8.2
 * Fix improper text quoting for droping roles and aggregates
 * Fix bug when dumping mixed case table names in PostgreSQL 8.2
 
 Version 4.1
 -----------
 
 Features
 * New icons by Niko <ennixo%free.fr@localhost>, from the graphics repository 
on pgFoundry.
 * Added icons to bread crumb trail and tabs.
 * Send encrypted passwords over the wire wherever possible.
 * Alter sequence, nextval and setval (Guillaume)
 * Auto-select 'WITHOUT OIDS' if 'default_with_oids' setting is false 
(Guillaume)
 * Autovacuum configuration support (Robert Treat)
 * Basic ROLE support (Chris Kings-Lynne, Javier Carlos)
 * Add support for SSL connections (Eric Kinolik)
 * Display content of pg_locks view (Javier Carlos)
 * Add labels for checkboxes/radio buttons for improved usability (Guillaume)
 * Display Prepared Transactions (Javier Carlos)
 * Re-enable table browsing from tree icons (ioguix) 
 * Add Support For IN/OUT Parameters (John Jawed)
 * Add column level information into the tree browser (ioguix) 
 * Promote column level interaction into its own page (ioguix) 
 * Add automatic lookup of foreign key values in insert/update fields (John 
Jawed)
 * Add ability to create/drop/alter custom aggregates (Javier Carlos)
 * Add enable/disable trigger (John Jawed)
 * Add global comments for databases and tablespaces  
 
 Translations
 * Catalan translation from Bernat 
 
 Version 4.0
 -----------
 
 Features
 * Slony replication support (Thanks to sponsorship from SpikeSource)
 * Allow current database to be at the top
 * Allow base URL of PostgreSQL documentation to be configured
 * Allow variable size textarea when editing values (Juergen Weigert)
 * Allow SQL script upload to parse arbitrary SQL, including multiline
   SQL statements.  Improve output to show every command as its executed
   and SELECT results.
 * Add rudimentary support for PostgreSQL 8.1 and 8.2
 * primary key and unique key at table creation (Andreas Huber)
 * Add row|statement level options to create trigger for >= 7.4 (Robert Treat)
 * Allow altering name (for >= 7.4) and owner (for >= 8.0) of a database (Bryan 
Encina)
 * Allow login to several servers simultaneously
 * Rearrange frame layout to suit multi-server support
 * New browser tree with dynamically loading branches
   (Using XLoadTree2 from http://webfx.eae.net/)
 * Allow language change from the intro page at any time
 * Avoid getting and setting encoding queries if possible
 * Avoid version query in PHP 5 / PostgreSQL 7.4+
 * Avoid query for superuser status in PHP 5 / PostgreSQL 7.4+
 * Put PostgreSQL 7.4+ in read only mode for pagination of results
   to avoid executing selects that have write side effects.
 * Allow re-using username and password for all servers - saves re-entering
   username and password for every server in a pool.
 * Make default language 'auto' indicating auto detect.  If a language is
   deliberately specifed, then that will always be used and no detection will
   occur.
 * ADOdb library updated to version 4.65
   
 Bugs
 * Tree Icons are displayed middle instead of top
 * Ensure login frame is always at top level (Russell Smith)
 * Fix non-ASCII characters inserted in Unicode databases as HTML entities with
  non-UTF8 web servers (Markus Bertheau)
 * Fix export to work with release candidates and beta releases as well as 
finals
  (Russell Smith)
 * Fix port selection for local connections
 * Fix timeouts on long running operations (Adrian Nida)
 * Allow Multiline character and character varying editing and inserting
 * Add automatic browser language selection for all languages
 * Stop duplicate insert on re-POST of data
 * Fix bug with exporting schema for servers < 7.3
 * Fix opclasses on 7.2 and below
 * Fix listing of opaque functions in 7.2
 * Actually fix PHP 4.4.0's new strict references
 
 Translations
 * Japanese from Tadashi Jokagi
 * Danish from Arne Eckmann
 * Arabic from Zaki
 * Romanian from Alin
 * Afrikaans from Petri
 * Polish from Rafal (utf-8 encoding)
 * Slovak from Andrej
 * German from Markus
 * Spanish From Martin
 * Hungarian from Sulyok
 * Turkish from Devrim
 



Home | Main Index | Thread Index | Old Index