phppgadmin.git
22 years agoadd revoke support. massive improvements so now you can grant or revoke to multiple...
chriskl [Wed, 21 May 2003 09:06:23 +0000 (09:06 +0000)]
add revoke support.  massive improvements so now you can grant or revoke to multiple entities in one go.  reduce code duplication.  add some new translations

22 years agoremove locale stuff
chriskl [Wed, 21 May 2003 08:07:26 +0000 (08:07 +0000)]
remove locale stuff

22 years agoxhtml, printVal
chriskl [Wed, 21 May 2003 07:02:12 +0000 (07:02 +0000)]
xhtml, printVal

22 years agoeven better, if there's only a single schema, expand that
chriskl [Wed, 21 May 2003 05:17:36 +0000 (05:17 +0000)]
even better, if there's only a single schema, expand that

22 years agobetter understanding of treemenu. If you have a personal schema, then expand it...
chriskl [Wed, 21 May 2003 05:15:26 +0000 (05:15 +0000)]
better understanding of treemenu.  If you have a personal schema, then expand it by default.

22 years agooops - used wrong url
chriskl [Wed, 21 May 2003 03:41:02 +0000 (03:41 +0000)]
oops - used wrong url

22 years agoupdates from Martin
chriskl [Wed, 21 May 2003 03:33:29 +0000 (03:33 +0000)]
updates from Martin

22 years agodon't wrap cells in display
chriskl [Wed, 21 May 2003 02:07:42 +0000 (02:07 +0000)]
don't wrap cells in display

22 years agoInfo about synch. When synch script will be fully tested, info should go to TRANSLATO...
slubek [Tue, 20 May 2003 22:54:05 +0000 (22:54 +0000)]
Info about synch. When synch script will be fully tested, info should go to TRANSLATORS file

22 years agofixed some bugs
slubek [Tue, 20 May 2003 22:52:03 +0000 (22:52 +0000)]
fixed some bugs

22 years agosynchronization with english.php
slubek [Tue, 20 May 2003 22:51:04 +0000 (22:51 +0000)]
synchronization with english.php

22 years agomake intro screen more useful
chriskl [Tue, 20 May 2003 09:01:58 +0000 (09:01 +0000)]
make intro screen more useful

22 years agoxhtml, printVal
chriskl [Tue, 20 May 2003 05:49:54 +0000 (05:49 +0000)]
xhtml, printVal

22 years agofix getTriggers for now working args display code
chriskl [Tue, 20 May 2003 05:43:46 +0000 (05:43 +0000)]
fix getTriggers for now working args display code

22 years agoprintVal
chriskl [Tue, 20 May 2003 05:42:48 +0000 (05:42 +0000)]
printVal

22 years agotweak euc encoding names to attempt to fix them
chriskl [Tue, 20 May 2003 03:54:04 +0000 (03:54 +0000)]
tweak euc encoding names to attempt to fix them

22 years agouse /bin/sh - more portable. try to improve permissions
chriskl [Tue, 20 May 2003 02:33:04 +0000 (02:33 +0000)]
use /bin/sh - more portable.  try to improve permissions

22 years agoAnother tool for lazy translators. See info inside.
slubek [Mon, 19 May 2003 23:22:33 +0000 (23:22 +0000)]
Another tool for lazy translators. See info inside.

22 years agoSynchronization with english.php
slubek [Mon, 19 May 2003 23:19:55 +0000 (23:19 +0000)]
Synchronization with english.php

22 years agochange ANALYZE to VACUUM ANALYZE for pre 7.2. remove unused getTableKeys function
chriskl [Mon, 19 May 2003 15:15:49 +0000 (15:15 +0000)]
change ANALYZE to VACUUM ANALYZE for pre 7.2.  remove unused getTableKeys function

22 years agofix long standing bug in vacuum analyze. xhtml fixes. printVal run
chriskl [Mon, 19 May 2003 15:08:09 +0000 (15:08 +0000)]
fix long standing bug in vacuum analyze.  xhtml fixes.  printVal run

22 years agoprintVal run
chriskl [Mon, 19 May 2003 15:06:52 +0000 (15:06 +0000)]
printVal run

