Commit Graph

2743 Commits

Author SHA1 Message Date
Marc Delisle
98aeddc71e bug #4108 Missing refresh by deleting databases 2013-10-05 17:44:51 -04:00
Madhura Jayaratne
58e196045e Merge branch 'QA_4_0' of github.com:phpmyadmin/phpmyadmin into QA_4_0
Conflicts:
	ChangeLog
2013-10-02 07:17:46 +05:30
Madhura Jayaratne
ae3eef1b9f bug #3992 Multi-row edit doesn't clear values when checking NULL 2013-10-02 07:11:27 +05:30
Atul Pratap Singh
72cf44f6d1 Remove unused parameter 2013-10-01 15:59:43 +05:30
Atul Pratap Singh
37eccc8e42 Fix bug 4105: More disappears in table Structure 2013-10-01 11:45:38 +05:30
Spun Nakandala
7eb7286393 Bug fix 4074 2013-09-26 14:35:46 -04:00
Marc Delisle
509970d9e8 bug #4002 Edit Index on big table does not show "Loading" or any message 2013-09-22 09:55:12 -04:00
Madhura Jayaratne
e69bcce043 bug #4041 Interaction between linkified fields and grid editing 2013-09-19 15:24:53 +05:30
Michal Čihař
da664c9947 End sentence with comma 2013-09-12 10:40:48 +02:00
Kasun Chathuranga
6693a9ebb3 Proceed only if the database is found 2013-09-05 07:24:50 +05:30
Kasun Chathuranga
9c8267a9a8 Properly open and select database when "Use <db>" command is issued 2013-08-31 12:42:45 +05:30
Kasun Chathuranga
6f29a89aec Make scrolling work for table/views as well 2013-08-31 07:18:31 +05:30
Kasun Chathuranga
b43f4c7fed Expand the navigation and highlight the current database or table/view 2013-08-30 12:30:05 +05:30
Atul Pratap Singh
f7e298bbf4 Remove multiple navigation reloads, fix autoexpand on use query 2013-08-27 17:34:45 +05:30
Atul Pratap Singh
278145ffd3 Hide throbber on navigation reload 2013-08-27 16:56:09 +05:30
Atul Pratap Singh
2f3f1bcccb Dynamically set tree_content's height too, bug#4069 2013-08-27 05:26:41 +05:30
J.M
7b5b660471 Add ResizeHandler.treeResize event handler, call it on window resize, and now and then 2013-08-26 22:14:57 +02:00
J.M
34633b26ed Trim trailing space in navigation.js 2013-08-26 22:13:58 +02:00
Atul Pratap Singh
e1740a0833 missing docs 2013-08-26 17:23:40 +05:30
Atul Pratap Singh
790d8fd764 fix some logic related to auto-expand/scroll 2013-08-26 17:12:57 +05:30
Atul Pratap Singh
cadb2cb803 Merge branch 'QA_4_0' of github.com:phpmyadmin/phpmyadmin into QA_4_0 2013-08-26 08:53:22 +05:30
Atul Pratap Singh
a865344279 fix autoscroll, to set to view the currently selected database 2013-08-26 08:51:52 +05:30
Atul Pratap Singh
28041ddb80 Hide throbber when not in use to free some area 2013-08-25 22:56:37 +05:30
Atul Pratap Singh
73c3cd906e Fast-filter box, recent-tables and page-selector should be visible while scrolling navigation, (it eliminates the need to scroll up to find datatbase/recent-table) 2013-08-25 22:55:43 +05:30
Atul Pratap Singh
f0b063400c fix autoexpand on use query 2013-08-25 18:45:11 +05:30
Atul Pratap Singh
8146d74c08 set to view should not hide the database name 2013-08-25 18:36:32 +05:30
Atul Pratap Singh
a25010d44b Merge branch 'QA_4_0' of github.com:zixtor/phpmyadmin into autoexp 2013-08-25 17:21:48 +05:30
Marc Delisle
924d7b41eb Trying to load an older library 2013-08-24 08:57:22 -04:00
Marc Delisle
8cdc448484 Other incorrect tabindex (page footer controls) 2013-08-24 08:01:24 -04:00
Marc Delisle
76e76a09eb bug #4051 Wrong tabindex when inserting rows 2013-08-24 07:43:05 -04:00
Atul Pratap Singh
ca4370a3c1 Show meaningful message if database name is unknown in server's logs, as suggested by Marc 2013-08-18 18:30:39 +05:30
Atul Pratap Singh
19da7e0dfc Error wasn't displayed 2013-08-18 17:03:05 +05:30
Atul Pratap Singh
292097c38e PMA_SQLPrettyPrint distorted the query in monitor analyzer, bug#4054 2013-08-17 07:47:44 +05:30
Atul Pratap Singh
15d03b2273 Move autoexpand to a function 2013-08-17 03:02:38 +05:30
Atul Pratap Singh
42a8ad5abb Set to view the expanded database/table 2013-08-17 02:28:48 +05:30
Atul Pratap Singh
3e47c3f82b Auto-expand the selected database, feature 1435 2013-08-17 02:24:07 +05:30
Marc Delisle
4711126d12 Missing hints when changing a column's structure 2013-08-02 08:23:52 -04:00
Michal Čihař
a583a478cc Add jQuery and jQuery UI source code. 2013-08-01 10:08:55 +02:00
Michal Čihař
24d0eb5520 Improved protection against cross framing
We now include CSS to hide the page and display it conditionally after
checking we're in top frame. This adds extra protection for clients who
do not support X-Frame-Options.

See also http://en.wikipedia.org/wiki/Framekiller and
https://www.owasp.org/index.php/Clickjacking_Defense_Cheat_Sheet
2013-07-29 14:55:29 +02:00
Michal Čihař
240b8332db Readd AllowThirdPartyFraming option
We want by default no framing of phpMyAdmin, but still some sites might
need to embed it, so configuration option (with appropriate security
warning) is there.

This basically reverts d7e0bed284.
2013-07-29 14:55:22 +02:00
Atul Pratap Singh
e8d85ade30 allow tooltip overflow, hide axis overflow explicitly 2013-07-25 21:31:37 +05:30
Atul Pratap Singh
dacec69d3e Format values in Questions/Connections chart 2013-07-25 20:55:20 +05:30
Michal Čihař
6120e01a3f Add wrapper function for formatting datetime
This makes it easier to use and correctly converts params which
formatTime expects.

Conflicts:
	js/functions.js
2013-07-08 14:46:08 +02:00
Michal Čihař
fad8d76f68 Include minified versions JS in git of jQuery and jQuery-UI 2013-07-08 13:00:16 +02:00
Michal Čihař
57fcc1d6b5 Drop no longer needed date.js
Conflicts:
	js/date.js
2013-07-08 12:59:28 +02:00
Michal Čihař
db5e0e65e9 Use jQuery UI for formatting date strings 2013-07-08 12:59:08 +02:00
Michal Čihař
fb803c07ea Use jQuery UI for parsing date strings 2013-07-08 12:59:00 +02:00
Michal Čihař
25c9a187be Use jQuery.datepicker date formatting instead of own code
Conflicts:
	js/config.js
2013-07-08 12:58:50 +02:00
Madhura Jayaratne
8f5622fa30 bug #3989 Reloading privileges does not update the interface 2013-06-20 10:32:47 +05:30
Kasun Chathuranga
bee8d2f00d Fix bug 3970 - Pressing enter in the filter field reloads page 2013-06-14 23:51:13 +05:30