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
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-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Advisor to PhpMyAdmin namespace - Move Bookmark to PhpMyAdmin namespace - Move Charsets to PhpMyAdmin namespace - Move Config class to PhpMyAdmin namespace - Move Console class to PhpMyAdmin namespace - Move Core to PhpMyAdmin namespace - Move DatabaseInterface to PhpMyAdmin namespace - Move DbList to PhpMyAdmin namespace - Move DbQbe to PhpMyAdmin namespace - Move DbSearch to PhpMyAdmin namespace - Move DisplayResults to PhpMyAdmin namespace - Move Encoding to PhpMyAdmin namespace - Move Error to PhpMyAdmin namespace - Move ErrorHandler to PhpMyAdmin namespace - Move File to PhpMyAdmin namespace - Move Font to PhpMyAdmin namespace - Move Footer to PhpMyAdmin namespace - Move Header to PhpMyAdmin namespace - Move Index to PhpMyAdmin namespace - Move IndexColumn to PhpMyAdmin namespace - Move LanguageManager to PhpMyAdmin namespace - Move Language to PhpMyAdmin namespace - Move Linter to PhpMyAdmin namespace - Move ListAbstract to PhpMyAdmin namespace - Move ListDatabase to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-03Refactor the core functions into static methodsMaurí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-08-18Merge branch 'QA_4_6'Michal Čihař
2016-08-18Add rel="noopener noreferrer" to all external target="_blank" linksMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-12Merge branch 'QA_4_6-security' into master-securityMichal Čihař
2016-07-12Add rel="noopener noreferrer" to all target="_blank" linksMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-11Make ThemeManager a singleton instead of storing it in the sessionMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.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-07-02Merge remote-tracking branch 'origin/QA_4_4'Michal Čihař
2015-07-02Cleanup URLs to our websiteMichal Čihař
- use https everywhere - follow redirects on renamed pages Signed-off-by: Michal Čihař <michal@cihar.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>
2014-06-25PMA console, history and bookmarks.Edward Cheng
Modified: resizer of navigation bar: whole-time-bind events removed. Signed-off-by: Edward Cheng <c4150221@gmail.com>
2013-06-11Various coding style improvementsMichal Čihař
2012-06-11Integrated themes.php with PMA_Response classRouslan Placella
2012-06-11PMA_Footer and PMA_Header no longer need to be singletonsRouslan Placella
2012-06-11Use PMA_Header class in themes.phpRouslan Placella
2012-03-18Removed: table[border] attribute (default is 0 anyways), a[rel] for ↵Jo Michael
non-standard values for HTML5 validity
2012-03-17Open "More themes" link from theme previewer in new tab instead of popupJo Michael
2011-10-25Use package name PhpMyAdminMichal Čihař
Needed to match phpdoc rules as package name must begin with upper case.
2011-08-08Drop another ocurence of inline jsMichal Čihař
2011-08-05Coding style, function definitionsMichal Čihař
2011-07-22Fix spacing on opening code blockMichal Čihař
2011-06-17Generally we speak only about sTheme, so do not introduce / StyleMichal Čihař
2011-01-31Single place to handle redirection.Michal Čihař
2011-01-28[security] Redirect external links to avoid Referer leakage.Michal Čihař
2010-08-30Fix permissions.Michal Čihař
Most files were made executable somewhere in ninadsp tree, reverting this.
2010-07-29Resolve merge conflicts for upstream mergeninadsp
2010-07-26No need for require_once in these files.Michal Čihař
2010-07-23Fixed conflict due to upstream mergeninadsp
2010-07-20Drop @version tag from docblocks.Michal Čihař
2010-05-22testing git setup - no major change made in code yetninadsp
only added a few comments
2010-05-03strings to gettext, first batchMarc Delisle
2009-03-03rfe #1369509 Link to download more themes.Michal Čihař
2008-11-24Adding @package, third part.Michal Čihař
2007-04-01coding standard: no braces around includeSebastian Mendel
2007-03-20splitted common.lib.php into common.inc.php, core.lib.php and common.lib.phpSebastian Mendel
2007-03-20fixed/added page level docblockSebastian Mendel
2007-03-19synced/fixed vim lineSebastian Mendel
2005-12-05Use same script tag, use CDATA for scripts (RFE #995065).Michal Čihař
2005-11-29make use of new PMA_Theme and PMA_Theme_Manager classesSebastian Mendel
2005-11-29- make use of new PMA_Theme and PMA_Theme_Manager classesSebastian Mendel
- remove libraries/select_theme.lib.php
2005-11-23- moved styles into cssSebastian Mendel
- no need for javascript for theme selection
2005-11-23moved styles into cssSebastian Mendel
2005-11-23drop PMA_setFontSizes()Sebastian Mendel
2005-11-18common.lib.php should REALLY REALLY and ALWAYS be the first includeSebastian Mendel
2005-10-13Use common header.Michal Čihař
2005-06-24Sort themes, use only one code for browsing directory with themes (RFE ↵Michal Čihař
#1184251).