Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 27936aa8bf1492858495aef8dcc552b7d41e4665
https://github.com/phpmyadmin/phpmyadmin/commit/27936aa8bf1492858495aef8dcc…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Changed paths:
M ChangeLog
Log Message:
-----------
Changelog entry for issue #12430
Impove partitioning support
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 1d3608b6a99cea8996ae349e8ccebb3a8aa7944e
https://github.com/phpmyadmin/phpmyadmin/commit/1d3608b6a99cea8996ae349e8cc…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Changed paths:
M libraries/Partition.php
M libraries/controllers/table/TableStructureController.php
M libraries/create_addfield.lib.php
M libraries/operations.lib.php
M libraries/tbl_partition_definition.inc.php
M templates/columns_definitions/partitions.phtml
M templates/table/structure/display_partitions.phtml
M templates/table/structure/display_structure.phtml
Log Message:
-----------
Merge branch 'QA_4_6' of github.com:phpmyadmin/phpmyadmin into QA_4_6
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/ba59178a75e1...1d3608b6a99c
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5a5ae580f2a82de9775cae743e446d3a177552ec
https://github.com/phpmyadmin/phpmyadmin/commit/5a5ae580f2a82de9775cae743e4…
Author: Pavel Rochnyack <pavel2000(a)ngs.ru>
Date: 2016-08-14 (Sun, 14 Aug 2016)
Changed paths:
M libraries/Partition.php
M libraries/controllers/table/TableStructureController.php
M libraries/create_addfield.lib.php
M libraries/operations.lib.php
M libraries/tbl_partition_definition.inc.php
M po/ru.po
M templates/columns_definitions/partitions.phtml
M templates/table/structure/display_partitions.phtml
M templates/table/structure/display_structure.phtml
Log Message:
-----------
Partitions editor: Allow to edit partition names; Add 'COLUMNS Partitioning' support.
+ Add 'COLUMNS Partitioning' support
+ Allow to edit partition names
* Do not show duplicate partition names in 'Partition maintenance' snippet on 'Operations' tab. Caused by subpartitions presence.
* Optimize Partition::getPartitionMethod() - need only one row, so use 'LIMIT 1' in query to avoid much data transfer from database.
* Change HTML-code of partition comment textarea to avoid extra spaces added to value.
* Added missing htmlspecialchars() on subpartitions comment.
Signed-off-by: Pavel Rochnyack <pavel2000(a)ngs.ru>
Commit: ba59178a75e11a6f4ca6fd2902b6d30b3827e8a1
https://github.com/phpmyadmin/phpmyadmin/commit/ba59178a75e11a6f4ca6fd2902b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Changed paths:
M libraries/Partition.php
M libraries/controllers/table/TableStructureController.php
M libraries/create_addfield.lib.php
M libraries/operations.lib.php
M libraries/tbl_partition_definition.inc.php
M templates/columns_definitions/partitions.phtml
M templates/table/structure/display_partitions.phtml
M templates/table/structure/display_structure.phtml
Log Message:
-----------
Merge pull request #12430 from rpv-tomsk/improve-partitions-support
Partitions editor: Allow to edit partition names; Add 'COLUMNS Partitioning' support.
Commit: 1d3608b6a99cea8996ae349e8ccebb3a8aa7944e
https://github.com/phpmyadmin/phpmyadmin/commit/1d3608b6a99cea8996ae349e8cc…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Changed paths:
M libraries/Partition.php
M libraries/controllers/table/TableStructureController.php
M libraries/create_addfield.lib.php
M libraries/operations.lib.php
M libraries/tbl_partition_definition.inc.php
M templates/columns_definitions/partitions.phtml
M templates/table/structure/display_partitions.phtml
M templates/table/structure/display_structure.phtml
Log Message:
-----------
Merge branch 'QA_4_6' of github.com:phpmyadmin/phpmyadmin into QA_4_6
Commit: 8f74b634301bb99aa8733bada84da7ea34e66562
https://github.com/phpmyadmin/phpmyadmin/commit/8f74b634301bb99aa8733bada84…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Changed paths:
M libraries/Partition.php
M libraries/controllers/table/TableStructureController.php
M libraries/create_addfield.lib.php
M libraries/operations.lib.php
M libraries/tbl_partition_definition.inc.php
M templates/columns_definitions/partitions.phtml
M templates/table/structure/display_partitions.phtml
M templates/table/structure/display_structure.phtml
Log Message:
-----------
Merge branch 'QA_4_6'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/9642fc2a649a...8f74b634301b
Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5a5ae580f2a82de9775cae743e446d3a177552ec
https://github.com/phpmyadmin/phpmyadmin/commit/5a5ae580f2a82de9775cae743e4…
Author: Pavel Rochnyack <pavel2000(a)ngs.ru>
Date: 2016-08-14 (Sun, 14 Aug 2016)
Changed paths:
M libraries/Partition.php
M libraries/controllers/table/TableStructureController.php
M libraries/create_addfield.lib.php
M libraries/operations.lib.php
M libraries/tbl_partition_definition.inc.php
M po/ru.po
M templates/columns_definitions/partitions.phtml
M templates/table/structure/display_partitions.phtml
M templates/table/structure/display_structure.phtml
Log Message:
-----------
Partitions editor: Allow to edit partition names; Add 'COLUMNS Partitioning' support.
+ Add 'COLUMNS Partitioning' support
+ Allow to edit partition names
* Do not show duplicate partition names in 'Partition maintenance' snippet on 'Operations' tab. Caused by subpartitions presence.
* Optimize Partition::getPartitionMethod() - need only one row, so use 'LIMIT 1' in query to avoid much data transfer from database.
* Change HTML-code of partition comment textarea to avoid extra spaces added to value.
* Added missing htmlspecialchars() on subpartitions comment.
Signed-off-by: Pavel Rochnyack <pavel2000(a)ngs.ru>
Commit: ba59178a75e11a6f4ca6fd2902b6d30b3827e8a1
https://github.com/phpmyadmin/phpmyadmin/commit/ba59178a75e11a6f4ca6fd2902b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Changed paths:
M libraries/Partition.php
M libraries/controllers/table/TableStructureController.php
M libraries/create_addfield.lib.php
M libraries/operations.lib.php
M libraries/tbl_partition_definition.inc.php
M templates/columns_definitions/partitions.phtml
M templates/table/structure/display_partitions.phtml
M templates/table/structure/display_structure.phtml
Log Message:
-----------
Merge pull request #12430 from rpv-tomsk/improve-partitions-support
Partitions editor: Allow to edit partition names; Add 'COLUMNS Partitioning' support.
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/fa60ccfca0b3...ba59178a75e1
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7249a769285d74d6a3c2a0a62c1946a93ed6a0bc
https://github.com/phpmyadmin/phpmyadmin/commit/7249a769285d74d6a3c2a0a62c1…
Author: Pavel Rochnyack <pavel2000(a)ngs.ru>
Date: 2016-08-14 (Sun, 14 Aug 2016)
Changed paths:
M po/ru.po
M templates/columns_definitions/column_definitions_form.phtml
Log Message:
-----------
Translation improvements
* Improved Russian translation
* Added lost internationalization to column_definitions_form.phtml
Signed-off-by: Pavel Rochnyack <pavel2000(a)ngs.ru>
Commit: 03461d85c889e7b04759917c6f0c816b6b95e7ff
https://github.com/phpmyadmin/phpmyadmin/commit/03461d85c889e7b04759917c6f0…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Changed paths:
M po/ru.po
M templates/columns_definitions/column_definitions_form.phtml
Log Message:
-----------
Merge pull request #12458 from rpv-tomsk/fix-ru-translation
Translation improvements
Commit: 71b5d662d25d1f2d9c944561a672e302ebf9c252
https://github.com/phpmyadmin/phpmyadmin/commit/71b5d662d25d1f2d9c944561a67…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Changed paths:
M po/ru.po
M templates/columns_definitions/column_definitions_form.phtml
Log Message:
-----------
Merge branch 'QA_4_6'
Commit: 5c1cdeb67cfa5dd3676c870bf75ae8fac11e54f2
https://github.com/phpmyadmin/phpmyadmin/commit/5c1cdeb67cfa5dd3676c870bf75…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Changed paths:
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/brx.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fil.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/gu.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kab.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
Log Message:
-----------
Update po files
[CI skip]
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: fa60ccfca0b3619442ca473baeffcec45e9ace01
https://github.com/phpmyadmin/phpmyadmin/commit/fa60ccfca0b3619442ca473baef…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Changed paths:
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/brx.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/gu.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
Log Message:
-----------
Update po files
[CI skip]
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 07ea338e4f3b4c9a92aba4ccfcc78606ebf7c57d
https://github.com/phpmyadmin/phpmyadmin/commit/07ea338e4f3b4c9a92aba4ccfcc…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Log Message:
-----------
Merge branch 'QA_4_6'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/d3222bd92543...07ea338e4f3b
Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: fa60ccfca0b3619442ca473baeffcec45e9ace01
https://github.com/phpmyadmin/phpmyadmin/commit/fa60ccfca0b3619442ca473baef…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Changed paths:
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/brx.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/gu.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
Log Message:
-----------
Update po files
[CI skip]
Signed-off-by: Michal Čihař <michal(a)cihar.com>