William Desportes
9e8c32ccd4
Merge #15801 - Ref #15792 - Fixed deprecated jquery selectors
...
Ref: #15792
Pull-request: #15801
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-22 19:13:04 +01:00
Yash Bothra
5366772290
#15792 Fixed deprecated :nth-child selector
...
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2020-01-21 01:22:07 +05:30
Yash Bothra
e13b4aa79e
#15792 Fixed deprecated :odd , :even selectors
...
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2020-01-21 01:20:10 +05:30
Yash Bothra
b93ae50044
Fixed some :first :last deprecated selectors
...
(Batch-1)
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2020-01-19 20:25:59 +05:30
William Desportes
eab226dd88
Merge branch 'QA_5_0'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-24 16:00:05 +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
Maurício Meneghini Fauth
f126e14599
Extract js variables from js/messages.php
...
Moves JavaScript variables to templates/javascript/variables.twig.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-18 16:48:41 -03:00
Maurício Meneghini Fauth
aa195b8dd4
Define server/status/monitor.js functions before being used
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-11-24 12:34:35 -03:00
Maurício Meneghini Fauth
360a7e2000
Move checkPasswordStrength to Functions object
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-11-23 13:39:50 -03:00
Maurício Meneghini Fauth
a240702025
Remove checkAddUser function inline calls
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-11-23 13:19:12 -03:00
Maurício Meneghini Fauth
3b0eff7035
Encapsulate checkboxesSel global into Functions object
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-11-21 18:53:11 -03:00
Maurício Meneghini Fauth
e8c5ba4f80
Convert Messages to Bootstrap Alerts
...
Replaces Messages custom styles with a Bootstrap Alerts theme
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-11-12 15:28:47 -03:00
Maurício Meneghini Fauth
14fdfdd265
Fix some lint issues
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-11-07 18:04:11 -03:00
Maurício Meneghini Fauth
0ce7e21ed8
Merge pull request #14925 from saurass/issue-14909
...
Issue #14909 - Define the 1st day of week of the calendar in config.php
2019-11-07 17:44:25 -03:00
Maurício Meneghini Fauth
bad2b8eca9
Move server variables entry point to routes file
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-10-27 15:21:59 -03:00
Maurício Meneghini Fauth
11ace284fa
Move srv status processes entry point to routes
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-10-27 14:01:20 -03:00
Maurício Meneghini Fauth
4a793282a0
Move server status monitor entry point to routes file
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-10-26 18:08:57 -03:00
Maurício Meneghini Fauth
9b6cd02d61
Merge pull request #15509 from mauriciofauth/neutral-pronouns
...
Use gender-neutral pronouns
2019-10-18 09:13:52 -03:00
Maurício Meneghini Fauth
441f8daa1a
Use gender-neutral pronouns
...
Replaces gender-specific pronouns with gender-neutral pronouns.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-10-18 09:13:08 -03:00
William Desportes
8f52f47180
Merge branch 'QA_5_0'
2019-10-18 13:47:17 +02:00
William Desportes
a840e635c3
Merge branch 'QA_4_9' into QA_5_0
2019-10-18 13:46:26 +02:00
Maurício Meneghini Fauth
0c99e03a1e
Refactor the server databases entry point
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-09-09 22:45:56 -03:00
Maurício Meneghini Fauth
1a14b3e4d3
Remove vim modelines
...
These settings are no longer required as they are guaranteed through
other coding standard tools.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-09-02 09:43:21 -03:00
Maurício Meneghini Fauth
31db3b7e42
Use the router for the server status processes page
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-12 14:26:06 -03:00
Maurício Meneghini Fauth
74659abe8b
Use the router for the server status monitor page
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-10 19:20:38 -03:00
Maurício Meneghini Fauth
0f23a622bc
Use the router for the server privileges page
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-23 02:48:02 -03:00
Maurício Meneghini Fauth
12561a598d
Remove direct access to server_databases.php
...
Uses the router instead
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-09 21:51:49 -03:00
Maurício Meneghini Fauth
ff16bee5ad
Add router for server_databases.php
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-09 21:51:49 -03:00
saurass
1572caa595
Fix #14909 - Config option for 1st day of the week for datepicker in server settings -> config -> time form
...
Fixes : #14909
Signed-off-by: Saurabh Srivastava <saurabhsrivastava312@gmail.com>
2019-07-04 11:41:15 +02:00
William Desportes
6ecf6ec93e
Fixed most of deprecated Jquery calls
...
\.(blur|focus|focusin|focusout|resize|scroll|click|dblclick|mousedown|mouseup|mousemove|mouseover|mouseout|mouseenter|mouseleave|change|select|submit|keydown|keypress|keyup|contextmenu)\(\)
Ref: #13173
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-24 21:54:23 +02:00
Maurício Meneghini Fauth
05ce6ffed4
Rename js/server_*.js to js/server/*.js
...
Rename js/server_status_*.js to js/server/status/*.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-07 03:56:22 -03:00