Eric
7107c2f616
N°3260 - Fix rendering of an ExternalField on a Text with XML content (format transitivity)
2020-09-02 18:15:31 +02:00
Eric
92e0f101d7
N°3260 - Fix rendering of an ExternalField on a Text with XML content (format transitivity)
2020-09-02 17:58:04 +02:00
Eric
7e0fbd8c25
revert file
2020-09-02 15:42:44 +02:00
Eric
9f592223d9
Add Cron info to the report
2020-09-02 14:41:06 +02:00
Molkobain
99fc41a0f8
PHPDoc & code cleanup
2020-09-02 12:01:35 +02:00
Eric
76fbd3790f
N°3123 - Update the list of required PHP extensions
2020-09-02 10:47:42 +02:00
Eric
d3b57c3bda
N°3111 - Fix Portal export
2020-09-01 17:17:01 +02:00
acognet
a61ffaf3c0
N°3184 - Upgrade JQuery UI (iTop 2.8)
2020-09-01 16:36:49 +02:00
acognet
29624bc5c5
N°3163 - Portal Filters doesn't work
2020-09-01 14:16:16 +02:00
acognet
d09f3f4f83
N°3149 - Change Color of Brick Search on Portail with extension Custom
2020-09-01 10:55:48 +02:00
acognet
cc6ab8a7b7
N°3184 - Upgrade JQuery UI (iTop 2.8)
2020-09-01 09:06:14 +02:00
acognet
432a565221
N°2508 - Include Obsolescence icon within list and autocomplete
2020-09-01 09:06:14 +02:00
acognet
f774a90b7e
N°3146 - Affichage des class user dans l'import CSV
2020-08-31 17:15:59 +02:00
acognet
fef8038f70
N°3261 - Configure this list : sort icon disappears when descending sort is selected
2020-08-31 15:11:47 +02:00
bruno-ds
7d8aaf91db
:greenheart: test readability
2020-08-31 14:48:49 +02:00
bruno-ds
2806a76c1d
:greenheart: test readability
2020-08-31 14:47:55 +02:00
Molkobain
eb99dc9f3f
Add Lucas Mindêllo de Andrade (a.k.a @rokam) to the contributors list, huge thank you!
...
Note: We start to put GitHub aliases next to the full name of contributors. If you want yours to be added/updated, just comment this commit 🖖
2020-08-31 13:17:47 +02:00
Lucas Mindêllo de Andrade
f59f2b2109
Update PT BR translations ( #159 )
...
* Correct threshold translation
* Better translation for closed requests
* itop-portal better translation
* Fixed typo
* Missing PT-BR translations
* Removed ~~ from translated messages
Co-authored-by: Lucas Mindêllo de Andrade <lucas.rokam@gmail.com >
2020-08-31 13:12:20 +02:00
Eric
328ec52c88
N°3162 - Remove default admin phone number (can be incompatible with validation pattern)
2020-08-31 11:38:24 +02:00
Molkobain
2840f6930b
N°2847 - Navigation menu: Fix newsroom icon color on hover
2020-08-28 22:15:47 +02:00
Molkobain
c50b6c806a
N°2847 - Navigation menu: Fix user picture size / position when image is taller than wide
2020-08-28 22:11:36 +02:00
odain
84cd18bcb8
💚 fix test to make conversion functions exist for any one found in datamodels files (itop pro version)
2020-08-28 21:05:04 +02:00
Molkobain
c2fcadd54d
N°2847 - Add optional user_id to CMDBChange
...
Important: This can make the setup / toolkit to take a very long time on large databases as the "priv_change" table is one of the largest. SQL queries to run and/or a migration tool will be provided when 2.8.0 will be released.
2020-08-28 19:46:40 +02:00
odain
26ba45a8da
💚 fix test to make conversion functions exist for any one found in datamodels files
2020-08-28 18:35:05 +02:00
Eric
70734e2b71
N°3188 - Fix LIfeCycle visualization details
...
Fix js broken by the fix of N°309
2020-08-28 17:28:52 +02:00
odain
4cc31bf941
💚 fix test to make conversion functions exist for any one found in datamodels files
2020-08-28 17:23:02 +02:00
odain
0d878a52a2
💚 fix test to make conversion functions exist for any one found in datamodels files
2020-08-28 16:48:04 +02:00
Eric
d1af851fcd
N°2591 - API : deprecate \CMDBObject::CheckUserRights
2020-08-28 14:48:00 +02:00
Eric
ec72d1c767
N°3078 - Fix error on login while in maintenance mode
...
Fix infinite loop on login failure
2020-08-28 14:26:42 +02:00
Molkobain
3add77308a
N°2847 - ActivityPanel: Fix entry's author info for CMDBChangeOp
2020-08-27 18:57:41 +02:00
Eric
bb892cc180
N°3078 - Fix error on login while in maintenance mode
2020-08-27 17:10:37 +02:00
Molkobain
d0ea3665be
PHPDoc & code cleanup
2020-08-27 16:37:18 +02:00
Molkobain
ae19737472
PHPDoc & code cleanup
2020-08-27 16:23:29 +02:00
Molkobain
4c236b4422
N°2847 - Breadcrumbs: Fix type hint in SetNewEntry ($aNewEntry can be null)
2020-08-27 16:15:07 +02:00
acognet
c4b7be5b6f
N°2522 - API : Deprecate SetupPage:log*
2020-08-27 11:17:42 +02:00
Eric
1afc6cd4c5
N°2363 - Fix typo
2020-08-27 10:50:34 +02:00
Eric
3b6a03d703
Fix warning if not countable
2020-08-27 09:57:00 +02:00
odain
a4842f9e5c
N°2996 - Remove iTop version from css-variable.scss
...
Fix PCRE non backward compatibility between PHP 7.2 and 7.3
2020-08-27 09:37:10 +02:00
Molkobain
0bef32cf8d
N°2847 - Alert & Panel: Add top spacing, fix border-radius and reorder some parts of the SCSS
2020-08-26 22:15:50 +02:00
Molkobain
825c70c001
Introduce type hinting in methods prototype (PHP >= 7.1)
2020-08-26 21:22:39 +02:00
Molkobain
77cd764b1c
PHPDoc & code cleanup
2020-08-26 21:22:25 +02:00
Molkobain
2864d48fa7
N°2847 - Flag TODOs as 2.8.0 so we don't forget any
2020-08-26 20:37:22 +02:00
Molkobain
b5c97e35bf
Add visibility to class constants (PHP >= 7.1)
2020-08-26 19:02:53 +02:00
odain
9a0d9d2c38
Merge branch 'feature/fast-theme-compilation2' into develop
...
N°2982 - speedup themes/scss compilation during setup
N°2996 - Remove iTop version from css-variable.scss
2020-08-26 17:59:31 +02:00
Molkobain
8bdaec0129
N°2847 - Alert & Panel: Improve factories, add color schemes, add visual tests
2020-08-26 17:45:22 +02:00
Molkobain
3b0ca9d771
N°2847 - Add "information" semantic to color palette, reorder colors like a rainbow 🌈
2020-08-26 17:45:22 +02:00
Molkobain
fa406c1f17
PHPDoc & code cleanup
2020-08-26 17:45:22 +02:00
odain
dd18430e70
remove GetCompiledModuleVersion deprecation
2020-08-26 16:33:49 +02:00
Molkobain
7f3c10b69d
Merge remote-tracking branch 'origin/develop' into feature/backoffice-full-moon-design
2020-08-26 16:09:23 +02:00
Molkobain
0a5e4effc0
N°2847 - Fix Html and Panel namespaces
2020-08-26 16:05:33 +02:00