Re: [SMW-devel] Help tracking down bug with SQLStore's QueryEngine

2020-01-23 Thread [[kgh]]
I guess always helps revealing what environment you use, e.g. PHP,
MariaDB, MW, SMW, etc. Cheers, Karsten

--
Karsten / MediaWiki and Semantic MediaWiki enthusiast / → 
https://professional.wiki/

Am 23.01.20 um 21:37 schrieb Mark A. Hershberger:
> While trying to my wiki, I ran into the following error:
>
> [95e3cb7152fc75e5d21f4193] /wiki/Main_Page RuntimeException from line 228 of 
> .../extensions/SemanticMediaWiki/src/MediaWiki/Database.php: A database error 
> has occurred. Did you forget to run maintenance/update.php after upgrading? 
> See: https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script
> Query: SELECT DISTINCT t0.smw_id AS id,t0.smw_title AS t,t0.smw_namespace AS 
> ns,t0.smw_iw AS iw,t0.smw_subobject AS so,t0.smw_sortkey AS 
> sortkey,t0.smw_sortkey FROM `wiki1smw_object_ids` AS t0 INNER JOIN 
> `wiki1smw_fpt_inst` AS t2 ON t0.smw_id=t2.s_id INNER JOIN `wiki1t3` AS t3 ON 
> t2.o_id=t3.id INNER JOIN `wiki1smw_fpt_inst` AS t4 ON t2.s_id=t4.s_id WHERE 
> ((t4.o_id='702993')) AND t0.smw_iw!=':smw' AND t0.smw_iw!=':smw-delete' AND 
> t0.smw_iw!=':smw-redi' ORDER BY t0.smw_sortkey ASC LIMIT 2005
> Function: SMW\SQLStore\QueryEngine\QueryEngine::getInstanceQueryResult
> Error: 1146 Table 'wiki_d.wiki1t3' doesn't exist (...)
>
> The problem, it looks like, is that the code in
> QuerySegmentListProcessor.php uses the table alias (t3 in this case) in
> place of the table itself.  I tried fixing this by altering the code so
> that $smwtable is is used instead of the alias[1], but the tests didn't
> pass.
>
> I wonder if anyone can help me understand this code better or fix the
> problem.
>
> Mark.
>
> Footnotes:
> [1]  
> https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/4445/commits/fb84812974229e30531c95d4e297cc24cc2442a9
>
>
>
> ___
> Semediawiki-devel mailing list
> Semediawiki-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/semediawiki-devel
>



___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 3.1.2 released

2020-01-12 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of Semantic
MediaWiki 3.1.2 as the third release to the Semantic MediaWiki 3.1 series.

It is a release delivering a bug fix, a convenience enhancement and
updated system message translations. See the RELEASE-NOTES [0] for
further information about this release.

Installing [1] and updating [2] is both easy and recommended. Thank you
for using Semantic MediaWiki.

Also a thank you to all people involved making this release possible. We
encourage your future involvement [3].

- The Semantic MediaWiki development team

[0] https://bit.ly/smw-312
[1] https://bit.ly/smw-install
[2] https://bit.ly/smw-upgrade
[3] https://bit.ly/smw-conribute

-- 
Karsten / MediaWiki and Semantic MediaWiki enthusiast / → 
https://professional.wiki/



___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 3.1.1 released

2019-11-17 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of Semantic
MediaWiki 3.1.1 as the second release to the Semantic MediaWiki 3.1 series.

It is a release delivering bug fixes. See the RELEASE-NOTES [0] for
further information about this release.

Installing [1] and updating [2] is both easy and recommended. Thank you
for using Semantic MediaWiki.

Also a thank you to all people involved making this release possible. We
encourage your future involvement [3].

- The Semantic MediaWiki development team

[0] https://bit.ly/smw-311
[1] https://bit.ly/smw-install
[2] https://bit.ly/smw-upgrade
[3] https://bit.ly/smw-conribute

-- 
Karsten / MediaWiki and Semantic MediaWiki enthusiast / → 
https://professional.wiki/



___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] Case on property labels

2019-10-11 Thread [[kgh]]
Hi,

have a look here [0] for more context. I think SMW should be stopped
from allowing lower case letters at the beginning. Probably a
convenience thing for users. If you define a property like this the
property page will still start with a capital letter and I guess this is
why you get the capital letter from the hook.

Cheers, Karsten


[0]
https://en.wikipedia.org/wiki/Wikipedia%3aPage_name#Technical_restrictions_and_limitations

Am 11.10.19 um 17:34 schrieb Sebastian Trueg:
> Hi again,
>
> since my last question was answered in virtually no time with a perfect
> result I am trying again for another problem I have:
>
> When and why exactly does SMW convert the first letter of my properties
> to upper-case?
>
> Say I define a property like "myProperty" and use it like so
>
> {{#set:myProperty=foobar}}
>
> Now I can perfectly query for that property:
>
> {{#ask:
> [[myProperty::foobar]]
> }}
>
> But when I look at the properties of the page in my hook via
> "SemanticData::getProperties" I get "MyProperty" instead, ie. an upper
> case "M". And of course the property page will also be
> "Property:MyProperty".
>
> I was not able to find anything in the documentation or even the code of
> SMW.
> Any hints?
>
> Regards,
> Sebastian
>

-- 
Karsten / MediaWiki and Semantic MediaWiki enthusiast / → 
https://professional.wiki/



___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Interlanguage Links (SBL) 2.0.0 released

2019-09-05 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 2.0.0 of the Semantic
Interlanguage Links (SIL) extension. [0]

This release brings support for extension registration mechanism meaning
that you will now have to invoke it by adding 'wfLoadExtension(
'SemanticInterlanguageLinks' );' to the "LocalSettings.php" file.

Note that this extension requires MediaWiki 1.31 and later, Semantic
MediaWiki 3.0 and later as well as PHP 7.0 and later.

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/sil-200

-- 
Karsten / MediaWiki and Semantic MediaWiki enthusiast / → 
https://professional.wiki/



___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 3.1.0 - first release candidate

2019-09-04 Thread [[kgh]]
Hello everyone,

we are happy to announce the availability of the first release candidate
for the upcoming Semantic MediaWiki 3.1.0 release: [0]. Note that this
is a development version not to be used in production.

Semantic MediaWiki 3.1.0 will be a major release bringing a lot of new
features and improvements as well as bug fixes, most notably:

* Support for property constraint schemas
* Support for annotation value sequence maps
* Support for tracking attachment links
* Improved dependency links validation and invalidation
* ElasticStore replication monitoring
* General performance improvements

See the preliminary release notes [1] for this and for much more
information on the features, enhancements, changes and fixes this
release will bring.

Note that Semantic MediaWiki 3.1.0 will drop support for PHP 5.6 and
lower as well as MediaWiki 1.30 and lower. See also the compatibility
notes [2] for detailed information.

This release candidate is meant to gather feedback and to allow you to
do testing against the new version. You can try out the new features on
the Semantic MediaWiki sandbox wiki [3], or upgrade your own test wiki.
If you find any issues, please report them on our issue tracker: [4].

To update Semantic MediaWiki, change the version specified in your
"composer.local.json" file to "~3.1@..." and run "composer update
--no-dev". Remember to also update your database afterwards by running
"update.php" due to schema changes and new database tables. Also rebuild
your data by running "rebuildData.php" after this.

Thank you for testing this release candidate.

- The SMW development team

[0] https://bit.ly/smw-310rc1tag
[1] https://bit.ly/smw-310rc1
[2] https://bit.ly/smw-310rc1compat
[3] https://bit.ly/sbsmworg
[4] https://bit.ly/issuessmworg

-- 
Karsten / MediaWiki and Semantic MediaWiki enthusiast / → 
https://professional.wiki/



___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 3.0.2 released

2019-04-11 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of Semantic
MediaWiki 3.0.2 as the third release to the Semantic MediaWiki 3.0 series.

It is a release providing mostly bugfixes. See the RELEASE-NOTES [0] for
further information about this release.

Installing [1] and updating [2] is both easy and recommended. Thank you
for using Semantic MediaWiki.

Also a thank you to all people involved making this release possible. We
encourage your future involvement [3].

- The Semantic MediaWiki development team

[0] https://bit.ly/smw-302
[1] https://bit.ly/smw-install
[2] https://bit.ly/smw-upgrade
[3] https://bit.ly/smw-conribute


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Result Formats 3.0.1 released

2019-03-28 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of Semantic Result
Formats 3.0.1.

This release brings security fixes to the "filtered" format as well a
bug fix to the "listwidget" format. See the RELEASE-NOTES for all
changes provided with this release. [0] You are advised to update
without delay.

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/srf-301


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Meta Tags (SMT) 2.0.0 released

2019-01-29 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 2.0.0 of the Semantic
Meta Tags (SMT) extension. [0]

This release brings support for the extension registration mechanism
meaning that you will now have to invoke it by adding "wfLoadExtension(
'SemanticMetaTags' );" to the "LocalSettings.php" file.

