Stephen Abello
bab2febb24
N°3530 Replace hardcoded newsroom message indicator and add tooltip when menu is collapsed
2021-03-17 17:35:16 +01:00
Eric
0da945ee29
N°3536 - Dashboard: Finish integration of in the TopBar
2021-03-16 18:28:18 +01:00
Pierre Goiffon
e49b0db58d
N°3522 Handle twig errors nicely
...
Revert what was done in c5021721 : I then added a panel to be rendered instead of throwing an Exception. This was done because the exception was displayed in a blank page... But this was caused simply by a missing `use Exception` !!
So now we're back at throwing an exception, so that the standard mechanism for throwing the error page is triggered.
Handling Twig recursion is mandatory, and done in the beginning of the \Combodo\iTop\Application\TwigBase\Twig\TwigHelper::RenderTemplate catch block to avoid adding on each stack level a useless exception.
2021-03-11 15:20:41 +01:00
acognet
710e6e49a8
Dict entries
2021-03-11 10:29:14 +01:00
Pierre Goiffon
c5021721c6
N°3522 Display error alert for twig rendering errors
2021-03-08 16:41:58 +01:00
acognet
7b4b9fb68c
N°2284 - Add tooltips on buttons in select and autocomplete box
2021-03-05 09:17:08 +01:00
Stephen Abello
45981c1941
N°3571 Handle errors in Audit Category and Audit Rule in audit page
2021-03-04 11:42:12 +01:00
bruno-ds
9cbaced1f3
Merge remote-tracking branch 'origin/support/2.7' into develop
...
# Conflicts:
# core/config.class.inc.php
# datamodels/2.x/itop-core-update/view/SelectUpdateFile.html.twig
# datamodels/2.x/itop-core-update/view/SelectUpdateFile.ready.js.twig
# setup/setuputils.class.inc.php
# test/setup/SetupUtilsTest.php
2021-03-02 14:34:19 +01:00
Stephen Abello
a850d3b67c
N°3571 Fix audit errors title
2021-03-02 12:09:29 +01:00
Stephen Abello
74a434ab04
N°3571 Migrate audit page to new style
2021-03-02 12:04:56 +01:00
Eric
39f30a059b
N°3739 - Change dashboard menu entries
2021-02-25 16:29:25 +01:00
Molkobain
8295920c3c
Preferences: Update translations
2021-02-24 17:01:12 +01:00
bruno-ds
9b7cd20d47
N°3473 - security hardening
2021-02-24 16:50:13 +01:00
Molkobain
cdfdfc75ab
Preferences: Regroup preferences relative to the UI into a single panel
2021-02-24 13:10:34 +01:00
bruno-ds
26bbdc1a57
Merge remote-tracking branch 'origin/support/2.7' into develop
...
# Conflicts:
# application/cmdbabstract.class.inc.php
# application/utils.inc.php
# dictionaries/en.dictionary.itop.core.php
# dictionaries/fr.dictionary.itop.core.php
# setup/setuputils.class.inc.php
2021-02-23 08:58:29 +01:00
Molkobain
9c0966ff42
Image attribute: Add upload button
2021-02-22 16:23:45 +01:00
bruno-ds
241bd1cdeb
N°3430 - code cleanup
...
- during the code review @dflaven preferred the reference rather than the return alternative
- typo
2021-02-22 09:43:42 +01:00
Molkobain
4d8930832e
N°3649 - Activity panel: Add concurrent lock mechanism
2021-02-19 12:34:42 +01:00
bruno-ds
83434b5506
N°3430 - add translations
2021-02-16 17:42:11 +01:00
bruno-ds
0b95220d1b
N°3466 - Add (missing) translations
2021-02-16 09:46:04 +01:00
Eric
9ed2127530
Add File Select widget
2021-02-09 17:24:27 +01:00
Molkobain
40c112d47a
N°3649 - Activity panel: Show confirmation dialog on multiple case logs entries submission
2021-02-08 12:24:04 +01:00
Molkobain
977d1d0246
N°3649 - Activity panel: Continue improvement following the alpha feedbacks
...
- Add possibility to choose which caselogs are displayed in any tab
- Change case log entry form submit button label from "Add entry" to "Save"
2021-02-08 12:24:02 +01:00
Molkobain
1f64e4eda4
Change dictionary for a simpler message
2020-12-23 10:54:53 +01:00
Pierre Goiffon
337aebfed9
N°3537 run_query : use panel for OQL error
2020-12-22 17:47:10 +01:00
Pierre Goiffon
96e7f57a34
Merge remote-tracking branch 'origin/support/2.7' into develop
...
# Conflicts:
# application/ajaxwebpage.class.inc.php
# application/csvpage.class.inc.php
# application/itopwebpage.class.inc.php
# application/webpage.class.inc.php
# application/xmlpage.class.inc.php
# core/config.class.inc.php
# css/css-variables.scss
# datamodels/2.x/version.xml
# pages/ajax.document.php
# pages/ajax.render.php
# pages/ajax.searchform.php
# sources/application/TwigBase/Controller/Controller.php
2020-12-10 18:08:11 +01:00
Stephen Abello
f28fc15a8d
N°2847 Replace Notifications page header by an Alert block
2020-12-03 15:04:56 +01:00
Pierre Goiffon
c117a23e0d
N°3227 For AttributeOQL add a new icon to pick a query from queries phrasebook
...
Add a new Query.is_template field (default value 'no') to filter queries usable as template.
Also lots of modifications in ExtKeyWidget, both JS and PHP objects :
* pass filter on dialog content generation (was using only targetClass, so search criteria weren't set - but search results were ok as they are made from another ajax query)
* fix loading still displayed after dialog close
* can now get the defined attribute value (was always returning the selected object id)
2020-12-01 09:40:55 +01:00
Pierre Goiffon
35215cf62f
🌐 Fix typo in comma (2 "m" !!)
2020-11-26 18:34:07 +01:00
Molkobain
7d0f1f46d3
N°2847 - ActivityPanel: Rework for new UX
...
- Add MetaModel::GetCaseLogs($sClass) function
- Rename ActivityNewEntryForm to CaseLogEntryForm
- Rework ActivityPanel and CaseLogEntryForm markup / CSS
- Change for 1 CaseLogEntryForm per tab (caselogs and activity) with specific "Add entry..." choices
2020-11-23 11:11:05 +01:00
acognet
f718b26b7b
N°2847 - Tranform old itop datatable to jquery DataTable
2020-11-04 13:36:20 +01:00
Stephen Abello
e22c36c503
N°2847 Add tooltip to user menu picture and rework these dictionary entries
2020-08-04 10:02:56 +02:00
Stephen Abello
ed1f3aa950
N°2847 Add bottom menu part :
...
* Notifications icon
* User icon
* Extended user data
Still todo:
* Initialize Newsroom and feed infos to template
* Initialize User popover menu
2020-08-03 17:07:21 +02:00
Eric
e564f71c14
N°2986 - Reintegrate application menus from "welcome itil" into application
2020-07-08 11:49:52 +02:00
acognet
0787c622d4
N°2738 - Remove unused dict keys
2020-07-06 13:43:46 +02:00
Thomas Casteleyn
23afee514d
🌐 Update nl.dictionary.itop.ui.php ( #125 )
2020-05-13 14:38:32 +02:00
Molkobain
6a50b55a2a
N°1598 - Improve user feedback on invalid transition: Display a better error message to the user in the portal
2020-05-06 16:58:25 +02:00
acognet
621295199c
N°1402 - Attribut File cannot be emptied Add a trash next to the name of the file
2020-04-06 16:36:46 +02:00
acognet
fc2fb235a2
N°1344 - Save without all mandatory attributes (ajax reload not finished)
2020-04-02 17:46:18 +02:00
jbostoen
5d4b9f4a89
🌐 Fix typos in English translation ( #123 )
2020-03-12 08:51:40 +01:00
xtophe38
de78963b30
Fix DataAdministration translation to be aligned with other menus
2020-02-06 14:25:52 +01:00
Molkobain
ac6e60f5a1
N°2595 - Reorganize admin. console menus: Change new menu groups IDs to avoid collision with existing extensions
2020-02-04 09:50:11 +01:00
bruno DA SILVA
015955f396
N°2306 - Security hardening
2019-12-30 17:31:50 +01:00
Eric
7c1a8c90da
N°2595 - Reorganize/rename admin. console menus
2019-12-11 13:59:31 +01:00
bruno DA SILVA
fe0bd1a4b8
n°524 - password policy
...
- translations added
- fields are now visible in the detail view
- minor translation modification for the User object
2019-11-28 08:52:02 +01:00
Eric
cdbcc9ce8c
N°2249 - Supportability - Updater module
2019-11-13 10:42:30 +01:00
Pierre Goiffon
8b37f503c7
N°1455 change hidden obsolete data message
2019-10-22 11:16:32 +02:00
Eric
36b325f71d
N°2517 - Supportability - OQL Explain
2019-10-17 11:06:31 +02:00
bruno DA SILVA
d71b3b1893
N°1455 - obsolescence: show hint in the search bar
2019-09-10 15:45:57 +02:00
Eric
e13bcba89a
N°2311 - Login Page extensibility (constant used for application name)
2019-09-10 13:42:37 +02:00