phppgadmin.git
14 years agoRemoves useless call of function_exists since we are PHP5+ only
Jehan-Guillaume (ioguix) de Rorthais [Fri, 3 Jun 2011 17:19:32 +0000 (19:19 +0200)]
Removes useless call of function_exists since we are PHP5+ only

14 years agoAdd download ability from the history window
Jehan-Guillaume (ioguix) de Rorthais [Wed, 1 Jun 2011 20:13:03 +0000 (22:13 +0200)]
Add download ability from the history window

14 years agoremove $username when calling $data->isSuperUser about current connection role
Jehan-Guillaume (ioguix) de Rorthais [Wed, 1 Jun 2011 19:45:09 +0000 (21:45 +0200)]
remove $username when calling $data->isSuperUser about current connection role

14 years agoShow cancel/kill actions in process page only if role is a superuser.
Jehan-Guillaume (ioguix) de Rorthais [Wed, 1 Jun 2011 19:32:04 +0000 (21:32 +0200)]
Show cancel/kill actions in process page only if role is a superuser.

14 years agoFix a bug and support empty username in $data->isSuperUser to check the superUser...
Jehan-Guillaume (ioguix) de Rorthais [Wed, 1 Jun 2011 19:23:37 +0000 (21:23 +0200)]
Fix a bug and support empty username in $data->isSuperUser to check the superUser status of the current role

Fixed a bug on the way as in previous version it was checking if function
pg_parameter_status exists and used it directly, hence testing only the
currently used role.
pg_parameter_status is available in PHP 5.*

14 years agoUpdate the howto about creating new translation for PPA
Jehan-Guillaume (ioguix) de Rorthais [Mon, 30 May 2011 17:45:12 +0000 (19:45 +0200)]
Update the howto about creating new translation for PPA

14 years agoAdd lithuanian translation.
artvras [Mon, 30 May 2011 15:12:57 +0000 (17:12 +0200)]
Add lithuanian translation.

14 years agoremove commented piece of code
Jehan-Guillaume (ioguix) de Rorthais [Sun, 22 May 2011 02:34:55 +0000 (04:34 +0200)]
remove commented piece of code

14 years agoMerge branch 'master' of github.com:phppgadmin/phppgadmin
Jehan-Guillaume (ioguix) de Rorthais [Sat, 21 May 2011 22:35:00 +0000 (00:35 +0200)]
Merge branch 'master' of github.com:phppgadmin/phppgadmin

14 years agoUpdate lang/README file and improve lang2xml script.
Jehan-Guillaume (ioguix) de Rorthais [Sat, 21 May 2011 21:06:23 +0000 (23:06 +0200)]
Update lang/README file and improve lang2xml script.

  * checks if given files exists before trying recoding
* allows to run lang2xml with no args to build all translations

14 years agoSome code cleanup and refactoring
Jehan-Guillaume (ioguix) de Rorthais [Sat, 21 May 2011 21:00:13 +0000 (23:00 +0200)]
Some code cleanup and refactoring

14 years agoconvert lang/Makefile to a shell script lang/lang2xml
Jehan-Guillaume (ioguix) de Rorthais [Thu, 19 May 2011 05:31:51 +0000 (07:31 +0200)]
convert lang/Makefile to a shell script lang/lang2xml

14 years agomove lang/recoded/README to lang/
Jehan-Guillaume (ioguix) de Rorthais [Thu, 19 May 2011 05:30:26 +0000 (07:30 +0200)]
move lang/recoded/README to lang/

14 years agoremove unused script php2po po2php from lang/
Jehan-Guillaume (ioguix) de Rorthais [Thu, 19 May 2011 05:29:48 +0000 (07:29 +0200)]
remove unused script php2po po2php from lang/

14 years agoMerge pull request #1 from asleonardo/master.
Guillaume (ioguix) de Rorthais [Mon, 2 May 2011 12:10:52 +0000 (05:10 -0700)]
Merge pull request #1 from asleonardo/master.

"Updated CREDITS file with the link to GSoC 2010 patch"

14 years agoUpdated CREDITS file with the link to GSoC 2010 patch.
Leonardo Sapiras [Sun, 1 May 2011 19:38:53 +0000 (16:38 -0300)]
Updated CREDITS file with the link to GSoC 2010 patch.

14 years agoUpdate Galician translation
Adrián Chaves Fernández [Sat, 30 Apr 2011 17:50:01 +0000 (19:50 +0200)]
Update Galician translation

14 years agoremove several bits of trigger defintion hacks for pre-7.4 servers.
xzilla [Sat, 12 Feb 2011 23:22:13 +0000 (18:22 -0500)]
remove several bits of trigger defintion hacks for pre-7.4 servers.

14 years agoFix bug where enable/disable trigger option would be set incorrectly for multiple...
xzilla [Sat, 12 Feb 2011 22:47:03 +0000 (17:47 -0500)]
Fix bug where enable/disable trigger option would be set incorrectly for multiple triggers. Based on pull request / commit https://github.com/DeyV/phppgadmin/commit/312e8fa3938dd28b4c0cdfe3040c821c6af7b8d5

14 years agoUpdate and fix for Brazilian Portuguese translation. From Fernando Wendt and reported...
Fernando Wendt [Mon, 31 Jan 2011 11:29:44 +0000 (12:29 +0100)]
Update and fix for Brazilian Portuguese translation. From Fernando Wendt and reported by Ronaldo Barbosa

14 years agoHighlight referencing fields on hovering FK values when browsing table data
Leonardo Sápiras [Fri, 7 Jan 2011 14:37:39 +0000 (15:37 +0100)]
Highlight referencing fields on hovering FK values when browsing table data

14 years agoFix character-encoding problem with autocomplete
Guillaume (ioguix) de Rorthais [Thu, 6 Jan 2011 23:20:42 +0000 (00:20 +0100)]
Fix character-encoding problem with autocomplete

...And enforce some ajax call properties in js/ac_insert_row.js

14 years agoFix some methods using nonstandard escaped string in the database access classes
Guillaume (ioguix) de Rorthais [Mon, 20 Dec 2010 23:35:29 +0000 (00:35 +0100)]
Fix some methods using nonstandard escaped string in the database access classes

14 years agoFix bad inheritance between pg83 -> pg instead of pg83 -> pg84 in the database access...
Guillaume (ioguix) de Rorthais [Mon, 20 Dec 2010 23:23:46 +0000 (00:23 +0100)]
Fix bad inheritance between pg83 -> pg instead of pg83 -> pg84 in the database access classes

14 years agoFix #3139003 "Autocomplete doesn't insert value", report and patch by Aleksander...
Guillaume (ioguix) de Rorthais [Sun, 19 Dec 2010 21:20:07 +0000 (22:20 +0100)]
Fix #3139003 "Autocomplete doesn't insert value", report and patch by Aleksander Machniak

14 years agoFix a css typo & error in cappuccino theme
Guillaume (ioguix) de Rorthais [Sun, 19 Dec 2010 20:58:37 +0000 (21:58 +0100)]
Fix a css typo & error in cappuccino theme

14 years agoUpdate jquery library from 1.4.2 to 1.4.4
Guillaume (ioguix) de Rorthais [Wed, 8 Dec 2010 15:36:37 +0000 (16:36 +0100)]
Update jquery library from 1.4.2 to 1.4.4

14 years agoFix #3124417 "Wrong german translation", reported by schnoesel
Guillaume (ioguix) de Rorthais [Wed, 1 Dec 2010 14:52:44 +0000 (15:52 +0100)]
Fix #3124417 "Wrong german translation", reported by schnoesel

14 years agoFix a bug where non-super user roles cannot check ownership on objects
Guillaume (ioguix) de Rorthais [Tue, 30 Nov 2010 15:10:04 +0000 (16:10 +0100)]
Fix a bug where non-super user roles cannot check ownership on objects

We were joining on pg_authid which is not accessible to non super-user roles

14 years agoMark HEAD as 5.1-dev
Guillaume (ioguix) de Rorthais [Mon, 29 Nov 2010 21:11:20 +0000 (22:11 +0100)]
Mark HEAD as 5.1-dev

14 years agoremove useless date from the topbar informations
Guillaume (ioguix) de Rorthais [Mon, 29 Nov 2010 21:08:44 +0000 (22:08 +0100)]
remove useless date from the topbar informations

14 years agoAdd forgotten Galician language to the "all" target of the Makefile
Guillaume (ioguix) de Rorthais [Mon, 29 Nov 2010 21:01:46 +0000 (22:01 +0100)]
Add forgotten Galician language to the "all" target of the Makefile

14 years agoMark PPA release 5.0
Guillaume (ioguix) de Rorthais [Mon, 29 Nov 2010 20:54:18 +0000 (21:54 +0100)]
Mark PPA release 5.0

14 years agoUpdate BUGS CREDITS HISTORY and TODO before release
Guillaume (ioguix) de Rorthais [Mon, 29 Nov 2010 19:17:07 +0000 (20:17 +0100)]
Update BUGS CREDITS HISTORY and TODO before release

14 years agoRename Gotar theme as "Blue/Green"
Guillaume (ioguix) de Rorthais [Mon, 29 Nov 2010 18:48:27 +0000 (19:48 +0100)]
Rename Gotar theme as "Blue/Green"

14 years agoHilight background of browser tree elements on hover
Guillaume (ioguix) de Rorthais [Sat, 27 Nov 2010 15:40:47 +0000 (16:40 +0100)]
Hilight background of browser tree elements on hover

14 years agoAdd Gotar theme, by Tomasz Pala
Tomasz Pala [Sat, 27 Nov 2010 15:20:39 +0000 (16:20 +0100)]
Add Gotar theme, by Tomasz Pala

14 years agoAdd CSS classes for rows without actual data
Guillaume (ioguix) de Rorthais [Sat, 27 Nov 2010 15:02:59 +0000 (16:02 +0100)]
Add CSS classes for rows without actual data

Needed to seperate data style to presentation style.

14 years agoadd test for clustering on index, and fix missing var I found during testing
Robert Treat [Sat, 27 Nov 2010 02:21:52 +0000 (21:21 -0500)]
add test for clustering on index, and fix missing  var I found during testing

14 years agoAdd selected language and theme to a cookie so we can restore them from past sessions
Guillaume (ioguix) de Rorthais [Sat, 20 Nov 2010 18:02:35 +0000 (19:02 +0100)]
Add selected language and theme to a cookie so we can restore them from past sessions

14 years agoUpdate HISTORY and CREDITS files
Guillaume (ioguix) de Rorthais [Wed, 17 Nov 2010 23:24:31 +0000 (00:24 +0100)]
Update HISTORY and CREDITS files

14 years agoAdd Galician translation, by Adrián Chaves Fernández
Adrián Chaves Fernández [Wed, 17 Nov 2010 23:07:08 +0000 (00:07 +0100)]
Add Galician translation, by Adrián Chaves Fernández

14 years agoFix operator properties page
Guillaume (ioguix) de Rorthais [Wed, 17 Nov 2010 00:21:18 +0000 (01:21 +0100)]
Fix operator properties page

The pg_operator table changed in 8.3. I hadn't found an appropriate
has*() method to reflect this change and its point :(

14 years agoFix for bug #3 reported on github "double-quoting of non-latin 'All servers' message...
Guillaume (ioguix) de Rorthais [Tue, 16 Nov 2010 22:42:18 +0000 (23:42 +0100)]
Fix for bug #3 reported on github "double-quoting of non-latin 'All servers' message fix"

  see https://github.com/xzilla/phppgadmin/issues#issue/3

14 years agoUpdate TODO file
Guillaume (ioguix) de Rorthais [Wed, 10 Nov 2010 00:31:03 +0000 (01:31 +0100)]
Update TODO file

See the 5.0 section before release a beta3

14 years agoFix for bug #3092826 "schema owner is blank for role with nologin", reported by Sompop
Guillaume (ioguix) de Rorthais [Fri, 22 Oct 2010 15:47:09 +0000 (17:47 +0200)]
Fix for bug #3092826 "schema owner is blank for role with nologin", reported by Sompop

14 years agoFix #3081361 "UPDATE NOT OK in 5.0-beta2", reported by Der Michel
Jehan-Guillaume (ioguix) de Rorthais [Tue, 5 Oct 2010 11:35:33 +0000 (13:35 +0200)]
Fix #3081361 "UPDATE NOT OK in 5.0-beta2", reported by Der Michel

14 years agoRe-enable the edit privilege button fr functions. Reported by Jaroslav Hanslík
Guillaume (ioguix) de Rorthais [Mon, 4 Oct 2010 11:44:46 +0000 (13:44 +0200)]
Re-enable the edit privilege button fr functions. Reported by Jaroslav Hanslík

Reported as issue #5 on github by Jaroslav Hanslík:
http://github.com/xzilla/phppgadmin/issues#issue/5

14 years agoStamp 5.0-beta2 REL_5-0-BETA-2
Guillaume (ioguix) de Rorthais [Fri, 1 Oct 2010 19:38:03 +0000 (21:38 +0200)]
Stamp 5.0-beta2

14 years agoUpdate catalan translation, by Bernat Pegueroles
Bernat Pegueroles [Wed, 29 Sep 2010 22:14:22 +0000 (00:14 +0200)]
Update catalan translation, by Bernat Pegueroles

14 years agoQuick Fix on the xloadtree code about bad html specialchars escaping and xml encoding
Jehan-Guillaume (ioguix) de Rorthais [Wed, 29 Sep 2010 15:52:09 +0000 (17:52 +0200)]
Quick Fix on the xloadtree code about bad html specialchars escaping and xml encoding

14 years agoRemove display_errors = on by default
Guillaume (ioguix) de Rorthais [Tue, 28 Sep 2010 23:36:47 +0000 (01:36 +0200)]
Remove display_errors = on by default

14 years agoUpdate french translation for PPA 5.0
Guillaume (ioguix) de Rorthais [Tue, 28 Sep 2010 23:21:51 +0000 (01:21 +0200)]
Update french translation for PPA 5.0

14 years agoFix bug #2876417 "SQL window too small size to see bottom buttons (Execute)"
Guillaume (ioguix) de Rorthais [Tue, 28 Sep 2010 22:04:25 +0000 (00:04 +0200)]
Fix bug #2876417 "SQL window too small size to see bottom buttons (Execute)"

Enabled scrollbars and bigger window size

14 years agoUpdate portuguese-br tranlsation file, by Fernando Wendt
Fernando Wendt [Tue, 28 Sep 2010 15:29:44 +0000 (17:29 +0200)]
Update portuguese-br tranlsation file, by Fernando Wendt

14 years agoFix multi bug in auto-complete value on insert/update
Guillaume (ioguix) de Rorthais [Tue, 28 Sep 2010 00:02:04 +0000 (02:02 +0200)]
Fix multi bug in auto-complete value on insert/update

* explicitly not support multi FK constr, only deal
  with the first one. marked as FIXME
* some bad escaped vars were failing the auto-complete
  on very weird table/field names
* some cleanup

14 years agoRemove a useless reference to global var $data from the Postgres class itself
Guillaume (ioguix) de Rorthais [Mon, 27 Sep 2010 23:05:38 +0000 (01:05 +0200)]
Remove a useless reference to global var $data from the Postgres class itself

14 years agoMove overriding method getConstraintsWithFields to the class it really belongs
Guillaume (ioguix) de Rorthais [Mon, 27 Sep 2010 22:34:33 +0000 (00:34 +0200)]
Move overriding method getConstraintsWithFields to the class it really belongs

Method getConstraintsWithFields from Postgres.php is compatible down to 8.1,
so the version from Postgre81 must go to Postgres80 wich is actually not
compatible with the first one.

14 years agoFix with auto-complete on insert where list was empty on update when we already have...
Guillaume (ioguix) de Rorthais [Thu, 23 Sep 2010 00:11:07 +0000 (02:11 +0200)]
Fix with auto-complete on insert where list was empty on update when we already have an offset

14 years agoFix auto-complete when editing a row.
Guillaume (ioguix) de Rorthais [Wed, 22 Sep 2010 22:28:54 +0000 (00:28 +0200)]
Fix auto-complete when editing a row.

Reported by Dmitry Koterov when asked on github:
http://github.com/DmitryKoterov/phppgadmin/commit/89460c1557816b40311e8a344bf94c8a0f505542#commitcomment-148877

14 years agoFix: on insert form, clicking on a field open the auto-complete list even if ac is...
Guillaume (ioguix) de Rorthais [Wed, 22 Sep 2010 22:13:41 +0000 (00:13 +0200)]
Fix: on insert form, clicking on a field open the auto-complete list even if ac is disabled

14 years agoUpdate Czech translation.
Marek Černocký [Tue, 21 Sep 2010 21:24:36 +0000 (23:24 +0200)]
Update Czech translation.

14 years agoFix bug #3071816 "First column in a SQL result missing", reported by Yilmaz ULKUSAL.
Guillaume (ioguix) de Rorthais [Tue, 21 Sep 2010 20:10:28 +0000 (22:10 +0200)]
Fix bug #3071816 "First column in a SQL result missing", reported by Yilmaz ULKUSAL.

14 years agoFix bug #3068680 "child tables info uses wrong field name", reported by langerheiko
Guillaume (ioguix) de Rorthais [Fri, 17 Sep 2010 13:19:09 +0000 (15:19 +0200)]
Fix bug #3068680 "child tables info uses wrong field name", reported by langerheiko

14 years agoUpdate Spanish translation ofr PPA5.0 REL_5-0-BETA-1
Miguel Useche [Wed, 15 Sep 2010 09:38:52 +0000 (11:38 +0200)]
Update Spanish translation ofr PPA5.0

14 years agoSet PPA version to 5.0-beta1
ioguix [Tue, 14 Sep 2010 23:51:00 +0000 (01:51 +0200)]
Set PPA version to 5.0-beta1

14 years agoDefine application name when connecting on PostgreSQL >= 9.0
ioguix [Tue, 14 Sep 2010 23:48:53 +0000 (01:48 +0200)]
Define application name when connecting on PostgreSQL >= 9.0

14 years agoUpdate ADOdb library to the current stable one
ioguix [Tue, 14 Sep 2010 22:23:10 +0000 (00:23 +0200)]
Update ADOdb library to the current stable one

15 years agoUpdate hungarian translation for PPA 5.0, by Sulyok Peti.
Sulyok Peti [Sun, 12 Sep 2010 21:55:56 +0000 (23:55 +0200)]
Update hungarian translation for PPA 5.0, by Sulyok Peti.

15 years agoSupport "ALTER SEQUENCE START ..." for 8.4+ and sequence cleanups
ioguix [Fri, 10 Sep 2010 15:35:15 +0000 (17:35 +0200)]
Support "ALTER SEQUENCE START ..." for 8.4+ and sequence cleanups

  * add support for altering sequence start for 8.4+
  * add a link to restart the sequence on its property page for 8.4+
  * remove useless hasAlterSequenceProps() method
  * fix sequences selenium tests for 8.4+
  * add test for altering the start property in selenium test

15 years agoSupress pg_connect PHP Warning when connection fail.
Jehan-Guillaume (ioguix) de Rorthais [Tue, 7 Sep 2010 17:02:10 +0000 (19:02 +0200)]
Supress pg_connect PHP Warning when connection fail.

We should add a better error message support in next realse

15 years agoUdate CREDITS file
ioguix [Tue, 7 Sep 2010 15:22:44 +0000 (17:22 +0200)]
Udate CREDITS file

15 years agoReally remove support for 7.3 as we already adverstised it
ioguix [Tue, 7 Sep 2010 14:47:53 +0000 (16:47 +0200)]
Really remove support for 7.3 as we already adverstised it

15 years agoUpdate HISTORY file
ioguix [Tue, 7 Sep 2010 14:31:20 +0000 (16:31 +0200)]
Update HISTORY file

15 years agoFix a bug where clicking on "Object not found" in the browser tree
Jehan-Guillaume (ioguix) de Rorthais [Mon, 6 Sep 2010 16:48:15 +0000 (18:48 +0200)]
Fix a bug where clicking on "Object not found" in the browser tree

This action is suppose to reload the node but was actually just rising
a js error and not reloading it.

15 years agoFix bug #2969594 "Click on tree element without action causes javascript error"
Jehan-Guillaume (ioguix) de Rorthais [Mon, 6 Sep 2010 16:49:40 +0000 (18:49 +0200)]
Fix bug #2969594 "Click on tree element without action causes javascript error"

15 years agoFix bad escaped vars for javascript code in the Create Function form
ioguix [Mon, 6 Sep 2010 13:12:47 +0000 (15:12 +0200)]
Fix bad escaped vars for javascript code in the Create Function form

15 years agoAdd a global CSS file, included on top of all theme
Jehan-Guillaume (ioguix) de Rorthais [Mon, 6 Sep 2010 10:28:14 +0000 (12:28 +0200)]
Add a global CSS file, included on top of all theme

 * create a global file themes/global.css, included on top of all
   CSS file
 * fix a bug of the FK browsing patch with cappuccino theme. Needed
   style were only in the default theme
 * some general CSS cleanup

15 years agoUpdate russian translation for PPA 5.0, by Alexey Baturin.
Alexey Baturin [Sat, 28 Aug 2010 14:15:10 +0000 (16:15 +0200)]
Update russian translation for PPA 5.0, by Alexey Baturin.

15 years agoUpdate czech translation, by Marek Cernocký.
Marek Černocký [Sat, 28 Aug 2010 14:12:49 +0000 (16:12 +0200)]
Update czech translation, by Marek Cernocký.

15 years agoAdd feature: Browsing on Foreign Keys, in both pure xhtml and ajax
Leonardo Sápiras [Thu, 26 Aug 2010 23:47:53 +0000 (01:47 +0200)]
Add feature: Browsing on Foreign Keys, in both pure xhtml and ajax

done during GSoC 2010, with mentoring and some help from ioguix.

15 years agoFix dbexport.php file, various bugs, see details
ioguix [Thu, 26 Aug 2010 22:34:48 +0000 (00:34 +0200)]
Fix dbexport.php file, various bugs, see details

  * fixed not cleaned object names (schema, tables/views)
  * schema and table were each escapeShellArg separatly then
    concatenated together, leading to a bad formated
    -t '"schema"'.'"table"' command line option
  * removed hack for pg_dump < 7.4 as we do not support thoses
    versions anymore

15 years agoFix bug #2716779 where exporting were showin \N for empty strings
ioguix [Thu, 26 Aug 2010 21:58:25 +0000 (23:58 +0200)]
Fix bug #2716779 where exporting were showin \N for empty strings

15 years agoFix buggy method Postgres.php:beginDump() that was calling its non-existant (anymore...
ioguix [Thu, 26 Aug 2010 21:56:44 +0000 (23:56 +0200)]
Fix buggy method Postgres.php:beginDump() that was calling its non-existant (anymore) parent class

15 years agoFix bugs #2908984 and #2579270 in our "query parser"
ioguix [Thu, 26 Aug 2010 21:17:05 +0000 (23:17 +0200)]
Fix bugs #2908984 and #2579270 in our "query parser"

This "query trivial parser" is in function Postgres.php:executeScript()

  * about #2908984, we were getting each line of the uploaded file
    using fgets($fd, 32768); because of PHP 4.3 and bellow that
    were considering a line has a length of 1024 by default. So we
    had to set a large value, but it wasn't not large enough here.
    Since we officialy support PHP 5+, I just removed this max length
    so PHP keep parsing the line till the end.
  * about #2579270, that was just a bad test on $in_quote so we were
    not parsing quoted values correclty, and the -- were catching as
    comments.

15 years agoFix a query.abord() on a null value on Locks and Process pages when stoping refresh...
Alexey Baturin [Fri, 6 Aug 2010 19:20:42 +0000 (21:20 +0200)]
Fix a query.abord() on a null value on Locks and Process pages when stoping refresh before the first ajax request

15 years agoFix selenium test for column
ioguix [Fri, 6 Aug 2010 19:07:23 +0000 (21:07 +0200)]
Fix selenium test for column

Patch for highliting rows on overflow broke it.

15 years agoAdd forgotten input[type=password] style for the cappuccino theme
ioguix [Sun, 1 Aug 2010 11:18:29 +0000 (13:18 +0200)]
Add forgotten input[type=password] style for the cappuccino theme

15 years agoupdate jquery lib with current stable version 1.4.2
ioguix [Mon, 26 Jul 2010 17:59:58 +0000 (19:59 +0200)]
update jquery lib with current stable version 1.4.2

15 years agoAdd cappuccino new theme + theme swither
ioguix [Mon, 26 Jul 2010 09:43:52 +0000 (11:43 +0200)]
Add cappuccino new theme + theme swither

  * add new theme cappuccino
  * add a theme switcher on the intro page

15 years agoOn insert page, open the auto-complete list when it gets the focus
ioguix [Mon, 26 Jul 2010 08:51:46 +0000 (10:51 +0200)]
On insert page, open the auto-complete list when it gets the focus

15 years agoSome bad escaped variables found on my way
ioguix [Thu, 22 Jul 2010 00:23:39 +0000 (02:23 +0200)]
Some bad escaped variables found on my way

15 years agofix bad variable name in display.php
ioguix [Tue, 20 Jul 2010 22:36:33 +0000 (00:36 +0200)]
fix bad variable name in display.php

15 years agoFix some design issue in fulltext forms
ioguix [Sun, 18 Jul 2010 22:04:57 +0000 (00:04 +0200)]
Fix some design issue in fulltext forms

Tables' forms were 100% width without any reason.

15 years agoFix a bug with grouping servers feature
ioguix [Sun, 18 Jul 2010 11:45:36 +0000 (13:45 +0200)]
Fix a bug with grouping servers feature

  * opened connexions were appearing in every group
  * after connexion/disconnection, stay in the group instead
    of falling back in the 'all' group

15 years agoFix refresh lock page javascript for compatibility with IE
Leonardo Sápiras [Sat, 12 Jun 2010 13:42:22 +0000 (15:42 +0200)]
Fix refresh lock page javascript for compatibility with IE

...which is stricter than others on this...

15 years agoOops, forgot to add the js/database.js file to the commit 6134a181d1910910021d
Leonardo Sápiras [Wed, 9 Jun 2010 20:36:25 +0000 (22:36 +0200)]
Oops, forgot to add the js/database.js file to the commit 6134a181d1910910021d

15 years agoMerge branch 'master' of github.com:xzilla/phppgadmin
ioguix [Wed, 9 Jun 2010 19:42:02 +0000 (21:42 +0200)]
Merge branch 'master' of github.com:xzilla/phppgadmin

15 years agoremove some testing values from the english recoded file :/
ioguix [Wed, 9 Jun 2010 19:41:50 +0000 (21:41 +0200)]
remove some testing values from the english recoded file :/

15 years agoAdd auto-refresh process and prepared xact using ajax
Leonardo Sápiras [Wed, 9 Jun 2010 19:40:20 +0000 (21:40 +0200)]
Add auto-refresh process and prepared xact using ajax

This patch rename the existing js/locks.js as js/database.js
and factorise the code to use it from both page.