phppgadmin.git
21 years agoshow languages
chriskl [Mon, 27 Oct 2003 05:43:18 +0000 (05:43 +0000)]
show languages

21 years agoshow conversions support
chriskl [Mon, 27 Oct 2003 03:49:19 +0000 (03:49 +0000)]
show conversions support

21 years agoadd casts. some get parent tables stuff
chriskl [Sun, 26 Oct 2003 12:12:28 +0000 (12:12 +0000)]
add casts. some get parent tables stuff

21 years agolots of operator stuff. add 'advanced' subfolder to left browser. fix a few bugs...
chriskl [Sun, 26 Oct 2003 10:59:16 +0000 (10:59 +0000)]
lots of operator stuff.  add 'advanced' subfolder to left browser.  fix a few bugs in html/xhtml

21 years agoremove deprecated column default
chriskl [Thu, 23 Oct 2003 08:32:20 +0000 (08:32 +0000)]
remove deprecated column default

21 years agoreset sequences to 1 properly for 7.1+
chriskl [Wed, 22 Oct 2003 07:22:43 +0000 (07:22 +0000)]
reset sequences to 1 properly for 7.1+

21 years agostop pretending we support mysql
chriskl [Fri, 17 Oct 2003 07:33:49 +0000 (07:33 +0000)]
stop pretending we support mysql

21 years agogerman update
chriskl [Fri, 17 Oct 2003 01:41:59 +0000 (01:41 +0000)]
german update

21 years agoFourth part of required+left style fixes: views.php. Added an incipit for view defini...
soranzo [Wed, 15 Oct 2003 16:00:06 +0000 (16:00 +0000)]
Fourth part of required+left style fixes: views.php. Added an incipit for view definition in doCreate(). Added width: 100% to SQL textarea in sqledit.php

21 years agoupdate reports class to use new getSelectSQL() API - thanks to Felix for spotting...
chriskl [Wed, 15 Oct 2003 01:23:42 +0000 (01:23 +0000)]
update reports class to use new getSelectSQL() API - thanks to Felix for spotting that

21 years agoBugfix: Find returns objects, not rows
soranzo [Tue, 14 Oct 2003 17:55:17 +0000 (17:55 +0000)]
Bugfix: Find returns objects, not rows

21 years agoStupid fixes to english.php, 2 unused strings dropped. Italian translation sync
soranzo [Tue, 14 Oct 2003 16:52:55 +0000 (16:52 +0000)]
Stupid fixes to english.php, 2 unused strings dropped. Italian translation sync

21 years agofix bugs in postgresql 7.0
chriskl [Tue, 14 Oct 2003 05:40:30 +0000 (05:40 +0000)]
fix bugs in postgresql 7.0

21 years agoformat type lengths properly for 7.0.x (eg. varchar(255)). remove erroneous debuggin...
chriskl [Mon, 13 Oct 2003 08:50:03 +0000 (08:50 +0000)]
format type lengths properly for 7.0.x (eg. varchar(255)).  remove erroneous debugging statement.

21 years agoadd getReferrers() function for pgsql < 7.3
chriskl [Mon, 13 Oct 2003 01:42:04 +0000 (01:42 +0000)]
add getReferrers() function for pgsql < 7.3

21 years agoTranslation synchronized with english version, unified translation of 'table'
slubek [Sun, 12 Oct 2003 21:27:59 +0000 (21:27 +0000)]
Translation synchronized with english version, unified translation of 'table'

21 years agoSome fixes for dumping
soranzo [Sun, 12 Oct 2003 13:08:59 +0000 (13:08 +0000)]
Some fixes for dumping

21 years agoremove erroneous endTransaction
chriskl [Sun, 12 Oct 2003 09:28:55 +0000 (09:28 +0000)]
remove erroneous endTransaction

21 years agoyay - first working version of table structure output
chriskl [Sun, 12 Oct 2003 08:55:11 +0000 (08:55 +0000)]
yay - first working version of table structure output

