User Details
- User Since
- Nov 27 2014, 4:50 PM (585 w, 2 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Hutchy68 [ Global Accounts ]
Apr 20 2020
Feb 17 2018
I can confirm this bug. User permissions are stripped for editing and creating pages. Bureaucrats can not edit user permissions.
Nov 24 2017
+1
Jun 28 2017
Looks like this was fixed but not back ported int REL1_27. Switch my branch to REL1_28 on the extension fixed this issue.
Reference closed T147606: Fix unexcepted HTML escaping in QuestyCaptcha.
Apr 26 2017
Counting is happening just fine with file caching turned on. It's only when a new page is created the page id is not being added to the hit counter table. This is on PHP 7, maybe I'll downgrade and test. What I'm not seeing is a new row insert statement in the code. I see the update to row to accumulate the hits. I was thinking it might be a trigger issue. Insert row in hit counter table trigger on insert row in page table.
Apr 24 2017
Mar 9 2017
Apr 7 2015
Actually, I'd rather see this check from line 299 of MediaWikiMessageChecker.php reworked to omit the Help namespace or at least give users the option to choose which namespaces to filter against with a global array of namespaces to check against.