22 years agoxhtml fixes, printVal run, add reset translation
chriskl [Mon, 19 May 2003 14:49:20 +0000 (14:49 +0000)]
xhtml fixes, printVal run, add reset translation

22 years agofix small bug in displaying reports with trailing spaces or newlines
chriskl [Mon, 19 May 2003 13:12:42 +0000 (13:12 +0000)]
fix small bug in displaying reports with trailing spaces or newlines

22 years agosuperuser can change anyone's password. xhtml fixes. printVal run
chriskl [Mon, 19 May 2003 13:10:59 +0000 (13:10 +0000)]
superuser can change anyone's password.  xhtml fixes.  printVal run

22 years agoadd to history
chriskl [Mon, 19 May 2003 07:09:30 +0000 (07:09 +0000)]
add to history

22 years agorebrand to beta-1
chriskl [Mon, 19 May 2003 07:08:11 +0000 (07:08 +0000)]
rebrand to beta-1

22 years agomega updates - remove all done stuff
chriskl [Mon, 19 May 2003 07:06:44 +0000 (07:06 +0000)]
mega updates - remove all done stuff

22 years agomore improvements to printVal
chriskl [Mon, 19 May 2003 06:08:07 +0000 (06:08 +0000)]
more improvements to printVal

22 years agoprintVal run. xhtml fixes
chriskl [Mon, 19 May 2003 05:53:42 +0000 (05:53 +0000)]
printVal run.  xhtml fixes

22 years agohopefully fix getting query counts for < 7.0... slightly ineffecient as you need...
chriskl [Sun, 18 May 2003 12:48:11 +0000 (12:48 +0000)]
hopefully fix getting query counts for < 7.0...  slightly ineffecient as you need to query twice

22 years agoDisplay duplicate field names properly for reports, etc.
chriskl [Sun, 18 May 2003 11:53:27 +0000 (11:53 +0000)]
Display duplicate field names properly for reports, etc.

22 years agoFix COPY and SQL output. Quite complicated...lots of addCSlashes and escaping required
chriskl [Sun, 18 May 2003 11:52:03 +0000 (11:52 +0000)]
Fix COPY and SQL output.  Quite complicated...lots of addCSlashes and escaping required

22 years agoFix COPY and SQL output. Quite complicated...lots of addCSlashes and escaping required
chriskl [Sun, 18 May 2003 11:27:31 +0000 (11:27 +0000)]
Fix COPY and SQL output.  Quite complicated...lots of addCSlashes and escaping required

22 years agohanged the translation of TRIGGERS to a more suitable 'DISPARADOR'. Thanks to Fernan...
chriskl [Sun, 18 May 2003 10:06:53 +0000 (10:06 +0000)]
hanged the translation of TRIGGERS to a more suitable 'DISPARADOR'.  Thanks to Fernando Perez

22 years agoadd missing htmlspecialchars call. gah - that cause me so much confusion
chriskl [Sat, 17 May 2003 15:55:23 +0000 (15:55 +0000)]
add missing htmlspecialchars call.  gah - that cause me so much confusion

22 years agosupport database that don't have function privileges
chriskl [Sat, 17 May 2003 15:53:56 +0000 (15:53 +0000)]
support database that don't have function privileges

22 years agosupport databases that don't have setClientEncoding (eg. 7.0.x)
chriskl [Sat, 17 May 2003 15:53:31 +0000 (15:53 +0000)]
support databases that don't have setClientEncoding (eg. 7.0.x)

22 years agoxhtml, fix remembering encoding, allow for 'no' or 'default' encoding, printVal
chriskl [Sat, 17 May 2003 15:52:48 +0000 (15:52 +0000)]
xhtml, fix remembering encoding, allow for 'no' or 'default' encoding, printVal

22 years agoPostgreSQL 7.0 support. select count(*) from (select ...) still not working
chriskl [Sat, 17 May 2003 15:51:37 +0000 (15:51 +0000)]
PostgreSQL 7.0 support.  select count(*) from (select ...) still not working

