Commit 625f7b7
authored
For more details see https://issues.ibexa.co/browse/IBX-8534 and #456
Key changes:
* Removed deprecation from `SectionService::countAssignedContents` and `SectionService::count` methods, as they're used by AdminUI and there is no replacement for them
* Removed deprecation from `\Ibexa\Core\FieldType\Image\Value::fromString`
* Dropped \Ibexa\Core\Helper\FieldHelper::getFieldDefinition
* Dropped \Ibexa\Core\FieldType\StorageGateway
* Dropped \Ibexa\Contracts\Core\Persistence\Content\ContentInfo::STATUS_ARCHIVED
* Dropped \Ibexa\Contracts\Core\Persistence\Content\ContentInfo::$isPublished
* Dropped $name from bookmarks
* Dropped \Ibexa\Contracts\Core\Persistence\Content\Handler::loadRelations
* Dropped Identity contracts
* Injected TransactionHandler into repository
* Dropped imageValue::path
* Dropped imageValue::path
* Dropped \Ibexa\Core\FieldType\Image\Value::fromString
* Dropped \Ibexa\Contracts\Core\Persistence\Content\LoadStruct
* Dropped \Ibexa\Core\Persistence\Cache\PersistenceLogger::getCount
* Dropped \Ibexa\Contracts\Core\Repository\PasswordHashService
* Dropped Location::pathIdentificationString
* Dropped markSubtreeModified & updateSubtreeModificationTime
* Dropped \Ibexa\Contracts\Core\Persistence\FieldType\IsEmptyValue
* Dropped Indexer::createSearchIndex
* Dropped \Ibexa\Contracts\Core\Persistence\User\Handler::loadPoliciesByUserId
* Dropped \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Location\IsMainLocation::createFromQueryBuilder
* Dropped \Ibexa\Core\Repository\Helper\RoleDomainMapper
* Dropped Ibexa\Core\Repository\Helper\NameSchemaService
* Dropped \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Location\Priority::createFromQueryBuilder
* Dropped Location::SORT_FIELD_MODIFIED_SUBNODE
* Replaced abstract Criterion with CriterionInterface
1 parent ddc2855 commit 625f7b7
File tree
180 files changed
+578
-2108
lines changed- src
- bundle/Core
- ApiLoader
- Command
- EventListener
- Resources/config
- contracts
- Persistence
- Bookmark
- Content
- Location
- Trash
- FieldType
- User
- Repository
- Decorator
- Values
- Content
- Query/Criterion
- Location
- URLWildcard/Query
- Filter
- Trash/Query
- Search
- User
- lib
- Base/Container/ApiLoader
- Event
- FieldType
- Image
- Helper
- MVC/Symfony/FieldType/RelationList
- Persistence
- Cache
- Legacy
- Bookmark
- Gateway
- Content
- Location
- Gateway
- Trash
- Filter/Gateway/Content/Mapper
- User
- QueryType/BuiltIn
- Repository
- Helper
- Mapper
- Permission
- SiteAccessAware
- User
- Resources/settings/repository
- Search
- Common
- EventSubscriber
- Legacy/Content
- Common/Gateway
- CriterionHandler
- Gateway
- CriterionHandler
- Location
- Gateway
- CriterionHandler
- Location
- tests
- bundle/Core/EventListener
- integration/Core
- Persistence/Legacy
- Repository
- FieldType
- lib
- FieldType
- Helper
- Limitation
- Persistence
- Cache
- Legacy
- Bookmark
- Gateway
- Content
- Gateway
- Location
- Gateway
- _fixtures
- User
- Repository
- Decorator
- Service/Mock
- Values/Filter
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
180 files changed
+578
-2108
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
| |||
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
191 | 190 | | |
192 | 191 | | |
193 | 192 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
228 | 200 | | |
229 | | - | |
230 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
231 | 208 | | |
232 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
233 | 212 | | |
234 | 213 | | |
235 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
236 | 218 | | |
237 | 219 | | |
238 | 220 | | |
| |||
253 | 235 | | |
254 | 236 | | |
255 | 237 | | |
256 | | - | |
| 238 | + | |
257 | 239 | | |
258 | 240 | | |
259 | 241 | | |
| |||
278 | 260 | | |
279 | 261 | | |
280 | 262 | | |
281 | | - | |
| 263 | + | |
282 | 264 | | |
283 | 265 | | |
284 | 266 | | |
| |||
326 | 308 | | |
327 | 309 | | |
328 | 310 | | |
329 | | - | |
| 311 | + | |
330 | 312 | | |
331 | 313 | | |
332 | 314 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 22 | | |
32 | 23 | | |
33 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 15 | | |
25 | 16 | | |
26 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
| |||
59 | 56 | | |
60 | 57 | | |
61 | 58 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 59 | | |
72 | 60 | | |
73 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | 284 | | |
301 | 285 | | |
302 | 286 | | |
| |||
0 commit comments