Accepting request 294355 from server:php:applications

1

OBS-URL: https://build.opensuse.org/request/show/294355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=96
This commit is contained in:
Dominique Leuenberger 2015-04-05 00:04:14 +00:00 committed by Git OBS Bridge
commit ffd1fb37a6
5 changed files with 99 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48551687393e8f702fafe67cb6ce55ab4d5ed0e1f1549115188734959e5c148d
size 7106784

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f528e3a545c8c7deddaf7236978e79cd8082535a7cba558c8d30c29e5e160fa1
size 7580425

View File

@ -1,7 +1,7 @@
Index: examples/create_tables.sql Index: sql/create_tables.sql
=================================================================== ===================================================================
--- examples/create_tables.sql.orig --- sql/create_tables.sql.orig
+++ examples/create_tables.sql +++ sql/create_tables.sql
@@ -27,8 +27,8 @@ USE phpmyadmin; @@ -27,8 +27,8 @@ USE phpmyadmin;
-- Privileges -- Privileges
-- --

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Fri Apr 3 21:36:12 UTC 2015 - ecsos@opensuse.org
- update to 4.4.0 (2015-04-01)
+ rfe #1553 InnoDB presently supports one FULLTEXT index creation
at a time
+ rfe #1562 Allow tracking multiple table at once from database
level tracking page
+ rfe #1564 Improve action message on Tracking page
+ rfe #1566 Change value of "Number of rows:" when "Show all"
is checked
+ rfe Focus console by clicking on white space
+ rfe #1507 Part 1: Cycle through console history with keyboard
up/down arrows
+ rfe #1579 Default to primary key when adding relation
+ rfe #1572 User prefs: Diff-friendly JSON for config
+ rfe #1567 Sever Variables Table UI Improvements
- sf#4675 phpMyAdmin should be able to work without 'examples'
DIR - move SQL scripts to sql directory
+ rfe #1578 Warn about reserved word only when a column is
created
+ rfe #1590 Recaptcha API v2
+ rfe #1580 Individual Zeroconf PMA tables support
+ rfe #1525 Generate keys one per line
+ rfe #347 allow table with transformed column anywhere in
FROM clause
+ rfe #1591 Shortcut link to search page
+ rfe #1568 Fold Add Column After / Before into dropdown
- sf#4705 Table structure: adding primary key doesn't refresh
page
+ rfe #1582 SQL formatter
+ rfe #1597 Fast filter improvement: remove
"x other results found"
- sf#4720 No error message on Missing extension mbstring
+ rfe #801 Builtin transformations and relations
+ rfe #767 USING BTREE support for HEAP/MEMORY tables
+ rfe #1596 Make "Options > Relational" configurable
+ rfe #719 More details in PDF relation view
+ rfe #1096 Cannot enter connection for federated engine table
+ rfe #954 Allow SALT in ENCRYPT function
+ rfe #1260 Setting LoginCookieValidity > session.gc_maxlifetime
+ rfe Transformation for JSON
- bug Fix isCanvasSupported for new window
+ rfe #1600 Clarify the "Inline" link
+ rfe #1179 Speed up slow triggers by using EVENT_OBJECT_SCHEMA
+ rfe #1192 ON DUPLICATE KEY UPDATE for loading CSV
- bug fix Cannot execute command from console
(multi-server installation)
+ rfe #1208 linking from information_schema
+ rfe #1235 Relation view: move to main "Structure" page
+ rfe #1558 Designer menu with explicit text
+ rfe #937 Relations with views like with tables
+ rfe #1241 Browse Field -> Search
+ rfe #723 Provide sanity check for table/column names
(table names)
+ rfe #1312 SessionTimeZone configuration directive
- bug fix Add missing confirmation when deleting tracking report
entries
+ rfe Ability to disable foreign key check when emptying tables
+ rfe #1549 Reset auto-increment when exporting structure
+ rfe #1602 Recover query in redaction after session end
+ rfe #1605 After database creation, go to database structure
page
+ rfe #1604 Show PHP version
- sf#4770 Multiple delete on table browse ignoring foreign key
checkbox
+ rfe CodeMirror based SQL editor as an input transformation
+ rfe #1275 CodeMirror based JSON editor as an input
transformation
+ rfe #685 Editor for HTML content
+ rfe #1595 make professional code editor suggestion
+ rfe #1606 processlist filter
+ rfe Change tracking activation status from db level tracking
page
+ rfe #1207 Export users associated with a specific
schema/database
+ rfe #1575 "Disable database expansion" : unclear directive name
and explanation
+ rfe #1607 Tool tip for lock icon when making changes to a page
+ rfe #1327 Hide 'Add user' link if user does not have privileges
+ rfe #501 Support for SSL GRANT option
+ rfe #1608 Central columns allowing setting SIGNED / UNSIGNED
attribute for integer
+ rfe #1441 Add regexp match when using AllowArbitraryServer
- sf#4806 Unable to work with two different servers in two tabs
- fix incorrect fsf-address
- change pma.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 29 13:42:58 UTC 2015 - ecsos@opensuse.org Sun Mar 29 13:42:58 UTC 2015 - ecsos@opensuse.org

View File

@ -34,7 +34,7 @@ Name: phpMyAdmin
Summary: Administration of MySQL over the web Summary: Administration of MySQL over the web
License: GPL-2.0+ License: GPL-2.0+
Group: Productivity/Networking/Web/Frontends Group: Productivity/Networking/Web/Frontends
Version: 4.3.13 Version: 4.4.0
Release: 0 Release: 0
Url: http://www.phpMyAdmin.net Url: http://www.phpMyAdmin.net
Source0: http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2 Source0: http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2
@ -107,6 +107,9 @@ Currently phpMyAdmin can:
%patch0 %patch0
%patch1 %patch1
# rpmlint: fix incorrect-fsf-address
find . -type f | xargs sed -i -e 's:59 Temple Place\, Suite 330\, Boston\, MA 02111-1307 USA:51 Franklin Street\, Fifth Floor\, Boston\, MA 02110-1301 USA:g'
find . -type d -exec chmod 755 {} \; find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \; find . -type f -exec chmod 644 {} \;
find . -type f -name '*.orig' -exec rm {} \; find . -type f -name '*.orig' -exec rm {} \;