22 years agoprintVal run on views
chriskl [Fri, 16 May 2003 08:55:18 +0000 (08:55 +0000)]
printVal run on views

22 years agofix hell bugs in create user. remember values. use password field. ask for confirm...
chriskl [Fri, 16 May 2003 06:49:02 +0000 (06:49 +0000)]
fix hell bugs in create user.  remember values.  use password field.  ask for confirmation password.

22 years agofix getDatabases for 7.0. add show_system support to database list
chriskl [Fri, 16 May 2003 05:58:08 +0000 (05:58 +0000)]
fix getDatabases for 7.0.  add show_system support to database list

22 years agonailed NULL
chriskl [Thu, 15 May 2003 14:49:25 +0000 (14:49 +0000)]
nailed NULL

22 years agoadd note about value vs. expression
chriskl [Thu, 15 May 2003 14:49:08 +0000 (14:49 +0000)]
add note about value vs. expression

22 years agofixes
chriskl [Thu, 15 May 2003 14:37:42 +0000 (14:37 +0000)]
fixes

22 years agoadd show system objects support
chriskl [Thu, 15 May 2003 14:36:02 +0000 (14:36 +0000)]
add show system objects support

22 years agoremove lots of duplicate funcs, more 7.1 fixes, lots of cleanups, support show_system...
chriskl [Thu, 15 May 2003 14:34:46 +0000 (14:34 +0000)]
remove lots of duplicate funcs, more 7.1 fixes, lots of cleanups, support show_system objects

22 years agoxhtml fixes. use printVal
chriskl [Thu, 15 May 2003 13:40:27 +0000 (13:40 +0000)]
xhtml fixes. use printVal

22 years agospanish update from Marten
chriskl [Thu, 15 May 2003 13:33:15 +0000 (13:33 +0000)]
spanish update from Marten

22 years agofix reloading viewdef in function edit. use printVal to display views correctly
chriskl [Thu, 15 May 2003 13:32:37 +0000 (13:32 +0000)]
fix reloading viewdef in function edit.  use printVal to display views correctly

22 years agoadd null option to yes/no boolean field dropdown to fix roj's select bug
chriskl [Thu, 15 May 2003 10:02:22 +0000 (10:02 +0000)]
add null option to yes/no boolean field dropdown to fix roj's select bug

22 years agoadd browse features
chriskl [Thu, 15 May 2003 09:52:33 +0000 (09:52 +0000)]
add browse features

22 years agoheaps of fixes to table browser. (added features as well - naughty of me). Display...
chriskl [Thu, 15 May 2003 09:48:39 +0000 (09:48 +0000)]
heaps of fixes to table browser.  (added features as well - naughty of me).  Display nulls as NULL in italics, trim long values to 50 characters by default, sort ascending and descending by field, add no wrapping

22 years agofunction editor now handles all function properties. can now grant perms on function...
chriskl [Thu, 15 May 2003 08:59:46 +0000 (08:59 +0000)]
function editor now handles all function properties.  can now grant perms on functions.  xhtml fixes.  fix for lack of quoting in function editor.  schema support for getFunction.  this needs lots of testing in 7.2 and below

22 years agofix roj's 7.1 bug report re: languages
chriskl [Thu, 15 May 2003 03:38:20 +0000 (03:38 +0000)]
fix roj's 7.1 bug report re: languages

22 years agoedit/delete links on left when browsing table
chriskl [Thu, 15 May 2003 03:35:08 +0000 (03:35 +0000)]
edit/delete links on left when browsing table

22 years agoconvert from class.tree and treemenu.net to PEAR's HTML_TreeMenu. Much, much better...
chriskl [Mon, 12 May 2003 09:55:14 +0000 (09:55 +0000)]
convert from class.tree and treemenu.net to PEAR's HTML_TreeMenu.  Much, much better.  Still an odd problem with things defaulting to expanded.  Needs testing.  Updated HISTORY. Updated TODO. Removed Kevin Kemp's unused tree stuff.

22 years agotiny tweak - can't have trailing enters
chriskl [Mon, 12 May 2003 09:50:24 +0000 (09:50 +0000)]
tiny tweak - can't have trailing enters