Note that this extension requires MediaWiki 1.27 and later, Semantic
MediaWiki 3.0 and later as well as PHP 5.6 and later.

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The Semantic MediaWiki development team

[0] https://bit.ly/smt-200


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Compound Queries (SCQ) 2.0.0 released

2019-01-29 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 2.0.0 of the Semantic
Compound Queries (SCQ) extension. [0]

This release brings support for extension registration mechanism meaning
that you will now have to invoke it by adding "wfLoadExtension(
'SemanticCompoundQueries' );" to the "LocalSettings.php" file.

Note that this extension requires MediaWiki 1.27 and later, Semantic
MediaWiki 3.0 and later as well as PHP 5.6 and later.

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The Semantic MediaWiki development team

[0] https://bit.ly/scq-200


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 3.0.1 released

2019-01-25 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of Semantic
MediaWiki 3.0.1 as the second release to the Semantic MediaWiki 3.0 series.

It is a release providing more flexibility for different setups.
Moreover it brings an improvement for users of large relational
databases as well as further enhancements. Last but not least it also
delivers bug fixes. See the RELEASE-NOTES [0] for further information
about this release.

Installing [1] and updating [2] is both easy and recommended. Thank you
for using Semantic MediaWiki.

Also a thank you to all people involved making this release possible. We
encourage your future involvement [3].

- The Semantic MediaWiki development team

[0] https://bit.ly/smw-301
[1] https://bit.ly/smw-install
[2] https://bit.ly/smw-upgrade
[3] https://bit.ly/smw-conribute


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Extra Special Properties (SESP) 2.0.0 released

2018-10-12 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 2.0.0 of the Semantic
Extra Special Properties (SESP) extension. [0]

This release brings support for extension registration mechanism meaning
that you will now have to invoke it by adding 'wfLoadExtension(
'SemanticExtraSpecialProperties' );' to the "LocalSettings.php" file.
Moreover it offers support for several new special properties to wikis
using the Approved Revs extension and more user related special
properties as well as other improvments and bug fixes.

The configuration parameter names were renamed (#105). See the migration
guide for a concise overview of the changes recommended to be done in
your configuration right after the update. [1]

Note that this extension requires MediaWiki 1.27 and later (new),
Semantic MediaWiki 3.0 and later (new) as well as PHP 5.6 and later (new).

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/sesp-200
[1] https://bit.ly/sesp-200-m


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Result Formats 3.0.0 released

2018-10-12 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 3.0.0 of the Semantic
Result Formats (SRF) extension. [0]

This release brings support for extension registration mechanism meaning
that you will now have to invoke it by adding 'wfLoadExtension(
'SemanticResultFormats' );' to the "LocalSettings.php" file. Moreover it
offers the refactored and overhauled formats "filtered" and "vcard" as
well as bug fixes.

Note that this extension requires MediaWiki 1.27 and later (new),
Semantic MediaWiki 3.0 and later (new) as well as PHP 5.6 and later (new).

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/srf-300


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 3.0.0 released

2018-10-12 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of the Semantic
MediaWiki 3.0.0 release: [0]. It is an epic release bringing a lot of
new features and improvements as well as bug fixes.


## Version highlights

– Rework of the list formats as well as the template format which is now
called plainlist and used by default

– Several user interface changes to make them more intuitive and
mobile-friendly:
= Special page "Ask". It also comes with an input assistance on input
fields, a comprehensive input help (cheat sheets) and a compact view
= Special page "Browse". It also allows for the grouping of properties
= Special page "Types". The overview also includes brief datatype
descriptions
= Special page "SemanticMediaWiki". Additionally many feature pages are
provided including a tabbed view and many additional feature pages
= Property and Concept pages including a tabbed view

– Integration in special page "Search" was extended including an input
assistance on fields and the option of adaptable search profiles

– Local-specific (ICU) sorting and collation is now possible for pages
as well as values of datatype "Page"

– Query syntax was extended in many ways by:
= query markers (@deferred, @control, @annotation)
= query conditions (+depth, in:, phrase:)
= query printouts (+width=)

– Possibility to restrict query execution of expensive inline queries
whereas you may define what expensive means in your setup

– The table format was enhanced by datatable classes

– New create protection feature as part of the authority mode

– New namespace "smw/schema" allowing to define schemas for several
purposes including search profiles for special page "Search"

– New API modules "smwbrowse" and "smwtask" were added and further API
module improvements were made

– ElasticStore introduced as an still experimental alternative backend

– Several general performance improvements

– New datatype "Keyword"


See the release notes [1] for these changes and for much more
information on the many features, enhancements, changes and fixes this
release additionally brings to you. We recommend to allow some time to
explore everything about this new release.

Note that the documention on the Semantic MediaWiki is still work in
progress. However all changes documented in the release notes are
referenced to the respective pull requests which already contain consise
information about the accompanying changes.
 

## Compatibility changes

Semantic MediaWiki 3.0.0 dropped support for PHP 5.5 and lower as well
as MediaWiki 1.26 and lower. See also the compatibility notes [2] for
detailed information.


## Installing and upgrading

After backing up your database just update the version in your
"composer.local.json" file to "~3.0" and run "composer update --no-dev".
Remember to also update your database afterwards by running "update.php"
due to schema changes and new database tables. This is followed by
rebuilding the stored data by running "rebuildData.php". Note that
running the schema update may take quite some time as well as rebuilding
the stored data. If you would like to install Semantic MediaWiki you can
follow the installation instructions: [3].


## Contributors

At this point we would like to thank all people involved for their
incredible work making this release possible:

James Hong Kong, translatewiki.net and the translator community, Karsten
Hoffmeyer, Jeroen De Dauw, Stephan Gambke, Kumioko, Iván, Zoran Dori,
James Montalvo, Máté Szabó,
Jaider Andrade Ferreira, Josef Konrad, TK-999, Amir E. Aharoni, C. Scott
Ananian, Kunal Mehta, Peter Grassberger, Prateek Saxena, Stephan, Thiemo
Kreuz, Timo Tijhof, Toni Hermoso Pulido, ka7, matthew-a-thompson, salle,
غلامحسین حق دوست.

We also encourage your continued participation: [4].


A big thank you to all of you for using Semantic MediaWiki. We wish you
a pleasant time and a lot of success doing so.

- The SMW development team

