Commit Graph

5630 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
ba54426eba Add stickyfilljs to package.json
Fix some coding standard issues.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-16 16:46:02 -03:00
Rajat Jain
50f31ab8e2 fix shifting of headers using Polyfill Stickyfill
Signed-off-by: Rajat Jain <rajatjain.ix@gmail.com>
2020-07-27 13:58:53 +05:30
William Desportes
a35586938f
Convert js/vendor/jquery/jquery.event.drag-2.2.js to UTF-8 to fix Debian lintian national-encoding
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-07-07 14:24:09 +02:00
Ankush Patil
69d49789ce
Fixes #16248: identifying searchType in validation function
Signed-off-by: Ankush Patil <aspraz2658@gmail.com>
2020-07-07 13:57:23 +02:00
Shahlin Ibrahim
99554d7850
Trim spaces for integer values in table inputs
Signed-off-by: Shahlin Ibrahim <shahlin@28lightbulbs.com>
2020-06-22 08:30:23 +02:00
William Desportes
9b66cf1c36
Fix #16052 - be sure resize_handler exists on event.data
JS error on mousemove, $.throttle seems to not send the data in some cases

Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-06-10 22:41:21 +02:00
William Desportes
a5e8cf8553
Fix copy table to another database, the select can be an input when the DB count is > $cfg['MaxDbList']
See: Operations::getHtmlForCopytable
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-06-07 22:33:05 +02:00
William Desportes
f63beb2169
Keep columns order on "auto refresh" process list
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-06-03 01:52:07 +02:00
William Desportes
84c4c87ff9
Keep full query state on "auto refresh" process list
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-06-03 01:48:13 +02:00
William Desportes
01a113d45c
Merge #15622 - Fix #14611 - Index creation - Enter key form submission - Fatal JS Error
Pull-request: #15622
Fixes: #14611

Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-04-26 10:44:31 +02:00
Harsh Kukreja
e9c73d21b8
Fixes #14411 - Double tap to edit on mobile bug solved
Signed-off-by: Harsh Kukreja <harshkukreja99@gmail.com>
2020-04-25 11:53:53 +02:00
William Desportes
e563aa45fd
Fix JS coding standard errors
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-04-18 12:20:46 +02:00
Ankush Patil
9025ecb3ee excluded empty string from multi int validator
Signed-off-by: Ankush Patil <aspraz2658@gmail.com>
2020-04-18 08:54:30 +05:30
Ankush Patil
66338ccaec fixes #16041: added regex validation for INT having MULTIPLE prop
Signed-off-by: Ankush Patil <aspraz2658@gmail.com>

added proper error message

Signed-off-by: Ankush Patil <aspraz2658@gmail.com>

Fixing ambguious js code

Signed-off-by: Ankush Patil <aspraz2658@gmail.com>
2020-04-14 14:12:33 +05:30
William Desportes
646f83cbfd
Merge #16026 - Fixes #15224 - Don't fire keyboard shortcuts while SQL query area is focused
Pull-request: #16026
Fixes #15224

Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-03-20 00:16:03 +01:00
JayEn84
1c5ebf7de7
No keyboard shortcuts with focused SQL query area
Fixes a bug where the keyboard shortcuts functions fire while typing in the SQL query area. Problem is that the SQL query area is not (always) a `<textarea>` but a `<div contenteditable="true">`

Signed-off-by: Jan Nitsche <noreply@jan-nitsche.de>
Signed-off-by: JayEn84 <4518738+JayEn84@users.noreply.github.com>
2020-03-12 14:08:28 +01:00
Kartik Kathuria
5fabcab990
Fix#14611 - Enter Key submission
Fixes #14611

