SemanticExtraSpecialProperties icon indicating copy to clipboard operation
SemanticExtraSpecialProperties copied to clipboard

Provides extra special properties to Semantic MediaWiki.

Results 20 SemanticExtraSpecialProperties issues
Sort by recently updated
recently updated
newest added

### Setup and configuration - SMW version: 4.1.2 - SESP version: 3.0.4 - MW version: 1.40.0 - PHP version: 8.1.2 - DB (MySQL etc. and version): 10.6.12-MariaDB-0ubuntu0.22.04.1 ### Issue ```...

code quality

The Semantic property that holds the number of page views is incorrect for the most part. Page views only get updated when Semantic properties would get updated normally, page save...

This PR adds a new `Links to` property that records pages to which a page links. The namespaces where this property is allowed to be active can be configured using...

It would be nice to be able to display specific site statistics in a page or template. Mainly just the Page and Edit Statistics, but also some things like the...

### Issue The functions `Hooks::register` / `Hooks::isRegistered` / `Hooks::getHandlers` are soft-deprecated and going to emit warnings, see https://phabricator.wikimedia.org/T335536

Just for future ref, commit d2abfee broke BC, because it changed the translation of special properties. When someone use those translations in ask queries, changing them breaks everything (sesp-property-*). Maybe...

``` 1) SESP\Tests\HookRegistryTest::testInitExtension Failed asserting that two arrays are equal. --- Expected +++ Actual @@ @@ - 9 => '___NAMESPACE' ``` https://travis-ci.org/github/SemanticMediaWiki/SemanticExtraSpecialProperties/jobs/760311088#L2222

code quality

see https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/5461

code quality

### Setup and configuration - SESP: 2.x ### Issue - As noted in https://github.com/SemanticMediaWiki/SemanticExtraSpecialProperties/issues/108#issuecomment-466810974, ApprovedRevs properties should be removed to avoid storage conflicts (DBKey is referencing to the same `Approved...