Commit Graph

54 Commits

Author SHA1 Message Date
Atul Pratap Singh
0f50b82bba Merge branch 'QA_4_0'
Conflicts:
	js/common.js
2013-10-14 23:59:11 +05:30
Atul Pratap Singh
06a1f782e1 Left in 8640de9 2013-10-14 16:02:22 +05:30
Atul Pratap Singh
8640de951c Adjust navigation only when there is database/table change, bug#4129 2013-10-14 15:28:54 +05:30
Michal Čihař
50deebcbdf Coding style: Bad line breaking before logical operators 2013-10-02 12:07:15 +02:00
Michal Čihař
4f5a9e40a2 Coding style: line breaking before + 2013-10-02 11:45:46 +02:00
Kasun Chathuranga
8d70cd4dec Merge branch 'QA_4_0' into merge. Resolved conflicts. 2013-09-03 14:13:02 +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
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
3dd1c76504 Merge commit '15d03b2' 2013-08-26 18:15:48 +05:30
Atul Pratap Singh
77c4cbed7f Auto-expand the selected database, feature 1435 2013-08-26 18:13:16 +05:30
Atul Pratap Singh
15d03b2273 Move autoexpand to a function 2013-08-17 03:02:38 +05:30
Atul Pratap Singh
3e47c3f82b Auto-expand the selected database, feature 1435 2013-08-17 02:24:07 +05:30
Michal Čihař
e2571c5628 Various javascript spacing fixes 2013-04-15 16:20:04 +02:00
Michal Čihař
a1b6f206b2 Various spacing and identation fixes 2013-04-15 15:13:14 +02:00
Michal Čihař
020a3e1ce4 Use type cast safe comparison
The values like true, '' or 0 could compare to lot of other stuff with
type casting.
2013-04-15 12:03:11 +02:00
Rouslan Placella
4bbfb292e5 Bug #3598021 Dropping table does not reload main panel 2012-12-27 16:31:46 -05:00
Marc Delisle
fe741d8571 Add missing server parameter in the generated URL 2012-12-24 09:10:20 -05:00
Rouslan Placella
177b459822 Fixed bug #3583315 - Query doesn't load in the querywindow when clicking on edit 2012-11-19 23:36:05 +00:00
Rouslan Placella
bb2d1f13de Fixed mixup which happened due to a complex rebase 2012-10-30 20:24:01 +00:00
Rouslan Placella
7356b407ad Rewrite and integration of js/common.js 2012-10-30 20:23:59 +00:00
Rouslan Placella
50266d206b Fixed updating of the title of the page 2012-10-30 20:16:58 +00:00
Rouslan Placella
9063e76a95 Dropped unused functions 2012-10-30 20:16:58 +00:00
Rouslan Placella
d5db9dfc30 Implemented refreshing of the navigation 2012-10-30 20:10:21 +00:00
Rouslan Placella
9e3a9ee52f Dropped main.php 2012-10-30 20:10:20 +00:00
Rouslan Placella
eb98110541 Dropped footer.inc.php 2012-06-11 14:06:04 +01:00
Michal Čihař
e6cca75875 Cleanup spacing after @param 2012-04-27 11:32:47 +02:00
Rouslan Placella
6ae5cafb46 Drop @uses tags from JS files 2012-04-10 21:50:34 +01:00
Michal Čihař
0fc55bb503 Remove debugging code 2011-08-08 15:43:34 +02:00
Michal Čihař
1ec0b69e6b Coding style, function definitions 2011-08-05 14:49:23 +02:00
Michal Čihař
754a42bcb5 Revert "Collapsible navigation frame: Fix for expand link disappeared after page load"
This reverts commit b0290ca1bf.

Conflicts:

	js/common.js
	js/functions.js
2011-08-05 09:41:02 +02:00
Michal Čihař
73fb08d3d8 Revert "Feature idea: Collapsible navigation frame"
This reverts commit 5fb7f9cd17.

Conflicts:

	js/common.js
2011-08-04 14:41:29 +02:00
Tyron Madlener
b0290ca1bf Collapsible navigation frame: Fix for expand link disappeared after page load 2011-07-27 13:16:59 +03:00
Tyron Madlener
5fb7f9cd17 Feature idea: Collapsible navigation frame 2011-07-27 12:56:40 +03:00
Piotr Przybylski
1962e36e33 Remove unused getElementsByClassName 2011-07-09 23:39:12 +02:00
Piotr Przybylski
e808b244d7 Remove unused addEvent and removeEvent 2011-07-09 23:38:29 +02:00
Marc Delisle
a7ec18fde9 Bug #3167048 Error when viewing table content/structure
(Also this bug caused the chosen table not to be marked in navi panel)
2011-01-30 08:32:13 -05:00
Marc Delisle
251ecae49d Bug #3163256 Ajax copy database does not refresh the database list in case the "switch to copied database" option is not ticked 2011-01-24 06:20:26 -05:00
Michal Čihař
0431042bd0 Drop $Id$ expansion, nobody complained so far it not working. 2010-09-07 15:00:44 +02: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
e049c1d158 Merge remote branch 'origin/master'
Conflicts:
	po/fr.po
	po/sl.po
2010-07-03 21:00:08 +05:30
Marc Delisle
1db012abc8 clarify code behavior 2010-07-02 11:22:36 -04:00
ninadsp
d195582cf8 Refactored addClass() and removeClass() to use jQuery's $.addClass() and
$.removeClass()
2010-05-29 18:59:27 +05:30
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
Herman van Rink
063058741b Prevent js error in some cases after session expiration 2010-02-03 14:26:37 +00:00
Herman van Rink
30b63d142e Prevent js error in some cases after session expiration 2010-02-03 14:26:37 +00:00
Marc Delisle
526dce65cb 3.3 2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4 3.3 2009-12-31 13:09:18 +00:00
Michal Čihař
77a11d0283 bug #2355925 [display] properly update tooltips in navigation frame 2008-11-28 14:35:17 +00:00
Marc Delisle
2077d964c2 typos 2008-07-20 15:29:58 +00:00