Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 053b40627b339137fdd18e7d64d9cc823cb7f22c https://github.com/phpmyadmin/phpmyadmin/commit/053b40627b339137fdd18e7d64d9... Author: adamgsoc2013 adamgsoc2013@gmail.com Date: 2013-07-06 (Sat, 06 Jul 2013)
Changed paths: A test/libraries/PMA_relation_test.php
Log Message: ----------- add Unit Test case for PMA_relation
Commit: 8d2e433faac9ea350c0d5bb97550eb6fbba87fcf https://github.com/phpmyadmin/phpmyadmin/commit/8d2e433faac9ea350c0d5bb97550... Author: adamgsoc2013 adamgsoc2013@gmail.com Date: 2013-07-06 (Sat, 06 Jul 2013)
Changed paths: M ChangeLog M README M composer.json M doc/faq.rst M doc/require.rst M import.php M js/messages.php A js/tbl_find_replace.js M libraries/Error.class.php M libraries/File.class.php M libraries/Index.class.php M libraries/List_Database.class.php M libraries/Menu.class.php M libraries/Message.class.php M libraries/OutputBuffering.class.php M libraries/TableSearch.class.php M libraries/Tracker.class.php M libraries/common.inc.php M libraries/dbi/DBIDummy.class.php M libraries/dbi/DBIMysqli.class.php M libraries/display_import.lib.php M libraries/display_import_ajax.lib.php M libraries/file_listing.lib.php M libraries/insert_edit.lib.php M libraries/opendocument.lib.php M libraries/parse_analyze.inc.php M libraries/plugins/PluginObserver.class.php M libraries/plugins/transformations/Application_Octetstream_Download.class.php M libraries/plugins/transformations/Application_Octetstream_Hex.class.php M libraries/plugins/transformations/Image_JPEG_Inline.class.php M libraries/plugins/transformations/Image_JPEG_Link.class.php M libraries/plugins/transformations/Image_PNG_Inline.class.php M libraries/plugins/transformations/TEMPLATE M libraries/plugins/transformations/Text_Plain_Append.class.php M libraries/plugins/transformations/Text_Plain_Dateformat.class.php M libraries/plugins/transformations/Text_Plain_External.class.php M libraries/plugins/transformations/Text_Plain_Formatted.class.php M libraries/plugins/transformations/Text_Plain_Imagelink.class.php M libraries/plugins/transformations/Text_Plain_Link.class.php M libraries/plugins/transformations/Text_Plain_Longtoipv4.class.php M libraries/plugins/transformations/Text_Plain_Sql.class.php M libraries/plugins/transformations/Text_Plain_Substring.class.php M libraries/properties/options/OptionsPropertyGroup.class.php M libraries/sql.lib.php M libraries/transformations.lib.php M po/af.po M po/ar.po M po/az.po M po/be.po M po/be@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@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@latin.po M po/zh_CN.po M po/zh_TW.po M sql.php A tbl_find_replace.php M tbl_select.php M tbl_zoom_select.php M test/AllSeleniumTests.php M test/Environment_test.php M test/bootstrap-dist.php M test/classes/PMA_DisplayResults_test.php M test/classes/PMA_StorageEngine_test.php M test/classes/navigation/PMA_Node_Column_test.php M test/classes/navigation/PMA_Node_test.php A test/classes/plugin/import/ImportLdi_test.php A test/classes/plugin/import/ImportOds_test.php A test/libraries/PMA_ConfigFile_test.php A test/libraries/PMA_Tracker_test.php A test/libraries/PMA_config_functions_test.php A test/libraries/PMA_ip_allow_deny_test.php M test/libraries/PMA_mysql_charsets_test.php A test/libraries/PMA_server_binlog_test.php A test/libraries/PMA_server_collations_test.php A test/libraries/PMA_server_common_test.php A test/libraries/PMA_server_engines_test.php A test/libraries/PMA_server_plugins_test.php M test/libraries/PMA_transformation_test.php M test/libraries/database_interface_test.php A test/test_data/db_test.ods A test/test_data/db_test_ldi.csv A themes/original/img/b_find_replace.png M themes/original/img/sprites.png M themes/original/sprites.lib.php A themes/pmahomme/img/b_find_replace.png M themes/pmahomme/img/sprites.png M themes/pmahomme/sprites.lib.php
Log Message: ----------- Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_relation
Commit: 0265241228a18d89b37fbaf43a7167eeb9412174 https://github.com/phpmyadmin/phpmyadmin/commit/0265241228a18d89b37fbaf43a71... Author: adamgsoc2013 adamgsoc2013@gmail.com Date: 2013-07-06 (Sat, 06 Jul 2013)
Changed paths: M test/libraries/PMA_relation_test.php
Log Message: ----------- we don't use tab
Commit: d100971442e3ab81b44672adcf2b559cb35c12b6 https://github.com/phpmyadmin/phpmyadmin/commit/d100971442e3ab81b44672adcf2b... Author: adamgsoc2013 adamgsoc2013@gmail.com Date: 2013-07-08 (Mon, 08 Jul 2013)
Changed paths: M test/libraries/PMA_relation_test.php
Log Message: ----------- add more case for PMA_relation
Commit: 7fc33d7706a7e9c5b26f688f6bf41578b2db2689 https://github.com/phpmyadmin/phpmyadmin/commit/7fc33d7706a7e9c5b26f688f6bf4... Author: Michal Čihař michal@cihar.com Date: 2013-07-08 (Mon, 08 Jul 2013)
Changed paths: A test/libraries/PMA_relation_test.php
Log Message: ----------- Merge pull request #483 from adamgsoc2013/UT_plu_relation
add UT for PMA_relation
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/52c735bbe92b...7fc33d7706a7