-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add LinksTo Property #216
Conversation
939e19e
to
54b768f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #216 +/- ##
============================================
- Coverage 91.42% 90.19% -1.24%
- Complexity 357 368 +11
============================================
Files 35 36 +1
Lines 1015 1050 +35
============================================
+ Hits 928 947 +19
- Misses 87 103 +16 ☔ View full report in Codecov by Sentry. |
@JeroenDeDauw Hi there! It has been a while since the CR is addressed and would you be able to take a look at the patch again? |
@alistair3149 or @octfx please add documentation of the new feature at least here: https://github.com/SemanticMediaWiki/SemanticExtraSpecialProperties/blob/master/docs/configuration.md |
PR opened at #245 for documentation |
* docs: add _LINKSTO to configuration Follow up to #216 * style: fix various issues raised by phpcs
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
$sespgLinksToEnabledNamespaces
.Example:
$sespgLinksToEnabledNamespaces = [ 10, 838 ];
would activate theLinks to
property only on Template and Module namespaces.This PR includes: