Molkobain
a15cc8718e
N°3626 - Remove Attachment class from the "quick create" autocomplete
2021-03-15 15:56:36 +01:00
Molkobain
21321c0599
Fix regression introduced in 370c08cd
2021-03-15 15:48:37 +01:00
Pierre Goiffon
fccc57458c
N°3522 Fix IssueLog on Twig error in a Ajax context
2021-03-15 14:53:24 +01:00
Pierre Goiffon
8b47536835
N°3522 Handle twig errors nicely for AJAX calls
...
Whereas when called directly we are throwing an exception, in a Ajax context we are printing the error message and logging
2021-03-15 14:42:28 +01:00
Molkobain
8dd96ea636
Copyright year bump
2021-03-15 09:29:45 +01:00
Molkobain
04d7980789
N°3657 - Replace calls to deprecate jQuery methods (".keyup(callback)" to ".on('keyup', callback)")
2021-03-15 09:29:26 +01:00
Molkobain
370c08cd68
N°3657 - Replace calls to deprecate jQuery methods (".click(callback)" to ".on('click', callback)")
2021-03-15 09:29:09 +01:00
Molkobain
e143fa5e33
N°3657 - Replace calls to deprecate jQuery methods (".submit(callback)" to ".on('submit', callback)")
2021-03-15 09:28:44 +01:00
Molkobain
614ba55819
N°3657 - Replace calls to deprecate jQuery methods (".blur(callback)" to ".on('blur', callback)")
2021-03-15 09:28:22 +01:00
Molkobain
f1613c62a4
N°3657 - Replace calls to deprecate jQuery methods (".bind" and ".unbind")
2021-03-15 09:28:06 +01:00
Molkobain
ca7a9bdbe2
N°2847 - Fix (raw) text field size & style
2021-03-13 18:16:27 +01:00
Molkobain
1caa9a3e15
Code format on inputs
2021-03-13 18:01:53 +01:00
Molkobain
c3140c2db3
Copyright year bump
2021-03-12 18:48:46 +01:00
Molkobain
ebada5e866
N°2844 - Document file: Fix object details not displaying correctly
2021-03-12 18:32:56 +01:00
Molkobain
0902f2c32b
Update TODO
2021-03-12 18:04:11 +01:00
Molkobain
dfa85df39c
Set attribute: Fix items display
2021-03-12 16:31:06 +01:00
Molkobain
d175bca3cc
Set attribute: Fix field always displayed in error in edition
...
Note: As mentioned in the commit introducing this, this attribute type does not fit well in the error reporting mechanism
2021-03-12 14:21:19 +01:00
Molkobain
1aa61fe29b
N°3748 - Deprecation: old tooltip libs in the backoffice and the portal
2021-03-12 11:15:04 +01:00
Molkobain
c1eee655dd
Activity panel: Improve debug messages
2021-03-12 10:35:06 +01:00
Molkobain
6b8acc4b2f
Sample data: Add Lotfi and Nicolas, welcome aboard! 👋
2021-03-12 10:24:34 +01:00
Molkobain
4ab6ace9fd
Sample data: Format code
2021-03-12 10:20:32 +01:00
Molkobain
ed04836a8d
Sample data: Change Stephen's avatar and name
2021-03-12 10:06:06 +01:00
Molkobain
3e92e6675d
Sample data: Fix persons' email
2021-03-12 09:57:04 +01:00
Molkobain
2710f945d8
PHPDoc
2021-03-12 09:48:35 +01:00
Molkobain
bdc8fe9db3
Session messages: Introduce severity constants
2021-03-12 09:46:34 +01:00
Molkobain
33d72890fa
Fix warning session message colors
2021-03-12 09:35:54 +01:00
Molkobain
59b5092e3b
Login: Fix forms' inputs width (reset pwd & change pwd)
2021-03-12 09:21:55 +01:00
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