phppgadmin.git
21 years agoRevert login disallowed message, but in case of login error add a link to the online FAQ
soranzo [Wed, 26 May 2004 11:27:00 +0000 (11:27 +0000)]
Revert login disallowed message, but in case of login error add a link to the online FAQ

21 years agoCommit Bryan patch for my suggestion: change the check for getLinkingKeys function...
soranzo [Tue, 25 May 2004 00:46:52 +0000 (00:46 +0000)]
Commit Bryan patch for my suggestion: change the check for getLinkingKeys function to hasForeignKeysInfo()

21 years agomake login disallowed message even better. this won't make it to the translators...
chriskl [Mon, 24 May 2004 15:01:22 +0000 (15:01 +0000)]
make login disallowed message even better.  this won't make it to the translators, but it will solve a lot of support problems

21 years agofix for pre-7.3 view wizard empty recordset bug from Bryan
chriskl [Mon, 24 May 2004 01:26:16 +0000 (01:26 +0000)]
fix for pre-7.3 view wizard empty recordset bug from Bryan

21 years agohungarian from Peti
chriskl [Mon, 24 May 2004 01:20:41 +0000 (01:20 +0000)]
hungarian from Peti

21 years agofix lockups in script execution. support COPY data in uploaded scripts - cool
chriskl [Sun, 23 May 2004 15:55:04 +0000 (15:55 +0000)]
fix lockups in script execution.  support COPY data in uploaded scripts - cool

21 years agofix php5 bug reported by Rui Martins
chriskl [Sun, 23 May 2004 09:43:28 +0000 (09:43 +0000)]
fix php5 bug reported by Rui Martins

21 years agofix a load of bugs in comment support
chriskl [Sun, 23 May 2004 04:10:19 +0000 (04:10 +0000)]
fix a load of bugs in comment support

21 years agoturkish from devrim
chriskl [Sun, 23 May 2004 02:52:49 +0000 (02:52 +0000)]
turkish from devrim

21 years agofix the spelling of Markus' name :)
chriskl [Sat, 22 May 2004 05:28:56 +0000 (05:28 +0000)]
fix the spelling of Markus' name :)

21 years agogerman update from markus
chriskl [Fri, 21 May 2004 14:38:44 +0000 (14:38 +0000)]
german update from markus

21 years agoadd slovak
chriskl [Fri, 21 May 2004 01:48:18 +0000 (01:48 +0000)]
add slovak

