User Details
- User Since
- Dec 19 2014, 5:43 PM (573 w, 1 d)
- Availability
- Available
- IRC Nick
- anirudhgp
- LDAP User
- Unknown
- MediaWiki User
- Blackops0057 [ Global Accounts ]
Jan 6 2016
Am I on the right track here? When Site.page_restrictions() is called the first time,
if not hasattr(page,"_protection"):
will return true so it calls
self.loadpageinfo(page)
Now when Site.page_restrictions() is called after Site.protect() ,
if not hasattr(page,"_protection"):
returns false since it already has the "_protection" attribute from the previous call and so, the page info is not loaded and the assert fails.
So we have to change this such that when Site.protect() is called, it either clears the page info for that page or updates it by calling loadpageinfo()
Jan 2 2016
Will adding " raise NoPage(page)" in protect() be enough to fix this?
We can extend the try except block here : https://github.com/wikimedia/pywikibot-core/blob/master/pywikibot/textlib.py#L612 to except "pywikibot.exceptions.InvalidTitle". What exactly should happen for links such as [[{{2001}}]] ?
Dec 30 2015
I have already set up the build. Could you please give me the details of what has to be done to fix this bug? Thanks !
Hi I would like to work on this bug. This is my first bug. Can you give more details as to how I can fix this?
Mar 8 2015
Hi I'd like to work on this bug. Where does the code for this lie in?
Hi I'd like to work on this bug. How do I begin? Thanks.
Hi I'd like to work on this project. Could you please give some pointers about the project? Thanks
Dec 25 2014
I had already started fixing this bug but i guess it has been fixed by someone else :/
Dec 22 2014
Ok so basically we have to check if NULL is an element of the array 'a' and if a NULL is indeed present we must have a seperate case so that it removes the NULL from the IN output and makes it an OR output.
Hi I'd like to work on this bug! How do i begin??
Hi I'd like to work on this bug. First time here. I have built the source code for core. How do i fix this bug?
Dec 20 2014
Dec 19 2014
HI I'd like to work on this bug. I'm a beginner. How do i begin fixing it? I have the source code ready
What are the steps to reproduce this?
Hi. I'm a beginner here and i was wondering if this bug was still open to take, Thanks
