Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e257c17588a7a3e0f3c38edd68f371819717dc99
https://github.com/phpmyadmin/phpmyadmin/commit/e257c17588a7a3e0f3c38edd68f…
Author: xmujay <xmujay(a)gmail.com>
Date: 2013-07-12 (Fri, 12 Jul 2013)
Changed paths:
A test/libraries/PMA_server_replication_test.php
Log Message:
-----------
Unit test case for PMA_server_replication refactored functions
Commit: 9ee4bb0efddbc0ea12cbd112465825847f837d97
https://github.com/phpmyadmin/phpmyadmin/commit/9ee4bb0efddbc0ea12cbd112465…
Author: xmujay <xmujay(a)gmail.com>
Date: 2013-07-12 (Fri, 12 Jul 2013)
Changed paths:
M setup/lib/form_processing.lib.php
Log Message:
-----------
fix the failure: Cannot modify header information
Commit: 70e90600c8b42959b12edc70195ddfc6fe885ff3
https://github.com/phpmyadmin/phpmyadmin/commit/70e90600c8b42959b12edc70195…
Author: xmujay <xmujay(a)gmail.com>
Date: 2013-07-12 (Fri, 12 Jul 2013)
Changed paths:
M setup/lib/form_processing.lib.php
Log Message:
-----------
revert the changes about header
Commit: 7014c18a8811481623c6fa52030fe4df9e43fb76
https://github.com/phpmyadmin/phpmyadmin/commit/7014c18a8811481623c6fa52030…
Author: xmujay <xmujay(a)gmail.com>
Date: 2013-07-12 (Fri, 12 Jul 2013)
Changed paths:
M ChangeLog
M db_structure.php
M examples/create_tables.sql
M examples/create_tables_drizzle.sql
M js/functions.js
M js/messages.php
M libraries/Index.class.php
M libraries/Util.class.php
M libraries/config.values.php
M libraries/config/FormDisplay.tpl.php
M libraries/config/Validator.class.php
M libraries/insert_edit.lib.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M libraries/plugins/auth/AuthenticationSignon.class.php
M libraries/plugins/auth/swekey/swekey.auth.lib.php
M libraries/sql_query_form.lib.php
M libraries/sqlparser.lib.php
M libraries/user_preferences.lib.php
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/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/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/gl.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/kn.po
M po/ko.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/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/zh_CN.po
M po/zh_TW.po
M setup/lib/index.lib.php
M test/classes/PMA_Util_test.php
M test/libraries/PMA_ConfigGenerator_test.php
M test/libraries/PMA_FormDisplay_tpl_test.php
M test/libraries/PMA_Index_test.php
M test/libraries/PMA_user_preferences_test.php
M version_check.php
Log Message:
-----------
Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into 0706_UT_serverView2
Commit: 3f358142cb9864fca50f3c961bc3c5381b278f8f
https://github.com/phpmyadmin/phpmyadmin/commit/3f358142cb9864fca50f3c961bc…
Author: xmujay <xmujay(a)gmail.com>
Date: 2013-07-12 (Fri, 12 Jul 2013)
Changed paths:
M libraries/dbi/DBIDummy.class.php
M test/classes/plugin/import/ImportCsv_test.php
M test/classes/plugin/import/ImportLdi_test.php
M test/classes/plugin/import/ImportMediawiki_test.php
M test/classes/plugin/import/ImportOds_test.php
M test/classes/plugin/import/ImportSql_test.php
M test/classes/plugin/import/ImportXml_test.php
M test/libraries/PMA_server_replication_test.php
Log Message:
-----------
fix the "Not support query" error by moving mock data to DBI Dummy class
Commit: 80cafa1076154edebaf7a9359fd1d0505ce38d19
https://github.com/phpmyadmin/phpmyadmin/commit/80cafa1076154edebaf7a9359fd…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2013-07-13 (Sat, 13 Jul 2013)
Changed paths:
M libraries/dbi/DBIDummy.class.php
M test/classes/plugin/import/ImportCsv_test.php
M test/classes/plugin/import/ImportLdi_test.php
M test/classes/plugin/import/ImportMediawiki_test.php
M test/classes/plugin/import/ImportOds_test.php
M test/classes/plugin/import/ImportSql_test.php
M test/classes/plugin/import/ImportXml_test.php
A test/libraries/PMA_server_replication_test.php
Log Message:
-----------
Merge pull request #498 from xmujay/0706_UT_serverView2
Unit test case for refactored functions: PMA_server_replication
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/1bf8a85d3e51...80cafa107615
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ce5c6e9e524f0d24cc3260a75a7f2265eb990bbc
https://github.com/phpmyadmin/phpmyadmin/commit/ce5c6e9e524f0d24cc3260a75a7…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-08 (Mon, 08 Jul 2013)
Changed paths:
M view_create.php
Log Message:
-----------
Use a drop down as only one check option can be selected.
Commit: d5a531f7b35a50af62279008f4e209060a5f2f48
https://github.com/phpmyadmin/phpmyadmin/commit/d5a531f7b35a50af62279008f4e…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-09 (Tue, 09 Jul 2013)
Changed paths:
M js/functions.js
M js/messages.php
M view_create.php
Log Message:
-----------
Match UI style of trigger, routine etc AJAX dialogs
Commit: 5621d85e3636ec0d696b770f23b1714919760e09
https://github.com/phpmyadmin/phpmyadmin/commit/5621d85e3636ec0d696b770f23b…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-10 (Wed, 10 Jul 2013)
Changed paths:
M js/functions.js
M js/messages.php
M libraries/structure.lib.php
M view_create.php
Log Message:
-----------
Use ajax dialog for view editing
Commit: 18dfc07367cb22d6ff4486c3044d139e9e1131b5
https://github.com/phpmyadmin/phpmyadmin/commit/18dfc07367cb22d6ff4486c3044…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M libraries/structure.lib.php
M view_create.php
Log Message:
-----------
Add definer field
Commit: a2c36a55bd0220c161cf36a4cffb87630f7f9c21
https://github.com/phpmyadmin/phpmyadmin/commit/a2c36a55bd0220c161cf36a4cff…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M js/functions.js
M libraries/structure.lib.php
M view_create.php
Log Message:
-----------
Add sql security field
Commit: 7e2efa97b4bb361189c75e385f2eb68701fef12d
https://github.com/phpmyadmin/phpmyadmin/commit/7e2efa97b4bb361189c75e385f2…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M js/functions.js
Log Message:
-----------
Do line wrapping for Codemirror editor
Commit: 846ead2f909dcbd7399c05d53131483ba3376d09
https://github.com/phpmyadmin/phpmyadmin/commit/846ead2f909dcbd7399c05d5313…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M view_create.php
Log Message:
-----------
Fix typos
Commit: bb6d69ab26c45429d51dfdce943cda3527997227
https://github.com/phpmyadmin/phpmyadmin/commit/bb6d69ab26c45429d51dfdce943…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-09 (Tue, 09 Jul 2013)
Changed paths:
M ChangeLog
M db_sql.php
M export.php
M index.php
M js/config.js
R js/date.js
M js/functions.js
M js/server_status_monitor.js
M js/sql.js
M js/tbl_zoom_plot_jqplot.js
M libraries/DBQbe.class.php
M libraries/DisplayResults.class.php
M libraries/File.class.php
M libraries/Menu.class.php
M libraries/Message.class.php
M libraries/PDF.class.php
M libraries/ServerStatusData.class.php
M libraries/Table.class.php
M libraries/TableSearch.class.php
M libraries/Tracker.class.php
M libraries/config.values.php
M libraries/config/FormDisplay.class.php
M libraries/config/FormDisplay.tpl.php
A libraries/config/Validator.class.php
R libraries/config/validate.lib.php
M libraries/create_addfield.lib.php
M libraries/dbi/DBIDummy.class.php
M libraries/ip_allow_deny.lib.php
M libraries/operations.lib.php
M libraries/plugin_interface.lib.php
M libraries/plugins/PluginObserver.class.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M libraries/plugins/auth/AuthenticationSignon.class.php
M libraries/plugins/export/ExportCsv.class.php
M libraries/plugins/export/ExportJson.class.php
M libraries/plugins/import/ImportCsv.class.php
M libraries/plugins/import/ImportLdi.class.php
M libraries/plugins/import/ImportOds.class.php
M libraries/plugins/import/ImportShp.class.php
M libraries/plugins/import/ImportSql.class.php
M libraries/plugins/import/ImportXml.class.php
M libraries/plugins/import/README
M libraries/pmd_common.php
M libraries/replication_gui.lib.php
M libraries/schema/Dia_Relation_Schema.class.php
M libraries/schema/Eps_Relation_Schema.class.php
M libraries/schema/Export_Relation_Schema.class.php
M libraries/schema/Pdf_Relation_Schema.class.php
M libraries/schema/Svg_Relation_Schema.class.php
M libraries/schema/User_Schema.class.php
M libraries/select_lang.lib.php
M libraries/server_databases.lib.php
M libraries/server_privileges.lib.php
M libraries/sql.lib.php
M libraries/sqlparser.lib.php
M libraries/sqlvalidator.class.php
M libraries/structure.lib.php
M libraries/sysinfo.lib.php
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/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/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/gl.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/kn.po
M po/ko.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/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/zh_CN.po
M po/zh_TW.po
M schema_export.php
M server_status_monitor.php
M setup/validate.php
M sql.php
M tbl_get_field.php
M tbl_gis_visualization.php
M tbl_zoom_select.php
M test/classes/PMA_StorageEngine_test.php
A test/classes/config/PMA_FormDisplay_test.php
M test/classes/config/PMA_Form_test.php
A test/classes/schema/Dia_Relation_Schema_test.php
A test/classes/schema/Eps_Relation_Schema_test.php
M test/classes/schema/Export_Relation_Schema_test.php
A test/classes/schema/Pdf_Relation_Schema_test.php
A test/classes/schema/Svg_Relation_Schema_test.php
M test/libraries/PMA_ConfigFile_test.php
A test/libraries/PMA_FormDisplay_tpl_test.php
M test/libraries/PMA_SQL_parser_test.php
A test/libraries/PMA_SQL_validator_test.php
M test/libraries/PMA_ip_allow_deny_test.php
A test/libraries/PMA_relation_test.php
M test/libraries/PMA_server_binlog_test.php
M test/libraries/PMA_server_collations_test.php
M test/libraries/PMA_server_common_test.php
A test/libraries/PMA_server_databases_test.php
A test/libraries/PMA_server_engines_test.php
M test/libraries/PMA_server_plugins_test.php
A test/libraries/PMA_server_status_monitor_test.php
A test/libraries/PMA_server_status_variables_test.php
M test/theme.php
Log Message:
-----------
Merge branch 'master' into EditView
Commit: f498b59af7b21acee7946f575ce20f92dbeb906c
https://github.com/phpmyadmin/phpmyadmin/commit/f498b59af7b21acee7946f575ce…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M view_create.php
Log Message:
-----------
Fix syntax error in generated sql. Add required hidden inputs to properly execute view creation
Commit: 05b5f0a28444eb6d4029ea233b39f531e56d02a8
https://github.com/phpmyadmin/phpmyadmin/commit/05b5f0a28444eb6d4029ea233b3…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M view_create.php
Log Message:
-----------
It is illogical using 'TextareaCols' configuration here. Default values give a very small text area to edit the view
Commit: bee4c42060f3b0daa9de8e97fbe7ae6dfdffe09b
https://github.com/phpmyadmin/phpmyadmin/commit/bee4c42060f3b0daa9de8e97fbe…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M view_create.php
Log Message:
-----------
Go back to tbl_structure page after editing a view
Commit: 06e1ff3b2ac94eef5dd054f3f6b2a75eb7c2d08e
https://github.com/phpmyadmin/phpmyadmin/commit/06e1ff3b2ac94eef5dd054f3f6b…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M view_create.php
Log Message:
-----------
Fix typo
Commit: c6c2eff7840972971c366c222c0c5126423a03d9
https://github.com/phpmyadmin/phpmyadmin/commit/c6c2eff7840972971c366c222c0…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M js/functions.js
M js/messages.php
M libraries/structure.lib.php
Log Message:
-----------
Editing a view is likely to change view structure. So there is no point using an ajax dialog for that as view structure page need to be refreshed.
Commit: f2e214247c08c46eb65ad6c241f502dad1d51261
https://github.com/phpmyadmin/phpmyadmin/commit/f2e214247c08c46eb65ad6c241f…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M js/functions.js
M view_create.php
Log Message:
-----------
Use Codemirror editor for view editing
Commit: e1ec1d24cecdd15cae75226339c66294851630ab
https://github.com/phpmyadmin/phpmyadmin/commit/e1ec1d24cecdd15cae75226339c…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M view_create.php
Log Message:
-----------
Allow setting view name only when creating a view
Commit: c625e934403d9bc2c5dfd42ef8418e1e30bef5c8
https://github.com/phpmyadmin/phpmyadmin/commit/c625e934403d9bc2c5dfd42ef84…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M view_create.php
Log Message:
-----------
Wrap some long lines
Commit: 784121514faf4d4f4b5b76a430514177d1d7103f
https://github.com/phpmyadmin/phpmyadmin/commit/784121514faf4d4f4b5b76a4305…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M view_create.php
Log Message:
-----------
Nowrap for labels
Commit: d61fe0fe8cb54fd4e35b316ea98ffeddc24582b3
https://github.com/phpmyadmin/phpmyadmin/commit/d61fe0fe8cb54fd4e35b316ea98…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M view_create.php
Log Message:
-----------
Fix typo
Commit: ecc0e3d5ebd7291fcc8f08b78a983dca9dba9769
https://github.com/phpmyadmin/phpmyadmin/commit/ecc0e3d5ebd7291fcc8f08b78a9…
Author: Kasun Chathuranga <chathuranga.jayaneththi(a)gmail.com>
Date: 2013-07-12 (Fri, 12 Jul 2013)
Changed paths:
M ChangeLog
Log Message:
-----------
ChangeLog entry for rfe #1373
Commit: 63694eb0494a8e1b3c60de8dbf1f2981501f114f
https://github.com/phpmyadmin/phpmyadmin/commit/63694eb0494a8e1b3c60de8dbf1…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2013-07-12 (Fri, 12 Jul 2013)
Changed paths:
M ChangeLog
M js/functions.js
M js/messages.php
M libraries/structure.lib.php
M view_create.php
Log Message:
-----------
Merge pull request #496 from kasunchathuranga/EditView
Edit a view
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/07f4d2d36424...63694eb0494a
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: cc91f31dca904b4a91f692e6530c65a0f7d7427e
https://github.com/phpmyadmin/phpmyadmin/commit/cc91f31dca904b4a91f692e6530…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2013-07-12 (Fri, 12 Jul 2013)
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/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/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/gl.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/kn.po
M po/ko.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/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/zh_CN.po
M po/zh_TW.po
Log Message:
-----------
Update po files