Commit graph

9 commits

Author SHA1 Message Date
jdolecek
6dee5e96ca remove @dirrm share/phppgadmin, which was mistakely added in previous revision 2005-10-16 14:00:54 +00:00
jdolecek
16c9245f3c Install help files
PR: 30329 by Mehul N. Sanghvi
2005-10-16 11:41:06 +00:00
tv
1840164181 Minor update to 3.5.5, mainly to make work properly with PHP 4.4.
ChangeLog:

* Fix for PHP 4.4.0's new strict references
* Small improvement to Opera browser detection in the tree
* Fix listing of opaque functions in 7.2
* Fix listing of opclasses and functions pre 7.3
2005-09-05 18:14:39 +00:00
adrianp
723cf058be Update to 3.5.4
From the HISTORY:

> Version 3.5.4
> -------------
>
> Bugs
> * Fix security hole in include() of language file:
>    http://secunia.com/advisories/15941/
>   Check now requires that the language filename be in the list
>   of known allowed filenames.
> * Fix that functions returning cstring were not being listed
> * Make parsing of PostgreSQL 1-dimensional arrays correct.  Makes
>   named function parameter use more reliable.
> * Fix downloading of the results of multiline queries.
>
>
> Version 3.5.3
> -------------
>
> Bugs
> * Fix using schema enabled dump on non-schema enabled backend
> * Don't try setting no timeout when in safe mode
> * Reload browser after executing arbitrary SQL
> * Fix browser in RTL languages
> * Fix inability to drop database using the drop link
> * Fix last internal oid for PostgreSQL 8.0
> * Fix (again) dumping on v8 for windows, exclude dumping some objects.
>
> Translations
> * Portuguese from Francisco
>
>
> Version 3.5.2
> -------------
>
> Bugs
> * Fix export to work with release candidates and beta releases as well as finals
>  (Russell Smith)
> * Fix port selection for local connections (Russell Smith)
> * Fix timeouts on long running operations (Adrian Nida)
> * Allow Multiline character and character varying editing and inserting
> * Do browser language detection for all languages
>
> Translations
> * Japanese from Tadashi
> * Danish from Arne
2005-08-06 21:36:56 +00:00
wiz
5bcdb20632 Remove ".pkgsrc" file from PLIST, it shouldn't be there. Might fix
bulk build.
2005-02-07 15:02:25 +00:00
jdolecek
9b328c19bc Update phpPgAdmin to 3.5.
Changes since 3.4.1:

Features: added context-sensitive online help system, better support
for 8.0, "sticky" navigation, better grant/revole.  syntax
highlightling for PL/*, better navigation.

Translations: added Romanian, Mongolian, Ukrainian, Hebrew, and updates
to others.

Bugs
* Fix that non-Auto mode import didn't work (Adrian Nida)
* Fix inability to drop constraints when using a non-english translation
* Work around MSIE's failure to handle downloads in SSL mode
* Allow insert, update, delete, references and trigger to be granted
  and revoked on views.

See HISTORY for full new feature list.
2004-11-27 11:17:04 +00:00
jdolecek
e77240dd45 fix typo in documentation directory name 2004-10-09 16:26:26 +00:00
jdolecek
0626499e8b Update to phpPgAdmin-3.4.1, based on patches submitted in PR pkg/26539
by Sergio Jimenez.

The full change list since 2.4 is not available, and even the changes in 3.x
line are too numberous to list. See package file HISTORY for details.

Highlights include much more complete support for various PostgreSQL features,
full support for version up to and including 8.0 beta1, localization
to many languages.
2004-10-09 16:23:43 +00:00
agc
fbe7490b2d Initial import of phppgadmin-2.4.2 into the NetBSD Packages Collection.
Provided in PR 17683 by Sergio Jimenez <sjr@hispabsd.org>

phpPgAdmin is phpMyAdmin (for MySQL) ported to PostgreSQL.  phpPgAdmin
is a fully functional PostgreSQL administration utility.  You can use
it to create an maintain multiple databases and even multiple servers.

Features include:

- create and drop databases
- create, copy, drop and alter table/view/sequence/function/indicie/trigger
- edit and add fields (to the extent Postgres allows)
- execute any SQL-statement, even batch-queries
- manage primary and unique keys
- create and read dumps of tables
- administer one single database
- administer multiple servers
- administer postgres users and groups
2002-07-23 12:13:34 +00:00