[Wikitech-l] Poll: What algorithms do you program into your wikis?

2020-01-31 Thread Daren Welsh
As research for a potential presentation topic at EMWCon 2020 [0], I'm polling the community. What algorithms do you program into your wikis? I'm curious to learn about technical methods, policies, and criteria for measuring "success". I'm interested in this concept because of how algorithms are

Re: [Wikitech-l] New errors with composer update

2019-06-27 Thread Daren Welsh
(planted question) What happens if you remove composer.local.json? On Wed, Jun 26, 2019, 21:54 James Montalvo wrote: > I'm getting a new error today that was not happening with the identical > config yesterday. > > With MW 1.31.1 and 1.31.2 I'm getting errors after installing dependencies >

Re: [Wikitech-l] MW Function for parsing and modifying template arguments on a page

2017-08-15 Thread Daren Welsh
s like: > > > Beer > > Name > Rocket Fuel > > > ... > > ... > > > Cheers, > > Thomas > > > Le 14 août 2017 à 16:47, Daren Welsh <dar

Re: [Wikitech-l] MW Function for parsing and modifying template arguments on a page

2017-08-14 Thread Daren Welsh
vision > > > > So, you fetch the HTML, edit data-mw blob, and save it back. > > > > Subbu. > > > > > > > > On 08/09/2017 10:22 AM, Daren Welsh wrote: > > > >> I'm working on a server-side script that will periodically revise wiki > &

[Wikitech-l] MW Function for parsing and modifying template arguments on a page

2017-08-09 Thread Daren Welsh
I'm working on a server-side script that will periodically revise wiki pages that all use the same template. Is there a function I can use that will parse a page and then find and replace template arguments with values I determine within my script? For example, let's say I have Template:Beer like

Re: [Wikitech-l] Search Flow using ES/CirrusSearch in MW 1.25?

2015-12-03 Thread Daren Welsh
it > is > not currently being worked on. > > There is no other documentation available, but let me know if there’s > anything > in particular you’d like to know more about. > > Matthias > > > > On 03 Dec 2015, at 00:20, Daren Welsh <darenwe...@gmail.com> wrote

[Wikitech-l] Search Flow using ES/CirrusSearch in MW 1.25?

2015-12-02 Thread Daren Welsh
I'm referencing [1] in an attempt to get Cirrus Search (Elasticsearch) to search and return results from Flow boards in MW 1.25. Some of the scripts like FlowSearchConfig.php don't seem to be in REL1_25, but they do seem to be in REL1_26. Does this mean I won't be able to get this to work in 1.25

Re: [Wikitech-l] [Wikitech-ambassadors] Update about on-going work on Notifications, especially cross-wiki notifications

2015-11-16 Thread Daren Welsh
> > "Yes, we lack efficient and effective ways of cross-listing conversations" This is something we would love to address in our organization. Between email, chat, multiple wiki discussion/Flow pages, and issue trackers (like Phabricator/GitHub/GitLab), it's difficult to ensure everyone is

Re: [Wikitech-l] Project Idea " Extension: Offline MediaWiki "

2015-09-22 Thread Daren Welsh
See also this unfunded grant proposal [1]. This is just for offline reading capability. If you want to level up, you could create a way to have multiple (remote) clones of a wiki that are edited offline and later synchronized with the "master wiki". This was discussed at Semantic MediaWiki

Re: [Wikitech-l] Tutorials / HowTos for VisualEditor

2015-08-27 Thread Daren Welsh
I'm also interested in this kind of information. Right now I'm specifically interested in what I can use as an equivalent to a hook for when a user saves a page revision using VE. I'm working on an extension that logs user actions (and does more with that information). I have figured out how to

[Wikitech-l] oldimage naming convention

2015-08-18 Thread Daren Welsh
In the version history of an image (or any attached file in MediaWiki), the page displays Date/Time with a link to that version. The timestamp displayed is the upload timestamp of that version. If you look closely, you can see that the real filename includes a different timestamp. This turns out

Re: [Wikitech-l] [recommended reading] do terrible things to your code

2015-07-30 Thread Daren Welsh
Regarding your 3rd point, we have discussed this in our organization (NASA) and we have considered some ideas on how to improve the situation. Between changes in templates and other transcluded material including content re-used via Labeled Section Transclusion and query results via Semantic

Re: [Wikitech-l] VE stopped working on 1.25 after import update of wiki db (1.23-1.25)

2015-07-12 Thread Daren Welsh
of a delivered response. Best, Florian -Ursprüngliche Nachricht- Von: wikitech-l-boun...@lists.wikimedia.org [mailto: wikitech-l-boun...@lists.wikimedia.org] Im Auftrag von Daren Welsh Gesendet: Sonntag, 12. Juli 2015 02:07 An: Wikimedia developers Betreff: Re: [Wikitech-l] VE stopped working

Re: [Wikitech-l] VE stopped working on 1.25 after import update of wiki db (1.23-1.25)

2015-07-11 Thread Daren Welsh
update --init` after checking out REL1_25 of VE? What is in your browser's developer console when you try to load VE? On 10 July 2015 at 21:51, Daren Welsh darenwe...@gmail.com wrote: We have an existing wiki using MW 1.23. We are working on a build script to generate a wiki using MW 1.25

[Wikitech-l] VE stopped working on 1.25 after import update of wiki db (1.23-1.25)

2015-07-10 Thread Daren Welsh
We have an existing wiki using MW 1.23. We are working on a build script to generate a wiki using MW 1.25. Eventually the script will also automate the database import and update, but for now I'm still learning the steps. I built a VM with 1.25 and VE using some scripts that we are building[1].