Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-15Remove useless whitespacesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-05-26Fix some coding standard issuesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-21Fix PHP doc spacing and orderMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-20Remove unnecessary annotationsMaurício Meneghini Fauth
@package, @subpackage and others. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-01Defines rules for double quote usageMaurício Meneghini Fauth
Makes sure that any use of double quotes strings are warranted. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2018-06-19Some coding style fixesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-30Use short array syntax instead of long array syntaxMaurício Meneghini Fauth
Replaces array() with []. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-16Enable strict mode in PHP filesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-02-02Remove connect_type settingMichal Čihař
It is really not necessary as MySQL decides connection type rather based on hostname than on anything else. Signed-off-by: Michal Čihař <michal@cihar.com>
2015-07-09Underscores are preferred to separate words in configuration storage table ↵Madhura Jayaratne
names/directives Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-02rfe #812 store export definitions for reuseMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-21Designer settings saved in a new table in configuration storageDeven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2014-06-16Remove references to designer_coords and designerworkBimal Yashodha
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-05-26gsoc:central list of columns, added sync and remove column list on ↵Smita Kumari
db_structure page Signed-off-by: Smita Kumari <kumarismita62@gmail.com> fixing indentation in mult_submits.inc.php Signed-off-by: Smita Kumari <kumarismita62@gmail.com> naming convention,typos, indentaion fix and removed unnecessory file db_sync_central_columns.php Signed-off-by: Smita Kumari <kumarismita62@gmail.com> check if central columns storage is configured, if not configured don't show the option to sync/remove Signed-off-by: Smita Kumari <kumarismita62@gmail.com> add/remove columns to central list of columns from tbl_structure page Signed-off-by: Smita Kumari <kumarismita62@gmail.com> added icon image for central columns add/delete Signed-off-by: Smita Kumari <kumarismita62@gmail.com> add/remove of columns option in tbl_structure page in columns rows depending upon if column is already present in central columns or not Signed-off-by: Smita Kumari <kumarismita62@gmail.com> fixed php notices, apporiprate message when a non existing column is removed and when a existing column is added to cenral list Signed-off-by: Smita Kumari <kumarismita62@gmail.com> documentation added for central_columns configuration Signed-off-by: Smita Kumari <kumarismita62@gmail.com> regenerated sprite Signed-off-by: Smita Kumari <kumarismita62@gmail.com> changed central_columns table structure + modified functions to add to central column as per new tbl def updated delete and other function as per new db structure Signed-off-by: Smita Kumari <kumarismita62@gmail.com> remove notices Signed-off-by: Smita Kumari <kumarismita62@gmail.com> sprintf for variable message Signed-off-by: Smita Kumari <kumarismita62@gmail.com> fix unit test failure errors Signed-off-by: Smita Kumari <kumarismita62@gmail.com> fixed whitespace issues plus function definition Signed-off-by: Smita Kumari <kumarismita62@gmail.com> refactoring code plus fixing coding style issues Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-02-23Feature #569 Load/Save Query By ExampleHugues Peccatte
Implement possibility to save/load/delete a QBE on a DB. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-14Signed-off-by: Marc Delisle <marc@infomarc.info>Marc Delisle
Added warning about the mysql extension being deprecated and removed the extension directive
2013-07-25Change tables name from 'navigation' to 'navigationhiding'Kasun Chathuranga
2013-07-25Revert half done commitKasun Chathuranga
2013-07-25Merge branch 'hideTables' of github.com:kasunchathuranga/phpmyadmin into ↵Kasun Chathuranga
hideTables Conflicts: libraries/navigation/Nodes/Node_Database.class.php libraries/relation.lib.php
2013-07-20Configuration values for hide/unhide navigation items featureKasun Chathuranga
2013-07-05Update examples with new configurationsKasun Chathuranga
2013-05-02Various coding style improvements in examplesMichal Čihař
2013-01-31Add missing tables to sample config and use new table namesMichal Čihař
2012-04-22Use LF line endings instead of CRLFRouslan Placella
2012-03-14improve coding styleDieter Adriaenssens
2012-02-13Add example for many hosts configurationMichal Čihař
Taken from Debian package as I think it might be useful for others as well.