[0] https://bit.ly/smw-300-tg
[1] https://bit.ly/smw-300-rn
[2] https://bit.ly/smw-300-c
[3] https://bit.ly/smw-300-i
[4] https://bit.ly/smw-300-p


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Meta Tags (SMT) 1.5.0 released

2018-10-09 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 1.5.0 of the Semantic
Meta Tags (SMT) extension. [0]

This release mainly brings support for the upcoming Semantic MediaWiki
3.0.0 release.

Note that this extension requires MediaWiki 1.27 and later, Semantic
MediaWiki 2.5 and later (new) as well as PHP 5.6 and later (new).

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/smt-150


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Compound Queries (SCQ) 1.2.0 released

2018-10-09 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 1.2.0 of the Semantic
Compound Queries (SCQ) extension. [0]

This release mainly brings support for the upcoming Semantic MediaWiki
3.0.0 release.

Note that this extension requires MediaWiki 1.27 and later (new),
Semantic MediaWiki 2.5 and later (new) as well as PHP 5.6 and later (new).

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/scq-120


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Interlanguage Links (SIL) 1.5.0 released

2018-10-09 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 1.5.0 of the Semantic
Interlanguage Links (SIL) extension. [0]

This release brings support for the upcoming Semantic MediaWiki 3.0.0
release and code improvements.

Note that this extension requires MediaWiki 1.27 and later, Semantic
MediaWiki 2.5 and later (new) as well as PHP 5.6 and later (new).

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/sil-150


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Breadcrumb Links (SBL) 2.0.0 released

2018-10-08 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 2.0.0 of the Semantic
Breadcrumb Links (SBL) extension. [0]

This release brings support for extension registration mechanism meaning
that you will now have to invoke it by adding 'wfLoadExtension(
'SemanticBreadcrumbLinks' );' to the "LocalSettings.php" file.

Note that this extension requires MediaWiki 1.27 and later, Semantic
MediaWiki 2.5 and later as well as PHP 5.6 and later.

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/sbl-200


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Cite (SCI) 2.0.0 released

2018-10-08 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 2.0.0 of the Semantic
Cite (SCI) extension. [0]

This release brings support for extension registration mechanism meaning
that you will now have to invoke it by adding 'wfLoadExtension(
'SemanticCite' );' to the "LocalSettings.php" file. Moreover it offers
some improvements regarding the display, i.e. highlighting of the
citation targets and adaptable links to citation resources.

Note that this extension requires MediaWiki 1.27 and later (new),
Semantic MediaWiki 2.5 and later as well as PHP 5.6 and later (new).

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/sci-200


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Scribunto (SSC) 2.0.0 released

2018-10-05 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 2.0.0 of the Semantic
Scribunto  (SSC) extension. [0]

This release brings support for extension registration mechanism meaning
that you will now have to invoke it by adding 'wfLoadExtension(
'SemanticScribunto' );' to the "LocalSettings.php" file.

Note that this extension requires MediaWiki 1.27 and later, Semantic
MediaWiki 2.4 and later as well as PHP 5.6 and later (new).

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/ssc-200


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Forms Select (SFS) 3.0.0 released

2018-10-05 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 3.0.0 of the Semantic
Forms Select (SFS) extension.

This release brings support for recent versions of the Page Forms
extension as well as bug fixes and new features for better experience. [0]

Note that this extension requires MediaWiki 1.27 and later, Semantic
MediaWiki 2.5 and later (new), Page Forms 4.0.2 and later as well as PHP
5.6 and later (new).

Thanks go to all people involved, most notably Alexander Gesinn and Toni
Hermoso Pulido, making this release possible. We also encourage your
continuous involvement.

- The SMW development team

[0] https://bit.ly/sfs-300


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 3.0.0 - second release candidate

2018-10-02 Thread [[kgh]]
Hello everyone,

we are happy to announce the availability of the second release
candidate for the upcoming Semantic MediaWiki 3.0.0 release: [0]. Note
that this is a development version not to be used in production.

At this point we would like to send a big thank all testers for their
great work testing and reporting issues.

Semantic MediaWiki 3.0.0 will be an epic release bringing a lot of new
features and improvements as well as bug fixes, most notably:
* ElasticStore as an alternative backend
* Rework of the list formats as well as the template format which is now
called plainlist
* Several user interface changes to make them more intutive and
mobile-friendly:
** Special:Ask including input assistance on input fields and
comprehensive input help (cheat sheet)
** Special:Browse including grouping of properties
** Property and Concept pages including a tabbed view
** Special:Types including brief datatype descriptions
** Special:SemanticMediaWiki including tabbed view and many additional
feature pages
* Special:Search integration extended including a new search profile
* Extension of the query syntax by:
** query markers (@deferred, @control, @annotation)
** query conditions (+depth, in:, phrase:)
** query printouts (+width=)
* Possibility to restrict query execution
* Extension of the table format by datatable classes
* New create protection feature
* New namespace "smw/schema" allowing to define schemas for several purposes
* New API modules "smwbrowse" and "smwtask" and further API module
improvents
* General performance improvements

See the preliminary release notes [1] for this and for much more
information on the features, enhancements, changes and fixes this
release will bring.

Note that Semantic MediaWiki 3.0.0 will drop support for PHP 5.5 and
lower as well as MediaWiki 1.26 and lower. See also the compatibility
notes [2] for detailed information.

This release candidate is meant to gather feedback and to allow you to
do testing against the new version. You can try out the new features on
the Semantic MediaWiki sandbox wiki [3], or upgrade your own test wiki.
If you find any issues, please report them on our issue tracker: [4].

Currently the translation status of the system messages provided by
Semantic MediaWiki is rather challanging [5]. If you are proficient in a
language you may help translating Semantic MediaWiki at
translatewiki.net [6]

To update Semantic MediaWiki, change the version specified in your
"composer.local.json" file to "~3.0@rc" and run "composer update
--no-dev". Remember to also update your database afterwards by running
"update.php" due to schema changes and new database tables. Also rebuild
your data by running "rebuildData.php" after this.

Thank you for testing this release candidate.

- The SMW development team

[0] https://bit.ly/smw300rc2tag
[1] https://bit.ly/smw300rc2
[2] https://bit.ly/smw300rc2compat
[3] https://bit.ly/sbsmworg
[4] https://bit.ly/issuessmworg
[5] https://bit.ly/smwts300rc2
[6] https://bit.ly/translatesmw


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] [Semediawiki-user] Semantic MediaWiki 3.0.0 - first release candidate

2018-09-22 Thread [[kgh]]
Heiya,

propably you feel the same ennui and fatigue as I do when looking at
this rigorously reformatted e-mail. On the other hand this is probably a
mail condidate which obviously failed. So let my try again
:

Hello everyone,

we are happy to announce the availability of the first release candidate
for the upcoming Semantic MediaWiki 3.0.0 release: [0]. Note that this
is a development version not to be used in production.

Semantic MediaWiki 3.0.0 will be an epic release bringing a lot of new
features and improvements as well as bug fixes, most notably:
* ElasticStore as an alternative backend
* Rework of the list formats as well as the template format which isnow
called plainlist
* Several user interface changes to make them more intutive and
mobile-friendly:
** Special:Ask including input assistance on input fields and
comprehensive input help (cheat sheet)
** Special:Browse including grouping of properties
** Property and Concept pages including a tabbed view
* Special:Search integration extended including a new search profile
* Extension of the query syntax by:
** query markers (@deferred, @control, @annotation)
** query conditions (+depth, in:, phrase:)
** query printouts (+width=)
* Possibility to restrict query execution
* Extension of the table format by datatable classes
* New create protection feature
* New namespace "smw/schema" allowing to define schemas for several purposes
* New API modules "smwbrowse" and "smwtask" and further API module
improvents
* General performance improvements

See the preliminary release notes [1] for this and for much more
information on the features, enhancements, changes and fixes this
release will bring.

