Page MenuHomePhorge
Feed All Stories

Feb 21 2019

lewiscawte closed T132: Move SSL Termination to Vertex as Resolved.

Vertex is currently terminating SSL for brickimedia.org

Feb 21 2019, 1:02 AM · 2018 Major Operations, Restricted Project
lewiscawte closed T132: Move SSL Termination to Vertex, a subtask of T131: Sort HTTPS and make it available to everyone, as Resolved.
Feb 21 2019, 1:02 AM · 2018 Major Operations, Restricted Project

Jan 3 2019

lewiscawte created T240: Move Math rendering to Mathoid.
Jan 3 2019, 5:30 PM · Math, Restricted Project

Dec 26 2018

lewiscawte added a comment to T131: Sort HTTPS and make it available to everyone.

This I think is similar to @jack's preferred solution, but it makes life an absolute nightmare in terms of actually setting up that short URL...

Dec 26 2018, 1:57 PM · 2018 Major Operations, Restricted Project

Dec 16 2018

K6ka added a comment to T131: Sort HTTPS and make it available to everyone.

Wikia (ahem, "Fandom") has gotten rid of the sub-subdomains for HTTPS on different language wikis and instead place the language code after the domain name. For example, https://sims.fandom.com/es/wiki/Portada is used instead of https://es.sims.wikia.com/wiki/Portada. Typing in the sub-subdomain URL will still redirect to the correct page, but it's not used to serve content over HTTPS.

Dec 16 2018, 7:24 PM · 2018 Major Operations, Restricted Project
lewiscawte closed T118: Math causes an error so page does not display as Resolved.
Dec 16 2018, 2:40 AM · Math
lewiscawte added a comment to T236: Math not rendering (Texvc issues).

Will fix over this Christmas period. I absolutely love Math bugs, and they're only slightly (T192, T130, T175, T118)

Dec 16 2018, 2:40 AM · Math, Restricted Project
lewiscawte renamed T236: Math not rendering (Texvc issues) from [bug] math tag not working in my wiki to Math not rendering (Texvc issues).
Dec 16 2018, 2:38 AM · Math, Restricted Project
lewiscawte triaged T197: Script creation of avatar and award directories as High priority.
Dec 16 2018, 2:37 AM · Restricted Project
lewiscawte claimed T206: Faster global operations scripts.
Dec 16 2018, 2:36 AM · Restricted Project
lewiscawte triaged T228: Track Import Requests as High priority.
Dec 16 2018, 2:36 AM · Major Code, Extension Wishlist
lewiscawte triaged T232: Replace Vertex as High priority.
Dec 16 2018, 2:36 AM · Restricted Project
lewiscawte triaged T196: Write a new ticket filing front-end as High priority.
Dec 16 2018, 2:35 AM · Extension Wishlist, Support, Design

Dec 15 2018

gbarnick added a comment to T176: Use VIPS for image scaling & deploy the VipsScaler MediaWiki extension.

Sounds like it could be a possibility.

Dec 15 2018, 7:08 PM · Extension Wishlist, 2018 Major Operations, Restricted Project
lewiscawte claimed T174: 160x600 skyscraper ads overflows 120x600 iframe.

I've got a number of fixes upstream that I've yet to pull down to ShoutWiki - I believe this might be amongst them?

Dec 15 2018, 6:32 PM · Lcawte w/c 25th May 20, Advertising, Skins
lewiscawte updated subscribers of T176: Use VIPS for image scaling & deploy the VipsScaler MediaWiki extension.

@gbarnick So Bricki is the one wiki currently testing VipsSscaler - might be the cause of your image thumbnail problems? Can you provide a few examples and make sure to note which part is wrong/what it should be?

Dec 15 2018, 6:30 PM · Extension Wishlist, 2018 Major Operations, Restricted Project
lewiscawte closed T212: Allow administrators to add/remove rollback rights as Invalid.

Not going to change this as a default - it is the position of beaurocrats and stewards to assign rights. If you've got a particular use case for an individual wiki, open a support request with support@shoutwiki.com

Dec 15 2018, 6:29 PM
lewiscawte renamed T151: Impossible to change user preferences from [bug] after update is impossible to change user preferences to Impossible to change user preferences.
Dec 15 2018, 6:27 PM
lewiscawte closed T151: Impossible to change user preferences as Resolved.

This was an unexpected bug with GlobalPreferences or Gadgets? Has since been resolved.

Dec 15 2018, 6:26 PM
lewiscawte renamed T233: Cant use "Example" as query from Cant use te query "Example" when searching to Cant use "Example" as query.
Dec 15 2018, 6:24 PM
lewiscawte added a comment to T233: Cant use "Example" as query.

To provide an update, I couldn't reproduce this.

Dec 15 2018, 6:23 PM
lewiscawte added a comment to T131: Sort HTTPS and make it available to everyone.

I updated our Discord on this recently, so I'll provide a copy of that.

Dec 15 2018, 6:22 PM · 2018 Major Operations, Restricted Project
RJAlvarez added a comment to T238: Wiki locked.

I have NEVER had a wiki locked for lack of attention, That wiki was locked last year for an import which you failed to do. I have asked for help over and over and you either refuse to help me or ignore my requests. This site is mediocre at best and with you in here it will never reach it's full potential. Since the first time i reached out to you, you have been either hostile or just plain rude. My wikis here have never been able to excell here and YOU have been no help. I have kept all emails sent to you and intend to let your poor customer service be known to whomever i can. the only failure here is you and your bad attitude. Feel free to delete any of my wikis you want since i cannot maintain them without even the slightest customer support when something does not work. Two of my wikis had the potential to be huge on this site, but we will never know will we.

Dec 15 2018, 5:31 PM

Dec 11 2018

lewiscawte updated the task description for T237: Error in DPL.
Dec 11 2018, 12:44 AM
lewiscawte triaged T237: Error in DPL as Low priority.
Dec 11 2018, 12:44 AM
lewiscawte closed T238: Wiki locked as Invalid.

This isn't what Phabricator is for. But as you want an answer:

Dec 11 2018, 12:43 AM

Dec 9 2018

gbarnick added a comment to T131: Sort HTTPS and make it available to everyone.

Where does this stand currently?

Dec 9 2018, 10:42 PM · 2018 Major Operations, Restricted Project
gbarnick added a comment to T185: Improve current client error 404/403 pages.

The biggest difficulty in this idea is that users are able to set their language in MediaWiki, but nothing about the HTTP environment carries forward that language setting, so when an HTTP request is made and hits an error page, there's little-to-nothing to go off of in that request to indicate what the target language should be as it isn't querying their MediaWiki user preferences. When I think of ideas for creating a localized error page in a wiki environment, Wikipedia comes to mind with their localization in the subdomain (e.g. en.wikipedia.org, fr.wikipedia.org, etc), where you could theoretically make an nginx if statement that picks up the subdomain and returns a different error_page directive depending on the subdomain. However on ShoutWiki where the domains don't indicate the site language, that doesn't work. Even if you were to query the site's content-language response header before returning a PHP-based error_page, the site's content-language could be different than the user's customized preferences.

Dec 9 2018, 10:07 PM · I18n, Design, Restricted Project

Dec 6 2018

RJAlvarez created T238: Wiki locked.
Dec 6 2018, 8:45 AM
RJAlvarez created T237: Error in DPL.
Dec 6 2018, 8:24 AM

Oct 22 2018

lewiscawte triaged T236: Math not rendering (Texvc issues) as High priority.

One day, Math will not suck...

Oct 22 2018, 5:39 PM · Math, Restricted Project

Oct 2 2018

m.lange created T236: Math not rendering (Texvc issues).
Oct 2 2018, 11:57 AM · Math, Restricted Project

Sep 23 2018

Psl85 added a comment to T234: Add extensions and userrights on testwiki-sv and testwiki.

how do I that?

Sep 23 2018, 5:07 PM

Sep 19 2018

lewiscawte added a comment to T235: Global User Rights Requests.
In T235#3487, @Bonnedav wrote:

Can I atleast get an explanation?

Sep 19 2018, 11:40 PM · Other/Unspecified
Bonnedav added a comment to T235: Global User Rights Requests.

Can I atleast get an explanation?

Sep 19 2018, 11:27 PM · Other/Unspecified
lewiscawte closed T234: Add extensions and userrights on testwiki-sv and testwiki as Invalid.

These requests should go through Special:Contact/support@shoutwiki.com but test wikis are against our Content Policy anyway.

Sep 19 2018, 10:28 PM
lewiscawte closed T235: Global User Rights Requests as Wontfix.

Almost everything on this list is not set the way you're requesting on purpose.

Sep 19 2018, 10:27 PM · Other/Unspecified

