@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DIProperty; |
6 | 6 | use SMW\SemanticData; |
7 | -use SMWDataItem as DataItem; |
|
8 | 7 | use SMWDIBlob as DIBlob; |
9 | 8 | use SESP\PropertyAnnotator; |
10 | 9 | use SESP\AppFactory; |
@@ -99,6 +99,10 @@ |
||
99 | 99 | } |
100 | 100 | } |
101 | 101 | |
102 | + /** |
|
103 | + * @param Registry $propertyRegistry |
|
104 | + * @param PropertyDefinitions $propertyDefinitions |
|
105 | + */ |
|
102 | 106 | private function addPropertyDefinition( $propertyRegistry, $propertyDefinitions, $definition, $aliases ) { |
103 | 107 | |
104 | 108 | $visible = isset( $definition['show'] ) ? $definition['show'] : false; |
@@ -3,9 +3,6 @@ |
||
3 | 3 | namespace SESP; |
4 | 4 | |
5 | 5 | use SMW\PropertyRegistry as Registry; |
6 | -use SMW\DataTypeRegistry; |
|
7 | -use SMW\DIProperty; |
|
8 | -use SMWDataItem as DataItem; |
|
9 | 6 | |
10 | 7 | /** |
11 | 8 | * @ingroup SESP |
@@ -5,9 +5,7 @@ |
||
5 | 5 | use ApprovedRevs; |
6 | 6 | use SESP\AppFactory; |
7 | 7 | use SESP\PropertyAnnotator; |
8 | -use SESP\DatabaseLogReader; |
|
9 | 8 | use SMW\DIWikiPage; |
10 | -use SMWDataItem as DataItem; |
|
11 | 9 | use SMW\DIProperty; |
12 | 10 | use SMW\SemanticData; |
13 | 11 | use Title; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use ApprovedRevs; |
6 | 6 | use SMW\DIProperty; |
7 | 7 | use SMW\SemanticData; |
8 | -use SMWDataItem as DataItem; |
|
9 | 8 | use SMWDITime as DITime; |
10 | 9 | use SESP\PropertyAnnotator; |
11 | 10 | use SESP\AppFactory; |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use SMWDIString as DIString; |
9 | 9 | use SESP\PropertyAnnotator; |
10 | 10 | use SESP\AppFactory; |
11 | -use LogReader; |
|
12 | 11 | use Title; |
13 | 12 | |
14 | 13 | /** |
@@ -5,12 +5,9 @@ |
||
5 | 5 | use MediaWiki\MediaWikiServices; |
6 | 6 | use SESP\AppFactory; |
7 | 7 | use SESP\PropertyAnnotator; |
8 | -use SESP\DatabaseLogReader; |
|
9 | -use SMWDataItem as DataItem; |
|
10 | 8 | use SMWDIString as DIString; |
11 | 9 | use SMW\DIProperty; |
12 | 10 | use SMW\SemanticData; |
13 | -use Title; |
|
14 | 11 | use User; |
15 | 12 | |
16 | 13 | /** |