Note that Semantic MediaWiki 3.0.0 will drop support for PHP 5.5 and
lower as well as MediaWiki 1.26 and lower. See also the compatibility
notes [2] for detailed information.

This release candidate is meant to gather feedback and to allow you to
do testing against the new version. You can try out the new features on
the Semantic MediaWiki sandbox wiki [3], or upgrade your own test wiki.
If you find any issues, please report them on our issue tracker: [4].

To update Semantic MediaWiki, change the version specified in your
"composer.local.json" file to "~3.0@rc" and run "composer update
--no-dev". Remember to also update your database afterwards by running
"update.php" due to schema changes and new database tables. Also rebuild
your data by running "rebuildData.php" after this.

Thank you for testing this release candidate.

- The SMW development team

[0] https://bit.ly/smw-300rc1tag
[1] https://bit.ly/smw-300rc1
[2] https://bit.ly/smw-300rc1compat
[3] https://bit.ly/sbsmworg
[4] https://bit.ly/issuessmworg



Am 23.09.2018 um 01:27 schrieb [[kgh]]:
> Hello everyone, we are happy to announce the availability of the first
> release candidate for the upcoming Semantic MediaWiki 3.0.0 release:
> [0]. Note that this is a development version not to be used in
> production. Semantic MediaWiki 3.0.0 will be an epic release bringing a
> lot of new features and improvements as well as bug fixes, most notably:
> * ElasticStore as an alternative backend * Rework of the list formats as
> well as the template format which isnow called plainlist * Several user
> interface changes to make them more intutive and mobile-friendly: **
> Special:Ask including input assistance on input fields and comprehensive
> input help (cheat sheet) ** Special:Browse including grouping of
> properties ** Property and Concept pages including a tabbed view *
> Special:Search integration extended including a new search profile *
> Extension of the query syntax by: ** query markers (@deferred, @control,
> @annotation) ** query conditions (+depth, in:, phrase:) ** query
> printouts (+width=) * Possibility to restrict query execution *
> Extension of the table format by datatable classes * New create
> protection feature * New namespace "smw/schema" allowing to define
> schemas for several purposes * New API modules "smwbrowse" and "smwtask"
> and further API module improvents
> * General performance improvements See the preliminary release notes [1]
> for this and for much more information on the features, enhancements,
> changes and fixes this release will bring. Note that Semantic MediaWiki
> 3.0.0 will drop support for PHP 5.5 and lower as well as MediaWiki 1.26
> and lower. See also the compatibility notes [2] for detailed
> information. This release candidate is meant to gather feedback and to
> allow you to do testing against the new version. You can try out the new
> features on the Semantic MediaWiki sandbox wiki [3], or upgrade your own
> test wiki. If you find any issues, please report them on our issue
> tracker: [4]. To update Semantic MediaWiki, change the version specified
> in your &quo

[SMW-devel] Semantic MediaWiki 3.0.0 - first release candidate

2018-09-22 Thread [[kgh]]
Hello everyone, we are happy to announce the availability of the first
release candidate for the upcoming Semantic MediaWiki 3.0.0 release:
[0]. Note that this is a development version not to be used in
production. Semantic MediaWiki 3.0.0 will be an epic release bringing a
lot of new features and improvements as well as bug fixes, most notably:
* ElasticStore as an alternative backend * Rework of the list formats as
well as the template format which isnow called plainlist * Several user
interface changes to make them more intutive and mobile-friendly: **
Special:Ask including input assistance on input fields and comprehensive
input help (cheat sheet) ** Special:Browse including grouping of
properties ** Property and Concept pages including a tabbed view *
Special:Search integration extended including a new search profile *
Extension of the query syntax by: ** query markers (@deferred, @control,
@annotation) ** query conditions (+depth, in:, phrase:) ** query
printouts (+width=) * Possibility to restrict query execution *
Extension of the table format by datatable classes * New create
protection feature * New namespace "smw/schema" allowing to define
schemas for several purposes * New API modules "smwbrowse" and "smwtask"
and further API module improvents
* General performance improvements See the preliminary release notes [1]
for this and for much more information on the features, enhancements,
changes and fixes this release will bring. Note that Semantic MediaWiki
3.0.0 will drop support for PHP 5.5 and lower as well as MediaWiki 1.26
and lower. See also the compatibility notes [2] for detailed
information. This release candidate is meant to gather feedback and to
allow you to do testing against the new version. You can try out the new
features on the Semantic MediaWiki sandbox wiki [3], or upgrade your own
test wiki. If you find any issues, please report them on our issue
tracker: [4]. To update Semantic MediaWiki, change the version specified
in your "composer.local.json" file to "~3.0@rc" and run "composer update
--no-dev". Remember to also update your database afterwards by running
"update.php" due to schema changes and new database tables. Also rebuild
your data by running "rebuildData.php" after this. Thank you for testing
this release candidate. - The SMW development team [0]
https://bit.ly/smw-300rc1tag [1] https://bit.ly/smw-300rc1 [2]
https://bit.ly/smw-300rc1compat [3] https://bit.ly/sbsmworg [4]
https://bit.ly/issuessmworg

___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Breadcrumb Links (SBL) 1.5.0 released

2018-09-22 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 1.5.0 of the Semantic
Breadcrumb Links extension. [0]

This release provides a fix for MediaWiki 1.30 and later as well as a
very useful improvment when used in conjunction with the Translate
extension. Note that this extension now requires PHP 5.6 and later.

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/sbl-150


___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Result Formats 2.5.6 released

2018-09-07 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of Semantic Result
Formats 2.5.6.

This release brings bug fixes to the "datatables" format and allows
Semantic Result Formats to be installed with new versions of the
"data-values/geo" library. See the RELEASE-NOTES for the changes
provided with this release. [0]

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/srf-256

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 2.5.8 released

2018-09-07 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of the ninth release
to the Semantic MediaWiki 2.5 series.

Semantic MediaWiki 2.5.8 is a maintenance release providing code
improvements and bugfixes. See the RELEASE-NOTES for the changes
provided with this release. [0]

Thank you to all people involved making this release possible. We also
encourage your continuous involvement [1].

- The SMW development team

[0] https://bit.ly/smw-258
[1] https://bit.ly/smw-conribute

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Fwd: [MediaWiki-l] Invitation for Input on MediaWiki Development

2018-08-11 Thread [[kgh]]
Heiya,

forwarding Bryan's mail to this list, too. Your input is welcome.

Cheers

Karsten


 Weitergeleitete Nachricht 
Betreff:[MediaWiki-l] Invitation for Input on MediaWiki Development
Datum:  Tue, 7 Aug 2018 22:20:20 -0700
Von:Bryan Hilderbrand 
Antwort an: MediaWiki announcements and site admin list

An: MediaWiki announcements and site admin list




 Hi everyone,

The MediaWiki Stakeholders' Group (MWStake) [0] is gathering information
from people and organizations who are using MediaWiki for non-Wikimedia
projects. Please provide input at the link below [1] if you use or maintain
a wiki powered by MediaWiki that is not part of a Wikimedia project: for
example, a personal wiki, a wiki or wiki farm for an organization or
company, a wiki for a community group, or a wiki hosting service.  Please
answer any questions you find relevant, additionally you may also review,
comment, and endorse the responses from others.

The MediaWiki Stakeholders' Group will collate this information and provide
it to the Wikimedia Foundation Platform Evolution Program team, which is
gathering input from a variety of groups with an interest in MediaWiki.
Your feedback will help frame the Platform Evolution discussions, seeking
to answer open questions, explore governance models, and identify key
MediaWiki features for future development.

[0] https://www.mediawiki.org/wiki/MediaWiki_Stakeholders%27_Group
[1] https://www.mediawiki.org/wiki/MediaWiki_Stakeholders%27
_Group/TechConf_Input


Best Regards,
Bryan Hilderbrand
___
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 2.5.7 released

2018-08-09 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of the eight release
to the Semantic MediaWiki 2.5 series.

Semantic MediaWiki 2.5.7 is a maintenance release providing code
improvements and bugfixes. See the RELEASE-NOTES for the changes
provided with this release. [0]

Thank you to all people involved making this release possible. We also
encourage your continuous involvement [1].

- The SMW development team

[0] https://bit.ly/smw-257
[1] https://bit.ly/smw-conribute

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Scribunto (SSC) 1.2.0 released

2018-07-19 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 1.2.0 of the Semantic
Scribunto extension bringing a new feature. [0]

Note that this extension requires MediaWiki 1.27 and later, Semantic
MediaWiki 2.4 and later as well as PHP 5.5 and later.

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/ssc-120


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Result Formats 2.5.5 released

2018-04-04 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of Semantic Result
Formats 2.5.5.

This release brings bug fixes to the "filtered", "tagcloud" and
"gallery" formats. See the RELEASE-NOTES for the changes provided with
this release. [0]

Thanks go to all people involved making this release possible, most
notably Stephan Gambke. We also encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/srf-255

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 2.5.6 released

2018-02-15 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of the seventh
release to the Semantic MediaWiki 2.5 series.

Semantic MediaWiki 2.5.6 is a maintenance release providing several
bugfixes and bringing compatibility for MediaWiki 1.30.x. See the
RELEASE-NOTES for the changes
provided with this release. [0]

Thank you to all people involved making this release possible. We also
encourage your continuous involvement [1].

- The SMW development team

[0] https://bit.ly/smw-256
[1] https://bit.ly/smw-conribute

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Mermaid 1.0.0 released

2018-01-16 Thread [[kgh]]
Hello everyone,

I am happy to announce the initial release 1.0.0 of the Mermaid
extension [0] created by James Hong Kong. It requires MediaWiki 1.27 and
later as well as PHP 5.6 and later.

It provides the #mermaid parser function to support the generation of
diagrams and flowcharts with the help of the mermaid script language,
e.g. flowcharts, sequence diagrams and gantt diagrams. See the README
[1] to learn what this extension is all about.

It will proably nice to have semantic support for this extension via the
Semantic Result Formats extension. Thus I have created an issue for this
[2]. Perhaps someone would like to comment or even tackle it.

Cheers Karsten

[0] https://bit.ly/mermaid-100
[1] https://bit.ly/mermaid-readme
[2] https://bit.ly/srf-mm

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Scribunto (SSC) 1.1.0 released

2018-01-15 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 1.1.0 of the Semantic
Scribunto extension. [0]

Note that this extension now requires MediaWiki 1.27 and later, Semantic
MediaWiki 2.4 and later as well as PHP 5.5 and later.

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/ssc-110

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Result Formats 2.5.4 released

2017-11-13 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of Semantic Result
Formats 2.5.4.

This release brings a bug fix to the "latest" and "earliest" formats as
well as a lot of bugfixes, enhancements and optimizations to the
"filtered" format. See the RELEASE-NOTES for the changes provided with
this release. [0]

Thanks go to all people involved making this release possible, most
notably Stephan Gambke and James Hong Kong. We also encourage your
continuous involvement.

- The SMW development team

[0] https://bit.ly/srf254

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Result Formats 2.5.3 released

2017-10-25 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of Semantic Result
Formats 2.5.3.

This release brings bugfixes to the "timeline" format as well as a lot
of bugfixes and enhancements to the "filtered" format. See the
RELEASE-NOTES for the many changes provided with this release. [0]

Thanks go to all people involved making this release possible, most
notably Stephan Gambke and James Hong Kong. We also encourage your
continuous involvement.

- The SMW development team

[0] https://bit.ly/srf253

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 2.5.5 released

2017-10-25 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of the sixt release
to the Semantic MediaWiki 2.5 series.

Semantic MediaWiki 2.5.5 is a maintenance release providing several
bugfixes and improvements. See the RELEASE-NOTES for the changes
provided with this release. [0]

Thank you to all people involved making this release possible. We also
encourage your continuous involvement [1].

- The SMW development team

[0] https://bit.ly/smw255
[1] https://bit.ly/smwcontribute

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Result Formats 2.5.2 released

2017-08-17 Thread [[kgh]]
Hello everyone,

We are happy to announce the immediate availability of Semantic Result
Formats 2.5.2 which brings bugfixes as well as an improvement. See the
RELEASE-NOTES for the changes provided with this release. [0]

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/srf252


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] [Semediawiki-user] Semantic MediaWiki 2.5.4 released (security release)

2017-08-07 Thread [[kgh]]
Heiya,

that happens when you copy paste. This is meant to announce SMW 2.5.4.

Cheers Karsten


Am 07.08.2017 um 15:57 schrieb [[kgh]]:
> Hello everyone,
>
> we are happy to announce the immediate availability of the fifth release
> of the Semantic MediaWiki 2.5 series.
>
> Semantic MediaWiki 2.5.4 [0] is a release providing an improvement as
> well as some bugfixes. Note that one of the bugfixes addresses a
> security issue so it is advised to immediately upgrade.
>
> Thank you to all people involved making this release possible. We also
> encourage your continuous involvement [1].
>
> - The SMW development team
>
> [0] https://bit.ly/smw-254
> [1] https://bit.ly/smwcontribute
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Semediawiki-user mailing list
> semediawiki-u...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/semediawiki-user
>


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 2.5.3 released (security release)

2017-08-07 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of the fifth release
of the Semantic MediaWiki 2.5 series.

Semantic MediaWiki 2.5.4 [0] is a release providing an improvement as
well as some bugfixes. Note that one of the bugfixes addresses a
security issue so it is advised to immediately upgrade.

Thank you to all people involved making this release possible. We also
encourage your continuous involvement [1].

- The SMW development team

[0] https://bit.ly/smw-254
[1] https://bit.ly/smwcontribute

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] Modern chat solution as alternative to IRC?

2017-07-31 Thread [[kgh]]
Hi Samuel,

now serving on wiki. [0] This you cannot overlook. :) Thanks for your
suggestion.

Cheers Karsten

[0] https://www.semantic-mediawiki.org/wiki/Semantic_MediaWiki_chatroom


Am 31.07.2017 um 12:52 schrieb Samuel Lampa:
> Great stuff, Jeroen, Karsten and all, thanks!
>
> Idea though: Perhaps the web link could go directly to the chat room:
> http://webchat.freenode.net/?channels=semantic-mediawiki .
>
> Also I think the web linnk could be made a bit more prominent (for
> those IRC-newbies just wanting to drop in to ask something) ... like a
> big button or heading "Access via web", or including it in the
> "Windows, Max, Linux" list, with an option for "Web"?
>
> Cheers
> // Samuel
>
> On 2017-07-29 21:48, [[kgh]] wrote:
>> Heiya,
>>
>> I fluffed the appearance on smw.o a bit, i.e. we now have an icon as
>> well as a link on main page pointing into the right direction.
>>
>> Cheers
>>
>> Karsten
>>
>> Am 29.07.2017 um 20:49 schrieb Jeroen De Dauw:
>>> Hey,
>>>
>>> The IRC log and GIT links on the IRC have been fixed and both
>>> Stephan Gambke and I now have admin rights on it.
>>>
>>> Cheers
>
>


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Interlanguage Links (SIL) 1.4.0 released

2017-07-31 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 1.4.0 of the Semantic
Interlanguage Links extension. [0]

