Commit graph

33 commits

Author SHA1 Message Date
asau
86e3b759e1 Update to phpPgAdmin 5.0.2
Changes in 5.0.2
----------------

Some bug fixes.

* Fix a css typo & error in cappuccino theme
* Fix #3139003 "Autocomplete doesn't insert value", report and patch by Aleksander Machniak
* Fix bad inheritance between pg83 -> pg instead of pg83 -> pg84 in the database access classes. This bug was breaking some functionnalities with 8.3
* Fix a lot of nonstandard escaped string in the database access classes


Changes in 5.0.1
----------------

Minor bug fix and update version.

* Fix #3124417 "Wrong german translation", reported by schnoesel
* Fix (officialy) a bug where non-super user roles cannot check ownership on objects
* Add forgotten Galician language to the target "all" of lang/Makefile
* Update jQuery library to current stable 1.4.4
* remove useless date from the topbar informations.
  This was the only place that did PHP 5.3 complain about bad timezone configuration
  (a non-PPA related warning). As it was a totaly useless information, we decide to
  remove it.


Changes in 5.0
--------------

Features
* Support for PostgreSQL 8.4 and 9.0
* Support for database level collation for 8.4+
* Support for schema level export
* Add ability to alter schema ownership
* Clean up domain support and improve interface
* Add support for commenting on functions
* Allow user to rename role/users and set new passwords at the same time
* Greatly enhanced Full-Text-Search capabilities (ioguix, Loomis_K)
* Overhauled Selenium Test suite to support multiple database versions
* Optimized application graphics (Limo Driver)
* Support for Column Level Privileges
* Allow users to specify a template database at database creation time
* Support killing processes
* Add ability to create indexes concurrently
* Much better support of autovacuum configuration
* Add an admin page for table level
* Refactored autocompletion:
  * fix support for cross-schema objects
  * support multi-field FK
  * support for pagination of values in the auto-complete list
* Allow user to logicaly group their server under custom named node in the browser tree
* New themes (Cappuccino and Gotar) and a theme switcher on the introduction page
* Auto refresh Locks page
* Auto refresh Processes page
* Link in the bottom of the page to go to top of page
* Browsing on Foreign Keys (When browsing a table, clicking on a FK value, jump to the PK row)


Bugs
* Fix problems with query tracking on overly long queries
* Ensure pg_dump paths are valid
* Fix multiple bugs about quoting and escaping database objects names with special chars
* Fix multiple bugs in the browser tree
* Fix multiple bugs on the SQL and script file import form
* One security fix about code injection
* Don't allow inserting on a table without fields
* Some fix about commenting databases
* removed deprecated functions from PHP 5.3
* Lot of code cleanup
* Many other small minor bugs found on our way
* Fix the operator property page

Translations
* Czech (Marek Cernocky)
* Greek (Adamantios Diamantidis)
* Brazillian Portuguese (Fernando Wendt)
* Galician (Adri€n Chaves Fern€ndez)

Incompatabilities
* No longer support PHP < 5.0
* No longer support Postgres < 7.4
2011-02-08 23:09:17 +00:00
joerg
f0e3267b87 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:36:19 +00:00
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
roy
e5a539fc2d Update to 4.2.2
Fixes PR pkg/38536 and CVE-2008-5587
Remove all pkglint warnings

ok: joerg
2009-01-13 14:40:40 +00:00
tnn
376c9c018d Update to phppgadmin-4.1.3. Patch provided by Aleksej Saushev.
This adds, among other things, improved support for PostgreSQL 8.x and
php 5.x. Also SSL support, many small bugfixes and updated translations.
2008-01-30 10:07:34 +00:00
tv
2eb297093f Update to 3.5.6, which was a very minor bugfix prior to the major 4.0
release (perhaps not yet ready for pkgsrc primetime).  Changes:

Version 3.5.6
-------------

Bugs
* Actually fix PHP 4.4.0's new strict references
2006-09-05 17:04:31 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
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
jlam
733a37644e Correct some minor errors to the way that this package set PKG_SYSCONFDIR
and MAKE_DIRS:

    * There is no need to set PKG_SYSCONFDIR as the concept is quite
      meaningless for PHP applications.  Simply copy the CONF_FILES
      from the examples directory into ${PREFIX}/share/phppgadmin/conf.

    * Use REQD_DIRS instead of MAKE_DIRS since these directories are
      under ${PREFIX} and we want to always create/remove these
      directories regardless of the value of PKG_CONFIG.

Bump the PKGREVISION to 1 due to changes in the +INSTALL and +DEINSTALL
scripts.
2005-09-06 06:07:28 +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
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +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
2dab36aa3f Update phppgadmin to 3.5.1. This release fixes a few critical bugs in 7.0,
7.1 and 8.0rc1 PostgreSQL support, and few other smaller fixes and
translation updates.
2004-12-17 20:09:06 +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
8b91b79ee5 update DEPENDS for change of php4-* packages to php-*; be optimistic and
leave the DEPENDS in a form which allows PHP 5.x to match, since it should
work just as well
2004-10-31 23:47:32 +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
xtraeme
e9a3553f24 NO_BUILDLINK=yes. 2004-04-25 01:14:25 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
snj
9ab87f0a36 s/adminster/administer/ 2004-02-21 06:46:56 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
jdolecek
4c4f6687e2 php4-pcre is now part of main PHP, g/c the DEPENDS line 2003-09-01 12:58:34 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
grant
4f6db0cabd ${PKG_PREFIX} -> ${PREFIX}, fix a typo. 2002-09-18 16:11:18 +00:00
hubertf
a2fba3011d Add a few hints on what to change in the config file 2002-08-22 22:23:51 +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