Guillaume Lajarige
f4f3c3bd37
Portal: Update table's filter hotkeys.
...
SVN:trunk[5607]
2018-04-04 15:01:36 +00:00
Pierre Goiffon
6b8d1b4b76
N°1041 add shortcut in submit button title
...
SVN:trunk[5567]
2018-03-29 09:17:12 +00:00
Pierre Goiffon
b219161011
N°1001 switch DB charset from utf8 to utf8mb4 to allow characters outside of the BMP
...
* use centralized constants instead of literal values in code
* remove config parameters 'db_character_set' and 'db_collation'
* always fix charset when creating/altering column
* backup : use utf8mb4 only for mysqldump >= 5.5.33 (was introduced in 5.5.3 but only available in 5.5.33 for programs)
SVN:trunk[5443]
2018-03-16 09:59:16 +00:00
Guillaume Lajarige
03a6473bd4
Update portal portugues (brazilian) translations thanks to Pedro Beck!
...
SVN:trunk[5404]
2018-03-09 13:51:14 +00:00
Vincent Dumas
d7c960e150
Enabling search and access control by organization on User class. Reworking fields displayed in Details and List as well.
...
SVN:trunk[5387]
2018-03-07 14:00:10 +00:00
Eric Espié
e66d577f21
N°478 - Customizable access to the 'Admin Tools'
...
SVN:trunk[5380]
2018-03-05 08:09:10 +00:00
Eric Espié
d65bd97956
N°478 - Customizable access to the 'Admin Tools'
...
SVN:trunk[5364]
2018-02-23 11:13:07 +00:00
Stephen Abello
9fee51bafb
jQuery modernization : included console's jquery/jquery-ui files in portal instead of its own files
...
SVN:trunk[5360]
2018-02-22 09:44:42 +00:00
Guillaume Lajarige
84b383154d
Update spanish translations (thanks to Miguel Turrubiates!)
...
SVN:trunk[5353]
2018-02-21 16:39:44 +00:00
Denis Flaven
bddba15403
Cleanup target build directory before building into it...
...
SVN:trunk[5345]
2018-02-13 11:01:11 +00:00
Denis Flaven
18a8e86b2a
Bug fixes:
...
- support an upgrade of a givne component (same directory in data/production-modules)
- deployment no longer blocked after a failed attempt (cleanup of the data/production-build-modules directory)
- load of the "structural data" of newly added extensions
Enhancements:
- All traces go to log/setup.log, and traces have been added to clearly identify the different phases of the deployment.
SVN:trunk[5341]
2018-02-12 12:31:20 +00:00
Denis Flaven
d5889a90d4
The Hub is alive ! Let's use the production URL.
...
SVN:trunk[5337]
2018-02-09 14:13:46 +00:00
Denis Flaven
abe67d9e4e
Added an extra safety check to detect inconsistencies between the added extensions and the choices made during the initial installation.
...
SVN:trunk[5318]
2018-02-09 08:43:42 +00:00
Vincent Dumas
741f44e8b7
dictionnary error 'criticity' replaced by 'criticality'
...
SVN:trunk[5317]
2018-02-08 15:57:57 +00:00
Pierre Goiffon
37232bc222
N°1260 every classes creating a mysqli instance now use a dedicated method in CMDBSource
...
SVN:trunk[5309]
2018-02-08 14:21:33 +00:00
Pierre Goiffon
d2f0deec9c
N°1260 Config : migrate DB* variables to the Get() model, create CMDBSource::InitFromConfig
...
SVN:trunk[5308]
2018-02-08 14:21:25 +00:00
Guillaume Lajarige
0254a75c95
N°1280 Upgrade Silex library to 2.2 (Which is possible as iTop 2.5 requirements are now PHP 5.6+!)
...
SVN:trunk[5305]
2018-01-31 13:37:51 +00:00
Guillaume Lajarige
f78c057b45
Portal: Fix user profile edition due to recent user rights changes.
...
SVN:trunk[5303]
2018-01-31 12:31:45 +00:00
Eric Espié
94d45fc77f
N°1248 - User Management Portal
...
* Added a new grant_by_profile category that allows to manage certain classes in addition to bizmodel with user profiles.
* The following classes have the new grant_by_profile category:
User, UserInternal, UserLocal, UserLDAP, UserExternal, URP_UserProfile, URP_UserOrg
* For these classes, it is possible to manage access rights with user profiles for non-administrators.
* For these classes, the default behavior of SELECT requests changes from allowed to forbidden.
* For user profiles, the default behavior '*' is limited to the bizmodel category to keep the previous behavior of profiles, i. e. for classes in the grant_by_profile category, rights (including READ) must be given explicitly.
* New constraints have been added, so only an administrator can manage (attach or detach) the 'Administrator' profile.
SVN:trunk[5298]
2018-01-30 15:17:51 +00:00
Guillaume Lajarige
d531ec846f
Portal: CSS Fixes (lack of consistency with border-radius)
...
SVN:trunk[5293]
2018-01-24 14:21:36 +00:00
Guillaume Lajarige
07849922b8
Code cleanup
...
SVN:trunk[5292]
2018-01-23 14:53:14 +00:00
Denis Flaven
63ba267da0
Bug fixes:
...
- properly detect missing dependencies when deploying extensions from the Hub (and not only when deploying a 2nd time an extension, cf bug n°1284).
- setup hangs when upgrading to 2.4.1 with some "old" extensions in the "extensions" folder.
SVN:trunk[5290]
2018-01-23 10:37:50 +00:00
Denis Flaven
c7c2f4a482
Bug fix: do not (try to) launch the backup if the backup detection told us that the backup is not possible!
...
SVN:trunk[5285]
2018-01-17 16:31:16 +00:00
Pierre Goiffon
e74b2e32c9
Remove file that do not belongs here
...
SVN:trunk[5282]
2018-01-17 14:49:54 +00:00
Guillaume Lajarige
e6ab3ac9f9
N°1277 Portal: Improve error reporting when user with no associated contact logs in the portal.
...
SVN:trunk[5276]
2018-01-17 12:31:05 +00:00
Denis Flaven
ae59780297
The Hub Connects !!
...
Adding iTop Hub Connector.
SVN:trunk[5270]
2018-01-17 10:04:33 +00:00
Pierre Goiffon
cbdafbf264
Exclude for itop-hub-connector
...
SVN:trunk[5268]
2018-01-17 09:02:46 +00:00
Guillaume Lajarige
76fa4a3090
Portal: Fix CSS for selected rows in dataTables tables
...
SVN:trunk[5266]
2018-01-16 16:59:36 +00:00
Guillaume Lajarige
896c6b79db
Internal: Portal code cleanup
...
SVN:trunk[5265]
2018-01-16 16:25:31 +00:00
Guillaume Lajarige
9d76ac96bc
N°984 Portal: Fix autocomplete field reset when changing value of parent field in request templates.
...
SVN:trunk[5261]
2018-01-16 15:37:28 +00:00
Guillaume Lajarige
3f2e20fe44
Portal: Change Ticket->public_log's flags in ev_reopen form. Now MUST_CHANGE instead of MUST_PROMPT.
...
SVN:trunk[5224]
2018-01-10 13:31:39 +00:00
Guillaume Lajarige
7f034f60d6
N°1254 Portal: Add CSS/JS hooks on object forms for the current state
...
- CSS class on <form> tag: form_object_state_<STATE_CODE>
- HTML attribute on <form> tag: data-object-state="<STATE_CODE>"
SVN:trunk[5209]
2018-01-08 12:09:35 +00:00
Guillaume Lajarige
c4cf10b6e6
N°1172.3 Portal: Objects and external keys in linkedsets (forms) now open in a modal dialog.
...
SVN:trunk[5207]
2018-01-08 11:36:22 +00:00
Pierre Goiffon
52a97db259
N°1253 Configuration editor : save/restore editor state on saving
...
SVN:trunk[5205]
2018-01-05 15:16:45 +00:00
Guillaume Lajarige
5cc39848ff
Typo
...
SVN:trunk[5201]
2018-01-04 10:55:14 +00:00
Guillaume Lajarige
b9d719d636
N°1194 Portal: Support for MUST_CHANGE flag on CaseLog attributes in transitions.
...
SVN:trunk[5199]
2018-01-04 10:38:47 +00:00
Guillaume Lajarige
71d9bb18e5
N°1172.2 Fix regression introduced in r5161 (Email notification crash because of portal urls)
...
SVN:trunk[5189]
2018-01-02 15:59:01 +00:00
Guillaume Lajarige
4b46b2776a
N°916 Fix impact analysis relation upstream description.
...
Description was unique for both directions. Now 2 separate entries are used 'Realtion:<RELATION_CODE>/<DIRECTION>Stream+'.
Translations for existing languages are already done.
SVN:trunk[5166]
2017-12-27 09:59:21 +00:00
Eric Espié
11ee5126ef
N°789 - Fix losing the additional links attributes values during impact analysis update
...
The issue was only visible when attributes were added to the links (FunctionalCIs and Contacts).
When a Ticket is modified, the impact analysis generate a new set of links for FunctionalCIs and Contacts.
If new attributes are added on links, the values were lost during the process.
Now existing links are kept along with the additional attributes values.
SVN:trunk[5162]
2017-12-22 13:09:21 +00:00
Guillaume Lajarige
37bdb1ba2f
N°1172 Portal: Objects and external keys in linkedsets (forms) now have hyperlinks if access is authorized regarding the user's scopes.
...
SVN:trunk[5161]
2017-12-21 08:31:32 +00:00
Guillaume Lajarige
0d439a08fc
Portal: Default brick icon classes were using a wrong constant and therefore not displaying correctly.
...
SVN:trunk[5150]
2017-12-05 10:24:02 +00:00
Guillaume Lajarige
f2f0badc77
N°1199 Fixed "Notice: undefined index 0" in the portal. UserRequest/Incident::ComputePriority() was failing when attributes impact had no value.
...
SVN:trunk[5147]
2017-12-01 15:41:52 +00:00
Eric Espié
c08edc207c
N°1190 - Better error reporting and disk cleanup.
...
SVN:trunk[5145]
2017-11-30 08:58:58 +00:00
Eric Espié
694da178c4
N°1191 - Wrong file name for backup check.
...
SVN:trunk[5143]
2017-11-30 08:48:59 +00:00
Guillaume Lajarige
b071f920e9
Portal: Typo in SCSS variable.
...
SVN:trunk[5140]
2017-11-25 14:53:20 +00:00
Guillaume Lajarige
72563d8ef1
Internal: Typos in XML comments.
...
SVN:trunk[5138]
2017-11-23 09:34:26 +00:00
Guillaume Lajarige
d7c78b3ce2
Portal: Updated SCSS to de-hardcode some values.
...
SVN:trunk[5134]
2017-11-20 14:29:40 +00:00
Guillaume Lajarige
28b3110895
N°1157 Portal: Exception raised in BrowseBrick when one of the levels had no scope.
...
SVN:trunk[5129]
2017-11-16 09:05:02 +00:00
Guillaume Lajarige
81d9071b01
N°634.3 Portal: Argh!! Secondary actions menu in BrowseBrick was broken due to previous CSS "fixes"...
...
SVN:trunk[5119]
2017-10-30 16:03:58 +00:00
Eric Espié
5bd30381cf
Core russian translation kindly provided by Vladimir Kunin.
...
SVN:trunk[5113]
2017-10-30 11:34:39 +00:00