odain
890a2568c8
N°8796 - Add PHP code style validation in iTop and extensions - format whole code base
2025-11-07 15:39:53 +01:00
Benjamin Dalsass
062d543b26
N°8148 - CAS problem when sending a link ending in & ( #722 )
...
N°8148 - CAS problem when sending a link ending in &
2025-06-30 14:19:33 +02:00
Eric Espie
aa55c2b30f
N°7997 - Sharing Base incompatible with iTop >= 3.1
2024-12-11 13:28:37 +01:00
Eric Espie
b7d14ca48e
N°7730 - code hardening
2024-08-26 13:55:03 +02:00
Molkobain
0f213b08a6
Merge remote-tracking branch 'origin/support/3.1' into support/3.2
2024-06-28 15:02:46 +02:00
Molkobain
3f997b416f
N°7313 - Revert "fix" as it breaks grouping on ext. keys, OQL functions and more
...
We keep the enhancements to the test framework though.
2024-06-28 14:54:51 +02:00
Molkobain
ad36066126
📝 Copyright year bump
2024-05-06 18:35:31 +02:00
jf-cbd
8305cfed24
Merge branch 'refs/heads/support/3.1' into support/3.2
2024-04-30 15:11:36 +02:00
jf-cbd
8c46c99ecc
N°7313 - Bad display of single quotes in charts
2024-04-30 15:04:28 +02:00
jf-cbd
0434579ef5
Merge remote-tracking branch 'refs/remotes/origin/support/3.1' into support/3.2
2024-04-24 17:11:19 +02:00
jf-cbd
59a955f491
🐛 N°7313 - Bad display of single quotes in charts ( #627 )
...
* 🐛 N°7313 - Bad display of single quotes in charts
* Fix and improve ItopCustomDatamodelTestCase
2024-04-24 17:03:47 +02:00
Molkobain
8c7b33fb06
N°7315 - Migrate relative images URLs to absolute ones in order to support pages on different depth levels
2024-03-05 21:55:00 +01:00
Benjamin Dalsass
34f0053db7
N°7059 - Symfony 6.4 - Add missing namespaces to match PSR-4 convention ( #589 )
2023-12-21 10:18:11 +01:00
Molkobain
83313ce1d5
N°6866 - Fix usages of hard-coded "listInObject" to \DisplayBlock::ENUM_STYLE_LIST_IN_OBJECT
2023-10-31 14:01:19 +01:00
Anne-Catherine
d797436786
N°6555 - Add class description in tooltip of Dashlet badge ( #504 )
...
cheery pick from branch develop due to target branch error
2023-08-31 14:55:06 +02:00
Molkobain
3c8bea8921
N°5945 - Fix "menu" option in dashlet list having no effect since relations refactoring
2023-06-28 10:11:51 +02:00
Molkobain
58a20e9a11
N°1646 - Fix crash in case no value return (real fix about to be discussed)
2023-06-13 09:36:30 +02:00
Molkobain
8304e4df00
N°6394 - Force header statistics to sort [meta]enums pills according to the datamodel instead of the selection order
2023-06-09 17:49:20 +02:00
Benjamin Dalsass
4264123ef6
N°6219 - 1:n Read: tooltip, modal title and message on Add-Edit-Remove-Delete
2023-06-02 08:08:29 +02:00
Benjamin Dalsass
31a96d24dd
N°6219 - 1:n Read: tooltip, modal title and message on Add-Edit-Remove-Delete
2023-05-31 10:10:02 +02:00
bdalsass
de35d941c1
N°6154 N°6219 - Relations Read - tooltip, confirmation title and message ( #486 )
...
N°6154 - n:n Read - tooltip, confirmation title and message on Add-Edit-Remove
N°6219 - 1:n Read: tooltip, modal title and message on Add-Edit-Remove-Delete
2023-04-28 14:43:53 +02:00
Molkobain
269c1bf005
N°5957 - Restore transition button on linksets even when only 1 element
...
Moreover a refactor of the way actions were added has been done to avoid duplication of code among the method.
2023-04-28 11:19:04 +02:00
Eric Espie
d8b21e11ed
N°6182 - Fix crash with UNION OQL queries when classes / aliases are different
2023-04-26 15:09:12 +02:00
Eric Espie
2e219e78c5
N°6182 - Fix crash with UNION OQL queries when classes / aliases are different
2023-04-25 15:30:34 +02:00
Molkobain
accd5670fe
N°5890 - Handle locked object properly in modals
2023-04-24 17:25:46 +02:00
acognet
3e6e3919fb
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-04-24 15:04:58 +02:00
acognet
d6e5069dd5
N°541 - Dashlets: Improve readability when to much labels (pie chart) or too long labels (bar chart)
2023-04-24 14:26:33 +02:00
Molkobain
c34bd42945
N°5957 - Introduce constants for DisplayBlock styles
2023-04-22 09:52:30 +02:00
Molkobain
f308d9b478
N°5957 - Relations: Refactor \DisplayBlock to correctly handle 'listInObject' style
2023-04-22 09:52:30 +02:00
Molkobain
aca46fb1d6
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# application/ui.linkswidget.class.inc.php
2023-04-20 17:41:40 +02:00
Molkobain
4560f751d1
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
...
# Conflicts:
# application/displayblock.class.inc.php
# application/itopwebpage.class.inc.php
# dictionaries/en.dictionary.itop.ui.php
# dictionaries/fr.dictionary.itop.ui.php
2023-04-20 12:53:12 +02:00
Molkobain
f026e6f4b8
N°6208 - Router: Move to Service folder
2023-04-20 09:41:12 +02:00
Molkobain
e3252da5a9
N°6208 - Router: Add mechanism to generate complete route URL from its code
2023-04-20 09:41:12 +02:00
Anne-Catherine
4e95ca3c7b
N°541 - Dashlets: Improve readability when to much labels (pie chart) or too long labels (bar chart) ( #452 )
...
* N°541 - Dashlets: Improve readability when to much labels (pie chart) or too long labels (bar chart)
2023-04-13 11:23:20 +02:00
Benjamin Dalsass
288641646c
N°6147 - Filter list : tooltip and new action
2023-04-12 07:53:12 +02:00
Molkobain
c767ebe989
📝 Copyright year bump
2023-03-17 18:28:47 +01:00
Pierre Goiffon
758933ae74
N°5849 use the new \utils::EscapedHtmlDecode method
2023-02-23 15:19:36 +01:00
bdalsass
86a208a86d
N°5904 - Use attribute linked set edit mode to enable actions in view (improvement)
2023-02-08 14:34:46 +01:00
Stephen Abello
0b1352fe37
N°5904 Move dict entries
2023-01-31 09:57:06 +01:00
acognet
e0cc00e772
N°5849 - Fix wrong encoding of external keys in "Header with statstics" dashlet - fix for 3.1
2023-01-30 17:29:51 +01:00
Molkobain
bddfa4cd7a
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-01-30 17:09:36 +01:00
Anne-Catherine
12ef74ec42
N°5849 - Fix wrong encoding of external keys in "Header with statstics" dashlet ( #384 )
...
N°5849 - Fix wrong encoding of external keys in "Header with statstics" dashlet #384
2023-01-30 16:06:10 +01:00
Molkobain
af2421a2cb
N°5905 - Move tab description to a tooltip on the panel's title instead of a big blue alert
2023-01-27 17:25:03 +01:00
Molkobain
f7e8bd31f5
N°5905 - Fix "+" button displayed twice on linksets with 1 item
2023-01-26 17:49:17 +01:00
Molkobain
2a825c6ba0
N°5905 - Fix "+" button displayed twice on linksets with no item
2023-01-26 11:03:01 +01:00
Molkobain
a10ac7fdcb
N°5905 - Harmonize how linksets are displayed part I
...
* Always display a table and its actions to ease link creation
* Display linkset description in an alert block
2023-01-24 21:12:49 +01:00
Stephen Abello
e1ffa65d8b
N°3136 - Add creation and modification of n-n objects in object details ( #378 )
...
* Rebase onto develop
* Use exit condition instead of englobing condition
* Add informative modals that can be called from modal toolbox
* Refactor "apply_modify" and "apply_new" into own controller, handle ajax requests with a json response and handle these responses in linkset creation/edition
* Fix merge issues
* Remove inverted condition
* Move linkset create button to a better place, still needs to fix duplicate "New" button caused by a refactor
* Handle "Cancel" button in modals
* Do not display relations when editing an object in a modal
* More elegant way to add "New" button to relations lists
* Factorize vertical highlights in alerts and modal in a single mixin
* Replace button name with dict entry code
* Change route name to snake case
* More elegant way to add "Create in modal" button to relations lists
* Replace triple if with in_array
* Move listener to body
* Rename variable to match boolean rules
* Rename event
* Rename extra param
* Add phpdoc
* Revert changes
* Check indirect linkset rights before allowing creation in modal
2023-01-18 13:35:48 +01:00
Pierre Goiffon
7305a30b50
N°3200 Remove "Filter list" icon
...
The link is still here but on objects total (see c693d03a )
2023-01-16 15:29:18 +01:00
Pierre Goiffon
25048ba0cc
N°3200 🎨 Replace !empty() by \utils::IsNotNullOrEmptyString
...
Thanks Molkobain !
2023-01-05 09:07:13 +01:00
Pierre Goiffon
4f7a1ea9da
N°3200 Datatable "filter list" icon : specific query for 1,n and n,n objects relations
...
This specific query passes attcodes list to display to UI.php, but this endpoint doesn't handle it yet. Adding this enhancements would require too much time for now (datatables legacy code), hopefully a refactoring work will be done soon and we'll get back to it !
Note that dedicated ContextTag is renamed from Search to ObjectSearch
2023-01-04 16:23:52 +01:00