User talk:Bryan
Contents
| Thread title | Replies | Last modified |
|---|---|---|
| TrustedMath with mimetex | 1 | 08:19, 9 January 2012 |
| Special Form | 1 | 20:34, 4 December 2011 |
| Extension:AdSense | 1 | 20:14, 21 October 2011 |
| Possible UK hackathon this fall | 1 | 19:00, 26 August 2011 |
| mwclient accessing page history for dynamic pages | 7 | 09:07, 13 July 2011 |
| obtaining currentstatus of articles | 0 | 09:07, 13 July 2011 |
| Mediawiki session idle time, automatic logout when navigating to other page | 0 | 10:05, 12 December 2010 |
| SocialProfile and its upload special pages | 0 | 11:51, 30 July 2010 |
| Image:Public domain.png | 1 | 11:50, 30 July 2010 |
Hello Bryan, thanks for your TrustedMath extension. I am running a small wiki on a ftp-access-only server and a local copy on Windows laptop for testing and off-line access. Is it ok for you when I use your extension code as a (cited) base for mimetex usage? And post the code at mw:LaTeX_on_a_shared_host? Forentw 00:28, 9 January 2012 (UTC)
Hi Bryan, I saw your comment on Extension:SpecialForm. Do you know how to fix this? The author's last edit was in 2008. I'm familiar with programming and could follow directions if given.
Bryan: User:Lcawte is trying to put together a UK hackathon sometime in the next few months -- thought you'd want to know. Talk to him for more details. Sumanah 15:06, 12 August 2011 (UTC)
hello bryan i am trying to use mwclient to download full article history for some pages but i can't get mwclient to get the page_title dynamically site = mwclient.site('en.wikipedia.org') page = page.site['string') // i am trying to get something equivalent to page.site('%s') % (variable) or page.site(variable) i am also unsure about how to download the full history, for i am only able to retrieve the revisions using page.revisions() is that possible? Wikipositivist 20:43, 29 June 2011 (UTC)
since i have a list of pages to look up (which i obtained from a query), i was actually hoping to get the following working str = cursor.fetchall(query) page = site.Pages[str]
correction to above: cursor.fetchall(query) for p in str: site.pages[p]
The return value of cursor.fetchall() is a tuple, so you should use p[0].
in other words, I wanted to know if it is possible to obtain the equivalent of a special export of the text and history of page. page.revisions() gives me the history & I was needing to get the text as well
Also I was wondering if anyone could help me find a way to obtain the 'currentstatus' of articles (currenstatus could be FA, GA, GAN etc.), the currentstatus info seems to be accessible only through the text table
is there a way to programmatically get the currentstatus of article(s) as to whether it is a good article, featured article etc. or if it belongs to a class = stub or other?
Bryan, I'm having the same problem; setting $wgCookieExpiration=2592000 as recommended, which is 30 days, didn't help either even it looks like there is an impact on sessions duration time, which is a bit longer now. I thought sessions are automatically stored in the cache; or how can you prevent sessions from being stored? Do you think this would solve the problem? -- Danke!
Hi Bryan,
since you rewrote the upload system for 1.16, could you take a look at bugzilla:22598 when you have some time? SocialProfile has some special pages, namely Special:UploadAvatar, Special:GiftManagerLogo and Special:SystemGiftManagerLogo, which are currently broken on 1.16 due to the upload system rewrite. It'd be nice to get them fixed, but I'm afraid that it's beyond my skills. Your help is greatly appreciated! --Jack Phoenix (Contact) 15:35, 22 February 2010 (UTC)
Hi Bryan, in response to your question here, I created the image using GIMP to modify another public domain image. Specifically, Image:Public domain.png was created from. Nathan Larson 15:35, 2 November 2008 (UTC)
Ne'ermind, I just left a comment on the thread. :) Nathan Larson 15:44, 2 November 2008 (UTC)