Signed-off-by: Kartik Kathuria <kathuriakartik0@gmail.com>
2020-02-23 14:48:09 +01:00
William Desportes
9a9cf3c6c6
Add missing css class on "print" and "back" buttons
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-02-23 14:07:13 +01:00
William Desportes
94e23189bd
Add missing css class on "show report details" button
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-02-23 13:54:43 +01:00
William Desportes
001cc92bc7
Fix #15876 - select multiple is a select instead of a multiple select
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-02-22 23:40:38 +01:00
William Desportes
4fb08726f1
Fix jquery migrate warning
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-02-22 23:31:47 +01:00
William Desportes
629e4706c8
Merge #15979 - Fix #15937 - Modal draggability/expand (down) with screen zoom change.
Pull-request: #15979
Fixes: #15937

Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-02-22 21:07:16 +01:00
William Desportes
b7b17c04dd
Add missing css classes on some buttons
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-02-22 20:55:00 +01:00
Rahul Gurung
ac358d45ae
Fix #15810 - the modal heading
Co-Authored-by: William Desportes <williamdes@wdes.fr>
In respect for the PR owner I am only co-autor but re-did all the work.
Signed-off-by: Rahul Gurung <gurungrahul2@gmail.com>
2020-02-22 20:04:48 +01:00
Tabraiz Malik
7dd7c52b43
Modal drag on routines fixes #15937
Signed-off-by: Tabraiz Malik <tabraizmalik96@gmail.com>
2020-02-20 05:44:28 +05:00
Manthan Surkar
a6be13833c Added missing class to simulate query button
Signed-off-by: Manthan Surkar <manthan.surkar@gmail.com>
2020-02-16 16:38:29 +05:30
Yash Bothra
11a7c7f17c #15187 Replaced 0 to NULL in primary key
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2020-02-10 01:52:34 +05:30
William Desportes
f887621ad9
Fix missed js-lint errors
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-28 22:45:36 +01:00
Mohammed Rabeeh
0bf13d01d1
Fix black borders for full screen mode on Designer
Signed-off-by: Mohammed Rabeeh <mohammadrabeeh@gmail.com>
2020-01-28 22:31:08 +01:00
Mohammed Rabeeh
3a3b04b3dc
Fix designer move menu icon toggle
Signed-off-by: Mohammed Rabeeh <mohammadrabeeh@gmail.com>
2020-01-28 21:45:54 +01:00
William Desportes
3b36334c89
Fix after pull-request #15846 - reduce JS code duplication and fix template syntax
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-24 21:51:38 +01:00
Manthan Surkar
e92e51d42d Added: Integer Validations on Search page
Signed-off-by: Manthan Surkar <manthan.surkar@gmail.com>
2020-01-25 01:21:19 +05:30
William Desportes
e388a21335
Merge #15822 - Fix #15798 - Prompted for confirmation for abandoning change when not needed on run SQL Page (checkboxes)
Fixes: #15798
Pull-request: #15822
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-22 19:22:30 +01:00
Manthan Surkar
7a9defe02c Fix: Unwanted confirmation for abandoning change
Signed-off-by: Manthan Surkar <manthan.surkar@gmail.com>
2020-01-20 23:21:45 +05:30
Jayati Shrivastava
e7d47e840e
Fix #13864 - prevent resetting of enum fields
Fixes: #13864

Signed-off-by: Jayati Shrivastava <gaurijove@gmail.com>
2020-01-19 14:55:55 +01:00
William Desportes
419de5fb0e
Merge #15727 - Fix #15720 Designer adding all available tables to a designer page after adding a new relationship.
Pull-request: #15727
Fixes: #15720
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-16 21:35:37 +01:00
Yash Bothra
1470761a8f
Fix #15720 - added markUnsaved function
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2020-01-16 21:31:43 +01:00
Manthan Surkar
2d2db63521 Fix: Profiling state sorting in only one direction
Signed-off-by: Manthan Surkar <manthan.surkar@gmail.com>
2020-01-17 01:42:58 +05:30
Maurício Meneghini Fauth
a85af10845 Fix wrong jQuery function call in table search page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-14 18:40:47 -03:00
Manthan Surkar
f7eb2b9755 Unwanted button hide by see more Button in Pick Central Column removed
Signed-off-by: Manthan Surkar <manthan.surkar@gmail.com>
2020-01-13 14:38:21 +05:30
William Desportes
e93005fd58
Merge #15744, #15743 - Fix - #15717
Pull-request: #15744
Closes: #15743
Fixes: #15717
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-12 18:53:11 +01:00
Jayati Shrivastava
f14d675308
revert change introduced by pr #15718 and fix #15718
Signed-off-by: Jayati Shrivastava <gaurijove@gmail.com>
2020-01-12 18:46:23 +01:00
Yash Bothra
07226e1160
Fix #15741 - Fatal javascript error on clicking "Pick from Central Columns"
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2020-01-11 16:03:10 +01:00
William Desportes
894f6903ba
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-26 15:04:59 +01:00
Yash Bothra
4348fe071d #15695 added timeInput datepicker option
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2019-12-26 19:17:49 +05:30
William Desportes
103ea287ef
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-25 00:08:38 +01:00
William Desportes
b8a6425f4e
Merge #15685 - Fix #15682 - Timestamp method not taking current time
Pull-request: #15685
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-24 23:46:58 +01:00
William Desportes
d4794efbf8
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-24 15:59:23 +01:00
William Desportes
bc792b446d
Fix #15692 - js error when user has not enough privilege to view query statistics.
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-24 15:56:11 +01:00
Nikhil Nagdev
1a60552417 Changed default time of datetime picker as current time
Signed-off-by: Nikhil Nagdev <nnagdev58@gmail.com>
2019-12-23 00:51:31 +05:30