Pierre Goiffon
99b73fe1ee
🐛 N°4714 Restore ITOP_VERSION_NAME constant
...
Was removed by mistake on merge (627c0070 )
2022-01-27 08:57:19 +01:00
Stephen Abello
151f42ceef
N°4626 Fix backup error message not showing
2022-01-26 16:14:41 +01:00
Pierre Goiffon
627c0070c1
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
...
# Conflicts:
# core/config.class.inc.php
# setup/itopdesignformat.class.inc.php
2022-01-26 16:07:34 +01:00
Eric Espie
3a56824cde
N°4569 - Fix unit tests names
2022-01-26 16:02:07 +01:00
Pierre Goiffon
9b6f7d94f4
N°4714 Handle ITOP_CORE_VERSION update in .make/release/update-versions.php
2022-01-26 15:45:10 +01:00
Eric Espie
9a6d40e9db
N°4569 - Fix unit tests
2022-01-26 15:30:03 +01:00
Pierre Goiffon
64e8aa5fee
N°4714 New ITOP_CORE_VERSION constant
...
See following constants PHPDoc for information :
* core/config.class.inc.php ITOP_VERSION
* core/config.class.inc.php ITOP_CORE_VERSION
* setup/itopdesignformat.class.inc.php ITOP_DESIGN_LATEST_VERSION
2022-01-26 15:19:29 +01:00
Eric Espie
a839b1c4ae
N°4569 - Fix unit tests
2022-01-26 15:14:42 +01:00
Eric Espie
b58df7150f
N°4634 - Fix typo
2022-01-26 14:43:30 +01:00
Eric Espie
1cd230a543
N°4569 - Fix module XML migration during setup (fix _delta and list ids)
2022-01-26 14:39:47 +01:00
Eric Espie
fc47e031b6
N°4569 - Fix module XML migration during setup
2022-01-26 14:03:44 +01:00
Pierre Goiffon
477128ad53
💡 N°4023 More phpdoc on \DBObjectSearch::AddCondition
2022-01-26 13:58:49 +01:00
acognet
3b4ba2aafd
N°4634 - Missing class icone in predefined search
2022-01-26 12:51:39 +01:00
acognet
70f67068f4
N°4553 - Fix label size for "Greater/equals" in search for numeric attributes
2022-01-26 11:07:41 +01:00
acognet
4fec344799
N°4550 - Fix scroll bar in search for date attribute
2022-01-26 11:05:38 +01:00
Molkobain
cc5f7608e3
N°3861 - Dictionaries: Replace usages of hardcoded "iTop" string by ITOP_APPLICATION_SHORT constant
2022-01-26 10:28:47 +01:00
Eric Espie
468de06fe1
N°4569 - Fix deletion of light-grey theme for iTop 2.7 and older
2022-01-26 10:00:48 +01:00
acognet
aa20289dfe
N°4576 - issue with search date widget
2022-01-25 17:14:33 +01:00
acognet
4449fdbbc5
N°4311 - Bubble caselog : differences between console and portal for Agent Name
2022-01-25 15:35:52 +01:00
Stephen Abello
04a690caff
N°4696 Improve spacing between a fieldset and a field
2022-01-25 15:26:13 +01:00
Molkobain
0156eb0dda
Activity panel: Fix missing space in HTML markup
2022-01-25 13:29:43 +01:00
acognet
e8448332f4
N°4529 - Object list: Count in header not updated when refreshing through the icon
2022-01-25 10:24:44 +01:00
acognet
e8e6ceb29e
N°4529 - Object list: Count in header not updated when refreshing through the icon
2022-01-25 08:56:43 +01:00
Molkobain
1f42f897d8
N°4667 - Remove call to tooltip function
2022-01-25 08:55:49 +01:00
Pierre Goiffon
aa66bec783
💡 Add comment for the timezone config parameter
2022-01-24 15:54:42 +01:00
Pierre Goiffon
1da52a8517
Revert "dbtools report.php : compatibility with CLI + symlinks"
...
Woops pushed by mistake, sorry :/
This reverts commit cbd2181862 .
2022-01-24 14:22:01 +01:00
Pierre Goiffon
cbd2181862
dbtools report.php : compatibility with CLI + symlinks
2022-01-24 14:16:41 +01:00
Molkobain
102528195b
Fix typo, thanks to @jbostoen
2022-01-23 16:10:42 +01:00
Molkobain
7def094291
N°4705 - Fix newsroom messages not formatted correctly
2022-01-23 15:52:16 +01:00
acognet
ffb3edced5
N°4668 - Remove all deprecated function from iTopExtensions - ajax_page
2022-01-21 15:20:25 +01:00
acognet
17e8c53236
demove deprecated functions : replace ajax_page by AjaxPage
2022-01-21 11:52:02 +01:00
acognet
910638d93f
N°4667 - Remove call to tooltip function
2022-01-21 11:51:59 +01:00
acognet
d005ff0099
Remove deprecated functions : replace ormLinkSet::AddObject by ormLinkSet::AddItem
2022-01-21 11:51:57 +01:00
acognet
4fdf8803a5
Remove deprecied function $oField->Render replaced by $oField->RenderExpression()
2022-01-21 11:51:56 +01:00
acognet
06af788480
N°4622 - Advanced search: Fix dictionaries being retrieved by XHR calls
2022-01-21 11:51:54 +01:00
Molkobain
7aa1719514
N°4701 - Fix meta-enums labels being double encoded when displayed
2022-01-21 11:12:53 +01:00
Pierre Goiffon
81c0951c2a
N°4694 Fix ServiceSubcategory icon path in datamodel.itop-service-mgmt-provider.xml
...
Many thanks to hong on SourceForge (https://sourceforge.net/p/itop/tickets/2018/ )
2022-01-19 09:27:14 +01:00
Molkobain
89ecdeb13b
Code cleanup: Add missing quotes in selector
2022-01-17 19:03:05 +01:00
Pierre Goiffon
c6211cde09
Revert REST API init objects array ( #231 )
...
We didn't anticipated this was causing the REST API response to be changed for all consumers :
- before PR `"objects":null`
- after `"objects":[]`
We don't want that :/
We will instead fix collector-base (object of another PR, see #231 )
This reverts commit 7243da3576 .
This reverts commit 0940741568 .
2022-01-17 18:38:33 +01:00
acognet
739001eca4
Fix PHP comments
2022-01-17 09:18:36 +01:00
Pierre Goiffon
7243da3576
💚 Fix RestTest
...
When no objects to return, since #231 we are now getting `[]` instead of `null`
2022-01-17 08:24:10 +01:00
acognet
c9d547030f
Fix Get filter in DoAddObject
2022-01-14 15:34:24 +01:00
acognet
4923ac7015
N°4482 - Polishing : Export page
2022-01-14 11:52:55 +01:00
acognet
c1c264d6d8
Fix Get filter in DoAddObject
2022-01-14 11:03:19 +01:00
Thomas Casteleyn
0940741568
RestResultWithObjects : properly init objects array ( #231 )
2022-01-14 11:01:00 +01:00
annProg
041a938fc0
🐛 fix notice log when upload svg image
2022-01-14 10:24:37 +01:00
Stephen Abello
839048fab2
Merge branch 'support/2.7' into support/3.0
2022-01-14 10:22:48 +01:00
Stephen Abello
4180a41f27
N°4652 Better error message when XML node define fails from delta ( #256 )
...
N°4652 Add more details when trying to define an already existing XML node
Co-authored-by: Molkobain <guillaume.lajarige@combodo.com >
Co-authored-by: Pierre Goiffon <pierre.goiffon@combodo.com >
2022-01-14 10:20:46 +01:00
Stephen Abello
8ada56fc53
N°4652 Better error message when XML node define fails from delta ( #256 )
...
N°4652 Add more details when trying to define an already existing XML node
Co-authored-by: Molkobain <guillaume.lajarige@combodo.com >
Co-authored-by: Pierre Goiffon <pierre.goiffon@combodo.com >
2022-01-14 10:18:02 +01:00
Pierre Goiffon
6c5ca614e0
🔧 phpunit.xml restoring old style
...
Not enough time to work on this right now :(
Will be done with N°4660
2022-01-13 14:14:59 +01:00