Sep 16 2018

Bonnedav edited projects for T235: Global User Rights Requests, added: Other/Unspecified; removed Restricted Project.
Sep 16 2018, 7:39 PM · Other/Unspecified
Bonnedav edited projects for T235: Global User Rights Requests, added: Restricted Project; removed Other/Unspecified.
Sep 16 2018, 7:38 PM · Other/Unspecified
Bonnedav created T235: Global User Rights Requests.
Sep 16 2018, 10:24 AM · Other/Unspecified

Sep 13 2018

Psl85 created T234: Add extensions and userrights on testwiki-sv and testwiki.
Sep 13 2018, 1:38 PM

Apr 22 2018

Phabricator changed the status of T148: Special:SpamRegex is not accessible by administrators from Resolved to Invalid.
Apr 22 2018, 5:54 PM

Feb 18 2018

mecheye created T233: Cant use "Example" as query.
Feb 18 2018, 5:04 PM

Jan 28 2018

lewiscawte created T232: Replace Vertex.
Jan 28 2018, 12:52 AM · Restricted Project

Jan 27 2018

lewiscawte moved T142: Enable VisualEditor from Extensions to Extensions with Many Dependencies on the 2018 Major Operations board.
Jan 27 2018, 6:54 PM · 2018 Major Operations
lewiscawte moved T141: Ensure custom logs get rotated from Backlog to Servers on the 2018 Major Operations board.
Jan 27 2018, 6:54 PM · 2018 Major Operations, Restricted Project
lewiscawte moved T170: Remove DeleteWiki backups on a regular basis from Backlog to Servers on the 2018 Major Operations board.
Jan 27 2018, 6:54 PM · Lcawte w/c 25th May 20, 2018 Major Operations, Restricted Project, CreateWiki
lewiscawte moved T140: Rewrite our VCL for Varnish 5.0 from Backlog to Servers on the 2018 Major Operations board.
Jan 27 2018, 6:54 PM · 2018 Major Operations, Restricted Project
lewiscawte moved T142: Enable VisualEditor from Backlog to Extensions on the 2018 Major Operations board.
Jan 27 2018, 6:54 PM · 2018 Major Operations
lewiscawte moved T176: Use VIPS for image scaling & deploy the VipsScaler MediaWiki extension from Backlog to Extensions on the 2018 Major Operations board.
Jan 27 2018, 6:54 PM · Extension Wishlist, 2018 Major Operations, Restricted Project
lewiscawte moved T181: Deploy TimedMediaHandler from Backlog to Extensions on the 2018 Major Operations board.
Jan 27 2018, 6:54 PM · Extension Wishlist, 2018 Major Operations, Restricted Project
lewiscawte moved T132: Move SSL Termination to Vertex from Backlog to Servers on the 2018 Major Operations board.
Jan 27 2018, 6:54 PM · 2018 Major Operations, Restricted Project
lewiscawte moved T131: Sort HTTPS and make it available to everyone from Backlog to Servers on the 2018 Major Operations board.
Jan 27 2018, 6:54 PM · 2018 Major Operations, Restricted Project

Jan 26 2018

lewiscawte archived 2017 Major Operations.
Jan 26 2018, 11:03 PM
lewiscawte edited projects for T140: Rewrite our VCL for Varnish 5.0, added: 2018 Major Operations; removed 2017 Major Operations.
Jan 26 2018, 11:03 PM · 2018 Major Operations, Restricted Project
lewiscawte edited projects for T141: Ensure custom logs get rotated, added: 2018 Major Operations; removed 2017 Major Operations.
Jan 26 2018, 11:03 PM · 2018 Major Operations, Restricted Project
lewiscawte edited projects for T142: Enable VisualEditor, added: 2018 Major Operations; removed 2017 Major Operations.
Jan 26 2018, 11:03 PM · 2018 Major Operations
lewiscawte edited projects for T170: Remove DeleteWiki backups on a regular basis, added: 2018 Major Operations; removed 2017 Major Operations.
Jan 26 2018, 11:02 PM · Lcawte w/c 25th May 20, 2018 Major Operations, Restricted Project, CreateWiki
lewiscawte edited projects for T165: Get nagged at for out of date things., added: 2018 Major Operations; removed 2017 Major Operations.
Jan 26 2018, 11:02 PM · 2018 Major Operations, Major Code, Restricted Project
lewiscawte edited projects for T176: Use VIPS for image scaling & deploy the VipsScaler MediaWiki extension, added: 2018 Major Operations; removed 2017 Major Operations.
Jan 26 2018, 11:02 PM · Extension Wishlist, 2018 Major Operations, Restricted Project
lewiscawte edited projects for T181: Deploy TimedMediaHandler, added: 2018 Major Operations; removed 2017 Major Operations.
Jan 26 2018, 11:02 PM · Extension Wishlist, 2018 Major Operations, Restricted Project
lewiscawte closed T231: Recurring Error 502s as Invalid.

