Eric
2f68be14f8
N°3565 - Migrate backoffice pages to new UIBlock system : Setup
2021-02-01 16:28:10 +01:00
annProg
664dd12241
use strlen() replace empty()
2021-02-01 12:11:31 +01:00
annProg
03190b95cf
fix search error when search string '0'
2021-02-01 12:11:31 +01:00
Molkobain
da632c3f0f
N°2847 - Improve panel integration regarding the mockups (not done yet)
2021-02-01 12:08:39 +01:00
Molkobain
43290c0ff5
Advanced search: Update unitary tests for PR #170
2021-02-01 12:08:39 +01:00
Pierre Goiffon
590b094ad5
N°3253 setup php check : only use Composer platform_check
2021-02-01 09:38:08 +01:00
Pierre Goiffon
b3e3fe2dc2
🎨 setup index : remove warnings at file end
2021-02-01 08:47:56 +01:00
Pierre Goiffon
d863881591
setup index : remove empty line at the beginning of file
2021-02-01 08:46:45 +01:00
Pierre Goiffon
3e5d0f53d2
N°3253 setup : now displays iTop error instead of Composer platform_check
2021-02-01 08:44:20 +01:00
Pierre Goiffon
29df7fda7e
N°3253 setup : change require to trigger Composer's platform_check
2021-02-01 08:35:31 +01:00
Stephen Abello
9ebf0ce1e5
N°3535 Migrate dashboard editor modal to new design
2021-01-29 17:04:00 +01:00
Molkobain
7d1a2668a1
N°2847 - Fix object details properties's margins
2021-01-27 21:23:03 +01:00
acognet
c98881671b
Fix name of files : in order to manage the use of "&" character in url
2021-01-27 11:14:54 +01:00
acognet
ef1b7ca82c
Remove useless log
2021-01-27 11:14:54 +01:00
acognet
d39d634aba
2284 - Replace JQuery Autocompleter plugin by JQuery UI Autocomplete widget - fix autocomplete on short lists, tab and autoselect item when there is only one option
2021-01-27 11:14:53 +01:00
acognet
c65a760de7
Fix css file-input
2021-01-27 11:14:53 +01:00
Molkobain
8fba402016
N°3208 - Quick create: Fix error when choosing a class from another page than UI.php
2021-01-26 20:15:46 +01:00
Molkobain
0922baee7b
Core update: Fix form CSS classes
2021-01-26 20:05:26 +01:00
Molkobain
2a68f13ade
Core update: Fix container classes
2021-01-26 16:45:26 +01:00
Eric
2ba01bb408
N°3245 - Move filter of trigger on object update after object update
2021-01-26 16:40:04 +01:00
Molkobain
8c19bc66e4
Core update: Fix not fully fixed (!) regression crashing the confirmation step
2021-01-26 16:24:00 +01:00
Pierre Goiffon
87ee0b8893
📝 N°2329 add PHP bug reference
2021-01-26 16:14:28 +01:00
Eric
92c8af1b19
N°3468 - Fix extension.xml preventing extensions installation
2021-01-26 16:08:30 +01:00
Pierre Goiffon
b85b4d0067
N°3663 Group exception classes in /application/exceptions
...
Original files kept for compatibility issues :
- core/coreexception.class.inc.php
There are remaining exceptions in /core/oql, but those files are generated
2021-01-26 15:50:26 +01:00
Stephen Abello
5762ac38a7
Add a test (only handle bcrypt and legacy sha256 as we have to maintain PHP 7.1 compatibility)
2021-01-26 09:20:39 +01:00
Stephen Abello
dc804a90d4
Add a setter for config param, use a constant to hold the default hash algo value
2021-01-26 09:20:39 +01:00
Sam B
968720f774
Update core/ormpassword.class.inc.php
...
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com >
2021-01-26 09:20:39 +01:00
Sam B
7b5244b52d
fix docu
...
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com >
2021-01-26 09:20:39 +01:00
SamB
30d4835fbb
ormPassword: allow use of different password hash algo
2021-01-26 09:20:39 +01:00
bruno-ds
dd921e49b6
rollback unit test since the root cause was elsewhere
2021-01-25 10:44:14 +01:00
Molkobain
33a8372409
Core update: Fix regression crashing the confirmation step
2021-01-25 09:26:41 +01:00
Pierre Goiffon
5125a86f8b
Merge remote-tracking branch 'origin/support/2.7' into develop
2021-01-25 09:21:36 +01:00
Pierre Goiffon
54e9bd5c8e
Merge branch 'support/2.6' into support/2.7
...
# Conflicts:
# .editorconfig
2021-01-25 09:13:43 +01:00
Pierre Goiffon
066a6d8b36
🔧 Use same .editorconfig in all supported branches
2021-01-25 09:12:38 +01:00
Eric
b241f03e76
N°3294 - Introduce counters in OQL menu entries (support shortcuts)
2021-01-22 17:43:33 +01:00
Eric
306452679e
N°3294 - Introduce counters in OQL menu entries (add comment)
2021-01-22 17:24:26 +01:00
Molkobain
880b88a4ef
Code formatting
2021-01-22 17:20:08 +01:00
Molkobain
16dc6b36ba
Rename class to match used lib.
2021-01-22 17:20:08 +01:00
Molkobain
7e67661d5f
N°3649 - Activity panel: Improve ActivityPanel::IsCaseLogsSubmitAutonomous() robustness
2021-01-22 17:20:08 +01:00
Eric
397cd9b946
N°3294 - Introduce counters in OQL menu entries (fix typo)
2021-01-22 17:19:10 +01:00
Eric
3d29a1e894
Add UIBlocks to twig (Add... methods can be called by specifying their name in the parameters)
2021-01-22 17:16:56 +01:00
Eric
2d93879e7a
Add UIBlocks to twig (Add... methods can be called by specifying their name in the parameters)
2021-01-22 17:11:48 +01:00
Pierre Goiffon
4217fa8736
🔧 editor config : fix scss+twig indent
...
As decided during today's dev team meeting !
We had tab set in .editorConfig in those files, but most of the codebase had 2 spaces for scss and 4 spaces for twig => we decided to change .editorConfig rules to match existing code base
Also adds last PHPStorm version new options
2021-01-22 16:37:57 +01:00
Eric
ff69f9af89
N°3294 - Introduce counters in OQL menu entries (fix when org_id is empty)
2021-01-22 15:42:57 +01:00
Pierre Goiffon
1b2087e52e
N°3568 Backup various improvements
...
- fix path not displayed if not existing
- fix HTML code in warnings & errors
2021-01-22 12:19:52 +01:00
Molkobain
3b31a36473
Navigation menu: Better fix for the previous regression
2021-01-22 12:12:34 +01:00
Molkobain
43fdcab528
Navigation menu: Fix regression introduced in previous commit
2021-01-22 12:08:52 +01:00
acognet
49c2d0c10e
N°3528 - Finish silo selection migration
2021-01-22 12:02:44 +01:00
Eric
9db246eb42
N°3438 - Setup: Ignore vendor folder during setup extensions scan
2021-01-22 11:48:25 +01:00
acognet
f1cad5993b
N°3528 - Finish silo selection migration
2021-01-22 11:47:17 +01:00