21 years agoMove clusterIndex() to Postgres.php and drop Analyze from it. Add doReindex() + let...
soranzo [Wed, 19 May 2004 01:28:34 +0000 (01:28 +0000)]
Move clusterIndex() to Postgres.php and drop Analyze from it. Add doReindex() + let doClusterIndex also 7.0-7.2 (only can't be seen if the index is clustered) in constraints.php and indexes.php . Really add Recluster (for >= 7.4), Reindex, Full and Freeze Vacuum (for >=7.2) in database classes and in database.php. Additional check in getLinkingKeys(). Typo fixes.

21 years agoSpanish from Martin
soranzo [Tue, 18 May 2004 00:45:28 +0000 (00:45 +0000)]
Spanish from Martin

21 years agoItalian update. Error message consistency fix. Identation fix.
soranzo [Mon, 17 May 2004 20:34:57 +0000 (20:34 +0000)]
Italian update. Error message consistency fix. Identation fix.

21 years agotrad. chinese update from chih-hsin lee
chriskl [Mon, 17 May 2004 03:14:32 +0000 (03:14 +0000)]
trad. chinese update from chih-hsin lee

21 years agodamn. previous changes broke 7.1 and 7.2 search for views. fix it
chriskl [Sun, 16 May 2004 15:46:24 +0000 (15:46 +0000)]
damn. previous changes broke 7.1 and 7.2 search for views.  fix it

21 years agocrap, left debug commenting in. removed.
chriskl [Sun, 16 May 2004 15:42:30 +0000 (15:42 +0000)]
crap, left debug commenting in.  removed.

21 years agofix a bunch of 7.0.x bugs and fix find object results for rules on views. see HISTOR...
chriskl [Sun, 16 May 2004 15:40:20 +0000 (15:40 +0000)]
fix a bunch of 7.0.x bugs and fix find object results for rules on views.  see HISTORY for more info. rules on views are finished now

21 years agofix display of array types in 7.0.x
chriskl [Sun, 16 May 2004 14:34:44 +0000 (14:34 +0000)]
fix display of array types in 7.0.x

21 years agofix stupid typo in 7.0 query for getting base_type
chriskl [Sun, 16 May 2004 09:35:28 +0000 (09:35 +0000)]
fix stupid typo in 7.0 query for getting base_type

21 years agofix bug in 7.0 where views appear in the tables list
chriskl [Sun, 16 May 2004 09:33:33 +0000 (09:33 +0000)]
fix bug in 7.0 where views appear in the tables list

21 years agosupport rules on views. however, still need to fix Find Object results link
chriskl [Sun, 16 May 2004 07:31:16 +0000 (07:31 +0000)]
support rules on views.  however, still need to fix Find Object results link

21 years agoDrop a needless check
soranzo [Fri, 14 May 2004 14:46:46 +0000 (14:46 +0000)]
Drop a needless check

21 years agofirst go at supporting all ne 7.5 alter table features. eg. changing column type...
chriskl [Fri, 14 May 2004 07:56:28 +0000 (07:56 +0000)]
first go at supporting all ne 7.5 alter table features.  eg. changing column type.  needs good testing

21 years agoBryan Encina's new patch for view wizard: 7.3 support and bug fixes
soranzo [Fri, 14 May 2004 01:16:13 +0000 (01:16 +0000)]
Bryan Encina's new patch for view wizard: 7.3 support and bug fixes

21 years agoMove getLinkingKeys() to Postgres74.php. Small fixes and typos.
soranzo [Wed, 12 May 2004 22:40:49 +0000 (22:40 +0000)]
Move getLinkingKeys() to Postgres74.php. Small fixes and typos.

21 years agoallow altering columns in views. renaming and setting a default is possible. yes...
chriskl [Wed, 12 May 2004 15:29:59 +0000 (15:29 +0000)]
allow altering columns in views.  renaming and setting a default is possible.  yes, this is rarely used functionality

21 years agomark appropriate fields as being required when creating an index
chriskl [Tue, 11 May 2004 07:12:09 +0000 (07:12 +0000)]
mark appropriate fields as being required when creating an index

21 years agomassive overhaul of views. you have to see it to believe it. i think i must have...
chriskl [Mon, 10 May 2004 15:21:58 +0000 (15:21 +0000)]
massive overhaul of views.  you have to see it to believe it.  i think i must have changed line endings as there's diffs with the view wizard stuff as well :(

21 years agooops - forgot to add this file. it's part of brian's view wizard stuff
chriskl [Mon, 10 May 2004 02:13:27 +0000 (02:13 +0000)]
oops - forgot to add this file.  it's part of brian's view wizard stuff

21 years agoAllow renaming functions when backend supports it, and allow commenting on functions
chriskl [Sun, 9 May 2004 09:10:04 +0000 (09:10 +0000)]
Allow renaming functions when backend supports it, and allow commenting on functions

21 years agoShow query runtime when executing arbitrary SQL
chriskl [Sun, 9 May 2004 08:35:54 +0000 (08:35 +0000)]
Show query runtime when executing arbitrary SQL

21 years agoAutomatically uncheck the NULL checkbox when data is typed in the value field while...
chriskl [Sun, 9 May 2004 06:56:48 +0000 (06:56 +0000)]
Automatically uncheck the NULL checkbox when data is typed in the value field while editing data.

21 years agoAllow specification of MATCH, DEFERRABLE and INITIALLY DEFERRED on foreign keys
chriskl [Sun, 9 May 2004 06:21:19 +0000 (06:21 +0000)]
Allow specification of MATCH, DEFERRABLE and INITIALLY DEFERRED on foreign keys

21 years agocommit bryan encina's create view with wizard patch. this still needs a lot more...
chriskl [Sun, 9 May 2004 04:31:24 +0000 (04:31 +0000)]
commit bryan encina's create view with wizard patch.  this still needs a lot more work before release.  edited by me.

21 years agoshow comments on sequences
chriskl [Sun, 9 May 2004 02:00:25 +0000 (02:00 +0000)]
show comments on sequences

21 years agoshow comments on types and opclasses
chriskl [Sat, 8 May 2004 15:21:42 +0000 (15:21 +0000)]
show comments on types and opclasses

21 years agoadd config variable to show or hide comments. bumped config version number
chriskl [Sat, 8 May 2004 14:44:56 +0000 (14:44 +0000)]
add config variable to show or hide comments.  bumped config version number

21 years agoshow comments on functions
chriskl [Sat, 8 May 2004 14:08:00 +0000 (14:08 +0000)]
show comments on functions

21 years agomake the sql popup window reload when the database is changed to get correct page...
chriskl [Sat, 8 May 2004 13:06:09 +0000 (13:06 +0000)]
make the sql popup window reload when the database is changed to get correct page encoding.  it's clever to not lose any info the person has typed in.

21 years agofix comments on domains
chriskl [Sat, 8 May 2004 11:36:45 +0000 (11:36 +0000)]
fix comments on domains

21 years agopatch from Dan Boren to fix bugs in his earlier patch
chriskl [Sat, 8 May 2004 11:34:08 +0000 (11:34 +0000)]
patch from Dan Boren to fix bugs in his earlier patch

21 years agoadd missing order by when fetching tables
chriskl [Tue, 27 Apr 2004 06:01:33 +0000 (06:01 +0000)]
add missing order by when fetching tables

21 years agoSynchronization with english.php
slubek [Wed, 21 Apr 2004 22:23:50 +0000 (22:23 +0000)]
Synchronization with english.php

21 years agoupdates
chriskl [Tue, 20 Apr 2004 01:39:53 +0000 (01:39 +0000)]
updates

21 years agocommit bryan encina's patch to extend admin functions (cluster, reindex, vacuum and...
chriskl [Tue, 20 Apr 2004 01:34:43 +0000 (01:34 +0000)]
commit bryan encina's patch to extend admin functions (cluster, reindex, vacuum and analyze.  with mods from me

21 years agoshow comments on conversions, aggregates, operators and tables. fix a bunch of sql...
chriskl [Sat, 17 Apr 2004 12:58:55 +0000 (12:58 +0000)]
show comments on conversions, aggregates, operators and tables. fix a bunch of sql bugs in dan boren's patch. add getlasterror function to connection class

21 years agoSynchronization with english.php
slubek [Tue, 13 Apr 2004 20:33:16 +0000 (20:33 +0000)]
Synchronization with english.php

21 years agoadd import of XML files using PHP's xml functions, if they are installed (which they...
chriskl [Mon, 12 Apr 2004 07:50:32 +0000 (07:50 +0000)]
add import of XML files using PHP's xml functions, if they are installed (which they should be by default).  also added 'auto' import mode where import format is automatically determined by filename extension.

21 years agoadd missing dataimport.php file and add support for importing tab separated data
chriskl [Mon, 12 Apr 2004 06:43:15 +0000 (06:43 +0000)]
add missing dataimport.php file and add support for importing tab separated data

21 years agoadd basic work on importing and uploading and executing SQL scripts. still needs...
chriskl [Mon, 12 Apr 2004 06:30:54 +0000 (06:30 +0000)]
add basic work on importing and uploading and executing SQL scripts. still needs lots of work

21 years agoItalian translation update. Lower-case consistency.
soranzo [Mon, 5 Apr 2004 21:22:13 +0000 (21:22 +0000)]
Italian translation update. Lower-case consistency.

21 years agoRemoving diff.ed after processing
slubek [Mon, 5 Apr 2004 19:31:08 +0000 (19:31 +0000)]
Removing diff.ed after processing

21 years agoSynchronization with english.php
slubek [Thu, 1 Apr 2004 20:51:00 +0000 (20:51 +0000)]
Synchronization with english.php

21 years agoNow synch uses diff-generated ed script
slubek [Thu, 1 Apr 2004 20:46:04 +0000 (20:46 +0000)]
Now synch uses diff-generated ed script

21 years agoBetter alignment for array <select> in doCreate() and doAddColumn()
soranzo [Thu, 1 Apr 2004 15:53:01 +0000 (15:53 +0000)]
Better alignment for array <select> in doCreate() and doAddColumn()

21 years agoFix comment for createTable(). In doCreate() move the input field for table comment...
soranzo [Thu, 1 Apr 2004 15:10:30 +0000 (15:10 +0000)]
Fix comment for createTable(). In doCreate() move the input field for table comment in stage 1 and better HTML identation

21 years agofix trying to comment on field after it's been renamed - thanks scat
chriskl [Thu, 1 Apr 2004 01:13:22 +0000 (01:13 +0000)]
fix trying to comment on field after it's been renamed - thanks scat

21 years agoShow domain base type and comment in domains list
chriskl [Wed, 31 Mar 2004 08:09:54 +0000 (08:09 +0000)]
Show domain base type and comment in domains list

21 years agoallow creating domains with type length and array types
chriskl [Wed, 31 Mar 2004 07:46:39 +0000 (07:46 +0000)]
allow creating domains with type length and array types

21 years agoallow adding array columns to tables
chriskl [Wed, 31 Mar 2004 07:31:24 +0000 (07:31 +0000)]
allow adding array columns to tables

21 years agofix bug in Dan Boren patch application where previous fix was removed
chriskl [Wed, 31 Mar 2004 03:30:41 +0000 (03:30 +0000)]
fix bug in Dan Boren patch application where previous fix was removed

21 years agoallow create table with array columns, support -n pg_dump option in 7.4+ to specify...
chriskl [Mon, 29 Mar 2004 02:05:31 +0000 (02:05 +0000)]
allow create table with array columns, support -n pg_dump option in 7.4+ to specify dump schema

21 years agoupdate INSTALL notes to refer to PGUSER variable
chriskl [Sun, 14 Mar 2004 06:59:32 +0000 (06:59 +0000)]
update INSTALL notes to refer to PGUSER variable

21 years agofix pg_dump for 7.0 and 7.1 postgres
chriskl [Sun, 14 Mar 2004 06:55:52 +0000 (06:55 +0000)]
fix pg_dump for 7.0 and 7.1 postgres

21 years agocommit Dan Boren's first phppgadmin patch. there ar e a few small things he still...
chriskl [Fri, 12 Mar 2004 08:56:50 +0000 (08:56 +0000)]
commit Dan Boren's first phppgadmin patch.  there ar e a few small things he still needs to fix, but he's been told about them.  this patch adds viewing, editing and dropping comments on views, schemas and columns

21 years agoExplain login disallowed in FAQ. Add CACHE and CYCLE parameters in sequence creation...
soranzo [Fri, 12 Mar 2004 01:12:08 +0000 (01:12 +0000)]
Explain login disallowed in FAQ. Add CACHE and CYCLE parameters in sequence creation. Italian translation fix.

21 years agospanish from martin
chriskl [Sun, 7 Mar 2004 03:19:55 +0000 (03:19 +0000)]
spanish from martin

21 years agofix stats collector for pre-7.2. move all stats functions into 7.2 class, add hasSta...
chriskl [Sat, 6 Mar 2004 11:30:00 +0000 (11:30 +0000)]
fix stats collector for pre-7.2.  move all stats functions into 7.2 class, add hasStatsCollector() funciton.  Don't show stats if stats collector is not present

21 years agochanged comment to refer to true/false to match the setting
xzilla [Thu, 4 Mar 2004 20:12:24 +0000 (20:12 +0000)]
changed comment to refer to true/false to match the setting

21 years agobrand as 3.4-dev, indicate that Dan Boren is working on comments
chriskl [Thu, 4 Mar 2004 01:27:29 +0000 (01:27 +0000)]
brand as 3.4-dev, indicate that Dan Boren is working on comments

21 years agoFix schema support in WHERE clauses used by info.php . Comment fix for dbexport.php
soranzo [Wed, 25 Feb 2004 15:46:22 +0000 (15:46 +0000)]
Fix schema support in WHERE clauses used by info.php . Comment fix for dbexport.php

21 years agorussian update from step and set as 3.3
chriskl [Wed, 25 Feb 2004 01:17:41 +0000 (01:17 +0000)]
russian update from step and set as 3.3

21 years agoallow Edit SQL on selects, results, views, etc.
chriskl [Mon, 23 Feb 2004 07:23:15 +0000 (07:23 +0000)]
allow Edit SQL on selects, results, views, etc.

21 years agomore japanese updates
chriskl [Mon, 23 Feb 2004 04:42:46 +0000 (04:42 +0000)]
more japanese updates

21 years agojapanese update from tadashi
chriskl [Thu, 19 Feb 2004 13:29:56 +0000 (13:29 +0000)]
japanese update from tadashi

21 years agofix bug in view properties with mixed case view names. actually a bug in pgsql that...
chriskl [Thu, 19 Feb 2004 04:20:00 +0000 (04:20 +0000)]
fix bug in view properties with mixed case view names.  actually a bug in pgsql that i have to workaround

21 years agogerman from markus, czech frmo libor
chriskl [Wed, 18 Feb 2004 09:46:56 +0000 (09:46 +0000)]
german from markus, czech frmo libor

21 years agoturkish from devrim
chriskl [Tue, 17 Feb 2004 12:52:51 +0000 (12:52 +0000)]
turkish from devrim

21 years agoafrikaans from petri
chriskl [Tue, 17 Feb 2004 01:48:17 +0000 (01:48 +0000)]
afrikaans from petri

21 years agoItalian translation update
soranzo [Tue, 17 Feb 2004 01:10:06 +0000 (01:10 +0000)]
Italian translation update

21 years agoRemoved 2 duplicated and 1 unused strings. Correctly recode english.php
soranzo [Tue, 17 Feb 2004 00:12:11 +0000 (00:12 +0000)]
Removed 2 duplicated and 1 unused strings. Correctly recode english.php

21 years agotrad. chinese from Chih-Hsin Lee
chriskl [Mon, 16 Feb 2004 03:28:42 +0000 (03:28 +0000)]
trad. chinese from  Chih-Hsin Lee

21 years agohungarian from sulyok peter
chriskl [Mon, 16 Feb 2004 01:08:39 +0000 (01:08 +0000)]
hungarian from sulyok peter

21 years agoslovak update from andrej
chriskl [Sun, 15 Feb 2004 06:11:47 +0000 (06:11 +0000)]
slovak update from andrej

21 years agosmall bug in last commit fixed
chriskl [Sat, 14 Feb 2004 11:13:12 +0000 (11:13 +0000)]
small bug in last commit fixed

21 years agomake explain [analyze]] support less hacky, only available on 7.3+, and available...
chriskl [Sat, 14 Feb 2004 04:21:01 +0000 (04:21 +0000)]
make explain [analyze]] support less hacky, only available on 7.3+, and available iiiin both sql boxes

