Molkobain
9daaf4a9f7
Code cleanup
2021-03-12 09:02:29 +01:00
Molkobain
40d002d9e8
N°3649 - Activity panel: Add notifications
2021-03-12 09:02:29 +01:00
Molkobain
3380b8896a
Fix UserRights::GetUserInitials() for login starting with a lower case letter
2021-03-12 09:02:29 +01:00
Molkobain
c1564fdcc6
Activity panel: Log debug message if an entry could not be created from a CMDBChangeOp
2021-03-12 09:02:29 +01:00
Molkobain
d7bab12542
Activity panel: Improve OQL to not process case log entries twice
2021-03-12 09:02:29 +01:00
Pierre Goiffon
21a6be1bda
🔊 N°3811 UI.php : update error log
...
We had 2 catch blocks that were doing almost the same thing... But the last IssueLog call !
Now we have only one catch block, and the last IssueLog call is for Debug instead of Error : ErrorPage::error is already doing IssueLog::Error, so those extra info are now logged only for debugging purpose (in the 'console' channel)
2021-03-11 15:21:32 +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
4932a2cfbd
N°2284 - Manage button Clear and add placeholder
2021-03-11 10:41:41 +01:00
acognet
e376f13263
N°3787 - Use data loader for auto refresh
2021-03-11 10:40:04 +01:00
acognet
fe5d5f3869
N°3648 - FIx size of DataTable
2021-03-11 10:32:52 +01:00
acognet
710e6e49a8
Dict entries
2021-03-11 10:29:14 +01:00
acognet
ba1cc00d03
N°3787 - Use data loader for auto refresh
2021-03-11 10:07:48 +01:00
Pierre Goiffon
bd7837b14c
N°3566 Hub connector migrate to UiBlock : launch page
...
Reset some iTop core styles to get back the previous rendering
Also use iTop classes for title and buttons
2021-03-10 18:15:14 +01:00
Pierre Goiffon
3ef307fada
🎨 HubConnectorPage : code formatting
2021-03-10 17:17:28 +01:00
Pierre Goiffon
979e73e376
N°3566 Hub connector migrate to UiBlock : deployed extensions page
...
Add Hub icon to the button 🤩
2021-03-10 17:02:27 +01:00
Pierre Goiffon
fe70db9af6
💡 PHPDoc : replace link by see
...
Thanks @Molkobain !
I wrote to much JavaDoc where it is the opposite :/
PhpDoc ref :
https://docs.phpdoc.org/3.0/guide/references/phpdoc/index.html
2021-03-10 15:59:33 +01:00
Pierre Goiffon
3501d39877
💡 N°3522 PHPDoc
2021-03-10 14:41:03 +01:00
Stephen Abello
233efa43c7
N°3560 Fix Impact analysis export popup menu
2021-03-10 11:24:03 +01:00
Stephen Abello
725e635016
N°3560 Fix Impact analysis focus indicator
2021-03-10 11:23:59 +01:00
Pierre Goiffon
a948c3c54e
N°3566 Hub connector migrate to UiBlock : deployed extensions page
...
Hub button is back between fieldsets. it is also now primary and has a specific css class applied
2021-03-10 11:15:42 +01:00
Pierre Goiffon
a763ecbfc5
N°3566 Hub connector migrate to UiBlock : deployed extensions page
...
Change layout when no Hub extension present
Use warning alert for the no extension message, split the corersponding dict key
2021-03-10 11:07:37 +01:00
Pierre Goiffon
fab1c0bcf8
N°3566 Hub connector migrate to UiBlock : deployed extensions page
...
Notable changes :
* extensions lists were originally UL/LI but I replaced them with Alert neutral, collapsed by default
* the "Get extensions from iTop Hub..." button was located between both fieldset. I moved it on top of the page, just below page title
2021-03-09 17:53:59 +01:00
odain
377120aead
fix merge
2021-03-09 15:48:34 +01:00
odain
577ae34b50
Merge branch 'support/2.7' into develop
2021-03-09 15:40:30 +01:00
Pierre Goiffon
fa7d316dbf
N°3803 Fix error when opening dashboard page with non admin user
2021-03-09 12:32:18 +01:00
odain
52cd4f7c5e
N°3788 - timeout/excessive duration during MTP - fix PostDbCreation
2021-03-09 11:44:25 +01:00
Pierre Goiffon
570b012000
N°3750 fix body data-ready-scripts attribute not visible
...
Was using .data() instead of .attr :(
Was already changed in 8efc688f for other attributes, but I forgot this one :/
2021-03-09 11:16:21 +01:00
Pierre Goiffon
9f06e82171
🎨 N°3566 Hub connector : code format
2021-03-09 09:56:06 +01:00
odain
995619af9b
N°3788 - timeout/excessive duration during MTP - increase timeout from 5 to 30s
2021-03-09 08:27:33 +01:00
odain
c842162fe2
N°3788 - timeout/excessive duration during MTP
2021-03-09 08:13:57 +01:00
acognet
0f3df3a436
N°3746 - Fix CSV export
2021-03-08 17:00:41 +01:00
Pierre Goiffon
c5021721c6
N°3522 Display error alert for twig rendering errors
2021-03-08 16:41:58 +01:00
Pierre Goiffon
1a3e8c59c7
💡 Update PHPDoc for enums in \Combodo\iTop\Renderer\BlockRenderer::RenderJsInline
2021-03-08 16:41:58 +01:00
Pierre Goiffon
210051c12d
💡 Update deprecated comment in SetupPage
...
Just removed the unnecessary "since"
See https://docs.phpdoc.org/latest/guide/references/phpdoc/tags/deprecated.html#deprecated
2021-03-08 16:41:58 +01:00
Pierre Goiffon
998c3208f6
RenderAllUiBlocks : new alert collapsible but not closable
2021-03-08 16:41:57 +01:00
Stephen Abello
9c8b2328db
N°3578 Display all attributes without pagination in datamodel viewer table
2021-03-08 16:15:18 +01:00
Stephen Abello
b300b76783
Add display options to static datatables
2021-03-08 16:15:17 +01:00
Stephen Abello
ef871fba7f
N°3515 Update some classes icon to match 3.0 UI
2021-03-08 16:15:17 +01:00
Eric
1f90ccdb1f
PHPDoc
2021-03-08 15:00:40 +01:00
odain
83f99642e0
N°3793 - Cleanup of orphan CMDBChange can hang the setup
2021-03-08 11:38:20 +01:00
acognet
5f217d75bb
N°3746 - Migrate modal to new UIBlock system
2021-03-05 17:43:45 +01:00
bruno-ds
ae6a264d6d
N°3671 - fix typo in HTTP header name
2021-03-05 16:57:03 +01:00
Stephen Abello
a4d8fb0b4c
Fix method name
2021-03-05 16:33:59 +01:00
Stephen Abello
fe0f57c00d
Correct type hint and update PhpDoc
2021-03-05 16:33:59 +01:00
acognet
57bd868580
N°3746 - Migrate modal to new UIBlock system
2021-03-05 14:57:51 +01:00
acognet
e1b50c1dcd
N°2844 - Fix Title display
2021-03-05 14:57:51 +01:00
Molkobain
256c01dff4
Panel: Fix panel icon being wrongly displayed as medallion when within a panel with in fact a medallion icon
2021-03-05 12:53:03 +01:00
Molkobain
085855cdc5
Revert fix for tooltips in AjaxPage as pages with "application/json" content type actually return the HTML templates... 🤦♂️ (eg. breaks the autocomplete results)
...
- Fix only for ext. key modal
2021-03-05 12:40:19 +01:00
Molkobain
bbbc5e966b
Fix tooltips not activated in AjaxPage
2021-03-05 12:33:24 +01:00
Molkobain
18d4685007
Code format
2021-03-05 12:29:57 +01:00