22 years agofix martin marques' report of failure to respect default language. move lang init...
chriskl [Mon, 12 May 2003 02:07:17 +0000 (02:07 +0000)]
fix martin marques' report of failure to respect default language.  move lang init higher so that english words do actually fill in missing translations!  This is slightly ineffecient as for all pages it will include english, default language and user language in that order...

22 years agosupport creating srf's. show 'setof' in list of functions. xhtml fixes move some...
chriskl [Sun, 11 May 2003 15:13:29 +0000 (15:13 +0000)]
support creating srf's.  show 'setof' in list of functions. xhtml fixes move some functions around

22 years agosupport function volatility for create function
chriskl [Sun, 11 May 2003 10:39:29 +0000 (10:39 +0000)]
support function volatility for create function

22 years agospanish update
chriskl [Sun, 11 May 2003 08:40:50 +0000 (08:40 +0000)]
spanish update

22 years agoTry to improve insert row. Choose between inserting a value or an expression. Suppo...
chriskl [Sat, 10 May 2003 13:15:42 +0000 (13:15 +0000)]
Try to improve insert row.  Choose between inserting a value or an expression.  Support default values (eg. serials).

22 years agoSynchronization with english.php
slubek [Fri, 9 May 2003 23:02:58 +0000 (23:02 +0000)]
Synchronization with english.php

22 years agosource code help for developers. add serial dropping to FAQ
chriskl [Fri, 9 May 2003 06:59:36 +0000 (06:59 +0000)]
source code help for developers.  add serial dropping to FAQ

22 years agodon't list primary and unique indexes under indexes - list them in constraints
chriskl [Thu, 8 May 2003 15:25:58 +0000 (15:25 +0000)]
don't list primary and unique indexes under indexes - list them in constraints

22 years agoadd COPY bug
chriskl [Thu, 8 May 2003 15:21:12 +0000 (15:21 +0000)]
add COPY bug

22 years agoupdate for new features
chriskl [Thu, 8 May 2003 15:16:22 +0000 (15:16 +0000)]
update for new features

22 years agofinish off account management screen. fix bugs in displaying empty groups. bump...
chriskl [Thu, 8 May 2003 15:14:14 +0000 (15:14 +0000)]
finish off account management screen.  fix bugs in displaying empty groups.  bump config version number.

22 years agoImprove database description. Hide group and user admin from gumby users. Add Accou...
chriskl [Thu, 8 May 2003 14:15:55 +0000 (14:15 +0000)]
Improve database description.  Hide group and user admin from gumby users.  Add Account option.  Allow hiding of reports.  Allow filtering of reports.  Some stuff unfinished.

22 years agotweaks. add commented out example for a second server
chriskl [Thu, 8 May 2003 02:03:53 +0000 (02:03 +0000)]
tweaks.  add commented out example for a second server

22 years agoitalian translation from Kalef (kalef@libero.it)
chriskl [Thu, 8 May 2003 01:34:42 +0000 (01:34 +0000)]
italian translation from Kalef (kalef@libero.it)

22 years agoheaps of 7.1 fixes
chriskl [Wed, 7 May 2003 15:00:56 +0000 (15:00 +0000)]
heaps of 7.1 fixes

22 years agofix silly bug in drop constraint
chriskl [Wed, 7 May 2003 06:41:47 +0000 (06:41 +0000)]
fix silly bug in drop constraint

22 years agoupdate
chriskl [Wed, 7 May 2003 06:36:29 +0000 (06:36 +0000)]
update

22 years agodrop constraint for 7.2 and below. hasDropColumn() support. don't show schema and...
chriskl [Wed, 7 May 2003 06:29:53 +0000 (06:29 +0000)]
drop constraint for 7.2 and below.  hasDropColumn() support.  don't show schema and database privs for < 7.3

22 years agoremove hard coded Login string
chriskl [Wed, 7 May 2003 01:40:07 +0000 (01:40 +0000)]
remove hard coded Login string

22 years agoremove encoding from japanese and slovak lang names
chriskl [Wed, 7 May 2003 01:20:02 +0000 (01:20 +0000)]
remove encoding from japanese and slovak lang names

