Knowledge

talk:STiki/Archive 26 - Knowledge

Source 📝

3575:
except after when I pres the button the information in the bottom panels all change to the next diff that STiki shows me. Right after I press the button, I see the information for the next diff, even before it comes up, which appears to always react exactly once a button is pressed, despite the fact that the diff does not. I tried running the program via terminal, and no text has occurred when the error happens. The final strange thing is that when the issue happens, it's either all the edits in one session, or none of the edits in one session, and luckily recently it's been working perfectly most of the time. I hope this information helps, but if you need me to get back on STiki and find more information to questions, go ahead and ping me and I'll get right to it. Thanks!
3426:
login) and the Mediawiki API generally says "cool" and ties the edit to your account. Then, what we can't figure out, is that sometimes it says "what? who is that? we don't have a session for them (error: assert user fail)". The only way to get new session tokens is for the user to login again -- and I don't want to be in the business of storing credentials and doing this automatically. A hard fail at this point was considered reasonable, because for most of history, and most users, this tends to be a sporadic issue. Question after looking at my code: When you encounter this issue, would the AGF have undone 1 edit? or 2+ edits? there is a branch in my code at this point where different API calls are used, and maybe only one branch is problematic?
3612:
AGF attempt, right? For those of you having the issue, there could be a login box option to "Verify session viability" or something like that. The moment you login, before everything gets spun up, and while STiki still has your credentials handy, I could have your accounts edit and then attempt to AGF a meaningless page (i.e., something dedicated in the STiki project space). I could verify if this occurred. If it is succeeds, we know the session is "good", if not, we have everything ready to retry a new session transparently and automatically. We could also write a lot of debugging code around this mechanism. Does my thinking here sound correct?
3752:-- The 2018-12-08 release of STiki has made significant progress on this issue (see the CHANGELOG above). User testing has confirmed cases where sessions were not viable immediately after login, but through multiple login attempts STiki was eventually able to transparently obtain a viable session so that users could proceed without error. There is more evidence than ever this bug is on the WMF side, and debugging code is in place should it become problematic in a new way in the future. I am marking this issue as fixed + closed for now. 3495:-- The 2018-12-08 release of STiki has made significant progress on this issue (see the CHANGELOG above). User testing has confirmed cases where sessions were not viable immediately after login, but through multiple login attempts STiki was eventually able to transparently obtain a viable session so that users could proceed without error. There is more evidence than ever this bug is on the WMF side, and debugging code is in place should it become problematic in a new way in the future. I am marking this issue as fixed + closed for now. 4180:, I'm wondering what you did to get it to work. For me, when I log into STiki via my Huggle bot password, it gives me the "you must have rollback and blah blah to use STiki" message. I'm just putting the bot password into the username and password section like I would via my normal account credentials and am receiving that message. Are you doing something different, or is my bot password just not working? I'm hoping you could tell me how you got it to work, since I couldn't find documentation for it anywhere. Thank you in advance. 31: 2121: 1116: 2718: 2725: 286: 3938: 3825: 3745: 3488: 3015: 2611: 2379: 2189: 2049: 1678: 1491: 1379: 527: 3108: 3524:
next diff as normal, however, no action was taken. I've then had to manually run the action via the article history page, which is semi-annoying but most likely a bug. I'm wondering if I did something wrong, and I'd be happy to rectify it if so, however, it could be a software bug. I'm requesting either help or a bugfix as to why the rollbacks are only saving a portion of the time.
631:, but it seems like a fragile task that begins with putting the device in unsupported "dev" mode, wiping the device, using system commands, potentially installing Linux distributions, etc. I cannot personally endorse this approach, and I suspect that since you arrived here with your question, its probably not one you'd be too comfortable with. 786:. These contributions may still include STiki edits. For the XTools use-case, I could resolve this by adding a query to remove edits that have the "using STiki" edit summary (if that makes sense), but this is slow and prone to error. A future-proof tag will make this sort of analysis much more efficient. 3660:
Did some coding work today. I hope to do some testing and push out the new version to you before the weekend is over. This will very much be an experimental version. Since I can't re-create the session dropping on my own machine, it might take a couple iterations before we successfully: (a) patch the
3574:
I've recently logged onto and used STiki to try out these things, here's what I've found so far. When I recently reverted both an AGF edit and rollbacked a vandalism edit (managed to get onto a non-working session, seems to just be a random thing when it occurs), I did not see a change in any panels,
3462:
I'm not sure about whether the number of edits I'm reverting makes a difference, I didn't think to log in. What I can say is that it always happens the first time I used AGF revert since logging in - either the first one will fail, or the first one will be OK, in which case I know I'll be able to use
2776:
The team that runs CluebotNG has fixed their IRC issues and are once again broadcasting edit vandalism probabilities. STiki ingests these scores as the basis for an alternative queue to the "STiki (metadata)" one that has been the lone (and therefore, default) option for quite some time. CBNG's model
2138:
at the time, but quickly logged in and issued the typical commands. Your experience, combined with some unusual data in the health reports I get daily, suggest something still isn't right. Given the unexpected shutdown, I'd be willing to bet one of the database tables became corrupted. I can't access
713:
Hi, I've only been a Knowledge editor for 2 months but I've become fairly addicted and I passed my 1000th edit today. Not sure if I have rollback rights, maybe just the rollback buttons I got through Twinkle. Anyway, I'm interested in having a go at using STiki. I installed Java, downloaded the STiki
4337:
AFAIK you can log in to STiki with your alt account and continue to use your main account in your web browser. Since STiki can't block users (yet) you'll still need to open links in your browser to do things like block users and protect pages, so with this setup you'll be able to use STiki and still
3766:
Just to add, I've been using the new version for several days now, and have not had a single recurrence of this issue. This morning, I got the AGF bug for the first time in a while - but realised that it was because I'd opened on the old version of STiki by accident (I will now delete it!). In other
1862:
Hmmm, that's a new one. Are you entering your username in the correct casing (shouldn't matter, but let's try)? Does your password contain any internationalized characters? STiki's logic doesn't mess with this kind of stuff too much for security reasons, it really just passes it off to the Mediawiki
4238:
This didn't work for me either. I have 2FA enabled, created a bot password w/ the Huggle permissions, but get either "Login Failed" (if I enter regular username and bot password) or the insufficient permission/edits message if I use the bot account name, or my username@bot account name, or username
3425:
I think it is reasonable that the error message link to the (un-)affected article, to the extent that helps. I will add that item to the issue tracker. Beyond that, I'll explain a bit about why this is a yucky bug. I send the edit request along with your session token (which STiki receives when you
3305:
Would appreciate hearing from anyone else who has this issue. This "dropped session" bug has been an extremely nasty and ongoing one, largely because it doesn't seem to be reproducible across environments. If multiple folks are seeing it often, I could drop in some more telemetry to try to pinpoint
3177:
After downloading the executable version, unzipping the file should produce a *.JAR file. This is what launches the tool. If your OS doesn't understand how to launch it, you probably don't have the Java Runtime Environment (JRE) installed. I will point out, your account does not currently appear to
3083:
Hi Andrew, I'm not so sure. Less than 700 total edits, and less than 200 Twinkle/Undo edits so far. No rollback user rights. User has been editing just 4 months, and while it seems like they are doing some very good work, there is evidence that they are still on a learning curve, and there has been
2974:
Accurate. This is an unlikely effort given limited STiki usage as of late. The entire UI would have to be redesigned for a mobile device; I don't think Java Swing is easily portable. There would also have to be some type of packaging; most devices don't have native Java/JAR support. My source is on
2472:
Yeah, once you've passed through all the recent edits, then it's just ancient ones which are left. If they are not marked as innocent or reverted, then I assume they just stay in the queue. If you log on, and find straight away they you're encountering really old edits, it's a sign someone else has
2286:
It is. They stopped publishing results to IRC quite a while back (over a year, for sure). IIRC, it is a technical problem on their side that they are unwilling or unable to fix without a big effort -- but you'd need to check the archives to confirm this. Either way, we haven't made and any progress
1534:
We've been chasing this one for a long time; we've believe to it be something on the WMF server-side -- so the best we can do is detect the condition, report it, and shutdown STiki to avoid exposure of registered editor IP addresses. It seems to take care of itself after a few hours, if it doesn't,
669:
and other Google products and services. It may be possible to create a Chrome OS app for STiki that can work on Chromebooks, although in that case it would probably be a better use of time and resources to create a web-based version of STiki that does not require downloads or Java at all, and would
626:
I literally know nothing about Chrome OS beyond what a cursory 5 minute Googling just taught me. Phrases like "Why can't I run Java on ChromeOS?" and "Why can't I run a *.JAR on Chromebook?" were not an encouraging start. STiki is written in Java, one of the most cross-platform compatible languages
597:
or anyone who's involved deep in this about potential Chrome OS support for STiki. I'm a Chromebook user and I reckon there will be more and more of us with time, so I was wondering about the possibility of making it accessible on this platform. I know it's a lot of work and I don't expect it to be
484:
Purely by the numbers I'm inclined to decline this request: A very new account, with less than 200 edits, that hasn't really dabbled much in the anti-vandalism space. That said, the user is demonstrating the traits of a very experienced editor in terms of playing in the AfD realm, using alternative
3973:
Hi, I've downloaded the latest version 2.1 that was released on 2018-12-08. When I try to open the .Jar file (with Java) as an administrator, it shows a message : This program cannot be opened on your computer or something similar. I'm using Windows 10 Home version 1809 (October Update). How can I
3611:
This doesn't sound entirely unique from the "Frequent 'WMF has dropped session'..." thread above. Intermittent problems like this have haunted us for years, yet sometimes disappear for months at a time. GRAND IDEA. For both of you, a session that is "bad" always demonstrates problems on the first
3523:
I took a look at both the article history, my contribs page, and the article, and have found that the rollbacks are not saving or applying. This has happened 75% of the times I've logged into STiki and tried to rollback edits. Often times when I'm in STiki, I've pressed the button, it moves to the
3275:
Hi, when using STiki I very frequently get the 'WMF has dropped session' error message, but only ever when I'm doing a good faith revert. This morning for example, I started up STiki, and classified a number of edits as 'Innovent', but the first time I tried to use 'Good Faith Revert', the message
2663:
If this is changing without any action on your part, then it is a bug. This setting is retained in the configuration file -- the setting on startup should be the same as it was at the last shutdown. If a configuration file isn't present, then it should default to the "never watchlist" option. Note
2526:
I have been reverting Vandalism from quite some time. I won't say that I am perfect. I use Twinkle at the moment. I want to see if Stiki can be better for me, and if it can help me more. Although I don't have 1000 edits to the mainspace. So, I would like you to check if I can be trusted. Otherwise
2360:
As a novice editor of Knowledge, I do not have the necessary prerequisites to have rollback permissions. I applied anyway and was rejected for having too few edits. Similarly, I do not have enough edits to gain automatic rights to use STiki. Therefore, in order to have a bigger impact on Knowledge
1042:
Looks like it is getting some attention! One other thing to think about is "completeness" of the tagging moving forward. I am going to distribute a new version of STiki in the coming days, one that automatically does the tagging at edit time. However, this is not a critical update, so I will allow
3860:
Used to have Stiki on my old laptop, and was just going to add it on my new one (haven't used it in over a year, but have seen an uptick in vandalism so I thought I'd get back to patrolling). However, even though I have Java, after I download and unzip the file, the .jar file will not allow me to
3548:
Things like this make my head hurt; how things could work so predictably for the vast number of users, and then have such an unusual error condition. A couple of questions to get started: Does the "last revert panel" change in the moments after an AGF/revert change to report your attempt? Does it
3331:. After I left that message this morning, I restarted STiki and GF reverts worked fine again; they seem to be working fine again this evening. If I ever establish a pattern of what seems to trigger it, I'll let you know. I appreciate how hard it can be to get to the bottom of intermittent bugs... 1555:
Hi, I was once a major user of STiki, but I am having real problems downloading the tool now. I am using Windows 10. When I click the download link from the Download section on the STiki main page, I receive a, '8 Zip Lite' file, which, when I open it, I have no idea how to use. I cannot find the
3284:
I get this fairly frequently, perhaps 50% of the time I try to use STiki. Sometimes it works absolutely fine, other times I just can't do good faith reverts without crashing STiki. I appreciate that if there is a bug on the WMF server, there might be nothing the STiki team can do about it, but I
2686:
I didn't know if would be possible or easy to add a "welcome" button that would either be permanent or show up when the Editing-User had a redlinked talk page that would display a menu with selectable twinkle messages. I have a dream of making a unified one-stop desktop Knowledge app which would
4206:
I created a new bot password with the same permissions as Huggle, then when logging in, entered my regular username into the Username field, and then the bot password I had generated into the Password field. Basically, when logging in, the only difference is that, instead of the regular on-wiki
1943:
Are you able to run STiki from the terminal / command prompt? When you encounter the failure, does any debugging information get printed to the terminal? It may be the case not, and I'll need to build you a special copy of the JAR so that we can print and view whatever error/failure message the
1458:
Within the last hour I received notification the machine on which STiki is hosted has gone offline. There was no known network maintenance going on. I am having a colleague who has physical access to the machine investigate. I will post here again if things come back online (we've had luck with
244:
and activate the following filters: Likely have problems, likely bad faith, human (not bot), page edits, page creations, and logged actions. About 2/3 of the edits with these filters were vandalism, and with Twinkle enabled, I could quickly rollback the ones that were outright vandalism (using
2593:
Exciting news! I'll work on getting it integrated into the code base tonight. As a note to the larger STiki community, this should bring dramatically improved vandalism catch rates with the tool. Perhaps we could use this in a recruitment effort, to get some of our old users back, or new ones
97:
Hey there, I was hoping I'd be able to get permission to use STiki. I don't have 1000 edits yet or Rollback rights yet, but am ONLY interested in helping to stop vandalism on Knowledge, so it will be difficult for me to meet either of those requirements without the help of a tool like STiki.
1386:-- This maintenance concluded a considerable time ago, but I'm just now getting around to posting this notification. If anything, STiki might be a little snappier now due to archiving old data in some of our largest tables. If there are any issues, let me know -- otherwise, happy reverting, 4268:
Did you try putting "Xymmax" into the username field, and then the bot password into the password field? (When generating the bot password, there's a field that says: "For old bots which require the login name to be the same as the eventual username, you can also use <your username:
1123:
Hello! It's been a very long time since I've used this to fight vandalism, and I decided to give it a try today. Unfortunately, after starting it, I am barely able to use the application as all the buttons are extremely small, and I cannot find a setting to make it larger. Please see
1801:
Can you describe the issue in a little more detail? I assume the STiki window opens for you and you are able to enter your user/pass in the provided forms. What happens when you hit "login"? Do you get an error dialogue? Does text appear just beneath the log-in and log-out boxes?
1406:
I've returned to a consistent internet connection after a long while, and intended to resume using STiki. In the interim, I've acquired a screen of higher-than-normal resolution, and now I find the STiki interface has text that is far too small to be usable. Any suggestions?
4406:. This model was largely proof-of-concept, i.e., that detection was possible using these lightweight features. The spatio-temporal features are still leveraged in the "metadata model/queue" available in the tool, but others have been added to improve detection rates. 3626:
Yes, that sounds like a good option - as you say, if it's going to barf it will do it the first AGF attempt, if it survives the first one it's always fine. If I could, as you say, attempt an AGF on a dummy page when I first log in, it would save a lot of trouble.
3661:
problem, so that you don't encounter it, if even the solution is a bit of a hack, and (b) possibly identify the root cause and really fix the problem at the source. If you (both) are comfortable with it, could you email me directly (gmail at the very bottom of:
485:
namespaces, etc. -- suggesting they aren't so new to this. Do you have an alternative account? Or one on a foreign language or alternative wiki? I'm searching for hard evidence here that will confirm my intuition that an approval might be appropriate. Thanks,
1360:
I am cleaning up some things up on the STiki server today. The queue's may display non-recent edits, and the tool may be slow/unresponsive at times. Do not panic! Everything should be resolved and back to normal operation within a couple of hours. Thanks,
714:
source and ran the .jar file but it wouldn't let me log in. I've been occasionally reverting vandalism that I come across in the articles on my watchlist but I'd like to fight some more vandalism through STiki. Please can you help me log on. Thanks.
2640:
When I start Stiki, it sometimes sets "Watchlists options" as "Watch reverted articles" by default without my input. This is very annoying. Please set it as "Never watchlist" by default and hide this option somewhere to prevent accidental clicking.
1168:
Unfortunately, the font size doesn't seem to increase anything but the font inside the diff area. The image I included a link to above shows a diff, and it's font size is at the highest setting (24 point). I don't see anything about it in settings.
1043:
old versions of STiki to continue operating. Thus, there will by a mix of users that are applying and not applying tags. One could imagine a nightly process in order to fix all this, though again, it might not be worth all the bureaucracy involved.
1630:
Thank you. Yes, it seemed 8 Zip Lite was the issue (I don't know why it ended up being the default app to open .jar files). Anyway, I downloaded Java and set it as the default program to open .jar files in Control Panel, and now STiki works again!
2777:
outperforms the metadata one, and if historical trends hold, STiki users should expect to encounter vandalism 2-3x more often using CBNG data. The feed has been implemented and the CBNG model is now the default queue at startup. Happy reverting.
1729:
I fight vandalism via recent changes and a lot of times some of it slips by me. I would like STiki to help me combat vandalism quicker and to help take the burden off other patrolers. I have a solid record of patrolling recent changes. Thank you
4104:
work on STiki, but it's not immediately clear how one goes to logging in with a bot password. Do I just enter my bot password into the "Password" field (and enter my username like normal)? What permissions are needed for STiki to work properly?
2664:
the configuration file can also be manually inspected/altered. It is stored as ".STiki.props.xml" in the User's "home" directory (varies by operating system, might be a hidden file). The setting in question is "<entry key="watchlist_set": -->
2204:
Corrupt tables indeed; I repaired them last night, and while I haven't had a chance to verify by actually launching STiki, I'd imagine everything to be in working order now just based on the lack of error messages and some quick sanity checks.
1752:
You have more than 1000 edits in the "main" article namespace (although just barely, so you may have crossed that threshold since writing this message), therefore you are automatically granted STiki privileges. Happy reverting, and be careful!
357:
Very cool. Can you create a page with the barnstar "code" so it can be used with the "subst" template command, consistent with the style of many other barnstars? With this, I will post/store it alongside the other STiki promotional materials.
1985:
I followed up on the "strange settings related to logins", and it turns out that having 2FA on my account (via global group of OATHAUTH tester) won't let me log in through STiki. I turned it off and tried to log in again, and it works now.
1218:
posted is consistent with how things appear on my machine, and every other device I've seen STiki on. What is your monitor/laptop resolution? Something absurdly high? What OS are you on? Anything else interesting about your setup? Thanks,
3270: 1600:
You are not supposed to open the .jar file with 8 Zi or any other archive-opening tool. You should open it with Java Web Starter (or Java, or something similar). Have you tried right-clicking the .jar file and press "Open with..."?
938: 3380:
The only option you have is to click 'OK', thereby closing STiki - I can't go back. Therefore, if I can't remember exactly what the page was called, there's no way for me to find whatever it was that needed reverting and fix
777:
attempts to show STiki contributions, going by the "using STiki" advert in the edit summary. However I think users are free to remove the advert, hence removing the tie to STiki. Meanwhile, STiki edits are already tagged as
4307:
I've tried all of the above, save the sock account. I think I'm more effective with my tools, so I don't think I'll go that route. I'll just wait until the whole 2FA implementation is a bit more sophisticated. Thanks so
3373:
The error only occurs when I do a Good Faith Revert - so, if I get the error message, it means that I've come across something that needs to be reverted; however, the error message tells you that it hasn't performed the
905:
I see I can also tag previously made edits. STiki has over 1 million reverts. Writing the code to achieve this back-tagging wouldn't be too hard, but I'd like to make sure such an action won't be considered disruptive.
254:
Sorry, I just realized that you have, in fact, enabled Twinkle. However, the part about the recent changes filters still applies and can be very helpful when reverting vandalism, especially because you have Twinkle
3698:
Greetings! I just sent you the email, and I am awaiting the file transfer. I’ll download the files once I get them, and see if they work. Thank you a bunch for all of this work you put in, I really appreciate
806:
Any tags currently associated with STiki edits are not done explicitly, but by the platform software. Is there documentation of how they should be used? And API documentation of how it is implemented? Thanks,
245:
Rollback Vandal), and leave an edit summary for the ones that were unconstructive but still good faith (using the middle Rollback button). There is actually a lot you can do without having STiki or Huggle.--
2030:
before and felt that it was too complicated for me to use. This seems like a better solution. I have done some vandal fighting with Twinkle already so I feel that this could be quicker for vandal fighting.
3387:
Presumably STiki knows what page it just didn't revert on. Could a hyperlink be added to the error message, linking to the relevant page, allowing you to go and fix the problem manually in your browser?
3280:
A check associated with your last revert/AGF action found your login session has been unexpectedly terminated. This is believed to be a bug on the WMF server side, not within STiki itself. Regardless...
3466:
In future, before I do an AGF revert for the first time, I'll check the number of edits I'm about to revert, and note whether or not it barfs; if I can establish a pattern, I'll let you know. Cheers
2414:
I'm finding I'm being prompted with edits that are 500-900 days old while I'm using STiki. It's been a while, but I've never noticed anything like this before. Is it considered normal and desirable?
2527:
it's all okay if you decline the request. By the way, if I later wish not to continue, should I inform you here? (I am sure I won't wish to stop using, but still an additional question) Regards,
2134:
The machine running STiki had some network or power issue on Friday evening. I received email of this fact, notified a colleague on site, and the machine came back online sometime Saturday. I was
4403:"STiki" is named so because it was initially designed to make use of a model using "Spatio-temporal" ("ST-") features to detect vandalism on Knowledge ("-iki"). Academic details can be found in 3435: 3299: 3084:
some erroneous AfD/Speedy deletion requests recently too. Maybe Sheldybett should be encouraged to try again in a few more months, when a greater understanding of Knowledge policy is obtained?
3370:
Hi, I'm still getting this error message perhaps half of the times I use STiki; I haven't established a pattern yet, but I thought of a way that it would be possible to make it less annoying.
670:
work in pretty much any browser (and therefore on pretty much any operating system). Chrome OS is in fact based on Linux, and it's possible to turn a Chromebook into a decent Linux laptop (as
841:, but it doesn't describe any sort of guideline for using them with software like STiki. I can tell you other popular software such as Huggle and the WikiEdu Dashboard tag their edits. With 4207:
password you use to log in to Knowledge on a browser, you use the bot password that you generated in the Password field. The username field remains untouched and is your on-wiki username. —
754:
Thank you. I see what you mean about NS0 edits, a lot of mine have been on talk pages and my user page/sandbox. That's what I love about Knowledge, there's always so much to learn! Cheers.
4045:
I'm not a Windows user, but some Googling revealed folks sometimes get this error when they have the incorrect version of the Java Runtime Environment installed (e.g., 32bit vs. 64bit).
1241:
It's a desktop running Windows 10. Resolution is 3840 x 2160, and the screen is huge (no idea how many inches). Also, regarding your message on my talk page, I changed my username from
1773:
Apologies if I'm missing anything, but how do you log into STiki? I'm trying to use my account password, and my account has rollback permissions. Is there something else I need to do?
941:
is nearly empty... so that tells me either people haven't realized it's possible now, or consensus on doing this sort of thing has changed. So, I would first start a discussion at
1900:), nothing unusual from the regular website's password requirement. I've tried multiple times, making sure I press each key, even copy pasting my password into the slot. Nothing. 1151:
Wow that is different. I run off a 13" laptop and have a much smaller window. In the top bar, under the Options tab (3rd from right) there is a setting to increase the font size.
627:
in existence. I'm sorry to say that with 10's, if not 100's, of thousands of lines of STiki code -- I will not be undertaking the task of porting it to a different language.
665:
Chrome OS was really supposed to be a lightweight operating system that saw use in schools and small businesses that had most of their operations in the cloud, specifically
3729:
FYI this happens to me sometimes (it's just happened now in fact) but I usually catch it straight away. Then I log out and back in again, and it usually solves the issue.
1023: 929: 159:
So it's specifically saying that I need permission to use from a current STiki user since I do not have 1,000 edits as of yet. The article for STiki confirms this.
1370: 1355: 3968: 3983: 1468: 4061: 3998: 3219: 2434: 2036: 660: 640: 367: 3549:
report success? Are you able to run STiki from a terminal/console window? If so, is any text printed to the terminal console when one of these errors occur?
2675: 2427:
It looks like it depends on which queue you use (ClueBot has this problem, Metadata's edits are closer to 90 days old), but it still strikes me as peculiar.
1453: 3039: 3849: 2481: 1573:
I don't use Windows, but I recall this issue showing up here before, and though I can't find the conversation it ended up being something about the .exe.
748: 345: 4033: 4016: 3450: 2627: 2566: 2403: 1395: 1066: 3785: 3693: 3673: 3641: 3504: 3480: 3345: 3315: 2889: 2552: 1702: 4075: 4054: 3767:
words - the bug on the WMF side is definitely still there, but the new version of STiki is working around it efficiently. Thanks for your work on this
3761: 3231: 3132: 3092: 2921: 2903: 2843: 2800: 2514: 2313: 2296: 2243: 2214: 2169: 2148: 1762: 1052: 1013: 968: 915: 900: 876: 856: 816: 259: 3406: 3358: 3285:
wonder whether other users have experienced this and have found some kind of workaround or way to avoid triggering it? Any tips would be appreciated.
3074: 2603: 2073: 572: 551: 519: 494: 4415: 3621: 3584: 3558: 3187: 2110: 2059: 2032: 2001: 1953: 1915: 1872: 1842: 1811: 1037: 698: 436: 168: 145: 3737: 3212: 2865: 2467: 2448: 1343: 1322: 1303: 1284: 1259: 3962: 1639: 1625: 613: 1544: 1445: 1431: 397: 221: 2984: 2969: 2830: 2739: 2711: 1716: 1507: 1483: 1094: 1085:
Yes, we aren't that advanced. You'll just need to replace your *.JAR with the new one posted to the project page (inside the executable *.ZIP).
1080: 1026:. Interest in this probably isn't great, so I wouldn't be surprised if people say no, just because it will affect so many revisions. We'll see! 249: 2821:
Just for perspective, the revert-rate has been around 35% for the past couple of days, I'd estimate we were < 10% using the metadata queue!
1334:
Awesome. Re-mapping would just give the new account your old one's contributions, for purposes of the leaderboad and any milestones/barnstars.
107: 2370: 1595: 1582: 1275:
seems like it might be relevant if you want to parse through it. Would you like the contributions on your old account mapped to this new one?
2875: 996: 953:
for it. The one potentially controversial thing here is we're talking about tagging 1,000,000+ revisions, as you say, and that would pollute
500: 418: 4231: 4193: 3264: 2786: 2543:
Oppose, per my warning to this user earlier. I'm aware that they're undergoing mentorship right now, but I don't think this would be ideal.
3907: 3887: 3723: 3535: 3193: 2696: 2135: 800: 4096:
to access STiki (or else login will simply fail, since STiki doesn't provide an interface to enter the authentication code in). I can see
1567: 1197: 1183: 1160: 739:
you have 861 "NS0" (main namespace) edits. However, that's close enough for me and I've granted you explicit permission. Happy reverting.
4362: 4325: 4302: 4256: 2650: 196: 763: 723: 4163: 4129: 3920:
Hi! Just wanted to let you know my username has been changed from JaconaFrere to Jacona...could you reroute the contributions? Thanks!
2761: 2350: 1228: 932:
which apparently grants consensus to do things like this (though at the time it was not possible), subject to individual bot approval.
779: 471: 3872: 2681: 3006: 455:
May I have permission to use this software? I would like to fight vandalism but do not have 1,000 edits yet nor the rollback right.
2953: 2815: 2752:
should serve the same purpose, I'm not a great believer in strictly differentiating whether I use welcome or welcome-anon for IPs.
1656:
Could I please use Stiki? I only have 250 mainspace edits (550 overall), but I have done significant antivandal work with Twinkle.
324: 3377:
By the time the error message pops up, STiki has already loaded the next diff - so, you can't see what page it's failed to revert.
3306:
what is happening -- and if we can't fix it -- then maybe we'd be able to reach out to the WMF developers with concrete evidence.
2421: 2139:
the machine from my corporate network (I'm at work), but I'll investigate this evening and post back here as appropriate. Thanks,
1669: 2273: 308: 2666:" where the numerical value corresponds to the (zero-indexed) position of the setting in the "watchlist options" drop down box. 2084:
Hi, not sure if there is some work going on with STiki at the moment, but I couldn't log in at all to it yesterday, and today I
1142: 4097: 3816: 2500: 2102:
Anyone around? It's still faulty. I can't even close the STiki window when it has been opened now. And still no diffs showing.
2040: 1515: 1416: 1272: 845:, we create new tags as needed without discussion, so I think you're okay to do so for STiki, especially given its popularity. 2096: 208:
Given STiki's dwindling user base, I am tempted to approve this. But for the sake of consistency, I have to point you over to
4087: 4011: 1556:
launch file at all, just a load of files with names like 'com', 'core objects', 'db client', 'edit processing' and so forth.
1057:
Today's release includes the tagging functionality -- I don't anticipate we'll be doing back-tagging, but the code is there.
2536: 4390: 3514: 987:
Any chance you can spearhead this social/policy effort while I go about implementing the bot code to actually get it done?
2702:
Is there a list of these Twinkle messages somewhere? I'll investigate, although this may be a bit too much mission creep.
3929: 3059: 2949: 2587: 2355: 2321: 1739: 4271:
as password"—that would be the password you'd use). It's been a while since I used STiki but AFAIK that's how I did it.
1665: 774: 768: 584: 3236:
You will need the Java Runtime Environment to run .JAR files. On Windows, you can simply download and install it from
783: 2771: 1550: 3164: 2960:
Last I heard you can't run Java on mobile platforms without seriously rebuilding it or porting to another language.
1788: 424: 2361:
and to battle vandals I would like to request special approval for use of STiki. Any questions are welcome. Yours.
92: 1827:
It simply says "Log In Failed" under the login button. The login obviously works, it just won't take my password.
3855: 84: 72: 67: 59: 4136: 3050:
Despite not having reverting Vandalism since I started editing, I like someone give me a tool please. Thank You
2880:
The machine that hosts STiki has gone offline. I've sent an email to colleagues onsite at UPenn to investigate.
671: 3679:
20 years, don't want to change it now...). If you ping any files back to me I'll be happy to test them. Cheers
1618: 450: 4135:
Nevermind. I seem to have answered my own question. In this case I more or less gave it the same permissions
403: 2744:
I can't find any text list in the Twinkle documentation or anywhere, so I made a list in in the top part of
928:
it says "tags cannot be added to revisions yet". I'm guessing that's just outdated. That page also links to
4318: 4249: 3065:
Real life is crazy. Can one of the STiki regulars provide a recommendation on this access request? Thanks,
708: 653: 606: 338: 212:
after which I will speedily approve. Just 120 live edits and 49 in the past year is a bit below threshold.
3198:
I tried to install the latest version on Windows, but I couldn't find an executable file. What's wrong? --
2557:
I think it would be better for me to wait. I will surely try STiki once I get enough experience. Thanks -
3276:
appeared after I'd hit submit. The text of the message (in case there is more than one such message) is:
2646: 1110: 390: 189: 164: 138: 103: 3664:
to find my email) so I can quickly exchange JAR files with you without having to publish to WP? Thanks,
1271:
Well that screen size is obviously the root of the problem. I haven't parsed through every comment, but
773:
It would be great to tag STiki edits. This would be especially helpful for data analysis. For instance,
4356: 4296: 4225: 4157: 4123: 3258: 3002: 2635: 2262:
You'll have to forgive me, as I've been on a recent extended Wikibreak, so I am a bit out of the loop.
1498:-- STiki should be working again, and I've had the queues re-populating for several hours now. Thanks, 692: 645:
Haha I had no idea how out-of-touch Chrome OS was with reality. I totally understand. Thanks anyway :)
273: 38: 3328: 1944:
Mediawiki API is throwing. You haven't set any strange settings related to logins anywhere, have you?
4007: 3229: 2945: 2929: 2337:
I have not encountered this bug today, but I will update this post whenever I catch a new pattern.
2257: 1651: 759: 719: 3350:
I haven't experienced this issue at all. I've just used the tool now and I did not have problems.
4411: 4050: 3958: 3845: 3757: 3669: 3617: 3554: 3500: 3446: 3431: 3311: 3183: 3128: 3070: 3035: 2980: 2917: 2885: 2826: 2782: 2707: 2671: 2623: 2599: 2562: 2532: 2496: 2399: 2366: 2292: 2210: 2144: 2069: 2017: 1949: 1868: 1807: 1758: 1698: 1540: 1503: 1464: 1391: 1366: 1339: 1280: 1224: 1090: 1062: 1048: 992: 911: 872: 812: 744: 649: 636: 621: 602: 547: 490: 432: 373: 363: 334: 217: 4023:
This app can't run on your PC. To find a version for your PC, check with the software publisher.
867:, but I think I have to wait on some kind of approval there? Can someone follow-up and confirm? 3780: 3688: 3636: 3475: 3401: 3340: 3294: 2992: 2658: 2642: 2548: 1661: 1401: 1125: 949:) to see what people think of back-tagging STiki edits, and if there's no opposition, create a 228: 203: 160: 115: 99: 542:
Given STiki's slowing use, I am willing to assume good faith. Your account has been approved.
4071: 4029: 3979: 3915: 3025: 2998: 2463: 2430: 2417: 2079: 1735: 1441: 1412: 737: 241: 1896:
No, my password is simply a couple numbers and a couple letters (not going to say how many,
4404: 4376: 4093: 3178:
have the permissions necessary to use STiki, and as such would require special permission.
3055: 2937: 2409: 1559:
Any assistance with this would be greatly appreciated. Downloading STiki was once so easy!
566: 513: 465: 47: 17: 2618:-- Implemented and set as default; I will also post this to a new section for visibility. 8: 4386: 4275: 4190: 4184: 3953:
Remapped 88245 contributions, to be reflected on next nightly report generation. Thanks,
3835: 3809: 3805: 3795: 3719: 3580: 3531: 3327:
In case it's useful, I'm using STiki v2.1, on Windows 10, 64-bit. I got my Java platform
3157: 2861: 1520:
Everytime I try to revert an edit, my session terminates. Is it a bug or what? Thanks! -
755: 731: 715: 416: 322: 306: 1459:
self-repair lately) or I receive an update about the root cause or remediation. Thanks,
822: 4407: 4046: 3954: 3841: 3768: 3753: 3665: 3613: 3569: 3550: 3496: 3457: 3442: 3427: 3365: 3322: 3307: 3179: 3124: 3066: 3031: 2976: 2941: 2913: 2881: 2822: 2778: 2703: 2667: 2619: 2595: 2558: 2528: 2492: 2395: 2389: 2362: 2288: 2206: 2140: 2065: 1980: 1945: 1891: 1864: 1822: 1803: 1754: 1694: 1604: 1536: 1499: 1460: 1387: 1362: 1335: 1276: 1236: 1220: 1086: 1058: 1044: 988: 907: 868: 808: 740: 632: 592: 543: 486: 428: 359: 213: 2235:
Thank you matey, yes, I've just logged on, and all seems to be in good working order!
3772: 3680: 3655: 3628: 3606: 3467: 3420: 3393: 3332: 3286: 3045: 2745: 2572: 2544: 2520: 1688: 1657: 1427: 1316: 1297: 1253: 1177: 1136: 384: 256: 246: 235: 234:
Also, a good way to revert a lot of vandalism and gain a lot of edits is by enabling
183: 132: 3861:
execute. It only gives me the options of "open" or "save". What am I doing wrong?
2326:
I'm attempting to recreate this bug, but I can verify that it only happens during:
120:
to my knowledge, there is no permission needed to use STiki. Rollback is useful for
4314: 4245: 4067: 4040: 4025: 3989: 3975: 3925: 3730: 3351: 3085: 2896: 2836: 2793: 2507: 2474: 2306: 2281: 2266: 2236: 2199: 2162: 2129: 2103: 2089: 2088:
log in, but no diffs appear. So, I still can't use it. Not seen this issue before.
1747: 1731: 1632: 1588: 1560: 1437: 1436:
Well I reinstalled Java just before installing STiki, so I don't think that's it...
1408: 1030: 1006: 982: 961: 893: 849: 842: 793: 2460:
This explains the ClueBot, but not the Metadata. Anyone know anything about that?
1024:
Knowledge:Village pump (proposals)#Back-tagging STiki edits (1,000,000+ revisions)
3840:
Remapped 601 contributions. Will be reflected in next report generation. Thanks,
3678:
Hi - I just emailed you from a Hotmail account (I know, but I've had it for : -->
3118: 3051: 2582: 2345: 1897: 1724: 1529: 1521: 558: 537: 505: 479: 457: 175:
Well, then I was wrong. I probably never had this problem as I have 6,700 edits.
881:
No approval process. I think the tag is ready to be used immediately, using the
628: 46:
If you wish to start a new discussion or revive an old one, please do so on the
4398: 4382: 4350: 4290: 4219: 4201: 4181: 4151: 4117: 3882: 3715: 3648: 3599: 3576: 3543: 3527: 3271:
Frequent 'WMF has dropped session' error message with doing a good faith revert
3252: 3199: 3172: 3149: 2964: 2857: 2810: 2756: 2734: 2691: 2443: 1988: 1938: 1902: 1857: 1829: 1796: 1775: 1711: 1577: 1478: 1192: 1155: 1075: 950: 925: 921: 838: 686: 411: 352: 317: 301: 240:
Before I got rollback privileges so that I could use Huggle, I would go to the
209: 3147:
I downloaded the Stiki but didn't find installing file. Can you help me out ?
3897: 3862: 3801: 3142: 1768: 1610: 1308:
Thanks, I fixed the issue. I was running Java 8, and running JRE 9 fixed it.
1289:
Not unless you usually map contributions. I'll check out the thread, thanks.
1242: 1019: 946: 942: 2023: 1423: 1329: 1310: 1291: 1266: 1247: 1209: 1171: 1148: 1130: 864: 826: 598:
easy, but if ever someone has the time, it would be amazing! Stay awesome,
121: 2895:
Thank you for the update Andrew. I was wondering why it wasn't uploading.
2792:
Yayy! Great news. This queue was historically the best one, as you say :)
1115: 4332: 4309: 4263: 4240: 3948: 3921: 2934:
Is it possible or is possible in future to use STiki on mobile devices?
2724: 2717: 1996: 1910: 1837: 1783: 954: 402:
Thanks for doing that. I should note that I had a version of the code at
2835:
Great news. RC patrols certainly seem more productive using this queue.
4239:
all caps, or username with a trailing "@" Anyone have any suggestions?
2338: 1535:
or if many people start getting the error -- then repost here. Thanks,
407: 378: 177: 154: 126: 4278:
without 2FA, have rollback given to it, and then use that for STiki. —
3808:. I would appreciate it if you could transfer my STiki count. Thanks, 2581:
different location, it's now at Freenode - #wikipedia-en-cbngfeed - -
4339: 4279: 4208: 4175: 4140: 4106: 3893: 3879: 3241: 2961: 2807: 2753: 2731: 2688: 2455: 2440: 1708: 1574: 1475: 1215: 1189: 1165: 1152: 1072: 675: 4092:
I'm aware that users with 2FA enabled on their accounts need to use
2856:
Trying now, and yes seems it encounter vandalism more often. Great!
3519:
Recently, I've been making reverts/rollbacks on STiki, however, on
2473:
just passed through the newer stuff. That's how I read it anyway.
3974:
use the program because I was able to use the previous version.
666: 285: 1422:
See the section two above. You might have the same issue I did.
3662: 2394:
Account approved. Use it wisely; this was a borderline case.
1071:
DO I have to re-download anything to get the update? Thanks,
782:
and/or Rollback (which is expected), but say I wanted to see
4187: 2748:. Rather than the whole caboodle, just having a button for 837:
endpoint. There's some local documentation on tag usage at
4139:. I've been able to revert edits with those permissions. — 330:
I'm just a nobody here but I think it's pretty damn cool.
4274:
If none of these work, the other solution is to create a
3800:
Hey, just wanted to let you know that I was renamed from
2730:
These two illustrate it, I will look for a text list rn.
1273:
this thread involving Java and high resolution displays
3237: 2064:
Account approved. Use your power responsibly. Thanks,
629:
Some have succeeded in getting Java to run on ChromeOS
2997:
I would like to use STiKi, may I please have access.
3123:
On the basis of the community recommendation above.
825:, it looks like you first need to create the tag at 425:Knowledge:STiki#Userboxes,_awards,_and_miscellania 4381:Hi. What, if anything, does "STiki" stand for? -- 2333:not sending the involved user a message (No MSG) 1356:STiki undergoing maintenance today (2018-APR-17) 3969:The application cannot be opened on my computer 2975:GitHub for anyone feeling adventurous, though! 2491:I've just cleared out the oldest of the stuff. 2806:At long last. Muchas gracias to all involved. 2027: 1002:Sure! I'll make a post at VPT and ping you :) 124:, but even that works without the permission. 1454:STiki is currently down (2018-JUN-11) (FIXED) 3521:both AGF rollbacks and vandalism rollbacks, 2305:No problem, thanks for letting me know! :) 1128:image. Is there a way to fix this? Thanks, 2912:And we are back up again, in record time! 2506:Thanks Andrew, that's much better now :) 2723: 2716: 1114: 2439:CB feed has been down for over a year. 14: 44:Do not edit the contents of this page. 3463:it without issue until closing STiki. 2876:STiki is down (UPDATE: Back up again) 2265:Is the ClueBot NG queue defunct now? 1245:to Vermont a few months ago. Thanks, 1214:That's an interesting one. The image 278:I designed a generic STiki Barnstar: 3194:Help me installing the software, plz 406:but as I’m new to template creation 25: 23: 2161:That's great, thank you Andrew :) 1693:Access approved, happy reverting. 24: 4427: 4346: 4286: 4270:as username and <password: --> 4215: 4147: 4113: 3248: 3218:The .jar file is the executable. 3030:Access granted. Happy reverting. 2682:Welcome button for red linked TPs 682: 3936: 3823: 3743: 3486: 3106: 3013: 2609: 2377: 2287:and I don't expect any. Thanks, 2187: 2119: 2047: 1676: 1587:So how do I sort the issue out? 1489: 1377: 789:Many thanks for your hard work! 525: 284: 29: 1022:instead. Discussion started at 410:’s version is probably better. 4338:have easy access to the mop. — 4196:20:43, 18 December 2018 (UTC) 3771:, I agree that this is fixed. 2831:20:29, 27 September 2018 (UTC) 2816:15:20, 25 September 2018 (UTC) 2801:22:06, 24 September 2018 (UTC) 2787:17:39, 24 September 2018 (UTC) 2762:01:15, 30 September 2018 (UTC) 2740:01:01, 30 September 2018 (UTC) 2712:00:34, 30 September 2018 (UTC) 2697:00:13, 30 September 2018 (UTC) 2676:17:28, 24 September 2018 (UTC) 2651:04:15, 24 September 2018 (UTC) 2628:17:14, 24 September 2018 (UTC) 2604:15:19, 23 September 2018 (UTC) 2588:18:19, 22 September 2018 (UTC) 2567:14:02, 11 September 2018 (UTC) 2553:16:17, 10 September 2018 (UTC) 2537:14:36, 10 September 2018 (UTC) 1516:Error: WMF has dropped session 427:. Thanks for your creativity. 13: 1: 4232:23:52, 18 December 2018 (UTC) 4194:20:43, 18 December 2018 (UTC) 4088:Using bot passwords for STiki 4076:16:34, 26 December 2018 (UTC) 4055:20:48, 24 December 2018 (UTC) 4034:20:04, 23 December 2018 (UTC) 4017:19:49, 23 December 2018 (UTC) 3984:18:31, 23 December 2018 (UTC) 3963:22:46, 22 December 2018 (UTC) 3930:22:17, 22 December 2018 (UTC) 3908:00:48, 19 December 2018 (UTC) 3888:00:23, 19 December 2018 (UTC) 3878:Are you using the new STiki? 3873:09:40, 18 December 2018 (UTC) 3850:11:46, 18 December 2018 (UTC) 3817:21:32, 17 December 2018 (UTC) 3786:07:33, 12 December 2018 (UTC) 3762:21:22, 10 December 2018 (UTC) 3505:21:21, 10 December 2018 (UTC) 3359:20:40, 21 November 2018 (UTC) 3346:17:09, 21 November 2018 (UTC) 3316:15:24, 21 November 2018 (UTC) 3300:07:49, 21 November 2018 (UTC) 3265:13:55, 30 November 2018 (UTC) 3232:13:20, 30 November 2018 (UTC) 3213:06:43, 30 November 2018 (UTC) 3188:15:29, 21 November 2018 (UTC) 3165:19:57, 19 November 2018 (UTC) 2515:22:14, 4 September 2018 (UTC) 2501:23:23, 3 September 2018 (UTC) 2482:22:03, 2 September 2018 (UTC) 2468:20:08, 2 September 2018 (UTC) 2449:00:20, 2 September 2018 (UTC) 2435:23:26, 1 September 2018 (UTC) 2422:23:19, 1 September 2018 (UTC) 2404:22:51, 1 September 2018 (UTC) 2371:13:01, 1 September 2018 (UTC) 404:User:Centibyte/STiki Barnstar 4164:03:33, 4 December 2018 (UTC) 4130:11:34, 3 December 2018 (UTC) 4066:Ok thanks, I'll check that. 3738:13:24, 8 December 2018 (UTC) 3724:23:23, 7 December 2018 (UTC) 3694:21:13, 7 December 2018 (UTC) 3674:20:30, 7 December 2018 (UTC) 3642:13:11, 6 December 2018 (UTC) 3622:11:19, 6 December 2018 (UTC) 3585:03:12, 6 December 2018 (UTC) 3559:14:33, 5 December 2018 (UTC) 3536:00:08, 5 December 2018 (UTC) 3515:Rollbacks/reverts not saving 3481:17:32, 5 December 2018 (UTC) 3451:15:16, 5 December 2018 (UTC) 3436:15:08, 5 December 2018 (UTC) 3407:18:15, 4 December 2018 (UTC) 3133:19:21, 5 November 2018 (UTC) 3093:22:40, 4 November 2018 (UTC) 3075:12:49, 3 November 2018 (UTC) 3060:03:22, 1 November 2018 (UTC) 3040:15:04, 21 October 2018 (UTC) 3007:14:54, 21 October 2018 (UTC) 2999:So said The Great Wiki Lord. 1188:Then I can't help, sorry :( 920:Indeed it seems there is an 863:So I filled out the form at 7: 4416:17:38, 4 January 2019 (UTC) 4391:04:44, 4 January 2019 (UTC) 4363:20:25, 3 January 2019 (UTC) 4326:04:13, 3 January 2019 (UTC) 4303:15:26, 2 January 2019 (UTC) 4257:16:35, 1 January 2019 (UTC) 4021:This is the exact message: 2985:10:09, 5 October 2018 (UTC) 2970:17:03, 2 October 2018 (UTC) 2954:16:10, 2 October 2018 (UTC) 2922:22:53, 4 October 2018 (UTC) 2904:20:54, 4 October 2018 (UTC) 2890:20:51, 4 October 2018 (UTC) 2866:22:15, 2 October 2018 (UTC) 2844:21:13, 2 October 2018 (UTC) 2356:Request of Special Approval 2351:05:04, 29 August 2018 (UTC) 2322:WMF has dropped session bug 2314:15:26, 25 August 2018 (UTC) 2297:13:51, 25 August 2018 (UTC) 2274:11:07, 25 August 2018 (UTC) 2244:17:14, 21 August 2018 (UTC) 2215:13:57, 21 August 2018 (UTC) 2170:10:37, 21 August 2018 (UTC) 2149:20:00, 20 August 2018 (UTC) 2111:17:04, 20 August 2018 (UTC) 2097:09:21, 18 August 2018 (UTC) 10: 4432: 2074:10:17, 3 August 2018 (UTC) 2041:03:05, 3 August 2018 (UTC) 1396:04:20, 19 April 2018 (UTC) 1371:12:00, 17 April 2018 (UTC) 1344:22:05, 15 April 2018 (UTC) 1323:21:49, 15 April 2018 (UTC) 1304:21:37, 15 April 2018 (UTC) 1285:21:18, 15 April 2018 (UTC) 1260:21:09, 15 April 2018 (UTC) 1229:21:04, 15 April 2018 (UTC) 1198:20:09, 14 April 2018 (UTC) 1184:19:46, 14 April 2018 (UTC) 1161:19:35, 14 April 2018 (UTC) 1143:19:07, 14 April 2018 (UTC) 1095:19:45, 12 April 2018 (UTC) 1081:18:12, 12 April 2018 (UTC) 1067:15:09, 12 April 2018 (UTC) 829:, then pass that with the 769:Tag edits made using STiki 724:19:48, 31 March 2018 (UTC) 699:20:01, 31 March 2018 (UTC) 661:23:39, 27 March 2018 (UTC) 641:23:13, 27 March 2018 (UTC) 614:19:24, 27 March 2018 (UTC) 585:Chrome OS support one day? 573:15:43, 29 March 2018 (UTC) 552:14:39, 29 March 2018 (UTC) 520:07:34, 28 March 2018 (UTC) 495:23:30, 27 March 2018 (UTC) 472:16:05, 27 March 2018 (UTC) 437:14:06, 28 March 2018 (UTC) 419:23:42, 27 March 2018 (UTC) 398:23:29, 27 March 2018 (UTC) 368:23:19, 27 March 2018 (UTC) 346:19:14, 27 March 2018 (UTC) 325:18:22, 27 March 2018 (UTC) 309:18:22, 27 March 2018 (UTC) 260:17:21, 26 March 2018 (UTC) 250:15:37, 26 March 2018 (UTC) 222:14:21, 18 March 2018 (UTC) 197:00:38, 18 March 2018 (UTC) 169:23:57, 17 March 2018 (UTC) 146:22:58, 17 March 2018 (UTC) 108:19:08, 17 March 2018 (UTC) 2772:CBNG queue has returned!! 2002:10:58, 29 July 2018 (UTC) 1954:10:18, 29 July 2018 (UTC) 1916:13:56, 28 July 2018 (UTC) 1873:12:34, 28 July 2018 (UTC) 1843:10:25, 27 July 2018 (UTC) 1812:10:02, 27 July 2018 (UTC) 1789:09:48, 27 July 2018 (UTC) 1763:10:12, 29 July 2018 (UTC) 1740:23:42, 28 July 2018 (UTC) 1717:16:33, 15 July 2018 (UTC) 1703:22:07, 13 July 2018 (UTC) 1670:16:58, 13 July 2018 (UTC) 1640:11:44, 15 July 2018 (UTC) 1626:21:07, 14 July 2018 (UTC) 1596:19:45, 14 July 2018 (UTC) 1583:12:10, 14 July 2018 (UTC) 1568:11:15, 14 July 2018 (UTC) 1551:Downloading on Windows 10 1508:03:56, 15 June 2018 (UTC) 1484:01:23, 12 June 2018 (UTC) 1469:18:24, 11 June 2018 (UTC) 1053:10:34, 7 April 2018 (UTC) 1038:17:47, 6 April 2018 (UTC) 1014:16:57, 6 April 2018 (UTC) 997:16:55, 6 April 2018 (UTC) 969:16:38, 6 April 2018 (UTC) 916:04:47, 6 April 2018 (UTC) 901:16:08, 5 April 2018 (UTC) 889:API (see above). Thanks! 877:15:48, 5 April 2018 (UTC) 857:16:03, 5 April 2018 (UTC) 823:mw:API:Edit#Editing pages 817:13:58, 5 April 2018 (UTC) 801:04:58, 5 April 2018 (UTC) 764:06:43, 2 April 2018 (UTC) 749:23:30, 1 April 2018 (UTC) 290: 283: 3896:- Yes, just downloaded. 3441:Tracked as T#063 above. 2577:CBNG Feed is back, at a 1545:16:05, 2 July 2018 (UTC) 784:ONLY native "Undo" edits 93:Request for use of STiki 4182:Best regards, Redactyll 3856:Installation assistance 3392:Just a thought. Cheers 2330:good-faith edit reverts 1446:12:29, 9 May 2018 (UTC) 1432:12:23, 9 May 2018 (UTC) 1417:12:12, 9 May 2018 (UTC) 374:Template:STiki Barnstar 2728: 2721: 1120: 945:(probably better than 451:Request for permission 2727: 2720: 1474:Thanks for alerting. 1118: 1018:I decided to go with 924:for this! However at 499:I did previously but 300:Insert message here. 42:of past discussions. 3716:Sincerely, Redactyll 3577:Sincerely, Redactyll 3528:Sincerely, Redactyll 709:Request to use STiki 589:Hi, I'd like to ask 238:in your preferences. 18:Knowledge talk:STiki 4100:that bot passwords 3806:User:Hurricane Noah 1119:How it shows for me 1111:STiki Help/Question 885:parameter with the 372:I'll do it. Its at 316:What do you think? 2729: 2722: 2636:Watchlists options 1121: 650:Double Plus Ungood 622:Double Plus Ungood 603:Double Plus Ungood 335:Double Plus Ungood 294:The STiki Barnstar 274:New STiki Barnstar 4323: 4321:So let it be done 4316: 4254: 4252:So let it be done 4247: 3885: 2967: 2956: 2940:comment added by 2813: 2759: 2737: 2694: 2659:Materialscientist 2643:Materialscientist 2446: 1714: 1580: 1481: 1195: 1158: 1078: 833:parameter to the 314: 313: 229:ThadeusOfNazereth 204:ThadeusOfNazereth 161:ThadeusOfNazereth 116:ThadeusOfNazereth 100:ThadeusOfNazereth 90: 89: 54: 53: 48:current talk page 4423: 4402: 4359: 4353: 4348: 4343: 4336: 4319: 4315: 4299: 4293: 4288: 4283: 4267: 4250: 4246: 4228: 4222: 4217: 4212: 4205: 4179: 4160: 4154: 4149: 4144: 4126: 4120: 4115: 4110: 4065: 4044: 4015: 4004: 4001: 3996:message? Cheers 3952: 3944: 3940: 3939: 3904: 3901: 3883: 3869: 3866: 3839: 3831: 3827: 3826: 3814: 3778: 3775: 3751: 3747: 3746: 3735: 3686: 3683: 3659: 3652: 3634: 3631: 3610: 3603: 3573: 3547: 3494: 3490: 3489: 3473: 3470: 3461: 3424: 3399: 3396: 3369: 3356: 3338: 3335: 3326: 3292: 3289: 3261: 3255: 3250: 3245: 3226: 3223: 3210: 3209: 3206: 3203: 3176: 3163: 3154: 3122: 3114: 3110: 3109: 3090: 3029: 3026:TheGreatWikiLord 3021: 3017: 3016: 2965: 2935: 2930:STiki for mobile 2901: 2841: 2811: 2798: 2757: 2751: 2735: 2692: 2665:0</entry: --> 2662: 2617: 2613: 2612: 2512: 2479: 2466: 2464:Compassionate727 2459: 2444: 2433: 2431:Compassionate727 2420: 2418:Compassionate727 2393: 2385: 2381: 2380: 2348: 2343: 2311: 2285: 2271: 2258:ClueBot NG Queue 2241: 2203: 2195: 2191: 2190: 2167: 2133: 2126: 2123: 2122: 2108: 2094: 2063: 2055: 2051: 2050: 1991: 1984: 1942: 1905: 1895: 1861: 1832: 1826: 1800: 1778: 1751: 1712: 1707:Blocked as LTA. 1692: 1684: 1680: 1679: 1652:Asking for perms 1637: 1624: 1615: 1593: 1578: 1565: 1533: 1497: 1493: 1492: 1479: 1385: 1381: 1380: 1333: 1319: 1313: 1300: 1294: 1270: 1256: 1250: 1240: 1213: 1193: 1180: 1174: 1156: 1139: 1133: 1076: 1036: 1035: 1033: 1012: 1011: 1009: 986: 967: 966: 964: 899: 898: 896: 888: 884: 855: 854: 852: 836: 832: 799: 798: 796: 735: 695: 689: 684: 679: 657: 625: 610: 596: 541: 533: 529: 528: 483: 423:Now included at 414: 396: 356: 342: 320: 304: 288: 281: 280: 232: 207: 195: 158: 144: 119: 81: 56: 55: 33: 32: 26: 4431: 4430: 4426: 4425: 4424: 4422: 4421: 4420: 4396: 4379: 4357: 4351: 4341: 4330: 4322: 4297: 4291: 4281: 4261: 4253: 4226: 4220: 4210: 4199: 4173: 4158: 4152: 4142: 4137:Huggle requires 4124: 4118: 4108: 4090: 4062:ProgrammingGeek 4059: 4038: 4002: 3999: 3997: 3971: 3946: 3937: 3935: 3918: 3902: 3899: 3884:◊distænt write◊ 3867: 3864: 3858: 3833: 3824: 3822: 3810: 3798: 3783: 3776: 3773: 3744: 3742: 3731: 3691: 3684: 3681: 3653: 3646: 3639: 3632: 3629: 3604: 3597: 3567: 3541: 3517: 3487: 3485: 3478: 3471: 3468: 3455: 3418: 3404: 3397: 3394: 3363: 3352: 3343: 3336: 3333: 3320: 3297: 3290: 3287: 3273: 3259: 3253: 3243: 3224: 3221: 3207: 3204: 3201: 3200: 3196: 3170: 3150: 3148: 3145: 3116: 3107: 3105: 3086: 3048: 3023: 3014: 3012: 2995: 2966:◊distænt write◊ 2932: 2897: 2878: 2837: 2812:◊distænt write◊ 2794: 2774: 2758:◊distænt write◊ 2749: 2736:◊distænt write◊ 2693:◊distænt write◊ 2684: 2656: 2638: 2610: 2608: 2585: 2575: 2523: 2508: 2475: 2461: 2453: 2445:◊distænt write◊ 2428: 2415: 2412: 2387: 2378: 2376: 2358: 2346: 2339: 2324: 2307: 2279: 2267: 2260: 2237: 2197: 2188: 2186: 2163: 2127: 2124: 2120: 2104: 2090: 2082: 2057: 2048: 2046: 2020: 2018:Another Request 2000: 1994: 1987: 1978: 1936: 1914: 1908: 1901: 1889: 1855: 1841: 1835: 1828: 1820: 1794: 1787: 1781: 1774: 1771: 1745: 1727: 1713:◊distænt write◊ 1686: 1677: 1675: 1654: 1633: 1611: 1602: 1589: 1579:◊distænt write◊ 1561: 1553: 1527: 1522:User:AvalerionV 1518: 1490: 1488: 1480:◊distænt write◊ 1456: 1404: 1378: 1376: 1358: 1327: 1321: 1317: 1311: 1302: 1298: 1292: 1264: 1258: 1254: 1248: 1234: 1207: 1194:◊distænt write◊ 1182: 1178: 1172: 1157:◊distænt write◊ 1141: 1137: 1131: 1113: 1077:◊distænt write◊ 1031: 1029: 1027: 1007: 1005: 1003: 980: 962: 960: 958: 937:I also see the 930:this discussion 894: 892: 890: 886: 882: 850: 848: 846: 834: 830: 794: 792: 790: 771: 729: 711: 693: 687: 677: 648: 619: 601: 590: 587: 535: 526: 524: 477: 453: 412: 377: 350: 333: 318: 302: 276: 226: 201: 176: 152: 125: 113: 95: 77: 30: 22: 21: 20: 12: 11: 5: 4429: 4419: 4418: 4378: 4375: 4374: 4373: 4372: 4371: 4370: 4369: 4368: 4367: 4366: 4365: 4320: 4272: 4251: 4236: 4235: 4234: 4167: 4166: 4089: 4086: 4085: 4084: 4083: 4082: 4081: 4080: 4079: 4078: 3970: 3967: 3966: 3965: 3917: 3914: 3913: 3912: 3911: 3910: 3857: 3854: 3853: 3852: 3836:Hurricane Noah 3797: 3794: 3793: 3792: 3791: 3790: 3789: 3788: 3781: 3713: 3712: 3711: 3710: 3709: 3708: 3707: 3706: 3705: 3704: 3703: 3702: 3701: 3700: 3689: 3637: 3590: 3589: 3588: 3587: 3562: 3561: 3516: 3513: 3512: 3511: 3510: 3509: 3508: 3507: 3476: 3464: 3416: 3415: 3414: 3413: 3412: 3411: 3410: 3409: 3402: 3390: 3389: 3388: 3382: 3378: 3375: 3341: 3295: 3282: 3281: 3272: 3269: 3268: 3267: 3234: 3195: 3192: 3191: 3190: 3144: 3141: 3140: 3139: 3138: 3137: 3136: 3135: 3098: 3097: 3096: 3095: 3078: 3077: 3047: 3044: 3043: 3042: 2994: 2993:Request Access 2991: 2990: 2989: 2988: 2987: 2931: 2928: 2927: 2926: 2925: 2924: 2907: 2906: 2877: 2874: 2873: 2872: 2871: 2870: 2869: 2868: 2849: 2848: 2847: 2846: 2804: 2803: 2773: 2770: 2769: 2768: 2767: 2766: 2765: 2764: 2683: 2680: 2679: 2678: 2637: 2634: 2633: 2632: 2631: 2630: 2583: 2574: 2571: 2570: 2569: 2555: 2522: 2519: 2518: 2517: 2489: 2488: 2487: 2486: 2485: 2484: 2437: 2411: 2408: 2407: 2406: 2357: 2354: 2335: 2334: 2331: 2323: 2320: 2319: 2318: 2317: 2316: 2300: 2299: 2259: 2256: 2255: 2254: 2253: 2252: 2251: 2250: 2249: 2248: 2247: 2246: 2224: 2223: 2222: 2221: 2220: 2219: 2218: 2217: 2177: 2176: 2175: 2174: 2173: 2172: 2154: 2153: 2152: 2151: 2114: 2113: 2081: 2078: 2077: 2076: 2019: 2016: 2015: 2014: 2013: 2012: 2011: 2010: 2009: 2008: 2007: 2006: 2005: 2004: 1995: 1992: 1965: 1964: 1963: 1962: 1961: 1960: 1959: 1958: 1957: 1956: 1925: 1924: 1923: 1922: 1921: 1920: 1919: 1918: 1909: 1906: 1880: 1879: 1878: 1877: 1876: 1875: 1848: 1847: 1846: 1845: 1836: 1833: 1815: 1814: 1782: 1779: 1770: 1767: 1766: 1765: 1726: 1723: 1722: 1721: 1720: 1719: 1653: 1650: 1649: 1648: 1647: 1646: 1645: 1644: 1643: 1642: 1552: 1549: 1548: 1547: 1517: 1514: 1513: 1512: 1511: 1510: 1455: 1452: 1451: 1450: 1449: 1448: 1403: 1402:Interface size 1400: 1399: 1398: 1357: 1354: 1353: 1352: 1351: 1350: 1349: 1348: 1347: 1346: 1309: 1306: 1290: 1246: 1205: 1204: 1203: 1202: 1201: 1200: 1170: 1129: 1112: 1109: 1108: 1107: 1106: 1105: 1104: 1103: 1102: 1101: 1100: 1099: 1098: 1097: 978: 977: 976: 975: 974: 973: 972: 971: 935: 933: 926:Knowledge:Tags 861: 860: 859: 839:Knowledge:Tags 770: 767: 756:Rodney Baggins 752: 751: 732:Rodney Baggins 716:Rodney Baggins 710: 707: 706: 705: 704: 703: 702: 701: 586: 583: 582: 581: 580: 579: 578: 577: 576: 575: 452: 449: 448: 447: 446: 445: 444: 443: 442: 441: 440: 439: 312: 311: 297: 296: 291: 289: 275: 272: 271: 270: 269: 268: 267: 266: 265: 264: 263: 262: 242:recent changes 224: 172: 171: 94: 91: 88: 87: 82: 75: 70: 65: 62: 52: 51: 34: 15: 9: 6: 4: 3: 2: 4428: 4417: 4413: 4409: 4408:West.andrew.g 4405: 4400: 4395: 4394: 4393: 4392: 4388: 4384: 4364: 4360: 4358:Contributions 4354: 4345: 4344: 4334: 4329: 4328: 4327: 4324: 4317: 4313: 4312: 4306: 4305: 4304: 4300: 4298:Contributions 4294: 4285: 4284: 4277: 4273: 4265: 4260: 4259: 4258: 4255: 4248: 4244: 4243: 4237: 4233: 4229: 4227:Contributions 4223: 4214: 4213: 4203: 4198: 4197: 4195: 4192: 4191:'bou it, son! 4189: 4186: 4183: 4177: 4171: 4170: 4169: 4168: 4165: 4161: 4159:Contributions 4155: 4146: 4145: 4138: 4134: 4133: 4132: 4131: 4127: 4125:Contributions 4121: 4112: 4111: 4103: 4099: 4095: 4094:bot passwords 4077: 4073: 4069: 4063: 4058: 4057: 4056: 4052: 4048: 4047:West.andrew.g 4042: 4037: 4036: 4035: 4031: 4027: 4024: 4020: 4019: 4018: 4013: 4009: 4005: 3995: 3992:, what's the 3991: 3988: 3987: 3986: 3985: 3981: 3977: 3964: 3960: 3956: 3955:West.andrew.g 3950: 3943: 3934: 3933: 3932: 3931: 3927: 3923: 3909: 3906: 3905: 3895: 3891: 3890: 3889: 3886: 3881: 3877: 3876: 3875: 3874: 3871: 3870: 3851: 3847: 3843: 3842:West.andrew.g 3837: 3830: 3821: 3820: 3819: 3818: 3815: 3813: 3807: 3803: 3802:User:Figfires 3787: 3784: 3779: 3770: 3769:West.andrew.g 3765: 3764: 3763: 3759: 3755: 3754:West.andrew.g 3750: 3741: 3740: 3739: 3736: 3734: 3728: 3727: 3726: 3725: 3721: 3717: 3697: 3696: 3695: 3692: 3687: 3677: 3676: 3675: 3671: 3667: 3666:West.andrew.g 3663: 3657: 3650: 3645: 3644: 3643: 3640: 3635: 3625: 3624: 3623: 3619: 3615: 3614:West.andrew.g 3608: 3601: 3596: 3595: 3594: 3593: 3592: 3591: 3586: 3582: 3578: 3571: 3570:West.andrew.g 3566: 3565: 3564: 3563: 3560: 3556: 3552: 3551:West.andrew.g 3545: 3540: 3539: 3538: 3537: 3533: 3529: 3525: 3522: 3506: 3502: 3498: 3497:West.andrew.g 3493: 3484: 3483: 3482: 3479: 3474: 3465: 3459: 3458:West.andrew.g 3454: 3453: 3452: 3448: 3444: 3443:West.andrew.g 3440: 3439: 3438: 3437: 3433: 3429: 3428:West.andrew.g 3422: 3408: 3405: 3400: 3391: 3386: 3383: 3379: 3376: 3372: 3371: 3367: 3366:West.andrew.g 3362: 3361: 3360: 3357: 3355: 3349: 3348: 3347: 3344: 3339: 3330: 3324: 3323:West.andrew.g 3319: 3318: 3317: 3313: 3309: 3308:West.andrew.g 3304: 3303: 3302: 3301: 3298: 3293: 3279: 3278: 3277: 3266: 3262: 3260:Contributions 3256: 3247: 3246: 3239: 3235: 3233: 3230: 3228: 3227: 3217: 3216: 3215: 3214: 3211: 3189: 3185: 3181: 3180:West.andrew.g 3174: 3169: 3168: 3167: 3166: 3161: 3160: 3155: 3153: 3134: 3130: 3126: 3125:West.andrew.g 3120: 3113: 3104: 3103: 3102: 3101: 3100: 3099: 3094: 3091: 3089: 3082: 3081: 3080: 3079: 3076: 3072: 3068: 3067:West.andrew.g 3064: 3063: 3062: 3061: 3057: 3053: 3041: 3037: 3033: 3032:West.andrew.g 3027: 3020: 3011: 3010: 3009: 3008: 3004: 3000: 2986: 2982: 2978: 2977:West.andrew.g 2973: 2972: 2971: 2968: 2963: 2959: 2958: 2957: 2955: 2951: 2947: 2943: 2942:Jackfield1122 2939: 2923: 2919: 2915: 2914:West.andrew.g 2911: 2910: 2909: 2908: 2905: 2902: 2900: 2894: 2893: 2892: 2891: 2887: 2883: 2882:West.andrew.g 2867: 2863: 2859: 2855: 2854: 2853: 2852: 2851: 2850: 2845: 2842: 2840: 2834: 2833: 2832: 2828: 2824: 2823:West.andrew.g 2820: 2819: 2818: 2817: 2814: 2809: 2802: 2799: 2797: 2791: 2790: 2789: 2788: 2784: 2780: 2779:West.andrew.g 2763: 2760: 2755: 2747: 2743: 2742: 2741: 2738: 2733: 2726: 2719: 2715: 2714: 2713: 2709: 2705: 2704:West.andrew.g 2701: 2700: 2699: 2698: 2695: 2690: 2677: 2673: 2669: 2668:West.andrew.g 2660: 2655: 2654: 2653: 2652: 2648: 2644: 2629: 2625: 2621: 2620:West.andrew.g 2616: 2607: 2606: 2605: 2601: 2597: 2596:West.andrew.g 2592: 2591: 2590: 2589: 2586: 2580: 2568: 2564: 2560: 2559:Knightrises10 2556: 2554: 2550: 2546: 2542: 2541: 2540: 2539: 2538: 2534: 2530: 2529:Knightrises10 2516: 2513: 2511: 2505: 2504: 2503: 2502: 2498: 2494: 2493:West.andrew.g 2483: 2480: 2478: 2471: 2470: 2469: 2465: 2457: 2452: 2451: 2450: 2447: 2442: 2438: 2436: 2432: 2426: 2425: 2424: 2423: 2419: 2405: 2401: 2397: 2396:West.andrew.g 2391: 2390:PoliceSheep99 2384: 2375: 2374: 2373: 2372: 2368: 2364: 2363:PoliceSheep99 2353: 2352: 2349: 2344: 2342: 2332: 2329: 2328: 2327: 2315: 2312: 2310: 2304: 2303: 2302: 2301: 2298: 2294: 2290: 2289:West.andrew.g 2283: 2278: 2277: 2276: 2275: 2272: 2270: 2263: 2245: 2242: 2240: 2234: 2233: 2232: 2231: 2230: 2229: 2228: 2227: 2226: 2225: 2216: 2212: 2208: 2207:West.andrew.g 2201: 2194: 2185: 2184: 2183: 2182: 2181: 2180: 2179: 2178: 2171: 2168: 2166: 2160: 2159: 2158: 2157: 2156: 2155: 2150: 2146: 2142: 2141:West.andrew.g 2137: 2131: 2118: 2117: 2116: 2115: 2112: 2109: 2107: 2101: 2100: 2099: 2098: 2095: 2093: 2087: 2080:STiki issues? 2075: 2071: 2067: 2066:West.andrew.g 2061: 2054: 2045: 2044: 2043: 2042: 2038: 2034: 2029: 2025: 2003: 1998: 1990: 1982: 1981:West.andrew.g 1977: 1976: 1975: 1974: 1973: 1972: 1971: 1970: 1969: 1968: 1967: 1966: 1955: 1951: 1947: 1946:West.andrew.g 1940: 1935: 1934: 1933: 1932: 1931: 1930: 1929: 1928: 1927: 1926: 1917: 1912: 1904: 1899: 1893: 1892:West.andrew.g 1888: 1887: 1886: 1885: 1884: 1883: 1882: 1881: 1874: 1870: 1866: 1865:West.andrew.g 1859: 1854: 1853: 1852: 1851: 1850: 1849: 1844: 1839: 1831: 1824: 1823:West.andrew.g 1819: 1818: 1817: 1816: 1813: 1809: 1805: 1804:West.andrew.g 1798: 1793: 1792: 1791: 1790: 1785: 1777: 1764: 1760: 1756: 1755:West.andrew.g 1749: 1744: 1743: 1742: 1741: 1737: 1733: 1718: 1715: 1710: 1706: 1705: 1704: 1700: 1696: 1695:West.andrew.g 1690: 1683: 1674: 1673: 1672: 1671: 1667: 1666:Contributions 1663: 1659: 1641: 1638: 1636: 1629: 1628: 1627: 1622: 1621: 1616: 1614: 1608: 1607: 1599: 1598: 1597: 1594: 1592: 1586: 1585: 1584: 1581: 1576: 1572: 1571: 1570: 1569: 1566: 1564: 1557: 1546: 1542: 1538: 1537:West.andrew.g 1531: 1526: 1525: 1524: 1523: 1509: 1505: 1501: 1500:West.andrew.g 1496: 1487: 1486: 1485: 1482: 1477: 1473: 1472: 1471: 1470: 1466: 1462: 1461:West.andrew.g 1447: 1443: 1439: 1435: 1434: 1433: 1429: 1425: 1421: 1420: 1419: 1418: 1414: 1410: 1397: 1393: 1389: 1388:West.andrew.g 1384: 1375: 1374: 1373: 1372: 1368: 1364: 1363:West.andrew.g 1345: 1341: 1337: 1336:West.andrew.g 1331: 1326: 1325: 1324: 1320: 1314: 1307: 1305: 1301: 1295: 1288: 1287: 1286: 1282: 1278: 1277:West.andrew.g 1274: 1268: 1263: 1262: 1261: 1257: 1251: 1244: 1238: 1237:West.andrew.g 1233: 1232: 1231: 1230: 1226: 1222: 1221:West.andrew.g 1217: 1211: 1199: 1196: 1191: 1187: 1186: 1185: 1181: 1175: 1167: 1164: 1163: 1162: 1159: 1154: 1150: 1147: 1146: 1145: 1144: 1140: 1134: 1127: 1117: 1096: 1092: 1088: 1087:West.andrew.g 1084: 1083: 1082: 1079: 1074: 1070: 1069: 1068: 1064: 1060: 1059:West.andrew.g 1056: 1055: 1054: 1050: 1046: 1045:West.andrew.g 1041: 1040: 1039: 1034: 1025: 1021: 1017: 1016: 1015: 1010: 1001: 1000: 999: 998: 994: 990: 989:West.andrew.g 984: 970: 965: 956: 952: 948: 944: 940: 936: 934: 931: 927: 923: 919: 918: 917: 913: 909: 908:West.andrew.g 904: 903: 902: 897: 880: 879: 878: 874: 870: 869:West.andrew.g 866: 862: 858: 853: 844: 840: 828: 824: 820: 819: 818: 814: 810: 809:West.andrew.g 805: 804: 803: 802: 797: 787: 785: 781: 776: 766: 765: 761: 757: 750: 746: 742: 741:West.andrew.g 738: 733: 728: 727: 726: 725: 721: 717: 700: 696: 694:Contributions 690: 681: 680: 673: 668: 664: 663: 662: 659: 658: 655: 651: 644: 643: 642: 638: 634: 633:West.andrew.g 630: 623: 618: 617: 616: 615: 612: 611: 608: 604: 594: 593:West.andrew.g 574: 571: 570: 569: 565: 562: 561: 555: 554: 553: 549: 545: 544:West.andrew.g 539: 532: 523: 522: 521: 518: 517: 516: 512: 509: 508: 502: 498: 497: 496: 492: 488: 487:West.andrew.g 481: 476: 475: 474: 473: 470: 469: 468: 464: 461: 460: 438: 434: 430: 429:West.andrew.g 426: 422: 421: 420: 417: 415: 409: 405: 401: 400: 399: 394: 393: 388: 387: 382: 381: 375: 371: 370: 369: 365: 361: 360:West.andrew.g 354: 349: 348: 347: 344: 343: 340: 336: 329: 328: 327: 326: 323: 321: 310: 307: 305: 299: 298: 295: 292: 287: 282: 279: 261: 258: 253: 252: 251: 248: 243: 239: 237: 230: 225: 223: 219: 215: 214:West.andrew.g 211: 205: 200: 199: 198: 193: 192: 187: 186: 181: 180: 174: 173: 170: 166: 162: 156: 151: 150: 149: 148: 147: 142: 141: 136: 135: 130: 129: 123: 117: 112: 111: 110: 109: 105: 101: 86: 83: 80: 76: 74: 71: 69: 66: 63: 61: 58: 57: 49: 45: 41: 40: 35: 28: 27: 19: 4380: 4377:Name (STiki) 4340: 4310: 4280: 4241: 4209: 4141: 4107: 4101: 4091: 4022: 3993: 3972: 3941: 3919: 3898: 3863: 3859: 3828: 3811: 3799: 3748: 3732: 3714: 3656:Girth Summit 3607:Girth Summit 3526: 3520: 3518: 3491: 3421:Girth Summit 3417: 3384: 3353: 3283: 3274: 3242: 3220: 3197: 3158: 3151: 3146: 3111: 3087: 3049: 3018: 2996: 2936:— Preceding 2933: 2898: 2879: 2838: 2805: 2795: 2775: 2687:allow this. 2685: 2639: 2614: 2594:altogether. 2578: 2576: 2545:TonyBallioni 2525: 2524: 2509: 2490: 2476: 2413: 2410:Age of edits 2382: 2359: 2340: 2336: 2325: 2308: 2268: 2264: 2261: 2238: 2192: 2164: 2105: 2091: 2085: 2083: 2052: 2021: 1772: 1728: 1689:RandNetter96 1681: 1658:RandNetter96 1655: 1634: 1619: 1612: 1605: 1590: 1562: 1558: 1554: 1519: 1494: 1457: 1405: 1382: 1359: 1206: 1122: 979: 922:API endpoint 865:Special:Tags 843:edit filters 827:Special:Tags 788: 772: 753: 712: 676: 647: 646: 600: 599: 588: 567: 563: 559: 557: 530: 514: 510: 506: 504: 466: 462: 458: 456: 454: 391: 385: 379: 332: 331: 315: 293: 277: 257:SkyGazer 512 247:SkyGazer 512 233: 190: 184: 178: 139: 133: 127: 96: 78: 43: 37: 4276:new account 4068:RafaelS1979 4041:RafaelS1979 4026:RafaelS1979 4000:programming 3990:RafaelS1979 3976:RafaelS1979 3916:User rename 3796:User rename 3733:Orphan Wiki 3354:Orphan Wiki 3222:Programming 3088:Orphan Wiki 2899:Orphan Wiki 2839:Orphan Wiki 2796:Orphan Wiki 2750:{{welcome}} 2510:Orphan Wiki 2477:Orphan Wiki 2309:Orphan Wiki 2282:Orphan Wiki 2269:Orphan Wiki 2239:Orphan Wiki 2200:Orphan Wiki 2165:Orphan Wiki 2130:Orphan Wiki 2106:Orphan Wiki 2092:Orphan Wiki 1748:JC7V7DC5768 1732:JC7V7DC5768 1635:Orphan Wiki 1591:Orphan Wiki 1563:Orphan Wiki 1032:MusikAnimal 1008:MusikAnimal 983:MusikAnimal 963:MusikAnimal 955:Special:Log 895:MusikAnimal 887:action=edit 851:MusikAnimal 835:action=edit 795:MusikAnimal 674:reports). — 672:ArsTechnica 501:not anymore 36:This is an 3119:Sheldybett 3052:Sheldybett 2746:my sandbox 2060:Abequinn14 2033:Abequinn14 1530:AvalerionV 1318:reply here 1299:reply here 1255:reply here 1179:reply here 1138:reply here 538:KingAndGod 480:KingAndGod 408:User:L293D 255:enabled.-- 85:Archive 27 79:Archive 26 73:Archive 25 68:Archive 24 60:Archive 20 4399:DannyS712 4383:DannyS712 4202:Redactyll 3782:(blether) 3690:(blether) 3649:Redactyll 3638:(blether) 3600:Redactyll 3544:Redactyll 3477:(blether) 3403:(blether) 3342:(blether) 3296:(blether) 3173:TheRedBox 3152:TheRedBox 2858:Dan Koehl 2573:CBNG Feed 2347:(discuss) 2136:traveling 2022:I tested 1989:EggRoll97 1939:EggRoll97 1903:EggRoll97 1858:EggRoll97 1830:EggRoll97 1797:EggRoll97 1776:EggRoll97 1438:Vanamonde 1409:Vanamonde 1216:User:L3X1 413:Centibyte 353:Centibyte 319:Centibyte 303:Centibyte 4012:contribs 3385:Proposal 3112:Not done 2950:contribs 2938:unsigned 2579:slightly 2028:testwiki 1997:contribs 1911:contribs 1898:WP:BEANS 1838:contribs 1784:contribs 1613:Josve05a 1243:Adotchar 556:Thanks! 3374:revert. 3208:hossein 3046:Request 2521:Request 1725:Request 1424:Vermont 1330:Vermont 1312:Vermont 1293:Vermont 1267:Vermont 1249:Vermont 1210:Vermont 1173:Vermont 1149:Vermont 1132:Vermont 951:WP:BRFA 939:tag log 667:G Suite 236:Twinkle 210:WP:CVUA 39:archive 4333:Xymmax 4311:Xymmax 4264:Xymmax 4242:Xymmax 3949:Jacona 3922:Jacona 3777:Summit 3685:Summit 3633:Summit 3472:Summit 3398:Summit 3337:Summit 3291:Summit 3238:Ninite 2024:Huggle 1020:WP:VPR 947:WP:VPR 943:WP:VPT 775:XTools 122:Huggle 4308:much. 4185:Letsa 3994:exact 3774:Girth 3682:Girth 3630:Girth 3469:Girth 3395:Girth 3334:Girth 3288:Girth 3143:Stiki 2341:aNode 1863:API. 1769:Login 821:From 380:L293D 179:L293D 155:L293D 128:L293D 16:< 4412:talk 4387:talk 4352:Talk 4342:k6ka 4292:Talk 4282:k6ka 4221:Talk 4211:k6ka 4188:taco 4176:K6ka 4172:Hey 4153:Talk 4143:k6ka 4119:Talk 4109:k6ka 4098:here 4072:talk 4051:talk 4030:talk 4008:talk 4003:Geek 3980:talk 3959:talk 3942:Done 3926:talk 3903:5969 3900:Onel 3894:L3X1 3880:L3X1 3868:5969 3865:Onel 3846:talk 3829:Done 3812:Noah 3758:talk 3749:Done 3720:talk 3670:talk 3618:talk 3581:talk 3555:talk 3532:talk 3501:talk 3492:Done 3447:talk 3432:talk 3329:here 3312:talk 3254:Talk 3244:k6ka 3225:Geek 3184:talk 3159:Talk 3129:talk 3071:talk 3056:talk 3036:talk 3019:Done 3003:talk 2981:talk 2962:L3X1 2946:talk 2918:talk 2886:talk 2862:talk 2827:talk 2808:L3X1 2783:talk 2754:L3X1 2732:L3X1 2708:talk 2689:L3X1 2672:talk 2647:talk 2624:talk 2615:Done 2600:talk 2584:Rich 2563:talk 2549:talk 2533:talk 2497:talk 2456:L3X1 2441:L3X1 2400:talk 2383:Done 2367:talk 2293:talk 2211:talk 2193:Done 2145:talk 2070:talk 2053:Done 2037:talk 1950:talk 1869:talk 1808:talk 1759:talk 1736:talk 1709:L3X1 1699:talk 1682:Done 1662:Talk 1575:L3X1 1541:talk 1504:talk 1495:Done 1476:L3X1 1465:talk 1442:talk 1428:talk 1413:talk 1392:talk 1383:Done 1367:talk 1340:talk 1281:talk 1225:talk 1190:L3X1 1166:L3X1 1153:L3X1 1126:this 1091:talk 1073:L3X1 1063:talk 1049:talk 993:talk 912:talk 883:tags 873:talk 831:tags 813:talk 780:Undo 760:talk 745:talk 736:Per 720:talk 688:Talk 678:k6ka 654:talk 637:talk 607:talk 560:King 548:talk 531:Done 507:King 491:talk 459:King 433:talk 364:talk 339:talk 218:talk 165:talk 104:talk 4269:--> 3945:-- 3892:Hi 3832:-- 3804:to 3699:it. 3381:it. 3240:. — 3115:-- 3022:-- 2386:-- 2196:-- 2086:can 2056:-- 2026:on 1685:-- 1664:) ( 568:God 564:And 534:-- 515:God 511:And 467:God 463:And 4414:) 4389:) 4361:) 4355:· 4347:🍁 4301:) 4295:· 4287:🍁 4230:) 4224:· 4216:🍁 4162:) 4156:· 4148:🍁 4128:) 4122:· 4114:🍁 4102:do 4074:) 4053:) 4032:) 4010:, 3982:) 3961:) 3928:) 3848:) 3760:) 3722:) 3672:) 3620:) 3583:) 3557:) 3534:) 3503:) 3449:) 3434:) 3314:) 3263:) 3257:· 3249:🍁 3186:) 3131:) 3073:) 3058:) 3038:) 3005:) 2983:) 2952:) 2948:• 2920:) 2888:) 2864:) 2829:) 2785:) 2710:) 2674:) 2649:) 2626:) 2602:) 2565:) 2551:) 2535:) 2499:) 2402:) 2369:) 2295:) 2213:) 2147:) 2072:) 2039:) 1999:) 1993:| 1952:) 1913:) 1907:| 1871:) 1840:) 1834:| 1810:) 1786:) 1780:| 1761:) 1738:) 1701:) 1668:) 1609:) 1543:) 1506:) 1467:) 1444:) 1430:) 1415:) 1394:) 1369:) 1342:) 1283:) 1227:) 1093:) 1065:) 1051:) 1028:— 1004:— 995:) 959:— 957:. 914:) 891:— 875:) 847:— 815:) 791:— 762:) 747:) 722:) 697:) 691:· 683:🍁 639:) 550:) 503:. 493:) 435:) 389:• 376:. 366:) 220:) 188:• 167:) 137:• 106:) 64:← 4410:( 4401:: 4397:@ 4385:( 4349:( 4335:: 4331:@ 4289:( 4266:: 4262:@ 4218:( 4204:: 4200:@ 4178:: 4174:@ 4150:( 4116:( 4105:— 4070:( 4064:: 4060:@ 4049:( 4043:: 4039:@ 4028:( 4014:) 4006:( 3978:( 3957:( 3951:: 3947:@ 3924:( 3844:( 3838:: 3834:@ 3756:( 3718:( 3668:( 3658:: 3654:@ 3651:: 3647:@ 3616:( 3609:: 3605:@ 3602:: 3598:@ 3579:( 3572:: 3568:@ 3553:( 3546:: 3542:@ 3530:( 3499:( 3460:: 3456:@ 3445:( 3430:( 3423:: 3419:@ 3368:: 3364:@ 3325:: 3321:@ 3310:( 3251:( 3205:h 3202:M 3182:( 3175:: 3171:@ 3162:) 3156:( 3127:( 3121:: 3117:@ 3069:( 3054:( 3034:( 3028:: 3024:@ 3001:( 2979:( 2944:( 2916:( 2884:( 2860:( 2825:( 2781:( 2706:( 2670:( 2661:: 2657:@ 2645:( 2622:( 2598:( 2561:( 2547:( 2531:( 2495:( 2462:— 2458:: 2454:@ 2429:— 2416:— 2398:( 2392:: 2388:@ 2365:( 2291:( 2284:: 2280:@ 2209:( 2202:: 2198:@ 2143:( 2132:: 2128:@ 2125:C 2068:( 2062:: 2058:@ 2035:( 1983:: 1979:@ 1948:( 1941:: 1937:@ 1894:: 1890:@ 1867:( 1860:: 1856:@ 1825:: 1821:@ 1806:( 1799:: 1795:@ 1757:( 1750:: 1746:@ 1734:( 1697:( 1691:: 1687:@ 1660:( 1623:) 1620:c 1617:( 1606:t 1603:( 1539:( 1532:: 1528:@ 1502:( 1463:( 1440:( 1426:( 1411:( 1390:( 1365:( 1338:( 1332:: 1328:@ 1315:| 1296:| 1279:( 1269:: 1265:@ 1252:| 1239:: 1235:@ 1223:( 1212:: 1208:@ 1176:| 1135:| 1089:( 1061:( 1047:( 991:( 985:: 981:@ 910:( 871:( 811:( 758:( 743:( 734:: 730:@ 718:( 685:( 656:) 652:( 635:( 624:: 620:@ 609:) 605:( 595:: 591:@ 546:( 540:: 536:@ 489:( 482:: 478:@ 431:( 395:) 392:✎ 386:☎ 383:( 362:( 355:: 351:@ 341:) 337:( 231:: 227:@ 216:( 206:: 202:@ 194:) 191:✎ 185:☎ 182:( 163:( 157:: 153:@ 143:) 140:✎ 134:☎ 131:( 118:: 114:@ 102:( 50:.

Index

Knowledge talk:STiki
archive
current talk page
Archive 20
Archive 24
Archive 25
Archive 26
Archive 27
ThadeusOfNazereth
talk
19:08, 17 March 2018 (UTC)
ThadeusOfNazereth
Huggle
L293D


22:58, 17 March 2018 (UTC)
L293D
ThadeusOfNazereth
talk
23:57, 17 March 2018 (UTC)
L293D


00:38, 18 March 2018 (UTC)
ThadeusOfNazereth
WP:CVUA
West.andrew.g
talk
14:21, 18 March 2018 (UTC)

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.