Commit Graph

47 Commits

Author SHA1 Message Date
Rahul Kadyan
4d308ba364 Remove unneeded closing tags
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-03-06 23:37:35 +05:30
Edward Cheng
fb14e92d62 PMA console, history and bookmarks.
Modified: resizer of navigation bar: whole-time-bind events removed.

Signed-off-by: Edward Cheng <c4150221@gmail.com>
2014-06-25 21:22:33 +08:00
Michal Čihař
34dce1d3b4 Various coding style improvements 2013-06-11 16:27:31 +02:00
Rouslan Placella
234480cdae Integrated themes.php with PMA_Response class 2012-06-11 14:06:03 +01:00
Rouslan Placella
a054562100 PMA_Footer and PMA_Header no longer need to be singletons 2012-06-11 14:06:03 +01:00
Rouslan Placella
54d47b89db Use PMA_Header class in themes.php 2012-06-11 14:06:02 +01:00
Jo Michael
03eeeb3ccd Removed: table[border] attribute (default is 0 anyways), a[rel] for non-standard values for HTML5 validity 2012-03-18 17:46:22 +01:00
Jo Michael
7a88029f45 Open "More themes" link from theme previewer in new tab instead of popup 2012-03-16 22:37:34 +01:00
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Michal Čihař
b57e186331 Drop another ocurence of inline js 2011-08-08 13:53:41 +02:00
Michal Čihař
1ec0b69e6b Coding style, function definitions 2011-08-05 14:49:23 +02:00
Michal Čihař
25bda8e991 Fix spacing on opening code block 2011-07-22 09:18:02 +02:00
Michal Čihař
2cae746cc1 Generally we speak only about sTheme, so do not introduce / Style 2011-06-17 14:58:13 +02:00
Michal Čihař
67e4994490 Single place to handle redirection. 2011-01-31 15:22:25 +01:00
Michal Čihař
dc0c6938b2 [security] Redirect external links to avoid Referer leakage. 2011-01-28 13:22:41 +01:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
Michal Čihař
f700a73c81 No need for require_once in these files. 2010-07-26 16:44:47 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
f55823f47f strings to gettext, first batch 2010-05-03 12:57:46 -04:00
Michal Čihař
8b156bd837 rfe #1369509 Link to download more themes. 2009-03-03 15:20:29 +00:00
Michal Čihař
84ae0420fe Adding @package, third part. 2008-11-24 11:22:44 +00:00
Sebastian Mendel
adb39168cc coding standard: no braces around include 2007-04-01 09:51:41 +00:00
Sebastian Mendel
d0facc3d4f splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php 2007-03-20 14:16:18 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Michal Čihař
75a16f45f8 Use same script tag, use CDATA for scripts (RFE #995065). 2005-12-04 23:14:41 +00:00
Sebastian Mendel
6ac06df7f1 make use of new PMA_Theme and PMA_Theme_Manager classes 2005-11-29 12:49:35 +00:00
Sebastian Mendel
a7b7f0bd11 - make use of new PMA_Theme and PMA_Theme_Manager classes
- remove libraries/select_theme.lib.php
2005-11-29 12:25:31 +00:00
Sebastian Mendel
8f1bb56896 - moved styles into css
- no need for javascript for theme selection
2005-11-23 16:56:16 +00:00
Sebastian Mendel
8fc4a4ce05 moved styles into css 2005-11-23 15:01:29 +00:00
Sebastian Mendel
0567bfe215 drop PMA_setFontSizes() 2005-11-23 14:17:53 +00:00
Sebastian Mendel
fcf387bc70 common.lib.php should REALLY REALLY and ALWAYS be the first include 2005-11-18 12:50:49 +00:00
Michal Čihař
52bb3fd79b Use common header. 2005-10-13 15:01:19 +00:00
Michal Čihař
6c8ec18ba9 Sort themes, use only one code for browsing directory with themes (RFE #1184251). 2005-06-24 12:35:22 +00:00
Michal Čihař
5b5e82a867 Not translated text (bug #1016610). 2004-09-29 15:13:44 +00:00
Michal Čihař
b425d0ebab Do not prepend $cfg['ThemePath'] with another './'. 2004-09-23 14:36:54 +00:00
Michal Čihař
4e37b29113 Better theme version check (bug #1023029). 2004-09-14 14:21:31 +00:00
Michal Čihař
242e2351c1 Escape theme names (bug #1016608). 2004-09-03 12:10:07 +00:00
Marc Delisle
49d79d2321 bug 1005479: remove hardcoded charset 2004-08-15 12:00:24 +00:00
Michal Čihař
ae85313a36 Impleneted versioning and naming for themes (RFEs #991642 and #991645). 2004-08-12 17:38:43 +00:00
Michal Čihař
ca5b16f654 Change look of adding fields into table (bug #991095).
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-08-12 15:13:20 +00:00
Marc Delisle
f184c39b4a remove /images 2004-06-22 15:12:14 +00:00
Marc Delisle
38e93a4736 use standard header for theme manager 2004-06-20 13:01:30 +00:00
Marc Delisle
f8b479a748 files moved into themes/original 2004-06-17 00:49:31 +00:00