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
Pierre Goiffon
a62a373f64
N°3200 ♻️ Refactor relations attcode list generation
...
The existing code was added in N°2334
Its generic part is now callable in the MetaModel::GetAttributeLinkedSetIndirectDatatableAttCodesToDisplay method
2023-01-04 16:23:52 +01:00
Pierre Goiffon
6b23171d65
N°3200 New "Filter list" icon in datatables
...
Every datatables will open its query in a new UI.php?operation=search page
2023-01-04 16:23:52 +01:00
Pierre Goiffon
09b69728a0
📝 Version history : highlight for major versions
2023-01-04 14:24:27 +01:00
Pierre Goiffon
bc0dbc7860
📝 Version history : add link to versions details on the wiki
2023-01-04 14:20:34 +01:00
Eric Espie
a693c343e8
N°4756 - Ease extensibility for CRUD operations : Reduce events after review
2023-01-04 14:18:01 +01:00
Eric Espie
cd17eb484a
N°4756 - Ease extensibility for CRUD operations : Reduce events after review
2023-01-04 12:23:23 +01:00
Vincent Dumas
259eb60f97
N°5841 - Non-admin managing User can't see Administrator by default ( #383 )
2023-01-03 14:08:28 +01:00
Eric Espie
1afa3e2003
Merge branch 'support/3.0' into develop
2023-01-03 08:52:10 +01:00
Eric Espie
df7d7c877d
N°5490 - PHP 8.0: Fix crash of bulk modify
2023-01-03 08:50:18 +01:00
Eric Espie
4c4d7c12e8
N°4756 - Ease extensibility for CRUD operations : Coherency in method parameters
2023-01-02 14:23:36 +01:00
Eric Espie
97c3cacfaa
N°4756 - Ease extensibility for CRUD operations : Pass DeletionPlan to EVENT_DB_CHECK_TO_DELETE
2023-01-02 14:20:17 +01:00
Eric Espie
98ec568788
N°4756 - Ease extensibility for CRUD operations : Events not sent in overridable methods
2023-01-02 14:06:02 +01:00
Eric Espie
626ba7ee66
📝 PHPDoc reworked packages
2022-12-30 14:17:57 +01:00
Eric Espie
3920f84f45
📝 PHPDoc reworked for auto-doc
2022-12-30 10:11:11 +01:00
Eric Espie
30d2557342
Merge branch 'support/3.0' into develop
2022-12-29 16:00:23 +01:00
Eric Espie
4bcad431aa
📝 Change packages for auto-documentation
2022-12-29 15:59:59 +01:00
Eric Espie
f3cea730af
Merge branch 'support/3.0' into develop
...
# Conflicts:
# application/applicationextension.inc.php
2022-12-29 14:40:26 +01:00
Eric Espie
5fe32aac15
Merge branch 'support/2.7' into support/3.0
...
# Conflicts:
# application/applicationextension.inc.php
2022-12-29 12:40:37 +01:00
Eric Espie
88d9a29599
📝 Change packages for auto-documentation
2022-12-29 12:38:31 +01:00
Eric Espie
92a36dcfdd
📝 Change packages for auto-documentation
2022-12-29 12:24:56 +01:00
Eric Espie
23b4d4cb6b
Merge branch 'support/2.7' into support/3.0
2022-12-28 09:52:52 +01:00
Eric Espie
b37e74b407
📝 Change packages for auto-documentation
2022-12-28 09:51:46 +01:00
Eric Espie
0fad249124
N°5564 - ⬆️ twig bump
2022-12-26 09:42:56 +01:00
Pierre Goiffon
94d7d94bff
💡 Fix PHPDoc in \ApplicationMenu::GetSubMenuNodes
2022-12-23 16:14:38 +01:00
Vincent Dumas
48645dd519
N°4852 - Navigation menu: Display "+" dict entries as a tooltip on sub-nodes ( #380 )
2022-12-23 15:48:52 +01:00
Stephen Abello
9df9077595
N°4737 - Adjust progress bar position in iTop hub connector
2022-12-23 15:45:58 +01:00
Stephen Abello
756241918e
N°4737 - Adjust button position in iTop hub connector
2022-12-23 15:44:22 +01:00
Stephen Abello
f819fdae98
N°5507 - Fix impact analysis page title when displaying "Depends on" graph
2022-12-23 15:09:13 +01:00
Stephen Abello
7127b192a2
N°5822 - Do not display the tab separator in scroll mode when there is only one tab
2022-12-23 14:28:22 +01:00
Eric Espie
1cac189077
N°4756 - Ease extensibility for CRUD operations : Fix CRUD after review
2022-12-23 10:37:08 +01:00
Eric Espie
0383fb124b
N°4756 - Ease extensibility for CRUD operations : Events renamed
2022-12-22 15:28:31 +01:00
Eric Espie
f378fd3d72
N°4756 - Ease extensibility for CRUD operations : Events renamed
2022-12-22 15:22:06 +01:00
Eric Espie
44fac686f9
N°4756 - Ease extensibility for CRUD operations : Events renamed
2022-12-22 15:16:52 +01:00
Molkobain
eff2afbc69
N°4756 - Improve PHPDoc and type hints
2022-12-22 10:25:24 +01:00
Molkobain
86b3129c08
N°4756 - Fix event listeners for modules
...
Counter part is that we can no longer fire events before MetaModel::Startup
2022-12-22 10:21:39 +01:00
Eric Espie
bdd5741290
N°4756 - Ease extensibility for CRUD operations : Protect against update loops
2022-12-22 08:56:40 +01:00
Eric Espie
53091fc5df
N°4756 - Ease extensibility for CRUD operations : 🌐 dictionaries
2022-12-21 09:03:16 +01:00
Eric Espie
06db3561dc
N°4756 - Ease extensibility for CRUD operations : Protect against update loops
2022-12-20 14:26:44 +01:00
Molkobain
5cb2f19ea0
N°4756 - Improve PHPDoc and type hints
2022-12-20 11:11:14 +01:00
Eric Espie
a668b92051
N°4307 - Add option verify_peer => not novalidatecert in SMTP
2022-12-20 10:27:41 +01:00
bdalsass
eda11e97e3
N°5074 - Linkset datatable actions row improvements
...
Linkset updates, feedbacks 09/12:
- Distinguish action label and tool tip message
- Change default action button label Ok => Confirm
- Use action label in place of default confirm button label
- Attach do not show again preference key to table instance
- Obsolescence flag for link selection (select all) issue correction
2022-12-20 10:10:25 +01:00
Molkobain
64146b6e1b
N°5655 - Add dedicated dict entries for bulk modify/delete actions on linksets
2022-12-20 09:43:25 +01:00
Eric Espie
7b85cb92b0
💡 phpdoc
2022-12-19 09:27:46 +01:00
Eric Espie
a28fcb7c8c
N°4756 - Ease extensibility for CRUD operations : Event Service - 💄 better model view display
2022-12-16 11:47:26 +01:00
Eric Espie
f8ec180a0f
N°4756 - Ease extensibility for CRUD operations : Event Service - 💚 Fix CI
2022-12-16 11:42:40 +01:00
Eric Espie
0810a113c1
N°4756 - Ease extensibility for CRUD operations : Event Service - Moved Events source code under sources/application/events
2022-12-16 11:30:00 +01:00
Eric Espie
1b4a21fafa
N°4756 - Ease extensibility for CRUD operations : Event Service - Moved Events source code under sources/application/events
2022-12-16 11:28:52 +01:00
Eric Espie
fae857175b
N°4756 - Ease extensibility for CRUD operations : Event Service - Changed CheckToWrite and CheckToDelete events and add two new events to set attributes flags
2022-12-16 11:07:41 +01:00
Eric Espie
9c21ca2ee6
💡 phpdoc @package ventilation and @api on methods
2022-12-16 11:03:15 +01:00