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 tracking pagesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-08-21Refactor tracking 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-06-14Move js/jquery to js/vendor/jqueryMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@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-01-01Refactor duplicated codeMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
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-08-21Fixes issue #11399.Jason
- Also some changes were made to prevent same kind of bug from occuring again Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-23Resolve conflicts from upstreamJason
Signed-off-by: Jason <jason.daurus@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-23Activate/deactivate tracking with a single parameterMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-11Use table sorting for tracking tablesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-04Merge branch 'QA_4_3'Madhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-04bug #4745 Tracking does not handle views properlyMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-26Allow deleting individual versions of tracking dataMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-25Tracking improvements. Implements rfe #1562Madhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-25Do not advertise on every table level page that tracking is activeMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-25Merge branch 'QA_4_2' into QA_4_3Madhura Jayaratne
2014-11-25bug #4605 Unseen messages in trackingMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-09-27Refactor duplicate codeMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-10-20Remove trailing white spacesMadhura Jayaratne
2013-08-22Remove misleading commentMarc Delisle
2013-08-22added tbl_tracking.lib.php and extracted methods from tbl_tracking.phpSpun Nakandala
2013-08-20refactor PMA_getHtmlForSqlQueryForm and fix code stylexmujay
2013-08-07Better names for URL generating functionsMichal Čihař
2013-08-06Use new truncating codeMichal Čihař
2013-08-06Remove unused parameter from PMA_Util::formatSqlMichal Čihař
We no longer need parsed SQL here.
2013-08-06PMA_Util::formatSql now requires unparsed query as wellMichal Čihař
In most cases we just need to output it as is, formatting is done in javascript.
2013-08-05Merge remote-tracking branch 'origin/QA_4_0'Michal Čihař
Conflicts: tbl_tracking.php
2013-08-05Use PMA_generate_common_url for URL parametersMichal Čihař
2013-08-05Version-Parameter fixedFliegenKLATSCH
Single Tracking-Entries couldn't be deleted because of missing Version in the Delete-Link.
2013-08-04Version-Parameter fixedFliegenKLATSCH
Single Tracking-Entries couldn't be deleted because of missing Version in the Delete-Link.
2013-07-30Factor out text showing detection as wellMichal Čihař
2013-07-30Remove double ;Michal Čihař
2013-06-24Merge remote-tracking branch 'origin/QA_4_0'Michal Čihař
Conflicts: libraries/config.values.php libraries/sql_query_form.lib.php server_binlog.php server_databases.php tbl_structure.php test/classes/PMA_DisplayResults_test.php
2013-06-21Bug #3960 NavigationBarIconic config not honoredMarc Delisle
2013-06-19Fix indentation, remove extra spaceMadhura Jayaratne
2013-06-19Rename PMA_filter_tracking -> PMA_filterTrackingMadhura Jayaratne
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-04PMA_DBI_num_rows --> PMA_DBI_numRowsKasun Chathuranga
2013-05-04PMA_DBI_data_seek --> PMA_DBI_dataSeekKasun Chathuranga
2013-05-04PMA_DBI_fetch_array --> PMA_DBI_fetchArrayKasun Chathuranga
2013-04-12Closing parenthesis of a multi-line IF statement must be on a new lineMadhura Jayaratne
2012-12-13Fix merge conflictsMarc Delisle
2012-10-31Fixed submission of table tracking formsRouslan Placella
2012-09-19Fix typoMichal Čihař
2012-09-19Wrap some long linesMichal Čihař