8 Dec 2020 |
witchit | which is "movefile" permission | 17:26:00 |
9 Dec 2020 |
witchit | in the file you need a single line for every page to move with source name and destination name: [[oldnamespace:pagename]] [[newnamespace:pagename]] | 08:11:32 |
witchit | if your data is in the main (empty) namespace then: [[pagename]] [[newnamespace:pagename]] | 08:12:06 |
witchit | this worked for me. However, according to https://www.mediawiki.org/wiki/Manual:MoveBatch.php/de the convention would be | 08:15:09 |
witchit | oldnamespace:pagename|newnamespace:pagename | 08:15:10 |
thiloschroth | In reply to @witchit:matrix.org this worked for me. However, according to https://www.mediawiki.org/wiki/Manual:MoveBatch.php/de the convention would be Thanks very much. I will give this a try. | 19:43:08 |
10 Dec 2020 |
witchit | HI Thilo, I found the source of the discrepany. Please use only the syntax as described in the MoveBatch website. My former comment was partly based on another experiment with a mediawiki pywikibot that can move pages from one wiki to another one. Sorry for any confusion, I mixed these two things up. | 12:29:16 |
11 Dec 2020 |
Luca Mauri | Hello. I am trying to customize the border color of the SMW factbox shown at the bottom of the pages. As far as I see this is controlled by the .smw-factbox CSS class. I tried to modify it in the MediaWiki:Common.css as I normally do for other elements of the interface, but it seems this is not working. Can you please help me in finding out what I am doing wrong? Thanks | 18:35:58 |
hexmode | Luca Mauri: url? | 19:02:21 |
12 Dec 2020 |
Luca Mauri | My bad. I found out I need to customize .smw-factbox-view.skin-vector and #mw-data-after-content together with .smw-factbox | 10:40:34 |
15 Dec 2020 |
thiloschroth | In reply to @witchit:matrix.org HI Thilo, I found the source of the discrepany. Please use only the syntax as described in the MoveBatch website. My former comment was partly based on another experiment with a mediawiki pywikibot that can move pages from one wiki to another one. Sorry for any confusion, I mixed these two things up. thanks for that.. I have yet to try it.. | 06:51:00 |
thiloschroth | Hi everyone, I have a bit of an emergency with map view of semanticresultformats in filtered-format. It worked beautifully last night and only shows a grey empty map box this morning. I have purged the cache of the page, tried the query on another page, purged the browser cache, updated composer again. Still does not work. Does anyone have an idea where the problem could be? The query text didn't change either. | 06:57:47 |
thiloschroth | * Hi everyone, I have a bit of an emergency with map view of semanticresultformats in filtered-format. It worked beautifully last night and only shows a grey empty map box this morning. I have purged the cache of the page, tried the query on another page, purged the browser cache, updated composer again. Still does not work. Does anyone have an idea where the problem could be? The query text didn't change either. All other #displaymap and the like do work, and table view also filters nicely... | 07:00:33 |
thiloschroth | In reply to @thiloschroth:matrix.org Hi everyone, I have a bit of an emergency with map view of semanticresultformats in filtered-format. It worked beautifully last night and only shows a grey empty map box this morning. I have purged the cache of the page, tried the query on another page, purged the browser cache, updated composer again. Still does not work. Does anyone have an idea where the problem could be? The query text didn't change either. All other #displaymap and the like do work, and table view also filters nicely... Ok, I manually deleted the files in the cache folder and it works again. Should I report this on github? | 07:45:23 |
| Thilo Schroth joined the room. | 09:36:09 |
Thilo Schroth | 11B2 | 09:36:37 |
Thilo Schroth | 41B2 | 09:36:52 |
Thilo Schroth | 4132 | 09:37:03 |
16 Dec 2020 |
freephile | Where do properties get stored? | 20:10:50 |
freephile | Specifically page properties | 20:11:03 |
freephile | Or, I mean the predefined property "Page creator" | 20:11:58 |
freephile | I don't find it at https://www.semantic-mediawiki.org/wiki/Category:Special_properties | 20:17:36 |
cicalese | It comes from the SemanticExtraSpecialProperties extension. | 20:22:01 |
freephile | Ahh | 22:03:48 |
27 Dec 2020 |
| cornagtegaal joined the room. | 12:52:09 |
30 Dec 2020 |
freephile | Is there a syntax for excluding namespaces in a SMW #ask query? | 19:11:20 |
freephile | to exclude results from Talk: Template: User: File: etc. | 19:12:14 |
Gary Foster | The only way I found to do that was to include all the namespaces you want to include. I couldn’t find a way of excluding namespaces. | 19:13:43 |
freephile | hmmm. looks like i found the right page: https://www.semantic-mediawiki.org/wiki/Help:Search_namespace_restrictions | 19:14:18 |
freephile | And thanks Gary Foster , you are right. It only allows. you to specify the results you want; not negate the ones you want to exclude | 19:19:26 |