22 years agoupdated spanish translation
chriskl [Wed, 7 May 2003 01:16:46 +0000 (01:16 +0000)]
updated spanish translation

22 years agogrant perms on sequence
chriskl [Wed, 7 May 2003 01:01:05 +0000 (01:01 +0000)]
grant perms on sequence

22 years agomove get rules into Postgres class to support 7.1
chriskl [Tue, 6 May 2003 14:24:37 +0000 (14:24 +0000)]
move get rules into Postgres class to support 7.1

22 years agofix table properties for 7.1
chriskl [Tue, 6 May 2003 08:59:24 +0000 (08:59 +0000)]
fix table properties for 7.1

22 years agowas a bit too careless with xhtml'ing
chriskl [Tue, 6 May 2003 07:13:04 +0000 (07:13 +0000)]
was a bit too careless with xhtml'ing

22 years agoactually use index type. import insert layout
chriskl [Tue, 6 May 2003 07:04:48 +0000 (07:04 +0000)]
actually use index type. import insert layout

22 years agofix problem with failure to display duplicate result set field names in SQL.
chriskl [Tue, 6 May 2003 06:17:23 +0000 (06:17 +0000)]
fix problem with failure to display duplicate result set field names in SQL.

22 years agoadd missing param for createview
chriskl [Tue, 6 May 2003 06:16:31 +0000 (06:16 +0000)]
add missing param for createview

22 years agocreate or replace view
chriskl [Mon, 5 May 2003 14:55:08 +0000 (14:55 +0000)]
create or replace view

22 years agomuch better attempt at fixing select browsing
chriskl [Mon, 5 May 2003 14:46:41 +0000 (14:46 +0000)]
much better attempt at fixing select browsing

22 years agofix set view for cascade
chriskl [Mon, 5 May 2003 14:45:18 +0000 (14:45 +0000)]
fix set view for cascade

22 years agoattempt at fixing result paging in table select
chriskl [Mon, 5 May 2003 14:26:15 +0000 (14:26 +0000)]
attempt at fixing result paging in table select

22 years agoadd BUGS file so that we all know what bugs are known
chriskl [Mon, 5 May 2003 03:04:52 +0000 (03:04 +0000)]
add BUGS file so that we all know what bugs are known

22 years agoround one of preserving spaces in user data when displaying. Because a browser will...
chriskl [Mon, 5 May 2003 03:03:53 +0000 (03:03 +0000)]
round one of preserving spaces in user data when displaying.  Because a browser will suppress mutliple consecutive spaces into a single space, we need to convert spaces to nbsp's

22 years agoCzech translation from Libor Vanek (libor@conet.cz)
chriskl [Sun, 4 May 2003 03:56:27 +0000 (03:56 +0000)]
Czech translation from Libor Vanek (libor@conet.cz)

22 years agocascade drop for columns and constraints. remove unused functions. partial fix...
chriskl [Thu, 1 May 2003 03:27:54 +0000 (03:27 +0000)]
cascade drop for columns and constraints.  remove unused functions.  partial fix of insert all nulls bug.

22 years agorussian translation update from step. bump version
chriskl [Thu, 1 May 2003 01:40:40 +0000 (01:40 +0000)]
russian translation update from step.  bump version

22 years agoDrop CASCADE for views. All objects have cascade now. REL_3-0-0-DEV-4
chriskl [Wed, 30 Apr 2003 07:42:55 +0000 (07:42 +0000)]
Drop CASCADE for views.  All objects have cascade now.

22 years agoDrop CASCADE for types
chriskl [Wed, 30 Apr 2003 07:37:39 +0000 (07:37 +0000)]
Drop CASCADE for types

22 years agoDrop CASCADE for triggers
chriskl [Wed, 30 Apr 2003 07:35:32 +0000 (07:35 +0000)]
Drop CASCADE for triggers

22 years agoDrop CASCADE for sequences
chriskl [Wed, 30 Apr 2003 07:31:15 +0000 (07:31 +0000)]
Drop CASCADE for sequences