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
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).
2004-09-29Not translated text (bug #1016610).Michal Čihař
2004-09-23Do not prepend $cfg['ThemePath'] with another './'.Michal Čihař
2004-09-14Better theme version check (bug #1023029).Michal Čihař
2004-09-03Escape theme names (bug #1016608).Michal Čihař
2004-08-15bug 1005479: remove hardcoded charsetMarc Delisle
2004-08-12Impleneted versioning and naming for themes (RFEs #991642 and #991645).Michal Čihař
2004-08-12Change look of adding fields into table (bug #991095).Michal Čihař
I again did some XHTML validation, so removed few of most obvious errors, but there are still many, mostly missing alt attributtes for images and wrongly nested tags.
2004-06-22remove /imagesMarc Delisle
2004-06-20use standard header for theme managerMarc Delisle
2004-06-17files moved into themes/originalMarc Delisle