Molkobain
778be8abce
N°4195 - Avoid dictionary entries to be added to the setup page as it breaks the fresh install
...
In fresh install there is no env-xxx yet, so when the setup tries to load the english dictionary from there it crashes.
In setup pages, all string are hard coded, no dictionary entries are available (yet)
2021-07-23 09:00:19 +02:00
Molkobain
0760adcef6
Object details: Fix status code being set to the color instead of the code
2021-07-22 18:12:11 +02:00
Pierre Goiffon
29ca291860
N°4192 Fix error on Contract classes object details
...
Was crashing on all classes without state attribute, or with state attribute nullable
2021-07-22 11:07:07 +02:00
Stephen Abello
93d0e4ae7c
Update jQuery datepicker z-index
2021-07-22 10:43:22 +02:00
Molkobain
61bc07b598
Add PHPDoc to explain behavior change (as in the migration notes)
2021-07-21 17:46:39 +02:00
Pierre Goiffon
00ee36f938
Merge remote-tracking branch 'origin/support/2.7' into develop
...
# Conflicts:
# README.md
2021-07-21 12:22:20 +02:00
Pierre Goiffon
1aa5185c93
Merge remote-tracking branch 'origin/support/2.6' into support/2.7
...
# Conflicts:
# README.md
2021-07-21 12:19:52 +02:00
Pierre Goiffon
834ac00d37
📝 README : update latest releases
...
Was made in #143 but on develop only, but we are still maintaining older branches !
2021-07-21 12:15:22 +02:00
Molkobain
957cb87b8d
N°3786 - Fix lock removal when leaving an object details page in edition
...
The main problem was WebPage::$a_scripts are now printed after the DOM when the mechanism actually prints some JS to redirect to another page immediately.
As there are a LOT of calls to WebPage::add_script(), we kept it to ensure the compatibility; and we add a new WebPage::add_early_script() for JS snippets that explicitly need to be execute before the DOM interpretation.
2021-07-20 20:13:44 +02:00
Eric
d0813f6607
N°4169 - Fix forms properties for designer
2021-07-20 17:49:30 +02:00
Stephen Abello
cf4673d284
Update precompiled stylesheets
2021-07-20 10:21:06 +02:00
Stephen Abello
e3422f5fd9
CSS improvements
2021-07-20 10:20:31 +02:00
Stephen Abello
d7a0878a39
Fix broken variables import in 3.0 themes
2021-07-20 10:04:12 +02:00
Molkobain
076f0e00a7
N°4178 - Stay on the same page when logging again from the "Login again" prompt
2021-07-18 22:58:33 +02:00
Molkobain
eb04ecb5b4
Fix new URL parameter being append after the '#' in CombodoGlobalToolbox.AddParameterToUrl
2021-07-18 22:37:01 +02:00
Molkobain
3323d5532b
JSDoc
2021-07-18 22:04:39 +02:00
Molkobain
d68d8204f2
N°4176 - Portal: Deprecate "AddParameterToUrl" function
2021-07-18 22:02:47 +02:00
Molkobain
4a50b95069
N°3924 - Fix misleading orphan activity entries when creating an object
2021-07-17 00:11:16 +02:00
Molkobain
fd9e4f413c
N°3924 - Fix missing activity panel on object details when cancelling transition form
2021-07-16 22:53:28 +02:00
Molkobain
dca3fc996c
N°3924 - Fix double encoding of the object name in transition page title
2021-07-16 22:39:15 +02:00
Molkobain
c58c1bbf1d
N°3924 - Fix notification link in activity panel not opening notifications tab
2021-07-16 22:29:54 +02:00
Molkobain
524919b946
N°4171 - Remove lock message from the log entry form when object is in edition
2021-07-16 20:13:49 +02:00
Molkobain
e15953524a
N°3786 - Add pause at the end of the page unload async request to follow the guideline used in N°2763
2021-07-16 20:08:25 +02:00
Molkobain
68f3c53faa
N°4171 - Concurrent lock: Fix expiration modal being duplicated sometimes
2021-07-16 16:44:35 +02:00
Molkobain
82e3ddaacd
N°4142 - Improve backoffice rendering by showing system avatar no matter what
2021-07-15 21:34:58 +02:00
Molkobain
dfbbee2a1c
N°4142 - Add config. param. to hide user avatars in the GUIs -mostly in logs- (backoffice, end-users portal, ...)
2021-07-15 21:23:20 +02:00
Molkobain
4843545171
N°4142 - Fix UserRights::GetUserPictureAbsUrl() returning user's placeholder picture for users with an unknown login
2021-07-15 17:33:38 +02:00
Molkobain
4e58b8616a
N°3203 - PHPDoc and small variable refactor
2021-07-15 17:31:30 +02:00
Molkobain
1a79dcd773
N°3203 - Portal: Fix image attribute of an object not authorized if object out of scope
2021-07-15 11:41:07 +02:00
Molkobain
a4104d4315
N°3539 - Remove viewport meta tag as we won't be able to make the backoffice responsive in 3.0
2021-07-15 09:09:47 +02:00
Molkobain
4e1db7d7e2
Merge remote-tracking branch 'origin/support/2.7' into develop
2021-07-13 11:44:42 +02:00
Molkobain
8e6379a112
Merge branch 'support/2.7.5' into support/2.7
2021-07-13 11:42:30 +02:00
Molkobain
da217a1cb3
N°4161 - Fix ManageBrick crash when no item listed
2.7.5-1
2021-07-12 18:10:22 +02:00
Pierre Goiffon
a683634a05
N°4126 Fix HTML escaped in \SetupUtils::CheckDbServer messages
...
As content is sent to JS returned to the AJAX request, we need to escape JS string delimiter (single quote)
We had previously a \utils::HtmlEntities call, but this isn't necessary as all content is generated internally, without calling any dict or extensibility interface.
2021-07-12 14:41:26 +02:00
Molkobain
2f1b5d2736
Fix typo in method parameter
2021-07-12 12:47:43 +02:00
Molkobain
c9bf784fce
Revert space introduced by 418312bca
2021-07-12 11:37:17 +02:00
Molkobain
4ef10ae7c9
PHPDoc
2021-07-12 10:58:38 +02:00
Molkobain
5174250ff1
N°3836 - Dashlet: Refactor part of the code to match conventions
2021-07-12 10:51:45 +02:00
Pierre Goiffon
7b6ac202c6
N°4518 Add config parameter to set platform as dev env ( #220 )
...
developer_mode.enabled, default value null
If true or false then will be used by \utils::IsDevelopmentEnvironment as return value, in all other cases will follow previous behavior
2021-07-12 09:27:36 +02:00
Molkobain
d960183403
Merge remote-tracking branch 'origin/support/3.0.0-beta2' into develop
2021-07-09 16:28:00 +02:00
Eric
ece3e0490d
N°3573 - Allow retrieving operation
...
(cherry picked from commit e6a38a8055 )
2021-07-09 15:24:20 +02:00
Eric
1562cb1f38
🎨 Allow tab stickiness for twig based extensions
...
(cherry picked from commit 1a7755365c )
2021-07-09 15:23:35 +02:00
Molkobain
11a22abfd5
SCSS: Fix horizontal scrollbars being ticker than vertical ones on webkit browsers
2021-07-09 12:52:32 +02:00
Stephen Abello
5254c9a633
N°3930 Fix dashlets select property with a set size
2021-07-08 10:32:41 +02:00
Stephen Abello
f7a35072f5
N°4075 Fix autocompletes in modals
2021-07-07 16:59:50 +02:00
Molkobain
b5f5780f35
Merge remote-tracking branch 'origin/support/3.0.0-beta2' into develop
...
# Conflicts:
# datamodels/2.x/itop-structure/precompiled-themes/fullmoon/main.css
# datamodels/2.x/itop-structure/precompiled-themes/test-red/main.css
2021-07-07 15:08:38 +02:00
Molkobain
f9064084f9
N°4130 - Activity panel: Remove edits and transitions from default filters on logs
2021-07-07 14:11:03 +02:00
Molkobain
67afbd1d8d
N°4146 - Fix crash on object deletion
2021-07-07 13:18:10 +02:00
Molkobain
d6b9172e26
N°4131 - Fix multiple "User disconnected" dialogs in the backoffice
...
(cherry picked from commit d8f36a8aa9 )
2021-07-07 09:32:01 +02:00
Molkobain
8e1e71c740
N°4109 - Fix JS message "Gateway timeout" / "Unauthorized" / "" being displayed on object details page
...
(cherry picked from commit e279799bf8 )
2021-07-07 09:31:53 +02:00