Commit b955476
authored
GLPI 10.0 compatibility (#462)
* GLPI 10.0 compatibility
- Permit installation on GLPI 10.0.x
- Replace deprecated usage of Html::autocompletionTextField()
- Fix DBmysqlIterator usage
- Fix showForm() signature
- Use same PHP minimal version as GLPI core
- Upgrade to symfony/yaml 5.4
- Remove deprecated usage of integer display width
- Use default GLPI charset/collation during install/update
- Force database dynamic row format
- Move fields display to a twig template
- Display YAML export button only on existing items, and move it in item toolbar
- Use default sign on primary/foreign keys
- $_SERVER['REQUEST_URI'] may be missing
- Try to use legit limits1 parent b099bdd commit b955476
File tree
16 files changed
+801
-344
lines changed- ajax
- front
- inc
- pics
- templates
16 files changed
+801
-344
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments