Skip to content

Commit 5be624d

Browse files
committed
Merge branch 'develop' into feature/attributelinkedset/csv_export
# Conflicts: # core/spreadsheetbulkexport.class.inc.php # sources/Core/AttributeDefinition/AttributeLinkedSet.php
2 parents ba752ff + 5a2157b commit 5be624d

File tree

2,894 files changed

+118987
-65441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,894 files changed

+118987
-65441
lines changed

.doc/itop-version-history.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ gitGraph
102102
commit id: "2025-02-25 " tag: "3.2.1"
103103
commit id: "2025-04-08" tag: "3.2.1-1"
104104
commit id: "2025-08-19" tag: "3.2.2-1"
105+
checkout support/2.7
106+
commit id: "2025-10-07" tag: "2.7.13"
105107
```
106108

107109
To learn more, check the [iTop community versions history on the official wiki](https://www.itophub.io/wiki/page?id=latest:release:start).

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Any PRs not following the guidelines or with missing information will not be con
99
## Base information
1010
| Question | Answer
1111
|---------------------------------------------------------------|--------
12-
| Related to a SourceForge thead / Another PR / Combodo ticket? | <!-- Put the URL -->
12+
| Related to a SourceForge thread / Another PR / Combodo ticket? | <!-- Put the URL -->
1313
| Type of change? | Bug fix / Enhancement / Translations
1414

1515

.make/release/update.classes.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function UpdateFileContent($sVersionLabel, $sFileContent, $sFileFullPath)
199199
libxml_clear_errors();
200200
$oFileXml->formatOutput = true;
201201
$oFileXml->preserveWhiteSpace = false;
202-
$oFileXml->loadXML($sFileContent);
202+
$oFileXml->loadXML($sFileContent, LIBXML_BIGLINES);
203203

204204
$oFileItopFormat = new iTopDesignFormat($oFileXml);
205205

CONTRIBUTING.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@ You want to contribute to iTop? Many thanks to you! 🎉 👍
55
Here are some guidelines that will help us integrate your work!
66

77

8-
## Contributions
9-
10-
11-
```
12-
_ _ _ _ _ __ _
13-
| | | | __ _ ___| | _| |_ ___ | |__ ___ _ __ / _| ___ ___| |_
14-
| |_| |/ _` |/ __| |/ / __/ _ \| '_ \ / _ \ '__| |_ / _ \/ __| __|
15-
| _ | (_| | (__| <| || (_) | |_) | __/ | | _| __/\__ \ |_
16-
|_| |_|\__,_|\___|_|\_\\__\___/|_.__/ \___|_| |_| \___||___/\__|
17-
```
18-
This repository is part of Hacktoberfest. Contributions are welcome! Feel free to suggest improvements, add translation, fix bugs, or propose new features. Thank you for contributing !
198

209

2110
### Subjects

addons/userrights/userrightsprofile.class.inc.php

Lines changed: 185 additions & 260 deletions
Large diffs are not rendered by default.

app.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

application/DBSearchHelper.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* @copyright Copyright (C) 2010-2024 Combodo SAS
45
* @license http://opensource.org/licenses/AGPL-3.0
@@ -48,13 +49,12 @@ public static function AddContextFilter(?DBSearch $oSearch): void
4849
$oHKFilter->AddCondition_PointingTo($oFilter, $sHierarchicalKeyCode, TREE_OPERATOR_BELOW);
4950
$oSearch->AddCondition_PointingTo($oHKFilter, $sAttCode);
5051
}
51-
}
52-
catch (Exception $e) {
52+
} catch (Exception $e) {
5353
// If filtering fails just ignore it
5454
}
5555
}
5656
}
5757
}
5858
}
5959
}
60-
}
60+
}

application/application.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* @copyright Copyright (C) 2010-2024 Combodo SAS
45
* @license http://opensource.org/licenses/AGPL-3.0

0 commit comments

Comments
 (0)