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
2018-11-11Retrieve parameters from $_POST in tbl_addfieldMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-15Use DI for DatabaseInterface instanceMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-15Replace static methods with instance methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-12Refactor create_addfield functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-08Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Table to PhpMyAdmin namespace - Move Template to PhpMyAdmin namespace - Move ThemeManager to PhpMyAdmin namespace - Move Theme to PhpMyAdmin namespace - Move Tracker to PhpMyAdmin namespace - Move Transformations to PhpMyAdmin namespace - Move TypesMySQL to PhpMyAdmin namespace - Move Types to PhpMyAdmin namespace - Move Util to PhpMyAdmin namespace - Move VersionInformation to PhpMyAdmin namespace - Move Url to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move OpenDocument to PhpMyAdmin namespace - Move OutputBuffering to PhpMyAdmin namespace - Move Partition to PhpMyAdmin namespace - Move Pdf class to PhpMyAdmin namespace - Move RecentFavoriteTable to PhpMyAdmin namespace - Move Response to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-30Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Logging to PhpMyAdmin namespace - Move Menu to PhpMyAdmin namespace - Move Message to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-05-31Refactor the transformations into static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-03-20Move the tbl_info.inc.php code to Table classVishal Pandey
Fixes #12567 Signed-off-by: flash1452 <vishpandey2014@gmail.com>
2016-12-07Simplify Response object handlingMichal Čihař
- always use use and short name - avoid calling getInstance() several times in one script Signed-off-by: Michal Čihař <michal@cihar.com>
2016-09-16Avoid using mb_strlen for checking whether string is emptyMichal Čihař
Using strlen produces same results here, just way faster. Fixes #12397 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-22Merge branch 'QA_4_6-security' into master-securityMichal Čihař
2016-07-22Limit maximal numver of fields to 4096Michal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-22Refactored url parmeters generating, Issue #11990Durgesh
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-01-04Remove /*overload*/ prefix from mb_* callsMichal Čihař
I believe this was temporary flagging to see which code is migrated and can be safely removed now. Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-21Remove unused pmaString variableMichal Čihař
It was used in past when we didn't rely on mbstring. Signed-off-by: Michal Čihař <michal@cihar.com>
2015-10-19Make PHPCS happy.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-10-04Merge remote-tracking branch 'origin/master' into useNamespaces_masterHugues Peccatte
2015-10-03Clarify method nameMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-14Revert PMA_String rename.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01Rename classes files.Hugues Peccatte
Rename classes. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
Set namespace on DbQbe. Set namespace to 'DbSearch'. Split Advisor.class.php file. Change Advisor namespace. Rename DbQbe class and file. Set namespace on DisplayResults. Set namespace on Error. Use namespace for ErrorHandler. Add class autoloader. Change ErrorHandler filename. Remove some require. Update Config namespace path. Update PMA_Util to PMA\libraries\Util. Rename Font and File classes files. Use namespace for Footer. Set namespace in all libraries classes. Namespace OutputBuffering. Export SubPartition. Rename Partition file. Namespace PDF. Namespace RecentFavoriteTable. Replace PMA_Response by Response and PMA_Message by Message. Update uses and calls. Fix unit tests. Fix SqlParser autoload. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-06-14Fix typos.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-03-06Remove unneeded closing tagsRahul Kadyan
Closing tags at the end of file are not mandatory. It is often suggested to omit to closing tags at the end of file to prevent unwanted effects as PHP will start output buffering if there is any character after closing tag. Reference: http://php.net/manual/en/language.basic-syntax.phptags.php Signed-off-by: Rahul Kadyan <hi@znck.me>
2015-02-09rfe #1235 Relation view: move to main "Structure" pageMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-02Minor coding style modifications.Hugues Peccatte
Fix typos. PHPDoc and JSDoc updates. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-30Improve multibytes string manipulation performances.Hugues Peccatte
Review SQL import process. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-18Convert PMA_URL_getCommon calls to new styleAnn + J.M
Rewritten tests need validation Signed-Off-By: Ann + J.M. <phpMyAdmin@ZweiSteinSoft.de>
2014-09-28Replace PMA_String uses by mb_* calls.Hugues Peccatte
Remove part of unused variables. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06Mass modifications to use PMA_String.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-07-12RFE-637: Custom field handlers (input transformations)Chirayu Chiripal
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-301NF: initial commitSmita Kumari
Signed-off-by: Smita Kumari <kumarismita62@gmail.com> step 1 to 1NF complete Signed-off-by: Smita Kumari <kumarismita62@gmail.com> added layout for step2 and step3 Signed-off-by: Smita Kumari <kumarismita62@gmail.com> basic 1NF complete Signed-off-by: Smita Kumari <kumarismita62@gmail.com> fix coding style Signed-off-by: Smita Kumari <kumarismita62@gmail.com> added doc comment Signed-off-by: Smita Kumari <kumarismita62@gmail.com> fix coding style Signed-off-by: Smita Kumari <kumarismita62@gmail.com> error handling plus during split shows my string type columns Signed-off-by: Smita Kumari <kumarismita62@gmail.com> removing unnecessory code Signed-off-by: Smita Kumari <kumarismita62@gmail.com> removing unnecessory code Signed-off-by: Smita Kumari <kumarismita62@gmail.com> code refactoring plus translatable message format Signed-off-by: Smita Kumari <kumarismita62@gmail.com> added events on cancel and added unbind function calls Signed-off-by: Smita Kumari <kumarismita62@gmail.com> hide default textarea when value NONE Signed-off-by: Smita Kumari <kumarismita62@gmail.com> remove unnecesory alert Signed-off-by: Smita Kumari <kumarismita62@gmail.com> create unique column screen fixed plus starting link for normalization on tbl_structure page Signed-off-by: Smita Kumari <kumarismita62@gmail.com> added hint to follow steps carefully and finish message changes Signed-off-by: Smita Kumari <kumarismita62@gmail.com> Fix coding style plus messages Signed-off-by: Smita Kumari <kumarismita62@gmail.com> added wand icon for normalization Signed-off-by: Smita Kumari <kumarismita62@gmail.com> bug fix: dont go next step if any index other than primary/unique is crated Signed-off-by: Smita Kumari <kumarismita62@gmail.com> bug fix: replace .live with .on plus others Signed-off-by: Smita Kumari <kumarismita62@gmail.com> change show central column message plus refresh central column list on split save Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-05-17Fixed some documentation issues raised by scrutinizerChanaka Indrajith
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
2014-03-28Consistently use comma at the end of notification messagesMichal Čihař
These are sentences and should be ended as such. Signed-off-by: Michal Čihař <michal@cihar.com>
2013-10-20Remove trailing white spacesMadhura Jayaratne
2013-09-14removed dead code. extracted method PMA_tryColumnCreationQuerySpun Nakandala
2013-08-07Better names for URL generating functionsMichal Čihař
2013-06-11Various coding style improvementsMichal Čihař
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-23Coding style fixesMadhura Jayaratne
2013-05-14Renamed the function names, using "column" instead of "field".Samith Dassanayake
Corrected indentation according to cording standards.
2013-05-08Moved duplicated codes in “tbl_addfield.php” and “tbl_create.php” to ↵Samith Dassanayake
single a file "create_addfield.lib.php". Refactored the code using “Extract method” refactoring technique.
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2013-04-30Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga
Conflicts: libraries/database_interface.lib.php libraries/db_table_exists.lib.php libraries/relation.lib.php libraries/rte/rte_triggers.lib.php libraries/schema/Dia_Relation_Schema.class.php libraries/schema/Visio_Relation_Schema.class.php tbl_addfield.php
2013-04-30PMA_DBI_try_query --> PMA_DBI_tryQueryKasun Chathuranga
2013-04-18Merge pull request #262 from scnakandala/RefactoringMarc Delisle
Refactoring According to pear standard
2013-04-16Corrected according to the pear coding standardsSpun Nakandala
2013-04-15Fix bug 3875 Lost location hash and token on table add fieldKasun Chathuranga
2013-03-29Fixed #3857 Missing error message when adding an existing columnSamith Dassanayake
2013-03-17Bug #3838 Modifying a column does not show the result of the operationMarc Delisle