This release brings the "annotatedlanguage" parser function allowing to
return the language code of the current page if one is annotated using
this extension and to also do further individualization using a template
together with predefined parameters provided. [1] See the example result
on the following page: [2] (top right).

Note that this extension now requires MediaWiki 1.27 and later, Semantic
MediaWiki 2.4 and later as well as PHP 5.5 and later.

Thanks go to James Hong Kong making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/sil140
[1] https://bit.ly/silalpf
[2] https://bit.ly/smworgtranscont

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] Modern chat solution as alternative to IRC?

2017-07-29 Thread [[kgh]]
Heiya,

I fluffed the appearance on smw.o a bit, i.e. we now have an icon as
well as a link on main page pointing into the right direction.

Cheers

Karsten

Am 29.07.2017 um 20:49 schrieb Jeroen De Dauw:
> Hey,
>
> The IRC log and GIT links on the IRC have been fixed and both Stephan
> Gambke and I now have admin rights on it.
>
> Cheers
>
> --
> Jeroen De Dauw | https://entropywins.wtf | https://keybase.io/jeroendedauw
> Software craftsmanship advocate | Developer at Wikimedia Germany
> ~=[,,_,,]:3
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>
>
> ___
> Semediawiki-devel mailing list
> Semediawiki-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Result Formats 2.5.1 released

2017-07-11 Thread [[kgh]]
Hello everyone,

We are happy to announce the immediate availability of Semantic Result
Formats 2.5.1 which is a bugfix release. [0]

Thanks go to Stephan Gambke and all people involved making this release
possible. We also encourage your continuous involvement.

- The SMW development team

[0] http://bit.ly/srf251

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 2.5.3 released

2017-07-08 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of the fourth
release to the Semantic MediaWiki 2.5 branch.

Semantic MediaWiki 2.5.3 [0] is a release providing enhancements, most
notably for environments with multiple relational databases, as well as
some bugfixes and other code improvments.

Thank you to all people involved making this release possible. We also
encourage your continuous involvement [1].

- The SMW development team

[0] https://bit.ly/smw253
[1] https://bit.ly/smwcontribute

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Compound Queries (SCQ) 1.1.0 released

2017-06-24 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 1.1.0 of the Semantic
Compound Queries extension. [0]

This release mostly brings internal code changes. Note that this
extension now requires Semantic MediaWiki 2.4 and later as well as PHP
5.5 and later.

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/scq110

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Result Formats (SRF) 2.5.0 released

2017-06-13 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 2.5.0 of the Semantic
Result Formats extension. [0]

This release brings several enhancements and bugfixes. Most notably the
formats "tree" and "filtered" (the latter must be explicitly enabled
now) were refactored by Stephan Gambke, the "clicktarget" parameter was
added to the "eventcalendar" format by Felix Aba, and the "math" format
was enhanced by Sebastian Schmid. Moreover Stephan Gambke re-organized
the file layout unit testing and added the JSONScript integration
testing facility from Semantic MediaWiki.

Note that this extension now requires MediaWiki 1.23 and later as well
as PHP 5.5 and later and works best when run with Semantic MediaWiki 2.5.

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] https://bit.ly/srf250

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Breadcrumb Links (SBL) 1.4.0 released

2017-06-10 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 1.4.0 of the Semantic
Breadcrumb Links extension. [0]

This release brings the the "__NOBREADCRUMBLINKS__" behaviour switch
allowing to suppress the display of a generated breadcrumb trail on
individual pages. [1] Note that this extension now requires MediaWiki
1.27 and later, Semantic MediaWiki 2.4 and later as well as PHP 5.5 and
later.

Thanks go to all people involved making this release possible. We also
encourage your continuous involvement.

- The SMW development team

[0] http://bit.ly/sbl140
[1] http://bit.ly/sbl-issue-30

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Extra Special Properties (SESP) 1.5.0 released

2017-06-07 Thread [[kgh]]
Hello everyone, we are happy to announce the release of version 1.5.0 of
the Semantic Extra Special Properties extension. [0] This release brings
the new special property "Page length" that may be added with
"_PAGELGTH" to the "$sespSpecialProperties" configuration parameter. Do
not forget to run either MediaWiki's "update.php" or Semantic
MediaWikis' "setupStore.php" script if you are storing you extra special
properties in separate database tabels. Note that this extension will
see substantial refactoring which will be provided with the 2.0 release
scheduled for fall 2017. That release will have new minimum requirements
for PHP, MediaWiki and Semantic MediaWiki. Thanks go to all people
involved making this release possible. We also encourage your continuous
involvement. - The SMW development team [0] http://bit.ly/sesp150

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Meta Tags (SMT) 1.4.0 released

2017-06-07 Thread [[kgh]]
Hello everyone, we are happy to announce the release of version 1.4.0 of
the Semantic Meta Tags extension. [0] This release brings the
|$smtgMetaPropertyPrefixes| configuration parameter allowing to set
which prefixes to meta elements should result in rendering them as
properties rather than names. [1] Note that this extension now requires
MediaWiki 1.27 and later, Semantic MediaWiki 2.4 and later as well as
PHP 5.5 and later. Thanks go to all people involved making this release
possible. We also encourage your continuous involvement. - The SMW
development team [0] http://bit.ly/smt140 [1] http://bit.ly/smt-issue-33

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 2.5.2 released

2017-05-17 Thread [[kgh]]
Hello everyone,

we are happy to announce the immediate availability of the third release
to the Semantic MediaWiki 2.5 branch.

Semantic MediaWiki 2.5.2 [0] is a release providing an enhancement as
well as some bugfixes.

Thank you to all people involved making this release possible. We also
encourage your continuous involvement [1].

- The SMW development team

[0] http://bit.ly/smw252
[1] http://bit.ly/smwcontribute

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Cite 1.3.0 released

2017-04-29 Thread [[kgh]]
Hello everyone,

We are happy to announce the immediate availability of Semantic Cite 1.3.0 
which fixes a bug. [0] Note that this extension now requires Semantic MediaWiki 
2.5 and later as well as PHP 5.5 and later.

Thanks go to all people involved making this release possible. We also 
encourage your continuous involvement.

- The SMW development team

[0] http://bit.ly/SCI130RN



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Glossary (SG) 2.1.0 released

2017-03-27 Thread [[kgh]]
Hello everyone,

we are happy to announce the release of version 2.1.0 of the Semantic 
Glossary extension [0].

This release brings compatibility with Semantic MediaWiki 2.5.x and 
later and drops it for Semantic MediaWiki 2.3.x and lower.

Thanks go to all people involved making this release possible. We also 
encourage your continuous involvement.

- The SMW development team

[0] 
https://github.com/SemanticMediaWiki/SemanticGlossary/blob/master/RELEASE-NOTES.md#210

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] Semantic MediaWiki 2.5.0 released

2017-03-16 Thread [[kgh]]

Heiya Hermann,

I believe you ran in the first issue covered here [0].

Cheers Karsten

[0] 
https://www.semantic-mediawiki.org/wiki/Help:Installation/Troubleshooting


Am 16.03.2017 um 12:24 schrieb Hermann Schwärzler:

Hi Karsten and everyone involved,

thank you for your excellent work. A really impressive list of changes -
especially the search in property values is a feature we missed until now!

So I updated SMW to 2.5.0 in a test installation the way you told us to do:

On 03/15/2017 05:08 PM, [[kgh]] wrote:
[...]> ## Installing and upgrading

If you are using Semantic MediaWiki via Composer, update the version in
your "composer.json" or "composer.local.json" file to "~2.5" and run
"composer update". If you are using the tarballs, you can download them
here: [1]. Remember to also update your database afterwards by running
"update.php" due to schema changes and new database tables.

[...]

The run of "composer update" worked but calling
"php maintenance/update.php"
gave me this:

MediaWiki 1.27.1 Updater

mediawiki/semantic-media-wiki: 2.5.0 installed, ~2.5 required.
Error: your composer.lock file is not up to date. Run "composer update"
to install newer dependencies

I had to change my compose.json to use "2.5.0" as version for
semantic-media-wiki.
Am I missing something?

Greetings
Hermann

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 2.5.0 released

2017-03-15 Thread [[kgh]]

Hello everyone,

we are happy to announce the immediate availability of the Semantic 
MediaWiki 2.5.0 release: [0,1]. This is a big release bringing a lot of 
new features and improvements as well as bug fixes.



## Version highlights

* Full-text search in property values introduced

Support for full-text search was added using the native capabilities of 
the SQL backends "MySQL"/"MariaDB" (#1481) and "SQLite" (#1801) for the 
"Text", "URL" and "Page" datatypes.


* Provenance data recording introduced

Qualifying facts using a simple provenance model is now supported 
(#1808) using existing mechanisms in defining a property specification 
together with a new "Reference" datatype.


* Property chain and language filter support in result printouts introduced

Property chains for conditions (e.g [[Located in.Capital of::Foo]]) was 
provided for some time, and now got extended (#1824) to supporting the 
syntax on print requests to retrieve values of a chain member that 
represent a page node. Values of datatype "Monolingual Text" can now use 
a language filter (#2037) to restrict the display of a value in a print 
request.


* Edit protection for better semantic gardening introduced

Edit protection to help avoid changes to properties or other data 
sensitive pages from alterations that may cause data invalidations (e.g. 
change of a property type, inconsistent specifications etc.) or process 
disruptions. This feature integrates with MediaWiki's page protection 
functionality.


* Preferred property label support introduced

Semantic MediaWiki now supports the declaration of preferred property 
labels (#1865) with the objective to show labels in a user context on 
special pages, query results, and factboxes instead of the canonical 
property label.


* Query result cache for better performance introduced

Caching of query results (#1251) was added as experimental feature to 
minimize a possible impact of query processing during and after a page 
view. This change also includes a reevaluation (#2099, #2176) of the 
query hash (used as identifier) to ensure that cache fragmentation is 
reduced and duplicate queries can share the same cache across different 
pages.


* Links in values feature now working reliably

Support for links in values for datatype "Text" was extended by 
use-cases and improved in performance as well as avoiding the former 
error-prone "PCRE-approach".


* Fixed properties now a stable feature

Support for fixed properties was overhauled, fixed (#2135) and is no 
longer experimental.


* Special page "SemanticMediaWiki" formerly "SMWAdmin" overhauled and 
extended


Special page "SemanticMediaWiki" formerly known as special page 
"SMWAdmin" was modernized and extended (#2044, etc.) including a new 
configuration setting allowing for a more fine-granded control over 
feature accessibilty (#2142).



See the release notes [0] for these highlights and for much more 
information on the features, enhancements, changes as well as fixes this 
release additionally brings to you.



## Compatibility changes

Semantic MediaWiki 2.5.0 dropped support for PHP 5.4 and lower as well 
as MediaWiki 1.22 and lower. See also the compatibility notes [2] for 
detailed information on supported environments.



## Installing and upgrading

If you are using Semantic MediaWiki via Composer, update the version in 
your "composer.json" or "composer.local.json" file to "~2.5" and run 
"composer update". If you are using the tarballs, you can download them 
here: [1]. Remember to also update your database afterwards by running 
"update.php" due to schema changes and new database tables. If you would 
like to install Semantic MediaWiki you can follow the installation 
instructions: [3].



## Contributors

At this point we would like to thank all people involved making this 
release possible:


James Hong Kong, Karsten Hoffmeyer, Jeroen De Dauw, Niklas Laxström, 
translatewiki.net translators, Maciej Brencz, Felipe de Jong, Siebrand 
Mazeland, Alex Winkler, Stephan Gambke, Toni Hermoso Pulido, Amir E. 
Aharoni, Felipe Schenone, Jaider Andrade Ferreira, James Forrester, 
Justin Du, Sébastien Beyou, Virginia Cepeda.


We also encourage your continued contributions: [4].


Thank you to all of you for using Semantic MediaWiki. We wish you a 
pleasant time and a lot of success doing so.


- The SMW development team


[0] https://www.semantic-mediawiki.org/wiki/Semantic_MediaWiki_2.5.0
[1] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/releases/tag/2.5.0
[2] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/docs/COMPATIBILITY.md
[3] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/docs/INSTALL.md
[4] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/CONTRIBUTING.md 

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! 

[SMW-devel] Semantic MediaWiki 2.5 - first release candidate

2017-03-07 Thread [[kgh]]
Hello everyone, we are happy to announce the availability of the first 
release candidate for the upcoming Semantic MediaWiki 2.5.0 release: 
[0]. Note that this is a development version so do NOT use it in 
production. Semantic MediaWiki 2.5.0 will be a big release bringing a 
lot of new features and improvements as well as bug fixes, most notably: 
* Full-text search in property values for MySQL/MariaDB and SQLite 
introduced * Provenance data recording introduced * Property chain and 
language filter support in printouts introduced * Edit protection for 
better semantic gardening introduced * Preferred property label support 
introduced * Query result cache for better performance introduced * 
Links in values now working reliably * Fixed properties now a stable 
feature * Special page "SemanticMediaWiki" formerly "SMWAdmin" 
overhauled and extended See the preliminary release notes [1] for this 
and for much more information on the features, enhancements, changes and 
fixes this release will bring. Note that Semantic MediaWiki 2.5.0 will 
drop support for PHP 5.4 and lower as well as MediaWiki 1.22 and lower. 
See also the compatibility notes [2] for detailed information. This 
release candidate is meant to gather feedback and to allow you to do 
testing against the new version. You can try out the new features on the 
Semantic MediaWiki sandbox wiki [3], or upgrade your own wiki. If you 
find any issues, please report them on our issue tracker: [4]. If you 
are using Semantic MediaWiki via Composer, update the version in your 
"composer.json" or "composer.local.json" file to "~2.5@rc" and run 
"composer update". If you are using the tarballs, you can download them 
here: [0]. Remember to also update your database by running "update.php" 
due to schema changes and new database tables. Thank you for testing the 
release candidate. - The SMW development team [0] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/releases/tag/2.5.0-rc.1 
[1] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/docs/RELEASE-NOTES.md 
[2] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/docs/COMPATIBILITY.md 
[3] https://sandbox.semantic-mediawiki.org/ [4] 
https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues


--
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Preparing translations for the imminent 2.5.0 release of Semantic MediaWiki / kind reminder

2017-03-06 Thread [[kgh]]
Heiya,

there is still a little time to do your translations. This is a kind 
reminder if you would like to see Semantic MediaWiki working a language 
you know.

Thanks and cheers

Karsten

Am 20.01.2017 um 17:02 schrieb kghbln:
> Heiya,
>
> we are now approaching the 2.5 release of Semantic MediaWiki which will
> bring more cool features and improvements. Thus it will be good to have
> a look and check if the translations for the system messages [0] are
> complete and up to date for your language.
>
> I think that there is e.g. a big Catalan, Dutch, Greek, Italian,
> Portuguese, Russian and Spanish community out there. All these languages
> and many others need some love. The ratio of completed translations is
> indeed rather scary for some of them (below 80%). You may want to change
> this and add new translations via translatewiki.net [1]. This is pretty
> easy going I believe. Note that translation for regular system messages
> can only be done there.
>
> Moreover version 2.5 moved the translatable strings for special
> properties, datatypes, namespaces and date formats from php to json
> files. See "en.json" [2] as an example on what this is about and how
> these files are structured. If the file for your language is not yet
> available or if you found untranslated stings in the file for your
> language then you may want to create a pull request at GitHub [4]. This
> needs a bit more effort. Note that this is another process than the one
> for regular system messages described above.
>
> Thanks a lot for your attention and help!
>
> Cheers Karsten
>
> [0]
> https://translatewiki.net/w/i.php?title=Special%3AMessageGroupStats=D=mwgithub-semanticmediawiki=1#sortable:2=desc
> [1] https://translatewiki.net/
> [2]
> https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/i18n/extra/en.json
> [3]
> https://github.com/SemanticMediaWiki/SemanticMediaWiki/tree/master/i18n/extra
> [4] https://github.com/SemanticMediaWiki/SemanticMediaWiki
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Semediawiki-user mailing list
> semediawiki-u...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/semediawiki-user
>


--
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki - big statistical milestone reached

2017-03-06 Thread [[kgh]]

Hello everybody,

this e-mail is to inform you that the big statistical milestone of 
10,000 recorded commits has been reached yesterday. Jeroen prepared the 
respective pull request which was then merged by James. [0]


I believe that this is a nice fact representing the effort that has been 
put into the software by the developers, translators and testers with 
all these commits and beyond. It is not just time to thank them but also 
to thank the people using the software, participating on the mailing 
lists, in IRC, on GitHub and the wiki as well as organizing and 
attending related events. Thank you to all of you!


The next milestone lies just short ahead. The upcoming 2.5.0 release of 
Semantic MediaWiki! So stay tuned!


- The SMW development team

[0] https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/2308
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic Result Formats 2.4.2 released

2017-02-25 Thread [[kgh]]

Hello everyone,

we are happy to announce the release of version 2.4.2 of the Semantic 
Result Formats  extension. [0]


This release fixes a bug for the "slideshow" format what was broken for 
MediaWiki 1.26 and later. Thanks go to Stephan Gambke for providing the 
fix. Apart from that we are happy that we got more translations from the 
translatewiki.net community.


Note that this is the last release supporting MediaWiki 1.19 to 1.22 as 
well as PHP 5.3 and 5.4!


Have a great day!

- The SMW development team

[0] 
https://github.com/SemanticMediaWiki/SemanticResultFormats/blob/master/RELEASE-NOTES.md#srf-242 

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki 2.4.6 released

2017-02-15 Thread [[kgh]]

Hello everyone,

we are happy to announce the immediate availability of the seventh release to 
the Semantic MediaWiki 2.4 branch.

Semantic MediaWiki 2.4.6 [0] is a release providing an enhancement to users of 
MySQL as data store for Semantic MediaWiki.

Thank you to all people involved making this release possible. We also 
encourage your continuous involvement [1].

- The SMW development team

[0]https://www.semantic-mediawiki.org/wiki/Semantic_MediaWiki_2.4.6
[1]https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/CONTRIBUTING.md

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki Conference Fall 2015: Call for Contributions

2015-09-01 Thread [[kgh] ]

Dear users, developers and all people interested in semantic wikis,

We are very happy to announce that early bird registration to the 12th 
Semantic MediaWiki Conference is now open!


*Important facts reminder:*

 * Dates: October 28th to October 30th 2015 (Wednesday to Friday)
 * Location: Fabra i Coats, Art Factory. Carrer Sant Adrià 20 (Sant
   Andreu), Barcelona, Catalonia, Spain.
 * Conference page: https://semantic-mediawiki.org/wiki/SMWCon_Fall_2015
 * Participants: Everybody interested in semantic wikis, especially in
   Semantic MediaWiki, e.g. users, developers, consultants, business
   representatives and researchers.

*We welcome new contributions from you:*

 * We encourage contributions about applications and development of
   semantic wikis; for a list of topics, see [1].
 * Please propose regular talks, posters or workshops on the conference
   website. We will do our best to consider your proposal in the
   conference program. An interesting variety of talks has already be
   proposed, see [2].
 * Presentations will generally be video and audio recorded and made
   available for others after the conference.
 * If you've already announced your talk it's now time to expand its
   description.

*News on participation and tutorials:*

 * You can now officially register for the conference [3] and benefit
   from early bird fees until October 5, 2015.
 * The tutorial program has been announced and made available [4].

*Organization:*

 * Amical Wikimedia [5] and Open Semantic Data Association e. V. [6]
   have become the official organisers of SMWCon Fall 2015
 * Thanks to Institut de Cultura - Ajuntament de Barcelona [7] for
   providing free access to the conference location and its infrastructure

If you have questions you can contact Lia Veja and Karsten Hoffmeyer 
(Program Chairs), Alina Mierluș (General Chair) or Toni Hermoso (Local 
Chair) per e-mail (Cc).


We will be happy to see you in Barcelona!

Lia Veja, Karsten Hoffmeyer (Program Board)

[1] 
[2] 
[3] 
[4] 
[5] 
[6] 
[7] 

--
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Semantic MediaWiki Conference Fall 2015: Call for Participation

2015-05-27 Thread [[kgh]]
Dear users, developers and all people interested in semantic wikis and 
open data,

We are happy to announce SMWCon Fall 2015 - the 12th Semantic MediaWiki 
Conference:

  * Dates: October 28th to October 30th 2015 (Wednesday to Friday)
  * Location: Fabra i Coats, Art Factory. Carrer Sant Adrià 20 (Sant 
Andreu), Barcelona.
  * Conference wikipage: 
https://semantic-mediawiki.org/wiki/SMWCon_Fall_2015
  * Participants: Everybody interested in semantic wikis, especially in 
Semantic MediaWiki, e.g., users, developers, consultants, business 
representatives, researchers.

SMWCon Fall 2015 will be supported by Institut de Cultura de Barcelona 
(http://lameva.barcelona.cat/barcelonacultura/en/), Amical Wikimedia 
(https://www.wikimedia.cat) and Open Semantic Data Association e. V. 
(https://opensemanticdata.org/).

Following the success of this format the SMWCon will have one tutorial 
day preceeding two conference days.

Participating in the conference: To help us planning, you can already 
informally register on the wikipage, although a firm registration will 
later be needed.

Contributing to the conference: If you want to present your work in the 
conference please go to the conference wikipage and add your talk there. 
To create an attractive program for the conference, we will later ask 
you to give further information about your proposals. Tutorials and 
presentations will be video and audio recorded and will be made 
available for others after the conference.

Among others, we encourage contributions on the following topics:

Applications of semantic wikis:

  * Semantic wikis for enterprise workflows and business intelligence
  * Semantic wikis for corporate or personal knowledge management
  * Exchange on business models with semantic wikis
  * Lessons learned (best/worst practices) from using semantic wikis or 
their extensions
  * Semantic wikis in e-science, e-learning, e-health, e-government
  * Semantic wikis for finding a common vocabulary among a group of people
  * Semantic wikis for teaching students about the Semantic Web
  * Offering incentives for users of semantic wikis
  * Challenges and obstacles for Semantic Wikis in business environments

Development of semantic wikis:

  * Semantic wikis as knowledge base backends / data integration platforms
  * Comparisons of semantic wiki concepts and technologies
  * Community building, feature wishlists, roadmapping of Semantic 
MediaWiki
  * Improving user experience in a semantic wiki
  * Speeding up semantic wikis
  * Integrations and interoperability of semantic wikis with other
applications and mashups
  * Modeling of complex domains in semantic wikis, using rules, formulas 
etc.
  * Access control and security aspects in semantic wikis
  * Multilingual semantic wikis

For any other question and sponsorship opportunities, please do not 
hesitate to contact Toni Hermoso toniher at cau.cat

Hope to see you in Barcelona!

Lia Veja, Karsten Hoffmeyer
(Program Board)

--
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel