Jehan-Guillaume (ioguix) de Rorthais [Thu, 23 Feb 2012 18:16:23 +0000 (19:16 +0100)]
Fix bug where renaming a tablespace was leading to an error
When renaming a tablespace, it was renamed first, then a comment was set
on its old name in the same xact, leading to an error and rollback.
Jehan-Guillaume (ioguix) de Rorthais [Thu, 23 Feb 2012 17:30:03 +0000 (18:30 +0100)]
Fix a bug where clicking to "Show all schemas" on schema privilege page leads back to the latest tab used in database level.
Jehan-Guillaume (ioguix) de Rorthais [Tue, 21 Feb 2012 22:18:13 +0000 (23:18 +0100)]
Fix a bug when executing a query from the history
sql.php is not looking for queries from _GET anymore and history was
passing its query through it.
Jehan-Guillaume (ioguix) de Rorthais [Mon, 20 Feb 2012 20:27:15 +0000 (21:27 +0100)]
Fix bad confirmation message when droping an autovacuum table setup
Jehan-Guillaume (ioguix) de Rorthais [Mon, 9 Jan 2012 16:01:33 +0000 (17:01 +0100)]
Merge branch 'utf-8'
Jehan-Guillaume (ioguix) de Rorthais [Fri, 30 Dec 2011 16:54:53 +0000 (17:54 +0100)]
Force UTF-8 while escaping html from decorators
It was breaking multibytes chars.
Jehan-Guillaume (ioguix) de Rorthais [Fri, 30 Dec 2011 14:07:19 +0000 (15:07 +0100)]
Remove useless noEscape decorator since we removed recoded strings
noEscape decorator was only used to not escape recoded strings because
it was breaking non-ascii chars that was begining by &#...;. This make
the code a bit simpler, cleaner and remove useless piece of code.
Jehan-Guillaume (ioguix) de Rorthais [Thu, 29 Dec 2011 19:10:15 +0000 (20:10 +0100)]
Fix bug #
3429633 '"Back" link from "Browse" leads to error'
The old design did not allow to escaped things properly without breaking
the return URL. Moreover, it raised some bug as well when the return URL
was too long, hitting the GET max length limit.
This patch remove the old architecture and introduce the new "return"
GET parameter that only holds the name of the section we want to go
back.
Jehan-Guillaume (ioguix) de Rorthais [Fri, 30 Dec 2011 01:48:13 +0000 (02:48 +0100)]
Makes phpPgAdmin core full UTF-8 only.
Translations, db connexions and html pages are now all in UTF-8. In
consequence:
* we remove everything about recode stuffs
* recode all lang/ translation files to UTF-8
* force UTF-8 in htmlentities
Jehan-Guillaume (ioguix) de Rorthais [Thu, 29 Dec 2011 23:36:12 +0000 (00:36 +0100)]
Make selenium tests full dynamics, no more build_tests.php required.
Jehan-Guillaume (ioguix) de Rorthais [Tue, 13 Dec 2011 23:11:20 +0000 (00:11 +0100)]
Fix a small PHP warning when Slony conf parameters are not set
Jehan-Guillaume (ioguix) de Rorthais [Fri, 16 Dec 2011 22:57:12 +0000 (23:57 +0100)]
Cleanup bad code when altering schema
Jehan-Guillaume (ioguix) de Rorthais [Fri, 16 Dec 2011 23:25:10 +0000 (00:25 +0100)]
Securing $misc->href
See http://php.net/manual/en/function.urlencode.php
This is only used in href parameter of A tag and should be escaped
properly.
Jehan-Guillaume (ioguix) de Rorthais [Fri, 16 Dec 2011 23:24:15 +0000 (00:24 +0100)]
Select English language during the intro while login in.
Jehan-Guillaume (ioguix) de Rorthais [Tue, 6 Dec 2011 22:57:18 +0000 (23:57 +0100)]
Add links on columns names from view property page to the view's column page
Jehan-Guillaume (ioguix) de Rorthais [Tue, 15 Nov 2011 09:34:47 +0000 (10:34 +0100)]
Fix bad spelling in french translation
Jehan-Guillaume (ioguix) de Rorthais [Tue, 1 Nov 2011 22:16:05 +0000 (23:16 +0100)]
Make user query paginated by default.
Jehan-Guillaume (ioguix) de Rorthais [Tue, 1 Nov 2011 21:39:00 +0000 (22:39 +0100)]
Fix a small html error
Jehan-Guillaume (ioguix) de Rorthais [Wed, 28 Sep 2011 21:15:36 +0000 (23:15 +0200)]
Fix two security fix about XSS, reported by Mateusz Goik, fixed by ioguix.
Jehan-Guillaume (ioguix) de Rorthais [Tue, 5 Jul 2011 21:20:32 +0000 (23:20 +0200)]
Fix bug #
3353670: Error when executing a report with paging
Jehan-Guillaume (ioguix) de Rorthais [Tue, 5 Jul 2011 21:02:28 +0000 (23:02 +0200)]
Add column "paginate" to the reports list and properties
Jehan-Guillaume (ioguix) de Rorthais [Tue, 7 Jun 2011 09:47:11 +0000 (11:47 +0200)]
Fix bug with OpenBSD about where setting application_name using PGOPTIONS was raising an ERROR
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
Jehan-Guillaume (ioguix) de Rorthais [Wed, 1 Jun 2011 20:13:03 +0000 (22:13 +0200)]
Add download ability from the history window
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
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.
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.*
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
artvras [Mon, 30 May 2011 15:12:57 +0000 (17:12 +0200)]
Add lithuanian translation.
Jehan-Guillaume (ioguix) de Rorthais [Sun, 22 May 2011 02:34:55 +0000 (04:34 +0200)]
remove commented piece of code
Jehan-Guillaume (ioguix) de Rorthais [Sat, 21 May 2011 22:35:00 +0000 (00:35 +0200)]
Merge branch 'master' of github.com:phppgadmin/phppgadmin
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
Jehan-Guillaume (ioguix) de Rorthais [Sat, 21 May 2011 21:00:13 +0000 (23:00 +0200)]
Some code cleanup and refactoring
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
Jehan-Guillaume (ioguix) de Rorthais [Thu, 19 May 2011 05:30:26 +0000 (07:30 +0200)]
move lang/recoded/README to lang/
Jehan-Guillaume (ioguix) de Rorthais [Thu, 19 May 2011 05:29:48 +0000 (07:29 +0200)]
remove unused script php2po po2php from lang/
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"
Leonardo Sapiras [Sun, 1 May 2011 19:38:53 +0000 (16:38 -0300)]
Updated CREDITS file with the link to GSoC 2010 patch.
Adrián Chaves Fernández [Sat, 30 Apr 2011 17:50:01 +0000 (19:50 +0200)]
Update Galician translation
xzilla [Sat, 12 Feb 2011 23:22:13 +0000 (18:22 -0500)]
remove several bits of trigger defintion hacks for pre-7.4 servers.
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
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
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
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
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
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
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
Guillaume (ioguix) de Rorthais [Sun, 19 Dec 2010 20:58:37 +0000 (21:58 +0100)]
Fix a css typo & error in cappuccino theme
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
Guillaume (ioguix) de Rorthais [Wed, 1 Dec 2010 14:52:44 +0000 (15:52 +0100)]
Fix #
3124417 "Wrong german translation", reported by schnoesel
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
Guillaume (ioguix) de Rorthais [Mon, 29 Nov 2010 21:11:20 +0000 (22:11 +0100)]
Mark HEAD as 5.1-dev
Guillaume (ioguix) de Rorthais [Mon, 29 Nov 2010 21:08:44 +0000 (22:08 +0100)]
remove useless date from the topbar informations
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
Guillaume (ioguix) de Rorthais [Mon, 29 Nov 2010 20:54:18 +0000 (21:54 +0100)]
Mark PPA release 5.0
Guillaume (ioguix) de Rorthais [Mon, 29 Nov 2010 19:17:07 +0000 (20:17 +0100)]
Update BUGS CREDITS HISTORY and TODO before release
Guillaume (ioguix) de Rorthais [Mon, 29 Nov 2010 18:48:27 +0000 (19:48 +0100)]
Rename Gotar theme as "Blue/Green"
Guillaume (ioguix) de Rorthais [Sat, 27 Nov 2010 15:40:47 +0000 (16:40 +0100)]
Hilight background of browser tree elements on hover
Tomasz Pala [Sat, 27 Nov 2010 15:20:39 +0000 (16:20 +0100)]
Add Gotar theme, by Tomasz Pala
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.
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
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
Guillaume (ioguix) de Rorthais [Wed, 17 Nov 2010 23:24:31 +0000 (00:24 +0100)]
Update HISTORY and CREDITS files
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
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 :(
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
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
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
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
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
Guillaume (ioguix) de Rorthais [Fri, 1 Oct 2010 19:38:03 +0000 (21:38 +0200)]
Stamp 5.0-beta2
Bernat Pegueroles [Wed, 29 Sep 2010 22:14:22 +0000 (00:14 +0200)]
Update catalan translation, by Bernat Pegueroles
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
Guillaume (ioguix) de Rorthais [Tue, 28 Sep 2010 23:36:47 +0000 (01:36 +0200)]
Remove display_errors = on by default
Guillaume (ioguix) de Rorthais [Tue, 28 Sep 2010 23:21:51 +0000 (01:21 +0200)]
Update french translation for PPA 5.0
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
Fernando Wendt [Tue, 28 Sep 2010 15:29:44 +0000 (17:29 +0200)]
Update portuguese-br tranlsation file, by Fernando Wendt
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
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
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.
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
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
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
Marek Černocký [Tue, 21 Sep 2010 21:24:36 +0000 (23:24 +0200)]
Update Czech translation.
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.
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
Miguel Useche [Wed, 15 Sep 2010 09:38:52 +0000 (11:38 +0200)]
Update Spanish translation ofr PPA5.0
ioguix [Tue, 14 Sep 2010 23:51:00 +0000 (01:51 +0200)]
Set PPA version to 5.0-beta1
ioguix [Tue, 14 Sep 2010 23:48:53 +0000 (01:48 +0200)]
Define application name when connecting on PostgreSQL >= 9.0
ioguix [Tue, 14 Sep 2010 22:23:10 +0000 (00:23 +0200)]
Update ADOdb library to the current stable one
Sulyok Peti [Sun, 12 Sep 2010 21:55:56 +0000 (23:55 +0200)]
Update hungarian translation for PPA 5.0, by Sulyok Peti.
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
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
ioguix [Tue, 7 Sep 2010 15:22:44 +0000 (17:22 +0200)]
Udate CREDITS file
ioguix [Tue, 7 Sep 2010 14:47:53 +0000 (16:47 +0200)]
Really remove support for 7.3 as we already adverstised it
ioguix [Tue, 7 Sep 2010 14:31:20 +0000 (16:31 +0200)]
Update HISTORY file
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.
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"
ioguix [Mon, 6 Sep 2010 13:12:47 +0000 (15:12 +0200)]
Fix bad escaped vars for javascript code in the Create Function form
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