You won't see an identified cause or steps towards a solution because you're not a member of staff. It is a known issue and is being worked on.

Jan 26 2018, 10:46 PM · Restricted Project

Jan 21 2018

gbarnick added a comment to T231: Recurring Error 502s.

Last reported 7 November 2017 here by 3 users.

Jan 21 2018, 9:31 PM · Restricted Project
gbarnick created T231: Recurring Error 502s.
Jan 21 2018, 9:11 PM · Restricted Project

Jan 10 2018

SamanthaNguyen closed T230: [ResourceLoader] Remove deprecated 'position' annotations from ResourceLoader module definitions in skins and extensions as Resolved.
Jan 10 2018, 3:38 AM · Technical Debt, JavaScript, CSS

Jan 6 2018

SamanthaNguyen created T230: [ResourceLoader] Remove deprecated 'position' annotations from ResourceLoader module definitions in skins and extensions.
Jan 6 2018, 10:50 PM · Technical Debt, JavaScript, CSS

Oct 25 2017

lewiscawte added a comment to T228: Track Import Requests.

Produced a fairly basic special page prototype. Job needs fleshing out and form needs validation.

Oct 25 2017, 6:19 PM · Major Code, Extension Wishlist
lewiscawte claimed T228: Track Import Requests.

@jack Any thoughts?

Oct 25 2017, 5:24 PM · Major Code, Extension Wishlist
lewiscawte created T228: Track Import Requests.
Oct 25 2017, 5:24 PM · Major Code, Extension Wishlist

Oct 21 2017

SamanthaNguyen closed T65: Decide on what settings and extensions are eligible for inclusion as Resolved.

For what we're concerned of, this has been basically resolved on the internal wiki - this can also be dynamically determined by checking if the configuration is public or private. Also see {T227} (private task)

Oct 21 2017, 4:14 AM · Unknown Object (Project)

Oct 20 2017

lewiscawte triaged T215: Rewrite CreateWiki's backend as High priority.
Oct 20 2017, 9:12 AM · Technical Debt, JavaScript, Performance, CreateWiki

Sep 23 2017

SamanthaNguyen closed T223: Rename my account as Wontfix.

Unfortunately we don't support renaming accounts, and probably won't for a while. Global renaming is only a feature in MediaWiki that exists as a sub-extension of CentralAuth, but we don't use CentralAuth for supporting our global user base, as it's designed specifically for Wikimedia's infrastructure (meaning it has Wikimedia-specific code).

Sep 23 2017, 5:37 PM
KatMakroFan-AOTCP69 created T223: Rename my account.
Sep 23 2017, 3:32 PM

Sep 19 2017

jack closed T222: ShoutWiki Support site not working as Invalid.

https://support.shoutwiki.com/ works for me, and DownForEveryoneOrJustMe.com agrees with me on that.

Sep 19 2017, 11:29 AM

Sep 18 2017

Catalan triaged T222: ShoutWiki Support site not working as Unbreak Now! priority.

Can confirm that this is happening.

Sep 18 2017, 11:17 AM
LegoFan4000 lowered the priority of T222: ShoutWiki Support site not working from Unbreak Now! to Needs Triage.

Can confirm that this is happening.

Sep 18 2017, 1:37 AM

Sep 13 2017

Catalan triaged T222: ShoutWiki Support site not working as Unbreak Now! priority.
Sep 13 2017, 1:13 PM
Catalan created T222: ShoutWiki Support site not working.
Sep 13 2017, 1:13 PM

Sep 10 2017

SamanthaNguyen closed T217: Consider adding NewUserMessage to our extension request whitelist as Invalid.

I've only seen one request so far interested, so I'm going to decline this. The better route would be to look into merging parts of HAWelcome into NewUserMessage first, as mentioned by @jack above. Not very important though. If more requests pop up, then maybee

