Commit Graph

2740 Commits

Author SHA1 Message Date
xmujay
9eb23b5aec fix some JSLint error: using dot notation 2013-05-05 20:49:15 +08:00
Madhura Jayaratne
ce77a26a73 Initialize to null for '!== null' checks to work 2013-05-04 14:37:50 +05:30
Madhura Jayaratne
ee8c489587 Initialize the variable to null, so the subsequent '!== null' checks would work 2013-05-04 14:15:03 +05:30
Michal Čihař
1d5539d3aa Better function names
Follow PEAR coding standard for function names.
2013-05-02 15:01:11 +02:00
Michal Čihař
384f2cd79e Merge remote-tracking branch 'origin/QA_4_0'
Conflicts:
	js/pmd/history.js
	libraries/Config.class.php
2013-05-02 10:13:18 +02:00
J.M
92d3dcad3c Fix typo in comments and function name ('foriegn' to 'foreign') 2013-05-01 17:13:53 +02:00
J.M
04bc077291 Use indeterminate check all checkbox in server privileges 2013-05-01 16:44:35 +02:00
J.M
6c8777f604 Don't use id attribute for checkall boxes, use class name 2013-05-01 16:43:23 +02:00
J.M.
57f7a2d6ac Merge pull request #289 from kasunchathuranga/Feature499
Feature Request 499: On user creation, warn if the user already exists
2013-05-01 06:17:37 -07:00
J.M
dcba5a4a1a Remove debug code in keyhandler.js 2013-04-30 17:47:45 +02:00
J.M
fc62e1f9f6 Merge branch 'origin/QA_4_0'
Conflicts:
	js/keyhandler.js
	js/tbl_structure.js
2013-04-30 17:46:36 +02:00
Kasun Chathuranga
45caa5896a Merge branch 'master' into Feature499
Conflicts:
	js/server_privileges.js
2013-04-29 21:18:14 +05:30
J.M
0b63f7e6c8 Fix bug #3799 [interface] Incorrect select field change on ctrl key navigation in Firefox 2013-04-28 20:05:35 +02:00
J.M
472b5ec196 Re-add dropped calls to PMA_verifyColumnsProperties, prevent double event handlers for append fields form submit 2013-04-28 18:30:06 +02:00
J.M
add86949b9 Fix Ajax problems introduced with 14eb3c32, correct spacing for column editor 2013-04-28 16:53:55 +02:00
J.M
14eb3c32ca Add rfe #1422 [interface] Provide feedback if no columns selected for multi-submit 2013-04-28 15:17:45 +02:00
J.M
09321ecb8d Show loading message while loading edit single column structure 2013-04-28 13:55:05 +02:00
Michal Čihař
3751572ad8 Wrap some long lines 2013-04-26 10:07:53 +02:00
Michal Čihař
48b39b7e3b Various javascript fixes
- line breaking around operators
- wrong scope of variables
2013-04-26 09:45:42 +02:00
Michal Čihař
cacf765dba Fix line breaks before + 2013-04-26 09:35:15 +02:00
Michal Čihař
87361a3d8b Better label name and fix indentation 2013-04-26 09:34:12 +02:00
Michal Čihař
348628d55f Various js improvements
- move variable declarations to top
- fixed linebreaks around +
- removed extra space
2013-04-26 09:31:51 +02:00
Michal Čihař
4a56d001d6 Various javascript fixes
- replaced some (.. ? .. : .. ) with if for more readability
- missed escapin in some regexps
2013-04-26 09:29:04 +02:00
Michal Čihař
b45f0c83f5 Various JS improvements
- avoid double variable declaration
- reorder functions to be defined before used
2013-04-26 09:29:04 +02:00
Atul Pratap Singh
d10eb3680d null !== undefined in type safe comparison 2013-04-20 21:47:45 +05:30
Madhura Jayaratne
cc0ea11024 Merge branch 'QA_4_0' 2013-04-19 11:53:52 +05:30
Madhura Jayaratne
feaad54ef5 Properly disable text fields in Chrome 2013-04-19 11:53:32 +05:30
Spun Nakandala
aef391032f Fixed #3883 Export > Custom > Dump some rows : input fields are disabled 2013-04-19 11:49:52 +05:30
Madhura Jayaratne
e8e4b6a75e Merge pull request #269 from scnakandala/Bug_3883
Bug fix for Bug #3883
2013-04-18 23:14:01 -07:00
Spun Nakandala
e969e4187a Fixed #3883 Export > Custom > Dump some rows : input fields are disabled 2013-04-19 11:23:44 +05:30
Madhura Jayaratne
36ea91cf8d data.sql_query compared against null is rather undefined 2013-04-19 09:02:50 +05:30
Atul Pratap Singh
150deacce9 Improved tooltip for monitor charts 2013-04-17 15:36:42 +05:30
Rouslan Placella
17bb250f3c Merge pull request #263 from scnakandala/Bug_#3878
#3878 Doubleclicking for open tree displays "loading" icon
2013-04-16 13:53:57 -07:00
Spun Nakandala
15fafc8c16 Bug fixed 2013-04-17 02:08:09 +05:30
Michal Čihař
b5d3b8c7b8 Declare variables just once
Variables should be declared just once in a function.
2013-04-16 17:26:08 +02:00
Michal Čihař
3361442b61 Remove not used variables 2013-04-16 17:21:11 +02:00
Michal Čihař
ae20e5c1ab Fix some forgotten messages conversions 2013-04-16 17:16:19 +02:00
Michal Čihař
27b213431c Reference javascript messages by dot notation instead of using ['strFoo'] 2013-04-16 13:32:51 +02:00
Michal Čihař
19ab7995f8 Various js fixes 2013-04-16 13:20:07 +02:00
Michal Čihař
4cb847ee6e Drop not used server_status.js
This file is not used anywhere and messages claimed to be used there are
not used as well.
2013-04-16 13:13:15 +02:00
Michal Čihař
7126e208b0 Another set of js fixes (found after raising limit of errors) 2013-04-16 13:05:31 +02:00
Michal Čihař
cec7c0e8e3 Rempove extra spaces from js code 2013-04-16 12:05:19 +02:00
Michal Čihař
002d7edd5d Correct declaration order 2013-04-16 11:57:13 +02:00
Michal Čihař
cfe355308e Indentation fixes 2013-04-16 11:55:58 +02:00
Michal Čihař
e61e4ab962 Merge remote-tracking branch 'origin/QA_4_0' 2013-04-16 11:54:58 +02:00
Michal Čihař
395e3de6ba Remove extra ; 2013-04-16 11:54:13 +02:00
Michal Čihař
ca69a0c93e Various spacing fixes 2013-04-16 11:52:47 +02:00
Michal Čihař
0a8f5021d7 Add missing radix 2013-04-16 11:52:39 +02:00
Michal Čihař
10acae9011 Whitespace fixes 2013-04-16 11:49:42 +02:00
Michal Čihař
cd2010e85e Various JS improvements 2013-04-16 11:43:22 +02:00