Michal Čihař
1d49700213
Optimize PNG images with zopfli
...
See #13797
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-30 22:21:32 -05:00
Michal Čihař
1338294134
Fixed rendering of add index dialog
...
Fixes #13515
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-09-28 15:55:21 +02:00
Keerthana Ratnasingam
73e6a37a1c
Fix Edit index Column alignment issue
...
Fix #13513
Signed-off-by: Keerthana Ratnasingam <keerthyratnam@gmail.com>
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-21 21:22:55 -03:00
Michal Čihař
ed81a25eb8
Apply #13590 to the original theme as well
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-21 10:55:30 +02:00
Anant Jain
28143053df
Do not hardcode width of button elements
...
Fixes #13512 , #13590
Signed-off-by: Anant Jain <anantjain60@gmail.com>
2017-08-21 10:55:21 +02:00
Michal Čihař
014e706374
Remove shadow from the logo
...
Fixes #13415
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-21 11:42:51 +02:00
Michal Čihař
1a90f97231
Bring back CSS customization for CodeMirror
...
Originally it was done by patching upstream sources in 4c24db0 , but that
was lost when upgrading.
Issue #13489
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-18 10:45:02 +02:00
Michal Čihař
358d2fd1f1
Rewrite export alias defining
...
The old code did load all colums for all tables in all databases in
export. This can easily explode for server wide exports or exports on
database with lot of tables.
It has been rewritten in a way to load required data on demand from
server. This will make aliases defining slightly slower, but I think
it's acceptable price for making the export work on larger databases.
Fixes #13008
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-13 17:02:45 +02:00
Maurício Meneghini Fauth
e10c932133
Improve themes/.gitignore
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-06 11:02:54 +02:00
Michal Čihař
dd7faf9ece
Update logo images
...
The old ones did not have proper transparency (due to lack of support
for that in some browsers by the time they were created).
As we don't seem to have sources for the original logo, I've used
slightly newer version which was used on t-shirts and stickers.
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13218
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-28 13:11:41 +02:00
Michal Čihař
7569134132
Ignore folders only
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-03-09 16:30:37 +01:00
Michal Čihař
b96d783574
Ignore new themes
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-03-09 16:29:35 +01:00
Joshua Atkins
53eff5d47b
Align NULL values according to column alignment
...
Fixes #13000 .
Signed-off-by: Joshua Atkins <support@jublo.net>
2017-02-20 09:06:36 +01:00
Piyush Agrawal
b575f7ef1b
db_central_columns: new column collapsing issue
...
Signed-off-by: Piyush Agrawal <poush12@gmail.com>
2017-02-06 13:25:05 +01:00
Michal Čihař
f54f2d3acf
Ignore new theme
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-01-02 16:25:00 +01:00
Michal Čihař
a0a0a04404
Update jQuery UI to 1.12.1
...
Issue #12447
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-12-21 14:14:36 +01:00
Michal Čihař
34c2a373eb
Change odd/even styling for print
...
Issue #12070
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-12-07 10:17:15 +01:00
Patric Gustafsson
1bd5fe709d
Merge remote-tracking branch 'upstream/master'
2016-11-15 18:08:24 +02:00
Michal Čihař
eb731c91ff
Merge remote-tracking branch 'origin/pull/12363' into tmp
2016-11-10 09:45:31 +01:00
Antoine Theriault Brunet
7690345289
Null results in dataset now colored grey ( #12543 )
...
Signed-off-by: Antoine Theriault Brunet <atheriaultbrunet@dept-info.crosemont.quebec>
2016-10-24 14:20:59 -07:00
Michal Čihař
8980730d3a
Fold theme sprites code into Theme.php
...
There is no good reason to have this separate.
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-10-11 14:04:19 +02:00
Michal Čihař
53d60c0235
Remove (unused) browser specific style
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-10-04 11:55:42 +02:00
Michal Čihař
fc5bb4a278
Merge branch 'QA_4_6'
2016-10-03 19:38:40 +02:00
Deven Bansod
96eba72fa6
Fix #12327 : Show as PHP No longer works
...
Fix output of show_as_php. Don't show the links that are not required
or that may not work as expected
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-09-27 13:47:31 +05:30
Michal Čihař
7fc28626fd
Merge branch 'QA_4_6'
2016-09-19 10:51:50 +02:00
Deven Bansod
e8d07e3783
Allow vertical scrolling to read longer text values in grid editing
...
Fix #12554
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-09-16 13:58:42 +05:30
Patric Gustafsson
1626e04a6f
Fix rendering issues with table headers
...
Table headers where not rendering correcly because they were not being
selected by the odd and even selectors.
Signed-off-by: Patric Gustafsson <patricjgustafsson@outlook.com>
2016-08-05 14:32:10 +03:00
Patric Gustafsson
3c6946943c
Merge remote-tracking branch 'upstream/master'
2016-08-04 21:13:30 +03:00
Achilles-96
6ddcc51920
Fixes #12352 - password strength simulator
...
Signed-off-by: Raghuram Vadapalli <raghuram.vadapalli@research.iiit.ac.in>
2016-08-03 14:36:49 +05:30
Michal Čihař
21a9bbea9f
Merge branch 'QA_4_6'
2016-08-02 08:57:17 +02:00
Pavel Rochnyack
37c2886845
Improved indents, alignment and rtl in Original theme
...
* Fixed list items aligment in rtl view
* Fixed notices icon alignment in rtl and ltr views
* Fixed Footer.php getErrorMessages() to avoid <div id="pma_errors"><div id="pma_errors">....</div></div> nested blocks.
* Removed indentation by
Signed-off-by: Pavel Rochnyack <pavel2000@ngs.ru>
2016-08-01 03:08:48 +01:00
Michal Čihař
bcb9c7d16a
Merge branch 'QA_4_6'
2016-07-29 10:42:50 +02:00
Michal Čihař
c63b11d2bb
Fixed rendering of Original theme
...
Fixes #12414
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-29 10:42:06 +02:00
Patric Gustafsson
4553b29d7b
Remove CSS classses odd and even
...
The odd and even classes for tables are no longer needed. The same
functionality can be achieved using nth-child(). This commit is for the
pmahomme and original theme.
Signed-off-by: Patric Gustafsson <patricjgustafsson@outlook.com>
2016-06-06 18:23:23 +03:00
Andy Davies
786786d602
Remove inline styles from elements with id='filterText' (partial fix of issue #12262 )
...
Signed-off-by: Andy Davies <contact@andy-davies.me>
2016-05-26 18:02:26 +01:00
Madhura Jayaratne
865cdc39ce
Add a new icon to represent non-primary key
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-05-26 09:52:33 +10:00
Michal Čihař
53689f69d0
User more sensible spacing in structure tables
...
Issue #12166
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-06 17:11:39 +02:00
Michal Čihař
ed63c261d8
More compact rendering of navigation tree
...
The spacing is not really needed here.
Fixes #12166
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-06 17:02:13 +02:00
Madhura Jayaratne
8899af067e
Merge branch 'QA_4_6'
2016-03-11 20:17:23 +11:00
Madhura Jayaratne
46a32f55a0
Fix a style error in print view
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-03-11 20:04:29 +11:00
Michal Čihař
07e4ab1fc3
Make filter box more compact
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-04 09:05:45 +01:00
Michal Čihař
805cede33e
Update sprites for new icons (see #12032 )
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-29 11:52:56 +01:00
Chintan Zaveri
6735f33297
Icons added and code changed to display icons
...
Signed-off-by: Chintan Zaveri <zaveri_chintan@rediff.com>
icons added:wq
2016-02-25 18:56:24 +05:30
Piyush
1d3f8ed037
remove_msie9 (fix_11987)
...
Signed-off-by: Piyush Agrawal <poush12@gmail.com>
2016-02-20 12:26:54 +05:30
Madhura Jayaratne
880ae963f1
Organize db search page in criteria, results, browse results order
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-02-19 19:27:13 +11:00
Michal Čihař
7efc9ea896
Share code for loading sprite data
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-12 15:08:03 +01:00
Michal Čihař
e304c23d82
Merge branch 'QA_4_6'
2016-02-12 14:49:05 +01:00
Michal Čihař
971e40d839
Optimize PNG images
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-12 14:47:24 +01:00
Michal Čihař
b805b1d0c2
Let the sprites.lib.php define array instead of function
...
This allows us to test this code path without having duplicate function
names.
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-12 14:40:37 +01:00
Michal Čihař
c3d15bcfbe
Do not rely on session variable, use passed one
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-12 14:34:50 +01:00