21 years agolots more work on table structure dumping. add BIGSERIAL to list of types for >...
chriskl [Sun, 12 Oct 2003 05:46:32 +0000 (05:46 +0000)]
lots more work on table structure dumping.  add BIGSERIAL to list of types for >= 7.2.

22 years agoChoice of operator on Select screen
chriskl [Fri, 10 Oct 2003 09:29:49 +0000 (09:29 +0000)]
Choice of operator on Select screen

22 years agoNever display an index in both Indexes and Constraints for 7.3+
chriskl [Fri, 10 Oct 2003 07:05:02 +0000 (07:05 +0000)]
Never display an index in both Indexes and Constraints for 7.3+

22 years agoxhtml fixes. make info screen visible. fix missing brackets on check constraints
chriskl [Thu, 9 Oct 2003 06:39:10 +0000 (06:39 +0000)]
xhtml fixes.  make info screen visible. fix missing brackets on check constraints

22 years agoallow creating fkeys to tables in other schemas. functions for getting child and...
chriskl [Wed, 8 Oct 2003 02:14:24 +0000 (02:14 +0000)]
allow creating fkeys to tables in other schemas.  functions for getting child and parent tables.  default analyze to ticked in cluster

22 years agohungarian translation from Sulyok Peter
chriskl [Wed, 8 Oct 2003 01:43:13 +0000 (01:43 +0000)]
hungarian translation from Sulyok Peter

22 years agoThird part of required+left style fixes: users.php. Also dropped doProperties() ...
soranzo [Mon, 6 Oct 2003 18:10:14 +0000 (18:10 +0000)]
Third part of required+left style fixes: users.php. Also dropped doProperties() (does the same of doDefault() ) and added a check in doSaveCreate(). Italian translation update.

22 years agomore mucking about for table dumping - man inheritance is impossible :( Set datestya...
chriskl [Mon, 6 Oct 2003 15:26:23 +0000 (15:26 +0000)]
more mucking about for table dumping - man inheritance is impossible :(  Set datestyale and extra_float_digits when data dumping.  This really needs a lot of testing

22 years agoclass functions for dumping table definitions - as per huge demand. Also functions...
chriskl [Mon, 6 Oct 2003 11:13:13 +0000 (11:13 +0000)]
class functions for dumping table definitions - as per huge demand.  Also functions for getting inhertiance parents and children

22 years agoadd cluster support on indexes and constraints. fix lack of sorting of constraints...
chriskl [Fri, 3 Oct 2003 07:38:54 +0000 (07:38 +0000)]
add cluster support on indexes and constraints.  fix lack of sorting of constraints.  better format sql errors.  update support files

22 years agoafrikaans translation from Petri Jooste [rkwjpj@puk.ac.za]
chriskl [Thu, 2 Oct 2003 01:28:00 +0000 (01:28 +0000)]
afrikaans translation from Petri Jooste [rkwjpj@puk.ac.za]

22 years agosecond part of required+left stylefixes
soranzo [Wed, 1 Oct 2003 15:50:30 +0000 (15:50 +0000)]
second part of required+left stylefixes

22 years agoAdded my entries to the TODO list; italian update
soranzo [Tue, 30 Sep 2003 09:56:38 +0000 (09:56 +0000)]
Added my entries to the TODO list; italian update

22 years ago.left and th.required addition in CSS; first uses of new style.
soranzo [Tue, 30 Sep 2003 09:33:43 +0000 (09:33 +0000)]
.left and th.required addition in CSS; first uses of new style.

22 years agobrand 3.2-dev. add extra_login_security default option. add legal DOCTYPE. bump...
chriskl [Tue, 30 Sep 2003 07:43:08 +0000 (07:43 +0000)]
brand 3.2-dev.  add extra_login_security default option.  add legal DOCTYPE.  bump config file version.

22 years agoupdates
chriskl [Mon, 29 Sep 2003 04:40:01 +0000 (04:40 +0000)]
updates

22 years agojapanese update from tadashi jokagi
chriskl [Fri, 26 Sep 2003 04:51:38 +0000 (04:51 +0000)]
japanese update from tadashi jokagi

22 years agofrench update from pascal peyre
chriskl [Wed, 24 Sep 2003 08:49:03 +0000 (08:49 +0000)]
french update from pascal peyre

22 years agomake it 3.1. fix xhtml downloads. improve xml format
chriskl [Mon, 22 Sep 2003 06:21:11 +0000 (06:21 +0000)]
make it 3.1.  fix xhtml downloads.  improve xml format

22 years agofaq updates - mostly about new row editing rules
chriskl [Sun, 21 Sep 2003 05:14:34 +0000 (05:14 +0000)]
faq updates - mostly about new row editing rules

22 years agofix table browsing for 7.4 - again
chriskl [Sun, 21 Sep 2003 02:58:16 +0000 (02:58 +0000)]
fix table browsing for 7.4 - again

22 years agofinal dutch update from hugo
chriskl [Fri, 19 Sep 2003 08:26:54 +0000 (08:26 +0000)]
final dutch update from hugo

22 years agodue to nasty problems and the known bugs in this script, i've added a notice so peopl...
chriskl [Fri, 19 Sep 2003 08:23:24 +0000 (08:23 +0000)]
due to nasty problems and the known bugs in this script, i've added a notice so people don't use it.  it's caused problems for translators

22 years agolots of lanugage updates
chriskl [Fri, 19 Sep 2003 01:56:34 +0000 (01:56 +0000)]
lots of lanugage updates

22 years agofinal commits before 3.1rc-1 REL_3-1-RC-1
chriskl [Thu, 18 Sep 2003 08:07:04 +0000 (08:07 +0000)]
final commits before 3.1rc-1

22 years agolang/*.php: drop strtaller and strshorter strings, add strproglanguage (actually...
soranzo [Wed, 17 Sep 2003 17:04:11 +0000 (17:04 +0000)]
lang/*.php: drop strtaller and strshorter strings, add strproglanguage (actually = strlanguage for all languages except italian) for functions.php

22 years agonicola's fixes for sql window and topbar
chriskl [Wed, 17 Sep 2003 09:03:15 +0000 (09:03 +0000)]
nicola's fixes for sql window and topbar

22 years agopolish synchronization
slubek [Tue, 16 Sep 2003 19:53:28 +0000 (19:53 +0000)]
polish synchronization

22 years agolang/english.php capital letters fixes, lang/italian.php various fixes
soranzo [Tue, 16 Sep 2003 16:57:23 +0000 (16:57 +0000)]
lang/english.php capital letters fixes, lang/italian.php various fixes

22 years agoturkish update from devrim
chriskl [Sun, 14 Sep 2003 14:36:54 +0000 (14:36 +0000)]
turkish update from devrim

22 years agofix table browsing (getRowIdentifier()) for every version of postgres other than...
chriskl [Sun, 14 Sep 2003 10:03:27 +0000 (10:03 +0000)]
fix table browsing (getRowIdentifier()) for every version of postgres other than 7.3 :(  There have been so many changes to pg_index...

22 years agogerman update
chriskl [Sat, 13 Sep 2003 05:47:55 +0000 (05:47 +0000)]
german update

22 years agonote about superuser password security
chriskl [Fri, 12 Sep 2003 08:24:58 +0000 (08:24 +0000)]
note about superuser password security

22 years agogerman update
chriskl [Fri, 12 Sep 2003 02:06:12 +0000 (02:06 +0000)]
german update

22 years agoswedish update
chriskl [Fri, 12 Sep 2003 01:57:37 +0000 (01:57 +0000)]
swedish update

22 years agoitalian update
chriskl [Fri, 12 Sep 2003 01:45:43 +0000 (01:45 +0000)]
italian update

22 years agoget everything ready for 3.1 beta 1 REL_3-1-BETA-1
chriskl [Thu, 11 Sep 2003 03:30:19 +0000 (03:30 +0000)]
get everything ready for 3.1 beta 1

22 years agormeove 100% height - fixes mozilla
chriskl [Thu, 11 Sep 2003 03:27:44 +0000 (03:27 +0000)]
rmeove 100% height - fixes mozilla

22 years agospanish update from martin
chriskl [Thu, 11 Sep 2003 02:10:32 +0000 (02:10 +0000)]
spanish update from martin

22 years agouse create report instead of save as report. also brand rc1
chriskl [Wed, 10 Sep 2003 07:25:49 +0000 (07:25 +0000)]
use create report instead of save as report.  also brand rc1

22 years agotemporarily comment out help stuff - sorry rafal, it will be back for 3.2
chriskl [Wed, 10 Sep 2003 07:13:18 +0000 (07:13 +0000)]
temporarily comment out help stuff - sorry rafal, it will be back for 3.2

22 years agomissed the two popup links when fixing for lack of cookies. incorporated nicola's...
chriskl [Wed, 10 Sep 2003 02:39:09 +0000 (02:39 +0000)]
missed the two popup links when fixing for lack of cookies. incorporated nicola's window size changes

22 years agosupport sessions for browser with no cookies
chriskl [Wed, 10 Sep 2003 01:55:52 +0000 (01:55 +0000)]
support sessions for browser with no cookies

22 years agoxhtml fixes from Nicola
chriskl [Tue, 9 Sep 2003 06:23:12 +0000 (06:23 +0000)]
xhtml fixes from Nicola

22 years agoallow editing/deleting rows by oid again. guards are in place against duplicate...
chriskl [Mon, 8 Sep 2003 09:26:17 +0000 (09:26 +0000)]
allow editing/deleting rows by oid again.  guards are in place against duplicate oids.  skip indexes that are functional or partial.  prefer primary keys, unique keys and then oids.  fix for < 7.3.  xhtml fixes from nicola.  new translation string :(

22 years agouse a custom session ID
chriskl [Mon, 8 Sep 2003 04:37:16 +0000 (04:37 +0000)]
use a custom session ID

22 years agoget table comments for pre 7.3
chriskl [Mon, 8 Sep 2003 04:35:17 +0000 (04:35 +0000)]
get table comments for pre 7.3

22 years agosmall layout fix
chriskl [Mon, 8 Sep 2003 04:28:17 +0000 (04:28 +0000)]
small layout fix

22 years agofix hard-coded english string found by martin
chriskl [Mon, 8 Sep 2003 03:00:12 +0000 (03:00 +0000)]
fix hard-coded english string found by martin

22 years agoslovak update from andrej
chriskl [Mon, 8 Sep 2003 02:54:19 +0000 (02:54 +0000)]
slovak update from andrej

22 years agoRussian update from Step
chriskl [Mon, 8 Sep 2003 02:40:29 +0000 (02:40 +0000)]
Russian update from Step

22 years agosave selects as views
chriskl [Fri, 5 Sep 2003 09:06:44 +0000 (09:06 +0000)]
save selects as views

22 years agomore updates from Markus
chriskl [Fri, 5 Sep 2003 06:48:04 +0000 (06:48 +0000)]
more updates from Markus

22 years agotrad chinese update from Lee
chriskl [Fri, 5 Sep 2003 05:52:44 +0000 (05:52 +0000)]
trad chinese update from Lee

22 years agoput Find in SQL window and topbar. fix escaping bugs for pre 7.3. fix a few notices...
chriskl [Fri, 5 Sep 2003 04:58:14 +0000 (04:58 +0000)]
put Find in SQL window and topbar. fix escaping bugs for pre 7.3.  fix a few notices.  fix hard coded string.  column headers are now bold in browse mode, even tho they're links

22 years agofix cancel on select rows, per report from markus
chriskl [Fri, 5 Sep 2003 01:50:27 +0000 (01:50 +0000)]
fix cancel on select rows, per report from markus

22 years agospanish update from martin marques
chriskl [Fri, 5 Sep 2003 01:31:25 +0000 (01:31 +0000)]
spanish update from martin marques

22 years agogerman update from markus
chriskl [Fri, 5 Sep 2003 01:24:01 +0000 (01:24 +0000)]
german update from markus

22 years agogetTypes wasn't respecting show_system config var
chriskl [Wed, 3 Sep 2003 06:27:56 +0000 (06:27 +0000)]
getTypes wasn't respecting show_system config var

22 years agoremoved - replaced with dataexport.php which is more general
chriskl [Wed, 3 Sep 2003 06:23:32 +0000 (06:23 +0000)]
removed - replaced with dataexport.php which is more general

22 years agofix search results for non-schema aware dbs
chriskl [Wed, 3 Sep 2003 05:47:48 +0000 (05:47 +0000)]
fix search results for non-schema aware dbs

22 years agoexclude system columns, sequence columns and dropped columns from search results...
chriskl [Wed, 3 Sep 2003 05:46:20 +0000 (05:46 +0000)]
exclude system columns, sequence columns and dropped columns from search results.  fix sql syntax error in query for < 7.3

22 years agofirst attempt at pre-7.3 findObject
chriskl [Wed, 3 Sep 2003 05:32:13 +0000 (05:32 +0000)]
first attempt at pre-7.3 findObject

22 years agomore pretty printing options
chriskl [Wed, 3 Sep 2003 03:14:16 +0000 (03:14 +0000)]
more pretty printing options

22 years agoSynch with english.php
slubek [Tue, 2 Sep 2003 18:26:59 +0000 (18:26 +0000)]
Synch with english.php

22 years agofix pre-7.3 bug
chriskl [Tue, 2 Sep 2003 05:59:50 +0000 (05:59 +0000)]
fix pre-7.3 bug

22 years agofix for session.auto_start as per report from Larry Rosenman
chriskl [Tue, 2 Sep 2003 04:15:08 +0000 (04:15 +0000)]
fix for session.auto_start as per report from Larry Rosenman

22 years agothe rest of nicola's bug fixes
chriskl [Mon, 1 Sep 2003 03:15:43 +0000 (03:15 +0000)]
the rest of nicola's bug fixes

22 years agohuge patch from nicola soranzo. maily italian updates and various fixes
chriskl [Mon, 1 Sep 2003 03:08:12 +0000 (03:08 +0000)]
huge patch from nicola soranzo.  maily italian updates and various fixes

22 years agoprevent search engines from indexing
chriskl [Mon, 1 Sep 2003 03:02:17 +0000 (03:02 +0000)]
prevent search engines from indexing

22 years agosync swedish to snapshot
chriskl [Fri, 29 Aug 2003 02:18:37 +0000 (02:18 +0000)]
sync swedish to snapshot

22 years agoswedish translation from stefan
chriskl [Thu, 28 Aug 2003 01:29:33 +0000 (01:29 +0000)]
swedish translation from stefan

22 years agoExample of context help
slubek [Wed, 27 Aug 2003 22:55:04 +0000 (22:55 +0000)]
Example of context help

22 years agoAdded support for context help
slubek [Wed, 27 Aug 2003 22:52:43 +0000 (22:52 +0000)]
Added support for context help

22 years agoadd operators to the find feature
chriskl [Wed, 27 Aug 2003 08:09:26 +0000 (08:09 +0000)]
add operators to the find feature

22 years agocreate/cancel buttons when creating database
chriskl [Wed, 27 Aug 2003 07:54:39 +0000 (07:54 +0000)]
create/cancel buttons when creating database

22 years agodoh - it helps if you actually add the operator file before declaring operator support :(
chriskl [Wed, 27 Aug 2003 02:30:12 +0000 (02:30 +0000)]
doh - it helps if you actually add the operator file before declaring operator support :(

22 years agoSynchronization with english.php, some minor improvements
slubek [Tue, 26 Aug 2003 21:24:21 +0000 (21:24 +0000)]
Synchronization with english.php, some minor improvements

22 years agoallow basic listing of operators
chriskl [Tue, 26 Aug 2003 05:59:49 +0000 (05:59 +0000)]
allow basic listing of operators

22 years agouse correct default db encoding for trad. chinese
chriskl [Tue, 26 Aug 2003 00:42:02 +0000 (00:42 +0000)]
use correct default db encoding for trad. chinese

22 years agomore chinese trad. updates
chriskl [Mon, 25 Aug 2003 06:40:16 +0000 (06:40 +0000)]
more chinese trad. updates