21 years agofix tiny sql syntax error
chriskl [Fri, 13 Feb 2004 12:42:12 +0000 (12:42 +0000)]
fix tiny sql syntax error

21 years agoallow paging of SQL box queries. allow EXPLAIN ANALYZE of sql queries. default...
chriskl [Fri, 13 Feb 2004 08:53:04 +0000 (08:53 +0000)]
allow paging of SQL box queries.  allow EXPLAIN ANALYZE of sql queries.  default cursor conveniently in sql box and find feature

21 years agoTest of newer version of convert.awk
slubek [Fri, 13 Feb 2004 00:15:27 +0000 (00:15 +0000)]
Test of newer version of convert.awk

21 years agoFixed version. And safer, I hope. Please, test it.
slubek [Fri, 13 Feb 2004 00:05:57 +0000 (00:05 +0000)]
Fixed version. And safer, I hope. Please, test it.

21 years agoFixed conversion of < and >
slubek [Fri, 13 Feb 2004 00:03:46 +0000 (00:03 +0000)]
Fixed conversion of < and >

21 years agodutch language fixes
chriskl [Thu, 12 Feb 2004 03:20:51 +0000 (03:20 +0000)]
dutch language fixes

21 years agoallow editing select results by oid. that will make some people happy.
chriskl [Tue, 10 Feb 2004 06:55:08 +0000 (06:55 +0000)]
allow editing select results by oid.  that will make some people happy.

21 years agodon't change owner name if owner name wasn't changed. allows owners to alter tables...
chriskl [Fri, 6 Feb 2004 01:48:16 +0000 (01:48 +0000)]
don't change owner name if owner name wasn't changed.  allows owners to alter tables and not be superusers

21 years agodon't reload browser frame if the table was not renamed as part of an alter table
chriskl [Thu, 5 Feb 2004 06:45:57 +0000 (06:45 +0000)]
don't reload browser frame if the table was not renamed as part of an alter table

21 years agoSynchronization with english.php
slubek [Wed, 4 Feb 2004 00:22:18 +0000 (00:22 +0000)]
Synchronization with english.php

21 years agoupgrade browser to match new TreeMenu. add start time to process view. sort out...
chriskl [Mon, 2 Feb 2004 12:15:57 +0000 (12:15 +0000)]
upgrade browser to match new TreeMenu.  add start time to process view.  sort out which versions of postgres have variables and processes.

21 years agoupdate to TreeMenu 1.1.9
chriskl [Mon, 2 Feb 2004 06:32:18 +0000 (06:32 +0000)]
update to TreeMenu 1.1.9