chriskl [Thu, 1 May 2003 01:40:40 +0000 (01:40 +0000)]
russian translation update from step. bump version
chriskl [Wed, 30 Apr 2003 07:42:55 +0000 (07:42 +0000)]
Drop CASCADE for views. All objects have cascade now.
chriskl [Wed, 30 Apr 2003 07:37:39 +0000 (07:37 +0000)]
Drop CASCADE for types
chriskl [Wed, 30 Apr 2003 07:35:32 +0000 (07:35 +0000)]
Drop CASCADE for triggers
chriskl [Wed, 30 Apr 2003 07:31:15 +0000 (07:31 +0000)]
Drop CASCADE for sequences
chriskl [Wed, 30 Apr 2003 07:28:10 +0000 (07:28 +0000)]
Drop CASCADE for schemas
chriskl [Wed, 30 Apr 2003 07:02:20 +0000 (07:02 +0000)]
Drop CASCADE for rules
chriskl [Wed, 30 Apr 2003 06:56:31 +0000 (06:56 +0000)]
Drop CASCADE for indexes
chriskl [Wed, 30 Apr 2003 06:49:11 +0000 (06:49 +0000)]
Drop CASCADE for functions. Move some class functions around.
chriskl [Wed, 30 Apr 2003 06:35:41 +0000 (06:35 +0000)]
Add CASCADE behaviour option when dropping a table
chriskl [Wed, 30 Apr 2003 01:42:23 +0000 (01:42 +0000)]
spanish translation from Martin Marques (martin@bugs.unl.edu.ar)
chriskl [Tue, 29 Apr 2003 08:39:55 +0000 (08:39 +0000)]
chinese language updates from Chan Min Wai. Rename lang files without encodings
chriskl [Tue, 29 Apr 2003 03:05:44 +0000 (03:05 +0000)]
slight tweak to unix domain sockets
chriskl [Tue, 29 Apr 2003 03:05:07 +0000 (03:05 +0000)]
fix for supporting unix domain socket connections
chriskl [Tue, 29 Apr 2003 02:30:06 +0000 (02:30 +0000)]
support unix domain sockets
chriskl [Mon, 28 Apr 2003 14:07:16 +0000 (14:07 +0000)]
update HISTORY
chriskl [Mon, 28 Apr 2003 12:12:59 +0000 (12:12 +0000)]
initialise conf and lang to prevent problems
chriskl [Mon, 28 Apr 2003 12:07:28 +0000 (12:07 +0000)]
fix drop constraint for CHECKs for 7.2
chriskl [Mon, 28 Apr 2003 12:00:54 +0000 (12:00 +0000)]
Fix drop rule for postgres 7.2 and below
chriskl [Mon, 28 Apr 2003 11:50:15 +0000 (11:50 +0000)]
german language updates from Haiko Etzel (haiko.etzel@web.de)
chriskl [Sun, 27 Apr 2003 11:00:04 +0000 (11:00 +0000)]
Turkish translation from Devrim GUNDUZ (devrim@gunduz.org)
chriskl [Wed, 23 Apr 2003 15:49:04 +0000 (15:49 +0000)]
dutch translation update from Hugo Jonker
chriskl [Wed, 23 Apr 2003 15:13:13 +0000 (15:13 +0000)]
rerun of recode to fix encoding problems
chriskl [Wed, 23 Apr 2003 08:58:27 +0000 (08:58 +0000)]
don't output init() function when not used
chriskl [Wed, 23 Apr 2003 08:56:26 +0000 (08:56 +0000)]
Phew. Finally, add foreign key support
chriskl [Wed, 23 Apr 2003 08:19:03 +0000 (08:19 +0000)]
allow select on views
chriskl [Wed, 23 Apr 2003 08:18:45 +0000 (08:18 +0000)]
html escaping fix
chriskl [Wed, 23 Apr 2003 07:01:17 +0000 (07:01 +0000)]
correction to null privs message
chriskl [Wed, 23 Apr 2003 06:34:30 +0000 (06:34 +0000)]
XHTML compliance
chriskl [Wed, 23 Apr 2003 06:34:10 +0000 (06:34 +0000)]
more XHTML header stuff
chriskl [Wed, 23 Apr 2003 06:27:13 +0000 (06:27 +0000)]
more work on add foreign key
chriskl [Wed, 23 Apr 2003 03:36:12 +0000 (03:36 +0000)]
properly escape html in database names
chriskl [Mon, 21 Apr 2003 06:36:23 +0000 (06:36 +0000)]
new grand unified configuration scheme ;) Move all configuration vars into conf array
chriskl [Sun, 20 Apr 2003 10:38:29 +0000 (10:38 +0000)]
update FAQ
chriskl [Sun, 20 Apr 2003 10:33:30 +0000 (10:33 +0000)]
remove unused file - we can recreate it later
chriskl [Sun, 20 Apr 2003 10:30:58 +0000 (10:30 +0000)]
some XHTML stuff, allow easy way of turning on or off sending XHTML headers, comment out db export as we don't have one, bump version
chriskl [Sun, 20 Apr 2003 10:11:40 +0000 (10:11 +0000)]
many fixes to table export formats
chriskl [Sun, 20 Apr 2003 09:53:52 +0000 (09:53 +0000)]
preserve NULLs in cleaning functions
chriskl [Sun, 20 Apr 2003 09:45:39 +0000 (09:45 +0000)]
XHTML police
chriskl [Sat, 19 Apr 2003 11:59:09 +0000 (11:59 +0000)]
Fix up arbitrary SQL feature to support non-SELECT queries...
chriskl [Sat, 19 Apr 2003 11:57:32 +0000 (11:57 +0000)]
a few more strings, plus fix quoting
chriskl [Sat, 19 Apr 2003 09:49:01 +0000 (09:49 +0000)]
suppress connection error messages
chriskl [Sat, 19 Apr 2003 09:28:39 +0000 (09:28 +0000)]
don't htmlspecialchars on already html encoded strings
chriskl [Sat, 19 Apr 2003 09:26:50 +0000 (09:26 +0000)]
fix dutch recoding
chriskl [Sat, 19 Apr 2003 09:25:22 +0000 (09:25 +0000)]
remove more comparisons against stryes
chriskl [Fri, 18 Apr 2003 11:08:26 +0000 (11:08 +0000)]
don't compare againstr stryes for foreign langs - doesn't work
chriskl [Fri, 18 Apr 2003 09:15:54 +0000 (09:15 +0000)]
Reload browser after create/drop of database, schemas and tables
chriskl [Fri, 18 Apr 2003 08:43:40 +0000 (08:43 +0000)]
small optimisation so that we can not automatically connect to db on some pages. makes load time faster
chriskl [Fri, 18 Apr 2003 08:34:41 +0000 (08:34 +0000)]
fix errors in encoding names
chriskl [Fri, 18 Apr 2003 08:30:26 +0000 (08:30 +0000)]
remove hard-coded strings, xhtml, add fk func, remove getIndex func, lots of quoting and escaping corrections
chriskl [Thu, 17 Apr 2003 06:11:40 +0000 (06:11 +0000)]
slovak translation from andrej misovic (ado440@creon.profinet.sk)
chriskl [Wed, 16 Apr 2003 02:46:53 +0000 (02:46 +0000)]
remove japanese sjis encoding
chriskl [Mon, 14 Apr 2003 04:50:27 +0000 (04:50 +0000)]
fix a few bugs with remembering sort key across page reloads. XHTML fixes
chriskl [Mon, 14 Apr 2003 04:42:27 +0000 (04:42 +0000)]
sort on column for table browse
jmpoure [Sun, 13 Apr 2003 18:17:56 +0000 (18:17 +0000)]
*** empty log message ***
jmpoure [Sun, 13 Apr 2003 13:57:17 +0000 (13:57 +0000)]
*** empty log message ***
jmpoure [Sun, 13 Apr 2003 11:08:05 +0000 (11:08 +0000)]
*** empty log message ***
jmpoure [Sun, 13 Apr 2003 10:55:58 +0000 (10:55 +0000)]
Fixed escape characters before Gettext migration.
jmpoure [Sun, 13 Apr 2003 10:49:24 +0000 (10:49 +0000)]
Fixed escape characters before Gettext migration.
jmpoure [Sun, 13 Apr 2003 10:41:09 +0000 (10:41 +0000)]
Fixed Latin1 characters before migration to Gettext.
jmpoure [Sun, 13 Apr 2003 10:34:13 +0000 (10:34 +0000)]
Fixed escape characters before Gettext migration.
jmpoure [Sun, 13 Apr 2003 08:24:24 +0000 (08:24 +0000)]
Added Locale entry needed for Gettext import/export
chriskl [Fri, 11 Apr 2003 07:29:03 +0000 (07:29 +0000)]
remove unnecessary chinese translations
chriskl [Fri, 11 Apr 2003 04:47:52 +0000 (04:47 +0000)]
Japanese translation updates
chriskl [Fri, 11 Apr 2003 04:44:34 +0000 (04:44 +0000)]
differentiate strings
slubek [Wed, 9 Apr 2003 20:11:44 +0000 (20:11 +0000)]
Fixed reset button in form editing report
jmpoure [Wed, 9 Apr 2003 08:32:03 +0000 (08:32 +0000)]
Updated French language file
jmpoure [Wed, 9 Apr 2003 07:53:10 +0000 (07:53 +0000)]
Fixed encoding issues.
jmpoure [Tue, 8 Apr 2003 13:26:52 +0000 (13:26 +0000)]
Updated French translations in agreement with French translator.
jmpoure [Tue, 8 Apr 2003 13:11:33 +0000 (13:11 +0000)]
Updated French translations in agreement with French translator.
chriskl [Tue, 8 Apr 2003 12:51:44 +0000 (12:51 +0000)]
even more correct encodings. How the heck do we test these?
chriskl [Tue, 8 Apr 2003 12:45:17 +0000 (12:45 +0000)]
begin add foreign key, add pgsql->http encoding maps for all db encodings
chriskl [Tue, 8 Apr 2003 07:08:42 +0000 (07:08 +0000)]
remove unnecessary cp1251 encoding
chriskl [Mon, 7 Apr 2003 05:47:16 +0000 (05:47 +0000)]
use russian word for russian
chriskl [Mon, 7 Apr 2003 05:46:38 +0000 (05:46 +0000)]
use russian word for russian. add subgroup targets in Makefile
chriskl [Sat, 5 Apr 2003 04:21:42 +0000 (04:21 +0000)]
Polish -> Polski
slubek [Fri, 4 Apr 2003 20:28:02 +0000 (20:28 +0000)]
Synchronization with english.php (foreign keys)
slubek [Fri, 4 Apr 2003 20:04:09 +0000 (20:04 +0000)]
Removed hardcoded strings
chriskl [Fri, 4 Apr 2003 08:28:26 +0000 (08:28 +0000)]
language updates
chriskl [Fri, 4 Apr 2003 03:59:36 +0000 (03:59 +0000)]
Fix buggy back link for other langs
chriskl [Fri, 4 Apr 2003 02:13:27 +0000 (02:13 +0000)]
Japanese translations from Tadashi Jokagi (elf2000@users.sourceforge.net)
chriskl [Fri, 4 Apr 2003 01:24:22 +0000 (01:24 +0000)]
Russion translations from Alexander Khodorivsky (askh@ukr.net)
chriskl [Mon, 31 Mar 2003 04:02:06 +0000 (04:02 +0000)]
fix bug in auto-detect code that broke reports
chriskl [Mon, 31 Mar 2003 03:49:15 +0000 (03:49 +0000)]
updated
chriskl [Fri, 28 Mar 2003 12:29:53 +0000 (12:29 +0000)]
Allow editing over non-null values in unique indexes. Auto-detect for 7.4-dev PostgreSQL
chriskl [Thu, 27 Mar 2003 13:47:15 +0000 (13:47 +0000)]
First cut at auto-detection of database driver. Please test. Now also detects missing 'pg_connect' function, etc.
chriskl [Thu, 27 Mar 2003 12:56:29 +0000 (12:56 +0000)]
Remove default database from config file - was confusing and if they changed it at all, it would break!
chriskl [Thu, 27 Mar 2003 10:56:26 +0000 (10:56 +0000)]
Add French translation from Pascal PEYRE <peyre@cir.fr>
chriskl [Thu, 27 Mar 2003 05:57:49 +0000 (05:57 +0000)]
Add back in phpPgAdmin specific improvements to ADODB
chriskl [Thu, 27 Mar 2003 05:50:12 +0000 (05:50 +0000)]
import ADODB 3.3.1
chriskl [Thu, 27 Mar 2003 05:43:28 +0000 (05:43 +0000)]
remove old adodb
chriskl [Wed, 26 Mar 2003 05:59:05 +0000 (05:59 +0000)]
fix missing trigger name in trigger def
chriskl [Wed, 26 Mar 2003 03:45:00 +0000 (03:45 +0000)]
Remove duplicate function
chriskl [Wed, 26 Mar 2003 03:43:53 +0000 (03:43 +0000)]
get triggers for postgres < 7.3
chriskl [Wed, 26 Mar 2003 02:14:03 +0000 (02:14 +0000)]
Done trigger defs for 7.3+. Can't get parameters of trigger funcs for some bizarre reason???
chriskl [Wed, 26 Mar 2003 01:27:17 +0000 (01:27 +0000)]
fix copy dump file extension, add some translations
chriskl [Wed, 26 Mar 2003 01:23:55 +0000 (01:23 +0000)]
add class to href
chriskl [Tue, 25 Mar 2003 15:28:22 +0000 (15:28 +0000)]
50% done on proper trigger definitions
chriskl [Tue, 25 Mar 2003 06:50:37 +0000 (06:50 +0000)]
fix up schema properties to just be a set of links to objects within the schema
chriskl [Tue, 25 Mar 2003 01:42:16 +0000 (01:42 +0000)]
add mention of langcheck