[00:00:29] Duesentrieb, thanks it worked.. the "-" I got from http://en.wikipedia.org/wiki/Help:Table#Vertical_alignment thinking it was part of the syntax.. [00:00:48] it isn't. and it's probably the problem [00:01:24] actually... wtf? attributes in the row-separator? does that even work? what is that supposed to do? [00:01:30] is |valign="top" | ... correct syntax [00:02:07] hm... |-valign="top" apparently also works - but note that the |- starts a new row. [00:02:08] Duesentrieb, it puts the attributes in the . [00:02:23] valign is specifiable on table rows, I think. [00:02:25] Simetrical: yea, i just found that out. i didn't even know html allowed that. let alone wikitext. [00:02:39] Also probably columns, although Firefox at least doesn't really support that. [00:02:40] 03river * r30088 10/trunk/phase3/skins/modern/main.css: increase the left margin for mw_contentwrapper to -15em. appears to have no effect on the layout but fixed the sidebar in IE6 [00:02:50] Probably you could specify it on the whole table if you liked. [00:03:15] valign=top is obsolete, you should use a class or style="vertical-align:top" [00:03:47] marvus, why is it obsolete? (new pp?) [00:04:58] Wiredtape, CSS. [00:05:15] Is there a way to link to an item within the same page, like to a footnote? [00:05:45] Steev43230: if you are using == headings == and the like, you can link to them via [[#heading name]] [00:05:53] Simetrical, ok. [00:06:42] Skizzerz, I'd like the user to be able to click on 10 within the text and be taken to footnote 10. Like that. Does headings do that? [00:06:58] uh, use the Cite extension [00:07:12] Steev43230: http://www.mediawiki.org/wiki/Extension:Cite [00:07:16] Thanks. [00:09:02] This seems to be built in: http://en.wikipedia.org/wiki/Wikipedia:Footnotes [00:09:22] it's produced via that extension I linked to [00:13:57] wasn't there a #javascript channel? [00:14:22] #mediawiki-scripts [00:14:24] perhaps [00:14:47] no, apparently they moved #javascript to ##javascript [00:15:09] I wasn't aware of #mediawiki-scripts [00:16:09] 03river * r30089 10/trunk/phase3/skins/modern/main.css: respect preferences option for underlining except in #footer. looks hella ugly, but users keep whining [00:16:16] #mediawiki-scripts is the secret new parser testing channel [00:16:45] 03brion * r30090 10/trunk/extensions/BotQuery/query.php: MSIE URL safety [00:16:59] not so secret anymore ;) [00:17:00] not so secret anymore ;) [00:18:52] ... Heck... THAT was NOT good. The Family Tree template generates a 500 ? [00:19:49] PLEASE tell me there is a quick way to fix that? [00:20:49] Oberoten, maybe the server timed out or something? [00:20:57] E.g., you hit your processing limit? [00:21:05] Some of these things require a long time to render. [00:21:12] 03brion * r30091 10/branches/REL1_9/phase3/ (RELEASE-NOTES api.php includes/DefaultSettings.php): Merge 30087 from trunk and bump to 1.9.5 [00:21:33] Mmm.... Seems though that I can't even pull the mainpages or anything else. [00:21:43] Oberoten: comment out the require_once [00:21:53] 03brion * r30092 10/branches/REL1_9/phase3/RELEASE-NOTES: fix odl vers on advisory [00:22:13] All of them? [00:22:22] no, the one you added to enable the extension [00:22:27] 03brion * r30093 10/branches/REL1_10/phase3/ (RELEASE-NOTES api.php includes/DefaultSettings.php): Merge 30087 and bump to 1.10.3 [00:22:41] Not an extension.. Just a template. [00:22:47] oh, template. fun [00:22:58] are you using parserfunctions? [00:23:04] Yeah... [00:23:08] ... i am borked am I? [00:23:10] try disabling that [00:23:16] 03brion * r30094 10/branches/REL1_11/phase3/ (RELEASE-NOTES api.php includes/DefaultSettings.php): Merge 30087 and bump to 1.11.1 [00:24:11] 03brion * r30095 10/tags/REL1_9_5/: tag 1.9.5 [00:24:28] 03brion * r30096 10/tags/REL1_10_3/: tag 1.10.3 [00:24:44] 03brion * r30097 10/tags/REL1_11_1/: tag 1.11.1 [00:24:56] Nope... [00:25:16] ... Is there any way to find and delete the family tree template from the SQL? [00:25:33] Or wherever it is stored? [00:27:55] Oberoten: did you remove the include line from your localsettings? [00:30:19] #require_once( "$IP/extensions/Parserfunctions/Parserfunction.php"); [00:30:22] ... at the moment. [00:30:47] Ahah! [00:30:55] ... I see something I can probably fix. [00:31:23] (( I can see the table searchindex, if I clear the entry for familytree? Any chance that might fix it? )) [00:31:41] You probably want to look at the text table, IIRC, although I might not. [00:31:42] 03river * r30098 10/trunk/phase3/skins/Modern.php: add another div inside #mw_content to allow users to style font-size in the content area without breaking positioning [00:31:46] Or just go directly to the edit URL. [00:31:54] And delete the offending content through the interface. [00:33:13] &Action=Edit , eh? [00:33:35] Yes. [00:33:35] It is locked stone-cold. [00:33:40] Actually action=edit. [00:33:42] Do you have a link? [00:33:52] *Simetrical doesn't recall if it's case-sensitive [00:34:12] http://oberoten.mine.nu [00:34:22] http://oberoten.mine.nu/wiki [00:34:57] ... sorry for the cheese head-image. One of my players suggested it since it plays on both Corda and Draconis.. [00:35:13] Oberoten, what is the name of the article this was on? [00:36:23] template:familytree [00:36:27] template:familytree/start [00:36:31] template:familytree/end [00:36:47] *CardFire grumbles at his inability to get the formmating desired [00:37:06] I wonder if I'm altogether missing css formatting by default in my own mediawiki install [00:37:15] ie grey background and thin borders on "wikitable" style [00:39:13] Oberoten, go to->http://oberoten.mine.nu/wiki/index.php/Template:Familytree?action=edit and do what you need... [00:40:33] No dice for me I am afraid... [00:40:52] ... wait, still loading on the initial one. [00:41:06] works for me... [00:41:28] Weird... [00:41:51] I get nothing from it. [00:41:58] Maybe if I try a different browser. [00:42:08] you want me to delete it so you can then do what you want.. ? (it will of course be saved in history) [00:43:24] Ah... IE got it. [00:43:41] (( That is what I get for using weird obscure browsers I guess. )) [00:47:30] It seems to time out though when I try to do anything with it. [00:47:41] If you could delete it I would be most pleased. [00:50:59] it's stuck for me as well when I try to delete.. [00:51:25] 03river * r30099 10/trunk/phase3/skins/modern/rtl.css: basic styling for rtl sites [00:54:14] Heh... It says that Familytree has been deleted when I check the SQL [00:54:54] *moves to the next part of the template* [00:58:37] Hmmm... [00:58:44] ... okay I think I have found the offender. [00:59:47] When I try to remove the entry for it in Navicat... it locks that one too. [01:00:28] It is familytree/step2 that borks it up royally. [01:01:40] yay firefox crashed while i was editing the release links [01:02:34] lol [01:04:34] *tries another program to delete it with* [01:04:48] ... I think it did something UGLY to MySql? [01:07:41] THERE... [01:08:31] And the mainpage has NEVER looked so beautiful to me... :) [01:09:08] I had to go in and delete the offending page from SQL, and also to unlock the locked entry... I had to stop Apache too. [01:09:46] *makes a backup* [01:09:56] ...it felt SCARY to have to do that. [01:11:07] i cannot refresh my cache with ctrl+F5 . i heard about problems with it. are they still active ? [01:11:08] Thanks for advice and encouragement... which probably kept me from wiping the darn thing and starting again from a 5 weeks old SQL dump. [01:11:23] Can someone help me restore my wiki pictures?? I moved the db from one machine to another... and all seems fine other than my pictures (possibly all uploaded files?) [01:13:13] well, that sucked [01:13:29] does pywikipedia bot require the API? [01:14:54] Morbus : no [01:15:05] thanks. /me disables in settings, and waits for 1.12. [01:15:11] works with index.php afaik [01:15:20] ' [01:15:25] Morbus: pywikipedia hits MW via the normal mechanisms - just like a web browser would [01:15:33] i'll know shortly, i suppose. have a lot of images to upload. [01:15:36] but no time to upgrade. [01:15:42] good. thanks. [01:16:18] humm all my pictures seem to come up fine on the list files page... just not on the pages they are linked in on.. [01:16:52] if I click on them from a page where they are used I get "Uploads disabled" is this why my images aren't showing? [01:17:01] example? [01:18:35] example of what? [01:18:41] so, if I cut and paste sample tables from the wikipedia tutorial, they don't appear with the appropriate backgrounds and formatting, in my install of MediaWiki [01:18:44] a URL where this problem manifests. [01:18:55] so I cut/pasted the Wikipedia monobook altogether [01:19:19] which didn't miraculously fix all my problems and award all the world's children with snuggly puppies [01:19:20] sadly [01:19:28] any suggestions? [01:19:32] CardFire: two things. you only need the "wikitable" (or "prettytable") CSS declaration. [01:19:43] and you have to force refresh your browser on a page that uses the new CSS. [01:20:41] and then you actually have to apply that css class to your table. [01:20:56] smaller/less-overloaded examples of the table and definition here: http://www.videounderbelly.com/wiki/Elite_Entertainment%2C_Inc. [01:21:06] and the CSS (all "wikitable"), here: http://www.videounderbelly.com/wiki/MediaWiki:Common.css [01:21:41] ty, Morbus [01:23:29] I ... am not getting it ... I very dearly need sleep, I think [01:23:35] show me your pages. [01:23:35] 03river * r30100 10/trunk/phase3/skins/modern/main.css: [01:23:35] using font-sizes in points breaks text resizing in IE. instead, set the font [01:23:35] size the same way as monobook: body sets font-size: x-small, and text is scaled [01:23:35] back to a reasonable size (130%) in the content area. 130% produces correct [01:23:35] alignment of #p-personal in all browsers; 127% makes a 1 pixel gap in Safari at [01:23:38] some font sizes. [01:26:32] CardFire: ok. you've got your declaration of the table, in Template:Software Info correct. [01:26:52] however, Wikipedia defines its wikitable CSS syntax in the for-all-themes MediaWiki:Common.css, and you should do the same thing. [01:26:59] thanks, those are cut/pastes from Wikipedia :-p [01:27:03] so a) delete what you added to MediaWiki:Monobook.css [01:27:10] okay [01:27:17] *CardFire deletes with a vengeance [01:27:17] b) copy the wikitable crap from wikipedia or my site to MediaWiki:Common.css [01:27:22] then i'll look again [01:35:30] CardFire: looks good to me. [01:35:30] alright, Morbus thank you. [01:35:37] :) [01:36:32] that was super helpful, and I would NOT have figured that out with another two weeks of mucking about google (sadly) [01:45:21] 03river * r30101 10/trunk/phase3/skins/simple/main.css: fix css to style .pBody instead of each portlet id explicitly; makes additional navigation portlets look correct [01:49:28] 03river * r30102 10/trunk/phase3/skins/simple/rtl.css: rtl styling for simple [01:54:16] flyingparchment: "hella ugly" ? :D [01:54:22] makes me think of South Park [01:54:22] 03(mod) Text change for MediaWiki:Clearyourcache - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12517 (10s.vanslyck) [01:56:54] if there are no remaining problems i'd like to enable it on wp [01:56:58] so speak up now ;) [01:59:48] 03simetrical * r30103 10/trunk/phase3/includes/ (EditPage.php OutputPage.php Title.php): Commit some junk: spacing, braces, parentheses, other stylistic stuff. [02:00:45] 03simetrical * r30104 10/trunk/phase3/includes/User.php: Comment tweak, remove strcmp(). [02:03:20] 03(NEW) Internet Explorer should be added to browser detection - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12766 15enhancement; low; MediaWiki: General/Unknown; (hippytrail) [02:08:14] 03(NEW) Account created even when email bounces - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12767 normal; normal; Wikimedia: General/Unknown; (alexfusco5) [02:15:18] $ grep "[^\!=]==\s*''" {includes,skins,languages,maintenance,math}/{*,*/*,*/*/*}/*.php *.php 2> /dev/null | wc -l [02:15:18] 20 [02:15:25] That looks like 20 instances in need of fixing. [02:15:49] $ grep "\([^\!=]==\|\!=\)\s*''" {includes,skins,languages,maintenance,math}/{*,*/*,*/*/*}/*.php *.php 2> /dev/null | wc -l [02:15:49] 27 [02:15:51] No, 27. [02:29:34] I'm a moron. Spent 3 days trying to fiigure out why ads weren't working on the site...forgot I had Ad Block Pro running... [02:52:55] aBSDaemon, which should teach you a lesson about the ethics of running AdBlock, I guess. ;) [02:56:26] 03(mod) Make section edit links more usable/understandable - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11270 (10Simetrical+wikibugs) [03:00:03] 03(mod) Make section edit links more usable/understandable - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11270 +comment (10Simetrical+wikibugs) [03:05:28] 03(NEW) hasConstraint() in DatabasePostgres. php is not schema aware - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12768 normal; normal; MediaWiki: Database; (sven) [03:10:14] how can I view the different namespaces? [03:10:27] 03(NEW) Preemptively fix possible weak type-checking errors - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12769 15enhancement; normal; MediaWiki: General/Unknown; (Simetrical+wikibugs) [03:10:29] 03(mod) Code quality issues (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=700 (10Simetrical+wikibugs) [03:11:35] Monobi: they should be listed in Special:Allpages Special:Prefixindex Special:Recentchanges and Special:Preferences to name a few [03:11:45] Okay. [03:12:01] Splarka, the thing is, I need to see the numbers assigned to the namespace [03:12:21] Monobi: grep NS_ includes/Defines.php [03:12:35] I don't have access to that. [03:13:01] Monobi: view the page source on any of those pages [03:13:06] Ok [03:13:27] But that only shows me one... [03:13:30] [03:13:30] [03:13:30] [03:13:41] on Recentchanges for example [03:13:56] Ah [03:13:58] thanks [03:13:59] Or you could look at the message keys in Special:Allmessages. [03:14:11] They'll probably be there somewhere. [03:14:17] or go to each namespace and view the ns-# class [03:14:29] castab-something-or-other. [03:14:32] Or whatever. [03:14:37] but Recentchanges is a lot faster to load than Special:Allmessages [03:14:43] So true. [03:14:54] Needs paging. :) [03:15:18] *Simetrical should repurpose .rtl to mean "RTL interface language" instead of "RTL content language" . . . since that's what it mostly means right now anyway. [03:16:01] Then tack on an extra class for content direction, and some appropriate dir='s . . . [03:16:26] Should fix most of the RTL display craziness. [03:16:26] (Try reading hewiki with uselang=en, fun.) [03:16:26] *Splarka attempts to finder the bug in http://fr.wikipedia.org/w/index.php?title=Wikip%C3%A9dia:Vandalisme_en_cours/Archives/2008/01&action=edit§ion=new&editintro=Mod%C3%A8le:AV&timtest=newpp [03:16:56] Ugh, parser bugs. [03:19:22] 03(mod) Allow different directionality for user interface and wiki content - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=6100 +comment (10Simetrical+wikibugs) [03:19:56] Wow, I remember this bug! http://bugzilla.wikimedia.org/show_bug.cgi?id=6458 [03:22:07] 03(mod) Don't autosummarize where a redirect was left unchanged - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8345 normal->trivial (10Simetrical+wikibugs) [03:25:29] 03(mod) Separate logging.log_params into a new table - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10512 (10Simetrical+wikibugs) [03:25:30] 03(mod) Apply filter to checkuser usage log - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=6053 (10Simetrical+wikibugs) [03:25:34] 03(mod) Show logs for moved pages corresponding to old page name - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8731 (10Simetrical+wikibugs) [03:25:36] 03(mod) The logging table needs a log_user_text field so that events from unloggedin users can be logged - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3732 (10Simetrical+wikibugs) [03:25:39] 03(mod) Update block log when renaming an account - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=7011 (10Simetrical+wikibugs) [03:41:20] 03(mod) Preemptively fix possible weak type-checking errors - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12769 +comment (10Simetrical+wikibugs) [03:45:47] 03(mod) Linker::userToolLinks and friends should not require a user ID - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10663 (10Simetrical+wikibugs) [03:49:34] So are there any options for better audio/video display in category view? [03:50:00] as in some sort of listing rather than thumbnails of speaker icons [04:03:16] *Simetrical is amused, reading through the GNOME human interface guidelines, by how many of them core GNOME utilities ignore [04:04:10] isn't that the same as Apple? [04:04:18] I doubt it's the *same*. [04:04:22] Maybe similar. [04:05:17] 03(NEW) Revisions to English article show up in de.wikipedia.org - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12770 minor; normal; MediaWiki: History/Diffs; (ted) [04:06:57] Simetrical - Do you have any ideas for me re: audio in categories? [04:07:14] I assume that's just how things are displayed right now. [04:07:35] We have better image support than AV support. [04:07:45] Which is why, e.g., the Image namespace isn't called File or Media. :) [04:07:51] yeah [04:08:08] wikiproject free music got started... [04:08:18] and there was some disuccsion about organizing it [04:08:30] currently there are extensive lists etc [04:08:39] which seems dumb to me [04:08:54] http://en.wikipedia.org/wiki/Wikipedia_talk:WikiProject_Free_music [04:10:07] So I was thinking of maybe an extension that displays a category as a table if the category has some sort of reserved word [04:10:31] It should just display the appropriate interactive thingy for AV the way it does for images. [04:11:12] or that [04:11:41] "# Ensure that closing a toolbox does not close or otherwise alter any primary window with which it is associated." "Do not place toolboxes in the system window list. Toolboxes should always remain above all primary windows with which they are associated." Cough, GIMP, cough. [04:13:41] ahhh yeah, this would be nice... [04:13:42] http://en.wikipedia.org/wiki/Wikipedia:Sound/list [04:13:46] to have auto-generated [04:14:40] flyingparchment: http://en.wikipedia.org/w/index.php?title=Arnica_montana&useskin=modern [04:14:55] hmm, body div acting oddly [04:15:15] is modern a new theme? [04:16:57] yes [04:17:18] Where might I find a doc on making a 'header' to go above the edit box whenever someone is editting a page, I'd like the header to be customizable based on the namespace within which the page is being editted [04:17:37] AaronSchulz: curious. probably needs a clear at the bottom of the content box [04:18:23] Kyrin: try extensions? [04:18:31] You should be able to do it with system messages. [04:18:46] which system message always shows? [04:18:58] is there an easy way to share a system message across wikis? [04:19:12] 03(mod) Revisions to English article show up in de.wikipedia.org - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12770 +comment (10JSchulz_4587) [04:19:18] share the MessagesEn.php file? [04:19:21] 14(INVALID) Revisions to English article show up in de.wikipedia.org - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12770 (10JSchulz_4587) [04:19:29] that almost had me worried [04:19:36] Simetrical: custom to the namespace being editted [04:19:37] ? [04:20:06] well, that part could be done with ParserFunctions [04:20:25] 03river * r30105 10/trunk/phase3/skins/Modern.php: insert a clear:both div at the bottom of the content to stop floating content from overrunning the border [04:20:32] so I could use a template for hte "header" thing? [04:20:51] AaronSchulz: fixed [04:20:53] hrm.. I'll look into it some I guess [04:20:55] thanks [04:21:59] Kyrin: http://www.mediawiki.org/wiki/Extension:PageNotice [04:22:17] it's beta, but seems to be what you want [04:22:40] k, thanks [04:22:40] 03(mod) Internet Explorer should be added to browser detection - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12766 +comment (10dan_the_man) [04:22:46] i've got a question, if i'm running phase3, is there a chance that i could severely break my wiki if i do "svn update" every once and a while? [04:22:47] MZMcBride: grrrr [04:22:53] huh? [04:23:07] chuck: yes. but hopefully that chance is quite low. [04:23:09] MZMcBride: you pinged me [04:23:21] chuck: mostly you'll probably just find minor issues [04:23:22] heh. sorry :p [04:23:31] Greek alphabet and all that [04:23:50] flyingparchment: do i ever have to run the upgrade.php script in maintenance? [04:23:53] chuck: sometimes serious bugs can slip through and causes issues [04:24:04] chuck: whenever the schema changes [04:24:15] chuck: look for changes to updater.inc or tables.sql [04:24:15] yes, occasionally run upgrade.php if things start acting weird [04:24:29] flyingparchment: ergh i really should fix my wiki farm setup [04:24:58] it takes the subdomain+wiki and that's the database it uses [04:30:05] that's how wikimedia works too [04:30:08] 03tstarling * r30106 10/trunk/ (6 files in 3 dirs): (log message trimmed) [04:30:08] * Factored out PPD "part" handling into its own class. Verified with differential fuzz test. [04:30:08] * Stabilise timestamps generated by the parser to avoid diff test false positives [04:30:08] * Fixed msgnw bug. Use RECOVER_ORIG. [04:30:08] * Fixed editintro bug. Cloning the parser in MessageCache has some side-effects that need to be corrected. [04:30:11] * Fixed typo in Parser_DiffTest.php [04:30:13] * General improvements to preprocessorFuzzTest.php [04:30:43] TimStarling: did you make changes to the schema? [04:31:12] just then? no [04:32:05] is there an svn command to see what the changes of the latest revision are? [04:32:20] svn diff [04:33:32] 03tstarling * r30107 10/trunk/phase3/includes/EditPage.php: Fix fatal error in eval.php [04:33:33] 03river * r30108 10/trunk/phase3/skins/modern/main.css: slightly improved behaviour for very small browser windows: title/tab overflow will be hidden instead of wrapping to the next line [04:36:11] i think i edited /skins/modern/main.css does that mean i'm not going to get updates from svn anymore or will it merge them somehow? [04:36:36] it will try to merge, if it fails you have to edit the file and resolve it manually [04:36:49] oh, good [04:37:25] i made a crude edit to the EnMessages file, but i'm not sure how better i could make a message share with all the wikis :/ [04:38:19] read about how extensions add messages [04:38:33] k [04:43:41] when's the 1.12 branch due? [04:46:41] hi all [04:48:20] ravedave: next quarter? [04:49:02] quick question, how do I edit the 'side panel' with the links and such? [04:49:15] edit [[MediaWiki:Sidebar]] [04:49:21] http://www.mediawiki.org/wiki/Manual:Sidebar [04:49:25] thanks [04:49:43] !sidebar [04:49:43] --mwbot-- To edit the navigation menu on the left, edit [[MediaWiki:Sidebar]] using its special syntax. For more details, see . [04:49:47] mmm [04:50:21] !redundancy | chuck [04:50:21] --mwbot-- chuck: I don't know anything about "redundancy". [04:52:19] 0i was just seeing if there was a factoid about it, point taken [04:52:48] *Splarka was just playing around [05:04:11] *Simetrical sleeeeps [05:05:06] *amidaniel throws his cat on Simetrical's face [05:07:40] 03(NEW) error page from rollback of first revision has inaccurate title - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12771 15enhancement; normal; MediaWiki: General/Unknown; (cbm) [05:07:50] 03(mod) Linebreaks are mishandled in
and
  • - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=6200 (10voyagerfan5761) [05:09:13] Is there a reason why the line $specialPageArray['MyExtension'][] = $title->getDBKey(); in the setup file here: http://www.mediawiki.org/wiki/Manual:Special_pages#Basic_special_page_template throws a PHP Fatal error: Call to a member function getDBKey() on a non-object in MW 1.11.1? [05:11:13] probably because wfMsg() is returning an invalid title, which makes $title null [05:11:33] Interesting :-) [05:12:18] god damn you chris pronger [05:12:35] oh this isn't the right channel. [05:13:00] *amidaniel wonders who Chris Pronger is ... [05:13:22] he's a duck [05:13:27] from anaheim [05:14:06] Aha ic O.o [05:47:52] wtb Interwiki includes :P [05:54:55] Kyrin: $wgEnableScaryTranscluding [05:55:07] orly? [05:55:34] *Kyrin searches Meta [05:56:04] *amidaniel notes that Meta isn't being used for mw docu anymore :) [05:56:15] drat [05:56:18] !wg EnableScaryTranscluding | Kyrin [05:56:18] --mwbot-- Kyrin: http://www.mediawiki.org/wiki/Manual:%24wgEnableScaryTranscluding [05:56:28] thx [05:57:22] now, it will only transclude pages in the Template: namespace on the interwiki site? [05:57:30] yes [05:57:37] foiled again! [05:57:38] :P [05:59:00] no way to work around that, eh? [06:00:38] readin' here I was thinking maybe a seperate interwiki reference that has the iw_prefix bit set? [06:14:45] hmm Scary Transcluding is kind of crappy [06:17:00] maybe it should be renamed to wgEnableCrappyTranscluding [06:17:15] it ignores [06:17:32] and just transcludes the whole thing [06:17:46] and subst'ing doesn't seem to work either [06:17:49] don't forget images, interwiki, magicwords, caching [06:17:57] well, you can use the raw: modifier [06:18:10] but the caching problem is especially crippling [06:18:52] Warning: file_get_contents(http://en.wikipedia.org/wiki/Template:example?action=raw) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in C:\xampp\htdocs\w\includes\HttpFunctions.php on line 83 [06:19:02] heh [06:19:04] well yeah [06:19:05] if you try to preview a subst [06:19:50] that's brion's fault though [06:19:58] kind of [06:20:03] 03(mod) error page from rollback of first revision has inaccurate title - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12771 +comment (10voyagerfan5761) [06:20:23] on Wikia it was used occasionally, but only with subst: (when it worked), to grab examples from a central repository [06:20:41] like {{subst:Wikia:Instant main page}} (or something) [06:21:11] speaking of [06:21:38] for the action=raw in article path, could the agent check, rather than excluding MSIE clients, exclude *all* clients except MediaWiki? [06:21:54] sounds like the wrong solution [06:23:15] the obvious solution would be to not use an entry point that security conscious developer will break once per year [06:23:39] hey, it's my fault for pointing it out, but I didn't suggest that particular solution [06:23:44] *Splarka wanted a Content-disposition solution [06:23:49] the existence of such developers makes the entry point kind of fragile [06:24:08] lots of other products ignore security issues like this in favour of convenience, we could just do that [06:24:11] subst/security conscious/lazy [06:24:39] secure, convenient, done fast, pick two! [06:25:11] Splarka: i pick secure and convenient, and i want it by next week or you're fired [06:25:21] hire me first [06:25:35] hehe [06:25:44] maybe you should hire each other [06:25:55] it'd be like a little wikia fork [06:26:14] we can be like those people who leave a big company and start some really successful one [06:26:19] except we left a really small company [06:26:26] *Splarka wants you to hire Domas so he can be culpable [06:26:31] And formed a really shitty one [06:26:46] nah, we went back to the big one to work for free [06:26:59] hey, wait a minute... [06:27:39] http://my.voyager.net/~gwta/images/birds/cunning%20plan.jpg [06:28:30] anyway, I did suggest a fix: http://bugzilla.wikimedia.org/show_bug.cgi?id=12720 but no one seems terribly interested, and it might not work in all browsers [06:28:37] now all you need is 3 million dollars of someone else's money to spend [06:29:00] Splarka: let's start an internet search engine based on lucene [06:29:30] how about special.prefixindex.com [06:30:09] *amidaniel checks to see if it's taken [06:30:32] Angela points out that I'm ex-wikia as well [06:30:59] when "ask jeeves" first came out, a friend and I were gonna start "ask dofus" where the user would get their search results, escaped to a-zA-Z0-9- and with www. and .com wrapping it in a link, and the 'advanced' search would be .net, .org, and .edu [06:31:53] *amidaniel hates people who go to the URL bar and type GeorgeWashington.com and FreePorn.com [06:33:04] anyway, per breaking interwiki transclusions, after the sandbox .vbs virus thing, I just felt that this sort of thing: http://www.internetnews.com/security/article.php/3642011 would be bad to repeat [06:34:13] Oh good lord, Wikipedia can't be held responsible for that kind of crap [06:34:18] and while that oldid was non-deleted (since it can't be deleted, only oversighted)... [06:34:32] http://en.wikipedia.org/wiki/Antivirus.vbs?action=raw&oldid=184831888 [06:34:43] ==Hello== [06:34:48] Agahgahga @ that story [06:34:50] that URL would ask a user to download that malicious vbs and save it as "Antivirus.vbs" [06:34:58] now, if you were a good preprocessor, what would be the appropriate reply to that greeting? [06:35:00] TimStarling: someone pointed out earlier that the enwiki manual of style encourages people to put comments after headings [06:35:18] I seem to remember not too many versions ago... [06:35:20] ==Hello==<!----> [06:35:27] [06:35:29] No, that [06:35:30] how about that? [06:35:33] that anything on the same line as a header would make the edit section counts break? [06:35:50] (but maybe that didn't include comments) [06:36:13] Splarka: in the old parser, i think comments were removed by the time headings were counted for edit links [06:36:24] or this... [06:36:24] so it might have been links and divs and crap [06:36:27] ==Hello== [06:36:32] oof [06:36:38] ==Hello==<!----><!----> [06:36:53] and it skips whitespace [06:37:15] seems to work just fine [06:37:19] can I skip the newsome bug now? [06:38:06] that was the deal, right? [06:38:13] well, okay [06:38:21] but you have to update the page on meta to reflect the new rules [06:38:39] *Splarka gives Tim a cookie [06:38:47] and you fixed msgnw: ^_^ [06:38:54] I did [06:39:36] TimStarling: what do you think about making ChangeListFormatting and HistoryFormatter classes which are part of the skin? [06:39:43] (i want to change how those are formatted in my skin) [06:40:16] if you like [06:40:30] or you could just have the skin return a class name for a formatter [06:40:40] then the default formatter can be in the core, not in the default skin [06:40:46] can hooks still override them? [06:40:56] well, it'd be like $sk->getChangeListFormatter() [06:41:02] so the default would just return a new DefaultThing() [06:41:14] sounds good [06:41:16] and if you don't mind stupid questions, why can't you have the parser require the = character for headers to follow a newline, and the = character in template calls and parserfunctions, to follow anything else? (pipe, whitespace, tab, comment, etc) [06:41:51] {{Foo|\n==Bar==}} 1=

    bar

    [06:42:11] that's how it is, isn't it? [06:42:29] well, editable sections [06:42:32] {{#if:1| [06:42:33] === Uneditable === [06:42:33] === Editable === [06:42:52] yes, true [06:43:07] it might confuse #switch constructors though, but not many other people [06:43:18] {{#switch:{{NAMESPACE}}| [06:43:23] Talk=Foo| [06:43:26] =Bar|}} [06:43:35] (extreme example) [06:44:36] you think it'd break less stuff that way? [06:45:01] no [06:45:03] just asking ^_^ [06:45:30] well, the answer is that templates are meant to have a higher precedence than headings [06:46:34] but it wouldn't be the first time precedence concepts were broken in favour of DWIM [06:47:34] you could always invoke a parse directive magicword.. {{#parseorder:templates, includetags, headers, subst, magicwords, hooks}} [06:47:45] *Splarka giggles [06:47:59] mmm [06:48:39] mmmmm..... action=cssjs [06:49:16] but we could go even further with DWIM [06:49:39] and make templates break first-level headings, but not second-level headings [06:50:13] because who uses first-level headings anyway? [06:50:32] *amidaniel does :( [06:50:43] if they really wanted them, they could use

    [06:50:47] and they look a lot more like a name/value separator, at a glance, than second-level headings do [06:50:58] well, you could do it either way [06:51:04] it's just that either way, they won't be editable [06:51:19] who invented this silly syntax anyhow [06:51:27] heh [06:51:42] this sort of thing gets villagers with torches and pitchforks storming your walls [06:51:45] ^_^ Well, at least [[link]] was a nice idea [06:52:35] oh, you mean break=>ineditable, ahh [06:52:46] yes [06:53:02] formatting depends on the main pass, but section edit links depend on the preprocessor [06:53:34] Splarka: en.anime was changed to anime... T_T now I need to change that in all the CSS/JS references I have because Wikia's redirection script sucks and redirects page queries to the Main Page breaking script references... [06:53:34] because extractSections() has to be able to identify sections in the source wikitext, not in the HTML [06:53:46] right... because which sections are "editable" sections is really a symptom of the code that splits the page into editable sections via action=edit§on= ? [06:53:58] Dan: heh, doh [06:54:03] more or less [06:54:09] I've merged the two bits of code [06:54:23] they used to be separate, section edit links and section edit [06:54:54] now they're the same, wikitext is annotated with section markers, which can be used either to split the text for edit, or add section edit links [06:55:17] it removes the whole bug 4899 failure mode [06:55:20] Dan: ever thought of styling anime's Special:Blockip like a Death Note notebook? [06:55:44] ^_^ rofl [06:56:28] *Splarka wonders why people feel the need to pass headers as template parameters anyway [06:56:57] :/ ya... [06:57:49] ah, now here's a cute little fact [06:58:05] hmm, now if {{foo|\n==Bar==}} is an editable section, is it an edit link to the article or to the template? [06:58:06] named template arguments are trimmed for whitespace [06:58:21] so name= =value is the same as name==value [06:58:36] Splarka: to the article [06:58:58] are newlines whitespaces for purposes of trimming? [06:59:20] yes [06:59:30] so if double-equals is always a heading, you can simulate an equals at the start of an argument by using a space [06:59:32] how about two to create a new

    ? foo=\n\n=header= ? [07:00:04] ahh [07:00:05] they're both removed [07:00:13] nope [07:00:23] hmm, stupid questions time, would it not make sense to only trim whitespace in a named header, before the equals? [07:00:38] {{ foo | bar = baz}} {{foo|bar= baz}} [07:00:43] a named header? [07:00:47] named parameter [07:01:07] that would be a huge b/c break [07:01:45] ahh well [07:01:46] T_T not to mention templates would become even more ugly... And Wikipedia's templates are horid enough... [07:01:58] *Splarka snickers [07:02:31] alright, so any objections to making double-equals a high-precedence start of heading? [07:03:07] so single headers in templates/parserfunctions/near comments/etc will still be a bit dodgy but ==foo== will reign supreme? [07:03:57] that would be the idea... just looking at feasibility [07:04:02] *Splarka abstains from objecting but likes dumbed down clarification ^_^ [07:04:03] this is nothing to do with comments though [07:04:22] just the ambiguity between name/value separators and heading starts [07:04:34] ahh k [07:04:44] Mind some sort of readable escape? [07:04:58] *Splarka wonders if the other 169 people here are voyeurs [07:05:11] I hate the \o \c, etc... escapes that extensions add... [07:05:14] damn, by the time I'd typed that out the number changed by 2 [07:05:17] But I do know of one valid thing... [07:05:44] WikiText was actually a pretty good idea [07:07:08] nothing is a good idea if it comes in XML-style tags [07:07:14] they suck [07:07:54] perhaps some sort of delayed parsing syntax that'll allow things like pipes (|), first-level headers (=...=), nested ParserFunctions which need input from an outer ParserFunction (pointing to dpl, looping [bad example though], and a variety of other things)... [07:08:13] It doesn't need to be xml style as far as I'm concerned... [07:08:36] I don't really care what it is... As long as it's usefull, and remains readable to the editor [07:08:40] as in... [07:08:49] No \o for {{ or \c for }} [07:09:11] what was the other plan, {{#chr:}} ? [07:09:12] Just a surrounding syntax to delay a bit of WikiTexx [07:11:11] Splarka: Btw... if you were interested... Ever seen the comments a fair time ago on Wikia... about wanting to be able to get page count statistics from another wiki? [07:13:09] 'another' wiki? you mean, one with hitcounters enabled? [07:13:34] hmm, #chr: might be nice for a literal character never parsed, and #esc: for a string that is escaped one level up or down [07:13:57] {{foo|bar{{#esc:|}}baz}} with contents {{{{{1}}}}} to call {{bar|baz}} [07:14:22] *Splarka giggles insanely, throws boiling pitch on the villagers [07:14:33] Splarka: No... I mean being able to getthe Article counts from a Wikia wiki onto central [07:14:43] oh [07:14:48] yes, interwiki magicwords [07:14:48] The stuff inside the statistical magic words [07:15:00] ^_^ finally feel like doing that... [07:15:14] *Splarka thinks those words have the power to throw Tim into a coma [07:15:25] "Abra-Cadabra: InterWiki MagicWords!" [07:15:44] It would actually be quite simple to do via db/memcached without any strain or uglyness... [07:16:22] *AnswerGuy is about to upgrade a three year old internal Mediawiki installation to 1.11.1 --- reading the upgrade docs now ... but any caveats or success stories would be appreciated [07:16:23] :/ But, Wikia seams to not like dishing out a single table structure so I can make any interwiki oriented extension... [07:16:43] So, I'm probably going to be using the API... [07:17:03] what would the syntax be? {{#magic:w:c:starwars:NUMBEROFARTICLES}} ? [07:17:24] ^_^ As a result... you can technically get info from any wiki, including Wikipedia... [07:17:29] Nah... to ugly... [07:17:49] well, the API is not always enabled [07:18:01] Well... anyone with it enabled [07:18:11] And only if the wiki allowed you to [07:18:27] how would it check that? [07:18:31] I'm doing magic words similar to the standard ones, except either prepending R or Remote [07:18:38] er, the victim wiki that is [07:18:43] No, other way around... [07:19:27] The local wiki is the one with the restriction to only pick out specific sites [07:19:37] And also setup aliases [07:19:58] ahh, and it would require the API being manually checked as a precondition to addition to the list [07:20:09] Eh? no... [07:20:28] "can we grab your {{NUMBEROFARTICLES}} periodically?" "sure" "Do you have the API enabled?" "Um, I think so" [07:20:49] Assuming R for the prefix [07:20:50] unless you mean title=Special:Statistics&action=raw [07:21:17] {{RNUMBEROFARTICLES:string}} [07:21:17] you could just preview a page with {{NUMBEROFARTICLES}} on it [07:21:22] heh' [07:21:24] right [07:21:28] or [07:21:37] action=parse&text={{NUMBEROFARTICLES}} via the API [07:21:47] Or we could do this the clean way and grab api.php?action=query&meta=siteinfo&siprop=statistics [07:21:57] you can't grab all magic words that way though [07:22:23] http://test.wikipedia.org/w/api.php?action=parse&text={{NUMBEROFARTICLES}} [07:22:38] articles is API included... [07:22:44] What ones aren't? [07:23:11] that query returns the same data as title=Special:Statistics&action=raw right? [07:23:26] meta=siteinfo that is [07:24:14] do you want a list of all magic words that aren't covered by those 8 bits of data? [07:24:36] (er by that I mean 8 pieces, not one byte) [07:24:49] What is the best software for converting mediawiki markup to html? [07:25:03] mediawiki [07:25:17] lol, zing [07:25:18] {{lc:x}} [07:25:48] some that might be handy interwiki: {{CURRENTVERSION}} {{PAGESINNAMESPACE}} {{ns:}} {{SERVERNAME}} {{SCRIPTPATH}} {{SERVER}} [07:26:20] Splarka: I meant, like plain HTML, that doesn't need PHP, etc [07:26:38] This is meant just for statistical data... little of the other stuff was my intent... [07:26:44] However... [07:27:26] api.php?action=query&meta=siteinfo&siprop=general|namespaces|statistics [07:27:51] Dan: local time, as well as current time for detecting offsets, or age of cache of intermagic [07:28:05] and then page specific stuff too, might be fun, basically everything at http://meta.wikimedia.org/wiki/Help:Magic_words [07:28:17] jamesmadison: you mean, not parsed at all? [07:28:46] <_wooz> lo [07:28:50] like, take the wikicode, escape &<> and wrap it in

     
    [07:28:51] 	?
    [07:29:05] 	Will return enough to also do {{CURRENTVERSION}}, {{ns:}}, {{SITENAME}}, content language, licensing, case info, and a few others...
    [07:29:39] 	{{subst:CURRENTTIMESTAMP}} {{subst:wikipedia:CURRENTTIMESTAMP}}
    [07:29:57] 	eeek
    [07:30:01] 	heh heh
    [07:30:09] 	bad syntax
    [07:30:22] 	example
    [07:30:35] 	Ya ya... you want local time differences...
    [07:30:49] 	{{#ifexpr: {{subst:CURRENTTIMESTAMP}} > {{subst:wikipedia:CURRENTTIMESTAMP}} | we are ahead | we are behind }}
    [07:30:57] 	well, for example
    [07:31:11] *Werdna 	returns
    [07:31:19] 	werdna will write it for you
    [07:31:33] 	how goes the new userrights?
    [07:31:50] 	Splarka: A smart person like myself will use both...
    [07:31:52] 	nope
    [07:32:10] 	api siteinfo for 99% of the stuff
    [07:32:18] 	Splarka: Basically, I wanted to convert my mediawiki site into plain html that could be hosted on a server without php, mysql, or mediawiki installed. I want something that can dump all of the mediawiki pages into vanilla HTML code...
    [07:32:42] 	And for the stuff that isn't in there... Allow a parse mode as long as it's allowed
    [07:32:56] 	ie: eg variable to disable that kind of heavy query
    [07:32:58] 	http://meta.wikimedia.org/wiki/Alternative_parsers
    [07:33:18] 	http://www.mediawiki.org/wiki/DumpHTML.php
    [07:35:44] 	Thanks splarka
    [07:35:52] 	just what I needed...
    [07:43:50] 	Splarka: Thanks to that... now I need to rename my extension to RemoteMagic
    [07:44:56] 	heh
    [07:45:29] 	03(mod) "Save as" tab - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10919  (10bugzilla.wikimedia.org)
    [08:07:40] 	I copied the GiSHI syntax highliting as per http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi .But I am not able to see syntax hilighing
    [08:16:39] 	sorry, got dc.
    [08:16:45] 	any suggestions on my problem?
    [08:17:35] 	Nineth: http://meta.wikimedia.org/wiki/MediaWiki_FAQ#I_tried_that_but_it_didn.27t_work
    [08:22:08] 	clearing cache also didnt help ... let me try more
    [08:22:17] 	This is the link http://www.digitalmanic.com/
    [08:25:56] 	why have you got it inside a 
    ?
    [08:27:13] 	I copy pasted it from the above link. I didnt add anything extra.
    [08:27:45] 	sorry - above link ... mediawiki gishi page
    [08:27:49] 	and the result is the same too
    [08:27:52] 	well done
    [08:28:30] 	but maybe if you wanted it to highlight, you should have copied from the part under "Results in:"
    [08:29:09] 	http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi
    [08:29:24] 	yeah, that's where I'm looking too
    [08:30:57] 	I copy pasted this http://www.mediawiki.org/w/index.php?title=Extension:SyntaxHighlight_GeSHi&action=edit§ion=3
    [08:31:15] 	I know
    [08:31:22] 	Ok.
    [08:31:30] 	Hi guys, please help me, what the extension using in http://ru.wikipedia.org/w/index.php/MediaWiki:Edittools
    [08:31:38] 	hint: copy it from the view, not the edit
    [08:31:45] *Splarka 	thinks Tim likes playing around too much
    [08:31:45] 	press "show preview", what do you see?
    [08:31:56] 	same... code without syntax
    [08:32:27] 	Splarka, you're not exactly giving it to him straight either
    [08:32:33] 	Rolf: http://www.mediawiki.org/wiki/Extension:CharInsert
    [08:32:47] *Splarka 	never claimed to not like playing around too much either
    [08:32:47] 	I don't know if he's going to work it out for himself, but it's a bit tedious to spell it out
    [08:33:02] *Splarka 	grins
    [08:33:42] 	Nineth: delete the 
    
    [08:33:44] 	then it will work
    [08:33:50] 	TimStarling, can i copy tag from wikipedia and insert in my Mediawiki:Edittools?
    [08:33:52] 	deleted.
    [08:33:52] 	there we go, how's that for blunt?
    [08:34:25] 	TimStarling: This is a fresh installation of mediawiki... do there is any extra config I have to ?
    [08:34:26] 	blunt and too the point
    [08:34:56] 	Rolph: you need the CharInsert extension
    [08:35:35] 		Nineth: yes, you're meant to install the extension
    [08:36:38] 	TimStarling: yes. I installed geshi as per the instructions of the link
    [08:37:25] 	obviously you didn't, because it's not in your Special:Version
    [08:37:39] 	http://www.digitalmanic.com/index.php?title=Special:Version
    [08:37:43] 	no GeSHi
    [08:37:58] 	now check I misspelled the extension path
    [08:38:00] 	http://www.digitalmanic.com/
    [08:38:57] 	I see errors. so positive ;)
    [08:39:03] 	now if you could make the php error syntax hilighted, that'd be fun
    [08:39:34] 	(restored localsettings.php)
    [08:39:37] 	PHP Warning:  require_once(xtensions/geshi/geshi.php) [function.require-once]: failed to open stream: No such file or directory in E:\Domains\digitalmanic.com\wwwroot\LocalSettings.php on line 131
    [08:40:03] 	http://p.defau.lt/?1afGuGMgetDTe0lVTtU7Tw
    [08:40:08] *Splarka 	snickers
    [08:40:26] 	yeah, that
    [08:40:29] 	he's almost got it
    [08:40:30] 	TimStarling: What I have missed... which caused GeSHI is not listed in version page?
    [08:41:01] 	Nineth: you're meant to put the following at the end of your LocalSettings.php:
    [08:41:03] 	require_once("extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php");
    [08:41:09] 	without the 
    [08:41:27] 	folder/file name matters?
    [08:41:31] 	TimStarling: oops! That's what I've been doing wrong!
    [08:41:37] 	 or  also work (JOKE!)
    [08:41:46] 	>> If needed, change the following line in SyntaxHighlight_GeSHi.class.php to suit the path of your geshi.php file
    [08:41:48] 	Nineth: I'm afraid so
    [08:42:02] *Hojjat 	LOLs to Splarka
    [08:42:33] 	don't change anything in SyntaxHighlight_GeSHi.class.php
    [08:42:42] 	if you have changed something, revert it
    [08:43:18] 	I didnt change anything in that file. Just the folde name from GeSHi-1.0.7.20 to geshi 
    [08:43:34] 	good
    [08:44:01] 	how are you going with that LocalSettings.php change?
    [08:44:33] 	I use FileZilla
    [08:44:36] 	03(mod) Account created even when email bounces - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12767  (10N/A)
    [08:44:45] 	good for you
    [08:47:42] 	FCKeditor work with Charinsert?
    [08:49:37] 	I doubt it
    [08:57:02] 	fck
    [08:57:04] 	:(
    [08:57:17] 	TimStarling: installed GeSHi is working fine. I tested at http://www.digitalmanic.com/extensions/geshi/test.php
    [08:59:22] 	Nineth: I told you what you need to do, are you ignoring me?
    [08:59:39] 	you told me?... let me scroll :P
    [09:00:03] 	I didnt get you :(
    [09:00:05] 	put the following at the end of your LocalSettings.php:
    [09:00:08] 	require_once("extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php");
    [09:00:10] 	03(FIXED) Localisation of navbar show/hide links via wfMsgCentre - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12758  +comment (10hippytrail)
    [09:00:14] 	I don't care if it doesn't work, just do it
    [09:00:29] 	make the change, and then we'll make the other necessary changes once that's done
    [09:00:33] 	it is already at the end of the local settings
    [09:00:41] 	it is the last line
    [09:01:04] 	.. you want me to rename folders?
    [09:01:06] 	well, thing is, it's still not in your Special:Version
    [09:01:13] 	and your wiki's not broken
    [09:01:29] 	so that implies that you've put something else in your LocalSettings.php which is different to what I told you
    [09:01:45] 	yes.. let me change.
    [09:04:05] 	changed all... no luck .. cleared cache also.
    [09:05:27] 	ok, we're getting there then
    [09:05:49] 	now, you have a directory called extensions/SyntaxHighlight_GeSHi
    [09:05:57] 	move that to just "geshi"
    [09:06:10] 	i.e. E:\Domains\digitalmanic.com\wwwroot\geshi
    [09:06:30] 	do NOT change your LocalSettings.php
    [09:06:37] 	Ok.
    [09:07:26] 	moved.
    [09:07:42] 	now we have error.
    [09:07:55] 	alright, now create a new directory called extensions/SyntaxHighlight_GeSHi
    [09:08:00] 	03tstarling * r30109 10/trunk/phase3/ (4 files in 2 dirs): 
    [09:08:00] 	* Make lc and uc parser functions skip strip markers
    [09:08:00] 	* Made ==foo== create a valid section edit link
    [09:08:00] 	* Changed header processing heuristics -- now double-equals signs are generally
    [09:08:00] 	respected as header starts, and will break template invocations, and single
    [09:08:01] 	equals signs are respected as header syntax but might not generate a section
    [09:08:05] 	edit link.
    [09:08:19] 	with that exact capitalisation
    [09:08:24] 	created
    [09:08:52] 	download the 4 files from here: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SyntaxHighlight_GeSHi/
    [09:08:57] 	if you haven't done so already
    [09:09:08] 	and put them in your extensions/SyntaxHighlight_GeSHi directory
    [09:09:24] 	i downloaded zip directly from gishi website
    [09:09:34] 	I know, but that was not the only file you needed
    [09:09:38] 	you also need those 4 files
    [09:09:46] 	aha...
    [09:09:51] 	I will download these too
    [09:10:06] 	I'll make links for you
    [09:10:07] 	http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SyntaxHighlight_GeSHi/README?view=co
    [09:10:21] 	http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php?view=co
    [09:10:33] 	http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.i18n.php?view=co
    [09:10:43] 	http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php?view=co
    [09:11:14] 	thanks :)
    [09:11:19] 	TimStarling: isn't there a css file in there somewhere?
    [09:11:25] 	;)
    [09:11:55] 	Werdna: it's generated by the PHP file
    [09:12:23] 	TimStarling: now I have to upload to extensions\SyntaxHighlight_GeSHi right?
    [09:13:04] 	Nineth: yes
    [09:13:10] 	uploaded.
    [09:13:38] 	Nineth: I'm not seeing it
    [09:13:47] 	http://www.digitalmanic.com/extensions/SyntaxHighlight_GeSHi/README
    [09:14:08] 	hmm, maybe you have some of the other files
    [09:14:11] 	it is a txt file.. I will rename
    [09:14:19] 	now check
    [09:14:43] 	alright, it'll do
    [09:16:07] 	hmmm, where did your geshi.php go?
    [09:16:40] 	wwwroot\
    [09:16:50] 	wwwroot\gishi
    [09:17:43] 	http://www.digitalmanic.com/geshi/geshi.php
    [09:17:46] 	it says file not found
    [09:18:00] 	and this does too: http://www.digitalmanic.com/gishi
    [09:18:20] 	let me check
    [09:18:30] 	you need to have the complete installation of GeSHi, from the zip, in your geshi directory
    [09:18:41] 	filename was SyntaxHighlight_GeSHi.php .. now I changed to geshi.php
    [09:19:05] 	ah good
    [09:19:10] 	and now it's working on your main page
    [09:19:46] 	great :D
    [09:20:08] 	Thanks a lot TimStarling .. I learned how to install an extension :D
    [09:20:12] 	no problem
    [09:20:27] 	next time, try to avoid renaming files
    [09:20:36] 	we give them different names for a reason
    [09:20:45] 	Ok.
    [09:21:06] 	so we don't get them confused, you know?
    [09:21:55] 	yes. ok.
    [09:26:57] *Splarka 	wonders if #tag could be modified to include support for wikifying html tags, so as to split them between templates without requiring tidy
    [09:27:27] 	{{#tagopen:span|}} stuff {{#tagclose:span|}}
    [09:41:17] 	Hi, does anyone know of a link that describes the process of upgrading from 1.11.10 to 1.11.1
    [09:42:10] 	untar over the top
    [09:42:13] 	then you're done
    [09:42:33] 	assuming you mean 1.11.0
    [09:43:55] 	Sorry, yeh, 1.11.0-1.11.1 hehe Any files that i need to be aware of to avoid it breaking? And is there anything to do other than simply untar over the top?
    [09:44:22] 	as long as you haven't patched anything, it should be fine
    [09:44:42] 	:) I guess i need to not overwrite localsettings.php ?
    [09:44:54] 	well, there's no LocalSettings.php in the tar
    [09:44:58] 	for this exact reason
    [09:45:05] 	ah, ok :)
    [09:45:35] 	So there isn't hehe :)
    [09:45:46] 	for safety, you should probably back up the directory first
    [09:45:51] 	shouldn't take long
    [09:45:57] 	And is there any reason there's *ONLY* a tar.gz version? Not a zip version also?
    [09:46:22] 	because it's usually used on unix-based systems, and we like to stick it to windows users
    [09:46:25] 	or something
    [09:47:02] 	repacking it to zip is kinda pointless as any decent compression (windows wise) can open it anyways
    [09:47:09] 	*utility
    [09:47:24] 	Well, i am a linux user, but This wiki is hosted on windows hehe
    [09:49:07] 	the obvious reason is because the guy who makes the releases is overworked and windows users don't pay him anything
    [09:50:15] 	But if it's aimed at unix-systems, it's just a bash script that would tar the files, simply need to add a zip command to that as well ;)
    [09:50:40] 	still pointless to make, imo
    [09:51:05] 	I very much doubt there is any bash script
    [09:52:01] 	your average user probably wouldn't even notice the .tar.gz extension and see it has the 7zip/winzip/winrar icon and not know the difference
    [09:53:29] 	That is of course assuming that they are installed on the server, and if not, the person wont have much of a clue about how to extract the tar.gz file.
    [09:54:21] 	call it the Idiot Test then
    [09:54:30] 	hehe
    [09:54:47] 	Well, that's gotta be the most painless upgrade process i *EVER* been through!
    [10:00:40] 	sdousley|work: it would be just about the most useless thing ever to package it as .zip imo. i don't even understand why anyone would ever want to run a server or wiki on windows. besides, good windows apps like 7zip can handle .tar.gz and .tar.bz2 
    [10:01:04] 	iirc at least
    [10:01:19] 	piksi: bored?
    [10:01:35] 	TimStarling: a tad, yes
    [10:02:14] 	you seem to be baiting
    [10:02:32] 	and i was about to take it, but decided against it
    [10:06:56] 	TimStarling: not actually, but yeah i admit it was pointless as OverlordQ had already laid out the facts earlier
    [10:08:26] 	##php is quite good for arguments, maybe you should go there
    [10:08:36] 	I always end up having an argument when I join that channel
    [10:08:47] 	haha
    [10:08:53] 	that is very fun channel
    [10:09:03] 	I wonder how many times I was called an idiot there
    [10:09:10] 	I'm looking for someone who has experience with wiki
    [10:09:22] 	good morning
    [10:09:31] 	morning domas
    [10:09:40] 	morning domas
    [10:10:16] 	hey domas
    [10:10:18] 	does anyone know how to code the wiki download and upload button
    [10:11:07] 	if anyone knows, please help
    [10:13:44] 	what do you mean?
    [10:15:46] 	i've started working with wiki, i've been playing around with it. i wonder if its possible to put something in there for users to download and when users need to download anything
    [10:16:28] 	well, there's upload functionality.
    [10:16:28] 	sure, just upload them with the upload files link and then present a link to the file on some page
    [10:16:33] 	sorry i meant for users to download and uplad documents
    [10:19:03] 	thanks, that helped
    [10:38:57] 	does anyone know what could be causing sudden logouts?
    [10:39:07] 	sometimes after 5 hours, sometimes after 5 mins
    [10:39:39] 	and I set session.gc_maxlifetime = 18000 in php.ini
    [10:45:28] 	hey Patrick1, ya made it
    [10:46:36] 	yes, I see
    [10:46:49] 	did anyone answer my question during the netsplit?
    [10:46:53] 	TimStarling is about to switch it over I think
    [10:48:34] 	thanks for fixing m:Template:For btw, none of us were enjoying pondering that
    [10:49:23] 	you are welcome
    [10:49:55] *Splarka 	shudders internally at that template
    [10:50:57] 	Patrick: being enabled on en.wp (I guess the action is going on in #wikimedia-tech .. I think that IRC client has permission to join there, if you wanna try it)
    [11:09:58] 	Can a sortable table column be added up automatically?
    [11:21:49] 	03huji * r30110 10/trunk/phase3/ (3 files in 3 dirs): (bug 12738) Database query syntax error in maintenance/storage/compressOld.inc
    [11:25:01] *Hojjat 	welcomes wikibugs back!
    [11:26:49] 	03(mod)  Internet Explorer should be added to javascript browser detection globals - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12766  summary; +comment (10herd)
    [11:29:38] 	03avar * r30111 10/trunk/webstatscollector/Makefile: link to pthread since we use pthread_create
    [11:30:58] 	03avar * r30112 10/trunk/webstatscollector/ (collector.c collector.h export.c): #include  not , db.h is in /usr/include/db.h on e.g. debian
    [11:32:39] 	03avar * r30113 10/trunk/webstatscollector/collector.c: (log message trimmed)
    [11:32:39] 	Free the bdb databases before exiting the program, this fixes the
    [11:32:39] 	following problem reported by valgrind:
    [11:32:39] 	==8746== 8,380 bytes in 2 blocks are definitely lost in loss record 2 of 3
    [11:32:39] 	==8746== at 0x4A1B858: malloc (vg_replace_malloc.c:149)
    [11:32:40] 	==8746== by 0x4BDC95B: __os_malloc (in /usr/lib/libdb-4.3.so)
    [11:32:44] 	==8746== by 0x4BB0F18: __db_shalloc (in /usr/lib/libdb-4.3.so)
    [11:46:10] 	Anyone know if I can delete myself as a user on a mediawiki install?
    [11:48:19] 	03(mod) PHP notice when Sidebar is edited. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12753  +comment (10huji.huji)
    [11:48:20] 	Hmm, not possible it seems... :)
    [11:48:21] 	it's possible with database access. Don't do it, though.
    [11:48:38] 	Werdna: I tried to log in via OpenID, it failed, so I created an account
    [11:48:48] 	Now the OpenID login works, but my username is already taken!
    [11:48:55] 	So I really want to merge the two logins
    [11:49:09] 	But I know openID is a plugin, and I'm not an admin on the wiki, so no idea if I can do it or not
    [11:49:17] 	if you haven't done any editing or anything, you can just run a delete query on the user table.
    [11:49:31] 	but it has to be a completely virgin account
    [11:50:09] 	03(mod) Increase rate limit for rollbacker group to 10 per minute - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12760  (10huji.huji)
    [11:52:17] 	Werdna: Hmm
    [11:52:22] 	I edited a page already
    [11:52:45] 	Werdna: Plus, I'd have to wait for someone who admins the wiki to do it
    [11:52:55] 	I'll probably just not use the openID login, unless they can merge them, bah :(
    [12:04:16] 	03(mod) Special:LonelyPages shows transcluded pages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12764  +comment (10huji.huji)
    [12:04:36] 	does anyone know... When a