Sep 10 2017, 10:14 PM · Restricted Project
SamanthaNguyen closed T114: EasyTimeline not displaying text as Invalid.

Closing. This isn't our issue (we don't develop for EasyTimeline); anyone interested in having that issue fixed should look at upstream (instead of here) where the actual development and issue tracking is located.

Sep 10 2017, 8:53 PM
SamanthaNguyen closed T114: EasyTimeline not displaying text, a subtask of T90: Upgrade MediaWiki to 1.28, as Invalid.
Sep 10 2017, 8:53 PM

Aug 29 2017

SamanthaNguyen created T221: Consider adding OATHAuth to extension request whitelist.
Aug 29 2017, 5:19 AM · Extension Wishlist

Aug 27 2017

SamanthaNguyen removed a member for Calendar: SamanthaNguyen.
Aug 27 2017, 3:44 AM
SamanthaNguyen removed a watcher for Calendar: SamanthaNguyen.
Aug 27 2017, 3:44 AM
SamanthaNguyen closed T102: Refactor ShoutWiki Calendar extension: Navigation as Invalid.

See T87#3212.

Aug 27 2017, 3:44 AM · Calendar
SamanthaNguyen closed T105: Refactor ShoutWiki Calendar extension: Datepicker as Invalid.

See T87#3212.

Aug 27 2017, 3:43 AM · Calendar
SamanthaNguyen closed T105: Refactor ShoutWiki Calendar extension: Datepicker, a subtask of T87: Refactor ShoutWiki Calendar extension (tasklist), as Invalid.
Aug 27 2017, 3:43 AM · Calendar
SamanthaNguyen closed T104: Refactor ShoutWiki Calendar extension: HTML & CSS as Invalid.

See T87#3212.

Aug 27 2017, 3:42 AM · Calendar
SamanthaNguyen closed T104: Refactor ShoutWiki Calendar extension: HTML & CSS, a subtask of T87: Refactor ShoutWiki Calendar extension (tasklist), as Invalid.
Aug 27 2017, 3:42 AM · Calendar
SamanthaNguyen closed T103: Refactor ShoutWiki Calendar extension: Design, a subtask of T87: Refactor ShoutWiki Calendar extension (tasklist), as Invalid.
Aug 27 2017, 3:42 AM · Calendar
SamanthaNguyen closed T103: Refactor ShoutWiki Calendar extension: Design as Invalid.

See T87#3212.

Aug 27 2017, 3:42 AM · Calendar
SamanthaNguyen closed T101: Refactor ShoutWiki Calendar extension: User control and feedback, a subtask of T87: Refactor ShoutWiki Calendar extension (tasklist), as Invalid.
Aug 27 2017, 3:41 AM · Calendar
SamanthaNguyen closed T101: Refactor ShoutWiki Calendar extension: User control and feedback as Invalid.

See T87#3212.

Aug 27 2017, 3:41 AM · Calendar
SamanthaNguyen closed T100: Refactor ShoutWiki Calendar extension: Readability as Invalid.

See T87#3212.

Aug 27 2017, 3:41 AM · Calendar
SamanthaNguyen closed T100: Refactor ShoutWiki Calendar extension: Readability, a subtask of T87: Refactor ShoutWiki Calendar extension (tasklist), as Invalid.
Aug 27 2017, 3:41 AM · Calendar
SamanthaNguyen closed T87: Refactor ShoutWiki Calendar extension (tasklist) as Invalid.

Closing, as simply not interested anymore and most likely not going to invest this in any time soon.

Aug 27 2017, 3:40 AM · Calendar

Aug 21 2017

lewiscawte closed T113: Imported pages not appear in auto-suggest [lenen] as Invalid.
Aug 21 2017, 10:26 PM
lewiscawte added a project to T131: Sort HTTPS and make it available to everyone: 2018 Major Operations.
Aug 21 2017, 10:24 PM · 2018 Major Operations, Restricted Project
lewiscawte added a comment to T176: Use VIPS for image scaling & deploy the VipsScaler MediaWiki extension.

Currently being used on Brickipedia with no issues. Hope to roll out globally soon.

Aug 21 2017, 10:23 PM · Extension Wishlist, 2018 Major Operations, Restricted Project
lewiscawte edited projects for T132: Move SSL Termination to Vertex, added: 2018 Major Operations; removed 2017 Major Operations.
Aug 21 2017, 10:22 PM · 2018 Major Operations, Restricted Project