Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 28d45840aca08316e206129ade6ff594ba7325cc
https://github.com/phpmyadmin/phpmyadmin/commit/28d45840aca08316e206129ade6…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M ChangeLog
M Documentation.html
M libraries/config.default.php
M libraries/config/messages.inc.php
M libraries/config/setup.forms.php
M libraries/config/user_preferences.forms.php
M libraries/import.lib.php
Log Message:
-----------
Remove VerboseMultiSubmit configuration directive
Commit: c7328c688aaf71e74c5023d0227ff6ef4b64ccdc
https://github.com/phpmyadmin/phpmyadmin/commit/c7328c688aaf71e74c5023d0227…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2012-04-26 (Thu, 26 Apr 2012)
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/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/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.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/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:
-----------
Refresh .po files
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/b4b6919...c7328c6
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 76041ce9ca16ff9a5b3c7fe8e05b462a84912ae1
https://github.com/phpmyadmin/phpmyadmin/commit/76041ce9ca16ff9a5b3c7fe8e05…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
A PMAStandard/ruleset.xml
M build.xml
Log Message:
-----------
Add custom coding standard for PHPCS
Commit: 35711845494c6b02d1549488a99ff4ef937cd5bd
https://github.com/phpmyadmin/phpmyadmin/commit/35711845494c6b02d1549488a99…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
A PMAStandard/Sniffs/Commenting/ClassCommentSniff.php
A PMAStandard/Sniffs/Commenting/FileCommentSniff.php
A PMAStandard/Sniffs/Commenting/FunctionCommentSniff.php
A PMAStandard/Sniffs/Commenting/InlineCommentSniff.php
Log Message:
-----------
Include PEAR commenting rules
Commit: 749f66de3942373bb9232ff32cd45e459bfb1493
https://github.com/phpmyadmin/phpmyadmin/commit/749f66de3942373bb9232ff32cd…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M PMAStandard/Sniffs/Commenting/ClassCommentSniff.php
M PMAStandard/Sniffs/Commenting/FileCommentSniff.php
M PMAStandard/Sniffs/Commenting/FunctionCommentSniff.php
M PMAStandard/Sniffs/Commenting/InlineCommentSniff.php
Log Message:
-----------
Adjust PEAR coding standard to our use
- do not require some phpdoc tags
- do not require PHP version to be specified
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/941c923...749f66d
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 28fdb4cc53a24b86a4fe4c973dd6cf5c4070f5da
https://github.com/phpmyadmin/phpmyadmin/commit/28fdb4cc53a24b86a4fe4c973dd…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M Documentation.html
M libraries/Types.class.php
M libraries/config.default.php
M libraries/data_drizzle.inc.php
M libraries/data_mysql.inc.php
M libraries/tbl_properties.inc.php
Log Message:
-----------
Move attributes to PMA_Types class
Commit: 29870761c5302472a246321ff9ad35eb8f6d11a6
https://github.com/phpmyadmin/phpmyadmin/commit/29870761c5302472a246321ff9a…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M Documentation.html
M libraries/Types.class.php
M libraries/common.lib.php
M libraries/config.default.php
M libraries/data_drizzle.inc.php
M libraries/data_mysql.inc.php
M libraries/rte/rte_routines.lib.php
Log Message:
-----------
Move column types to PMA_Types class
Commit: a3d9abf0dfdbce473b9a3ae8c89ea6e220d6c88d
https://github.com/phpmyadmin/phpmyadmin/commit/a3d9abf0dfdbce473b9a3ae8c89…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M db_routines.php
M libraries/tbl_properties.inc.php
M tbl_change.php
Log Message:
-----------
Remove no longer needed usage of data_*.inc.php
Commit: 3a3b1299715f07dff4c5c1bac1fb16fba5b19450
https://github.com/phpmyadmin/phpmyadmin/commit/3a3b1299715f07dff4c5c1bac1f…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M test/libraries/rte/PMA_RTN_getDataFromRequest_test.php
M test/libraries/rte/PMA_RTN_getEditorForm_test.php
M test/libraries/rte/PMA_RTN_getExecuteForm_test.php
M test/libraries/rte/PMA_RTN_getQueryFromRequest_test.php
Log Message:
-----------
Define PMA_Types object for RTE tests
Commit: adf36fe4aa852a2873906e288921cbeeef8c7441
https://github.com/phpmyadmin/phpmyadmin/commit/adf36fe4aa852a2873906e28892…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
R libraries/data_drizzle.inc.php
R libraries/data_mysql.inc.php
Log Message:
-----------
Remove no longer used files
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/952647e...adf36fe
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 97b4a32786b26fc2cdb831f4907f40b1f14084a2
https://github.com/phpmyadmin/phpmyadmin/commit/97b4a32786b26fc2cdb831f4907…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M libraries/Types.class.php
Log Message:
-----------
Fix indentation
Commit: 26b7fa19ea5f179fcf7ff69d830b20cb7e8607f7
https://github.com/phpmyadmin/phpmyadmin/commit/26b7fa19ea5f179fcf7ff69d830…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M ChangeLog
M db_events.php
M db_routines.php
M db_sql.php
M db_triggers.php
M js/functions.js
M js/server_status.js
M libraries/display_tbl.lib.php
M libraries/header_scripts.inc.php
M querywindow.php
M server_privileges.php
M server_sql.php
M server_status.php
M sql.php
M tbl_export.php
M tbl_replace.php
M tbl_sql.php
M themes/original/css/theme_right.css.php
M themes/pmahomme/css/theme_right.css.php
M view_create.php
Log Message:
-----------
Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/5329ddb...26b7fa1