[00:06:51] 03(NEW) Allow batch edits for API - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17623 15enhancement; normal; MediaWiki: API; (rene.kijewski) [00:22:49] 03(NEW) Book tool is dead - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=17624 normal; normal; Wikimedia: General/Unknown; (lugusto) [00:30:43] has anyone ajaxified mediawiki such that every link you click dynamically updates the interface? [00:34:14] Hi, how can one do to find out the context (i.e. the type of page) in which a MediaWiki message is displayed? [00:37:37] anyone alive? :/ [00:42:08] i don't think so [01:12:31] PieRRoMaN: Grep the source code. [02:00:33] 03(NEW) kmltool and accents - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=17625 04BLOCKER; normal; MediaWiki: Internationalization; (pierre_cb) [02:06:49] Is there an API for getting the current user's email address? action=query&meta=userinfo&uiprop=options has most things, but not that. [02:18:34] GreenReaper: What would the purpose be? [02:18:55] I'm developing http://www.mediawiki.org/wiki/Extension:MediaWikiAuth and I want to be able to transfer user's email addresses from one wiki to another. [02:21:04] The information is available on the logged in user's preferences page, so I figure there's no reason for it not to be in the API as well - but it isn't. [02:23:49] You can't pull user ID either. File a bug? [02:23:58] I get user ID when logged in [02:24:03] or when logging in, rather. [02:25:03] I'll file one, yes. [02:26:05] Thanks. [02:54:00] 03(NEW) Email address not returned in user options - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17626 15enhancement; normal; MediaWiki: API; (greenreaper) [03:49:46] 03(NEW) Allow autoconfirmed users to patrol on ar Wikisource - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=17627 15enhancement; normal; Wikimedia: Site requests; () [04:14:03] CodeReview precaches the last 50 diffs every single time you update it :( that means if you make a post-commit hook that updates on every commit, you will end up precaching each diff 50 times over 50 commits [04:14:30] and it uses an amazing amount of cpu while it it does this [04:15:48] why do you need a post-commit hook? [04:16:42] so it gets updated [04:16:47] otherwise it doesn't get updated [04:17:27] i haven't been able to make the api thing work, so i do this: cd /var/www/ccnlab/extensions/CodeReview && php svnImport.php ccnlab $REV [04:17:35] but i believe they are equivalent [04:17:38] you guys are doing this too aren't you? [04:20:46] our post-commit hook has this: [04:20:51] wget -q -O /dev/null --post-data="" \ [04:20:51] "http://www.mediawiki.org/w/api.php?action=codeupdate&format=xml&repo=MediaWiki&rev=$REV" & [04:21:10] and that precaches 50 diffs every single time you commit.. [04:22:21] if( count($result) <= 2 ) { [04:22:21] foreach( $result as $revData ) { [04:22:22] $diff = $repo->getDiff( $revData['id'] ); // trigger caching [04:22:23] } [04:22:23] } [04:22:27] the last 50? or the last 2? [04:22:50] i guess just svnImport does it. but i'll just change the number. i don't really know why that wget command doesn't work for us [04:22:53] thanks [04:24:11] yes, svnImport.php caches the last 50 [04:24:15] but we've only run it like 3 times ever [04:24:52] I guess it needs some more documentation [04:28:06] !log finished moving ExtensionDistributor working copy [04:28:06] --mwbot-- Wrong channel! [04:28:21] that's what we like to see, informative error messages [04:28:27] heh [04:33:56] I'm trying to create a simple bash script to update a template, but keep getting a message about "Sorry! We could not process your edit due to a loss of session data. Please try again. If it still does not work, try logging out and logging back in." -- Any suggestions? http://pastebin.ca/1344673 [04:34:30] 03(FIXED) One page fails in .m. that works in the general site - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16999 +comment (10hcatlin) [04:35:30] CodeReview is at 3584 for our repo, while the repo is at 3588. running that wget command with rev=3584 produces no output (success), but CodeReview doesn't get updated [04:35:33] its totally bizarre! [04:36:17] 06(LATER) m.wikipedia.org's "Show" button not expanding section on Nokia N95. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17454 +comment (10hcatlin) [04:37:24] ctyler: make sure you're keeping the cookies, using the correct form data [04:38:34] 03(ASSIGNED) Problems rendering pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17590 +comment (10hcatlin) [04:41:53] 03(FIXED) Front page renders badly on iPhone + some wishes - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17609 +comment (10hcatlin) [04:58:20] how do I put ~~~~ on a template, so when somebody subst's it their sig shows up? [05:00:40] OverlordQ: Try ~~~~. [05:01:38] yup, that works, thanks [05:01:40] hey guys! I have a question, has anybody done any research on comment engines in creating a comment area BELOW mediawiki posts (like a wordpress style comment engine), Ive tested a few comment tools so far and they mainly function as seperate 'discussion' style tabs [05:03:02] My current plan is to get the CommentPages (version 34306 by Zachary Hauri) and just redevelop it for what i need, But i always like to check my facts so i dont re-invent wheels [05:04:27] Actually, The best way to explain what i want is a youtube style comment engine underneath wiki entries.. I can do the ajax stuff later, for now it can be static [05:12:02] Is there a mod that makes it possible to rollback all of a person's edits with one button press? [06:20:23] hey guys, ive got a wordpress i want a wiki attached to, how do i configure the wiki so if someone comes from the wordpress and they're logged in, they are logged in to the same username account on the wiki [06:26:38] can anyone help? [06:26:55] 03(mod) Add variable to show the topmost level in the tree of subpages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12872 (10fantasy) [06:27:26] might look http://www.mediawiki.org/wiki/Category:User_identity_extensions [06:27:44] or write your own: http://www.mediawiki.org/wiki/Manual:Hooks/UserLoadFromSession [06:28:37] ok im brand new to actually coding with wikis, would i be creating an extension? is that what i need to do? [06:29:20] just look at some of them that work with like vBulletin, all that'd likely need changed is the SQL query inside [06:29:31] k [06:41:51] i think im gonna try to modify the HttpAuth plugin to work for Session variables, sound reasonable? [06:42:22] overlordq since i couldnt find a vbulletin example like you were talking about [06:48:46] hola? [06:53:08] *Lady_Aleena puts out a plate of cookies. [06:58:59] 14(DUP) Add variable to (dis)allow templates in signatures - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11414 +comment (10anon.hui) [06:59:01] 03(mod) Forcing template substitution in signatures should have an option in localsettings.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8179 +comment (10anon.hui) [07:03:25] 03(mod) Forcing template substitution in signatures should have an option in localsettings.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8179 +comment (10anon.hui) [08:06:52] 03(mod) REVISIONID won't subst - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11964 +comment (10anon.hui) [08:06:53] 03(mod) REVISIONID cannot be substituted - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=6181 +comment (10anon.hui) [08:20:16] morning all [08:41:40] moin [08:49:41] 14(INVALID) kmltool and accents - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=17625 +comment (10niklas.laxstrom) [08:51:47] 03(mod) Multiple email notifications - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=17620 +comment (10niklas.laxstrom) [09:04:03] 14(DUP) {{subst:REVISIONID}} doesn't work - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12694 +comment (10anon.hui) [09:04:17] 03(mod) REVISIONID cannot be substituted - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=6181 +comment (10anon.hui) [09:30:28] 03nikerabbit * r47694 10/trunk/phase3/ (3 files in 2 dirs): [09:30:29] * (bug 17621) Special:WantedFiles has no link to Special:Whatlinkshere [09:30:29] * Use nlinks instead of nmembers in Wantedfiles (does anybody use this page?) [09:30:29] * Removed dead code in Wantedtemplates [09:31:51] 03(FIXED) Special:WantedFiles has no link to Special:Whatlinkshere - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=17621 summary; +comment (10niklas.laxstrom) [09:34:44] 03raymond * r47695 10/trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php: Add colons to field labels for consistency with other input forms of core [09:36:01] hi there, I'm looking for possibilities to enable syntax highlighting in the editor window itself in mediawiki [09:36:14] but at the moment I can only find stuff for entries itself [09:36:23] is there anything around? [09:37:00] or do I have to rely on an external editor to have that sort of fancy stuff? :) [09:39:09] the edit window is a plain textarea and cannot be styled with any html or simple javascript... once you start doing complex things to the edit area you need a browser plugin, external editor, or have to fake a textarea with javascript (basically a partial WYSIWYG) [09:45:36] 03raymond * r47696 10/trunk/extensions/SemanticMediaWiki/specials/Statistics/SMW_SpecialStatistics.php: Follow up r47602/r47603: Parse the message properly [09:46:26] then I'll have to head to an external editor [09:48:15] ss2: if you want a highlighter i think genshi is what you want [09:48:23] well, see http://www.google.com/search?q=site%3Amediawiki.org+wysiwyg&btnG=Google+Search [09:48:30] some of those have syntax hilighting, IIRC [09:48:42] but a bit much for such a simple thing that should be possible in a textarea natively [09:50:52] 03(mod) Add variable to show the topmost level in the tree of subpages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12872 +comment (10niklas.laxstrom) [09:54:53] *Lady_Aleena leaves more cookies in random spots for everyone. [10:00:01] na, I'm not a fan of wysiwyg [10:00:08] but thx :) [10:04:03] maybe vim will have some extension [10:04:23] *s [10:04:30] 03aaron * r47698 10/trunk/extensions/FlaggedRevs/specialpages/UnreviewedPages_body.php: Use fr-under-review class here too per r47697 [10:04:41] 03tstarling * r47699 10/trunk/debs/wikimedia-job-runner/ (8 files in 2 dirs): Package for MediaWiki job queue runners [10:04:51] ss2: check out Geshi [10:05:00] ss2 : http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi [10:05:57] geshi's nice [10:06:27] ... in the editor window  [10:06:31] 03(mod) Prev / Next links not need on ImagePage file history if less than limit - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=17614 (10niklas.laxstrom) [10:08:01] oh well :S [10:09:01] 03(mod) lighttpd + sqlite installation failure - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=17611 +patch (10niklas.laxstrom) [10:11:55] 03(mod) Delete Extension:Passwordstr - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=17604 +comment (10niklas.laxstrom) [10:13:01] 03(mod) Some bugs in ImportFreeImages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=17601 summary (10niklas.laxstrom) [10:13:26] err, what now? is it an extension vor vim or vim functionality in mediawiki? [10:13:29] <- confused [10:13:51] but vim functionality in mediawiki would be actually very cool ;) [10:20:42] so check out http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_Vim or whatever it's called ;) [10:23:32] 03(mod) Search option "open in new window" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16830 +comment (10niklas.laxstrom) [10:23:58] hello [10:25:43] hi [10:30:26] 03jojo * r47700 10/trunk/extensions/Collection/ (Collection.body.php Collection.i18n.php): added system message coll-print_template_suffix, to use print templates being subpages of regular templates -- this is the more natural solution than the prefixed template names. [10:31:57] 03aaron * r47697 10/trunk/extensions/FlaggedRevs/ (3 files in 2 dirs): [10:31:57] * Don't show review level if there is one one available [10:31:57] * Tweaked 'under review' link style [10:49:08] I tweaked the design of http://www.mediawiki.org/wiki/MediaWiki . [10:49:25] Tried to make the download link stick out a bit more. Considering making a graphic. [10:49:53] Hmm. Can't do that without ruining the language compatibility. ;-) [10:51:29] sure ya can [10:51:57] Could create separate images for each language, but that seems nasty. [10:52:12] A little CSS trickery to make a button-like thing would be possible, though... [10:52:46] There's a suggestion on the talk page to put a donate link on the homepage. [10:52:57] It would fit nicely under the download link. [10:53:41] 03aaron * r47701 10/trunk/extensions/FlaggedRevs/ (4 files in 3 dirs): (log message trimmed) [10:53:41] * Added htmlspecialchars to some places [10:53:41] * Added purge page links [10:53:41] * Fixed graph purging [10:53:41] * Moved getVoteAggregates() and added docs [10:53:42] * Function access tweaks [10:53:44] * Avoid $wgTitle usage [10:53:46] button-like? [10:54:01] Yeah, something to make it stand out a bit more. [10:54:07] why not use link= ? [10:54:36] I might. There are a few options. [10:55:02] geez, what a boring page [10:55:11] 04(REOPENED) Special page aliases should be overridable - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17123 +comment (10danny.b) [10:56:50] bah [11:07:33] Hmm. It's ugly, but it's noticeable now: http://www.mediawiki.org/wiki/MediaWiki [11:09:37] ew [11:09:46] come on now, you can do better than that [11:09:55] Heh. [11:10:00] Not right now. It's sleep time. [11:10:29] *Marybelle remembers that you have button code somewhere. [11:10:35] http://commons.wikimedia.org/wiki/File:Icons-mini-icon_download.gif [11:10:47] why is that main page templated to there..... [11:10:49] Anyone here who uses the InternalWhitelist (http://www.mediawiki.org/wiki/Extension:InternalWhitelist) extension? Any remarks on security or anything ? [11:12:18] does anyone know how i can reactivate that editing of all headings? i once had this option but somehow it is gone, right now i can only edit the whole page [11:14:44] ged456: "[x] Enable section editing via [edit] links" in prefs [11:14:54] under [editing] [11:15:11] After installing the package how do I create a mediawiki? [11:15:27] *Splarka adds int: to http://www.mediawiki.org/wiki/Help:Magic_words#Miscellaneous and wonders who forgot to add it [11:16:00] shouldn't msg/msgnw/raw/subst at least be mentioned there too? [11:16:22] I see them under http://www.mediawiki.org/wiki/Help:Templates but not very helpful there [11:17:57] Marybelle: http://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Nuvola_apps_download_manager.png/120px-Nuvola_apps_download_manager.png ? [11:17:59] ok thanks Splarka, but that was not the reason, the enable section had always been activated. [11:18:09] and then {{int:download}} below it or something [11:19:06] ged456: __NOEDITSECTION__ appears on the page? [11:20:29] 03(WONTFIX) Allow batch edits for API - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17623 +comment (10roan.kattouw) [11:21:36] Splarka: no it doesn't appear. the strange thing is, if i activate the paragraph-right-click-action in the preferences, then i can edit them. what is missing are only the edit-links [11:22:19] http://www.mediawiki.org/wiki/User:MZMcBride/Sandbox But with better colors? [11:22:47] ged456: maybe you hid them with CSS [11:23:14] ged456: would it be a public accessable wiki we could look at? [11:24:10] no sorry, it is intranet wiki [11:24:33] "Figure out what I did without looking" [11:24:36] can you give less clues, you're making it almost possible to solve your problem [11:24:51] say like "my internal wiki is broken!" and then don't answer any questions, just keep repeating that [11:25:09] *Splarka sets off sarcasm sprinklers, oops [11:27:23] sprinkles! now wheres the ice cream? [11:30:39] Marybelle: http://www.mediawiki.org/wiki/User:MZMcBride/Sandbox IMHO [11:31:25] hello; how do I clear a database lock ? [11:32:13] depends on how it was locked [11:32:53] well 'SHOW ENGINE INNODB STATUS' displays ugly things [11:33:08] honestly I do not know how it was locked [11:37:00] 03jojo * r47702 10/trunk/extensions/Collection/ (Collection.body.php Collection.i18n.php): use a pattern instead, is the more general solution. [11:39:38] 03raymond * r47703 10/trunk/extensions/Collection/Collection.i18n.php: Follow up r47702: rename message for 'de' too [12:18:49] 03(mod) Front page renders badly on iPhone + some wishes - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=17609 (10H92.wikipedia) [12:37:51] 03tstarling * r47704 10/trunk/phase3/maintenance/commandLine.inc: [12:37:51] * Remove /home references in wikimedia mode [12:37:51] * Allow MW_INSTALL_PATH='' as a shortcut for deletion of the environment variable [12:45:48] 03(mod) Send a cookie with each block? - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=3233 +comment (10seewolf) [12:57:11] 03(mod) Allow batch edits for API - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=17623 (10rene.kijewski) [13:03:28] 03(mod) Allow batch edits for API - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17623 (10roan.kattouw) [13:15:37] Hello, I encounter some issue with image upload, image is correctly uploaded but I'm redirected on a not existing article at the end of the process (404 error) I've found nothing on FAQ, someone have a clue please ? [13:34:44] 03catrope * r47705 10/trunk/phase3/ (RELEASE-NOTES includes/api/ApiQueryUserInfo.php): API: (bug 17626) Added uiprop=email to meta=userinfo [13:35:12] 03(FIXED) Email address not returned in user options - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17626 +comment (10roan.kattouw) [13:54:40] 03(mod) Front page renders badly on iPhone + some wishes - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=17609 (10H92.wikipedia) [13:58:40] 03(mod) Send a cookie with each block? - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3233 +comment (10gtisza) [14:08:34] http://www.mediawiki.org/wiki/Special:ExtensionDistributor appears broken [14:10:01] nobody have any idea about 404 error after redirection after uploading an image please ? [14:15:14] Maxime: can you give an example of the URL you are taken to after upload, and the URL actual description page of the file you expect to end up on? [14:15:32] (omit domain name if you need to) [14:15:35] any one knows where i can get help for the fckeditor? [14:15:42] anything changed within the last two hours on the live sites that would stop bots from working? [14:15:48] I end to such page [14:15:49] http://pl.playsoft.fr/wiki/Image:Test.jpg [14:16:50] and what is the correct page? [14:16:57] that's the problem [14:17:04] it seems that page is simply not created [14:17:05] okay, where is the upload form? [14:17:18] wiki/Special:Upload [14:17:39] http://pl.playsoft.fr/wiki/Special:Upload doesn't work [14:17:42] link to it? [14:17:46] hello [14:18:04] (there is IP filter on the domain actually) [14:18:10] but it is working for me [14:18:13] ahh, then probably that is the reason, heh [14:18:20] pages don't intrinsically have to exist on a wiki [14:18:50] (but dunno what your specific problem would be) [14:20:26] any clue ? on which direction I should search ? , because when I create an article it is working and for me it seem to be the same to create an article or an image article ? [14:21:32] i use mediawiki, when i want to create pages with umlauts(ä,ü,ö,ß) then i get server error 500 [14:21:37] can you help me? [14:21:41] what version are you using Maxime? [14:21:58] 1.9.3 [14:22:03] !500 [14:22:03] --mwbot-- the HTTP error code for an internal server error. It is rarely triggered by mediawiki itself and is more commonly a result of a faulty PHP setup or invalid or illegal options in htaccess. See Apache's error log for details. [14:22:46] Max: do the /wiki/Image:Filename pages work after refresh/purge? or ever? [14:24:37] not in never worked, neither after refresh / purge [14:24:59] Special:Prefixindex/Image: show anything? [14:28:12] Yep [14:28:17] I can see this Test.jpg there [14:29:38] do you get an actual 404 error or just the text from MediaWiki:Noarticletext ? [14:30:03] 404 [14:30:24] object not found [14:30:34] how about http://pl.playsoft.fr/wiki/NO_SUCH_PAGE_HERE ? [14:30:35] url was not found on server [14:30:48] sounds like something to do with your filters or server [14:30:52] this one is working [14:31:08] mwbot: i don't find anything useful in the log files [14:31:14] :( [14:31:43] Maxime: try http://pl.playsoft.fr/wiki/Image:Nothing_to_see_here.jpg ? [14:31:59] this lead to a 404 as well [14:32:58] that doesn't smell like mediawiki's fault [14:33:51] hum if I try wihtout the extension [14:33:58] it display me a correct page [14:34:12] Image/Nothing_to_see_here [14:34:30] with : not / sorry [14:34:38] Image:Nothing_to_see_here [14:35:04] then it is probably a filter on your web server block pagenames with image extensions or something [14:35:06] can it be due to mediawiki extension filderS ? [14:35:08] 03rotem * r47706 10/trunk/extensions/ (2 files in 2 dirs): Localization update for he. [14:35:11] ok [14:35:15] http://pl.playsoft.fr/wiki/Image:Test.jpg?foobar [14:35:16] I will search on this side [14:35:25] 404 [14:35:30] query-string aware then [14:35:45] thank you very much for your help and time [14:35:49] k [14:47:04] hello [14:48:39] Is it possible to put a template in all the pages, as a header? I'm searching for deafault templates but I can't find any. I'd need to set a i18n header on wiki.blender.org but no luck atm [14:49:02] not sure what an "i18n header" is, but perhaps you want MediaWiki:Sitenotice [14:49:11] At the moment we need to manually put the template in each page [14:49:17] flyingparchment: thx for answering [14:49:20] (edit the page, and the contents will be displayed on every page) [14:50:14] flyingparchment: thx, and that appears at the top of all contents? [14:50:19] yes [14:50:24] ah cool [14:50:31] and to set a footer? [14:50:32] well, at the top of all pages, above content/titles [14:50:46] mindrones: kins of sounds liek you want polyglot [14:50:49] #polyglot [14:50:52] err [14:50:55] !e polyglot [14:50:55] --mwbot-- http://www.mediawiki.org/wiki/Extension:polyglot [14:51:09] http://www.mediawiki.org/wiki/Extension:PageNotice [14:51:12] thanks will look into it [14:51:40] (PageNotice there can set a footer thing) [14:51:45] I also need some for having automatic see also, without adding things in each page [14:51:54] Splarka: ah ok [14:51:56] thx [14:52:08] how would that work? would it just guess? [14:52:40] Splarka: It'd like to collect evry internal link in the page with dpl, and put them in "see also" [14:52:52] and external links ina "External links" section [14:53:10] maybe not really a pure see also section, but a reminder of the links used in the page [14:53:45] probably easy to do with a custom extension, get a page rendering hook and expose the links and external links tables for the title [14:53:46] flyingparchment: so Mediawiki: is the place for global things? [14:54:07] Splarka: argh I don't wanna write an extension indeed :) [14:54:24] well, if DPL can't do that already I don't think there is one that does [14:54:53] but can i use templates and dpl in Mediawiki namespace as per normal pages? [14:55:01] Splarka: ah I see what u mean [14:55:50] you can't use them in the Sitenotice like you might think, they might work in Extension:PageNotice though [14:56:09] haha, dpl in the sitenotice [14:56:11] Sitenotice has the nasty habit of not caching per-page [14:56:47] you'd probably just want to go ahead and write your own extension... [14:57:54] linksfrom = {{FULLPAGENAME}} might work in for ya [14:59:43] is there a page listing all the messages? I cant find a clear manual or maybe it is because they are too much :) [14:59:47] Splarka: thx! :) [14:59:52] MediaWiki:Allmessages [14:59:56] yeah [15:00:03] but note there are... lots [15:00:20] Splarka: but I mean a manual for them :) [15:00:27] they do what they say [15:00:47] ok [15:01:03] http://www.mediawiki.org/wiki/Manual:System_message [15:01:12] for example I wanted to change nstab for custom namespaces and I got lost :/ [15:02:01] apart from nstab-main and the others nstab-category and such I didn0t find any inf on how to change nstab- [15:02:13] just create nstab-namespacenameinlowercase [15:02:14] mediawiki is kindof a monster [15:02:30] nstab-flibble for Flibble: [15:02:31] wow, I've thought of it, but Ididn0t try, I'm stupid :) [15:02:33] Splarka: thx [15:02:48] kinda annoying, that [15:03:13] Splarka: so normal rule is to have namespace name itself. can I use templates for that? [15:03:20] also annoying is Manual:Hooks doesn't have section anchors for the "Hooks grouped by function" groups [15:03:30] yes indeed [15:03:35] *Splarka edits it [15:03:40] ... say what? [15:03:49] a template for nstab-flibble ? [15:04:16] say I wanna read the page title and use a nstab name based on that [15:04:36] well, you can do some things... like {{#ifeq:{{FULLPAGENAME}}|Flibble:Something|my special page|flibble}} [15:04:49] ah perfect! [15:04:50] (requires parserfunction extension, and requires you to hate your response times) [15:04:58] :) [15:05:08] we have ParserFunctions [15:05:53] I kinda love wiki now that I have to use it, but it'sa hell of a giant eh :) [15:06:22] is this a place for users or even developers of mediawiki? [15:06:45] and sadistic voyeurs who love to watch those two groups argue and become frustrated [15:07:31] :)) I can understand, before I kinda looked at wiki with disgust I have to admit [15:07:33] hmm [15:07:52] this is place for epeen and such! [15:09:03] hmm, sweet [15:09:11] another annoyance is for searches, all contents in "Doc:" comes under the D:, but I guess I have to learn how to remove the namespace from search responses [15:09:24] |- id="Article_Management" works on [15:10:03] Splarka: thanks for helping :) [15:11:47] rar [15:12:04] Splarka: sorry to bother, I can't create a new "nstab-xxx" [15:12:16] Splarka: as admin on my local test wiki [15:12:35] Splarka: just go to that page and edit? [15:12:39] yes [15:12:48] cool [15:12:50] thx [15:12:51] you need 'editinterface' right but admin has that by default [15:14:19] *Splarka tests [15:19:14] 03(mod) Multiple email notifications - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17620 (10Platonides) [15:19:16] mindrones: http://www.mediawiki.org/wiki/Manual:Hooks#Page_Rendering [15:19:36] one of those should be easy enough to hook into and insert more content or html through an extension [15:20:15] Splarka: wow u did this now? :D [15:20:24] Splarka: thanks! [15:21:20] see http://www.mediawiki.org/w/index.php?title=Manual:Hooks&action=history for what I just did [15:21:48] Is updating to MW 1.14 a simple process or is it going to kill my extensions? [15:23:34] http://www.mediawiki.org/wiki/Manual:FAQ#How_hard_is_it_to_upgrade.3F [15:23:39] Splarka: I saw that :) [15:28:38] Splarka: problem is I'm not yet able to use hooks, at least I think I can't use them in templates directly, so I'll have to study this more to use them, but thanks a lot [15:28:48] Splarka: I'm using the nstab thing already [15:29:51] hacky [15:35:22] :) [15:47:32] Splarka: mm, I've edited nstab-dev but it doesn't show up in Special:Allmessages, even if I click on Show edited [15:47:54] custom ones you make don't always show there [15:48:27] Splarka: it cool because I can write a link based on the first "folder" in the page title but I have the feeling that other should know what I've done, espacially when I'm not online [15:48:27] Allmessages shows all the ones that are pre-defined, and the page doesn't always have to exist on the wiki [15:48:40] if you want to see all the ones you've defined, use Special:PrefixIndex/MediaWiki: [15:48:50] ah that yes [15:49:26] cool thx [15:49:36] for the ones with ambiguous names, like those depending on a user defined group name or page, the system can't predict them all to show them in Allmessages [15:49:50] group- grouppage- right- editnotice- nstab- etc [15:50:15] I'm using this in nstabdev: {{#switch:{{#titleparts:{{PAGENAME}}|1|1}}|Nstab-dev=ok||Doc=Developer Documentation page|Py=Python Developer page|Ref=Developer Reference page|SundayMeetingAgenda=Sunday Meeting page|Developer page}} [15:51:00] *cough*hack*cough* [15:52:31] :)) a hack! [15:53:25] oh wait I have a question from weeks [15:53:50] Splarka: may I ask again? sorry to bother [15:54:12] go ahead [15:54:22] (someone will come by later and !ask you, but they're !ask-holes) [15:54:41] oh thanks! [15:55:10] is the term "breadcrumb" used in wiki slang? [15:55:19] sort of [15:55:41] some people call the backlinks in subpaging 'breadcrumbs' [15:56:05] ok, problem is: I can have them or not, it seems buggy. examples: [15:56:05] http://www.mediawiki.org/wiki/Help:Subpages [15:56:25] there is also http://www.mediawiki.org/wiki/Extension:BreadCrumbs http://www.mediawiki.org/wiki/Extension:BreadCrumbs_(Kimon) etc [15:56:30] here I have themhttp://wiki.blender.org/index.php/Doc:Manual/Modelling/Meshes/Subdivision_Surfaces [15:56:49] here not: http://wiki.blender.org/index.php/Dev:Doc/Hackers_Guide/Code_History [15:56:53] why? [15:57:07] Subpaging has to be enabled in the namespace, and the parent pages have to exist [15:57:12] *Splarka looks [15:57:26] I didnt touch anything, the only trick I've found is that all the folders have to exist [15:57:38] so either Dev: doesn't have subpaging, or Dev:Doc/Hackers_Guide and Dev:Doc don't exist [15:58:10] they seem to exist, so the former [15:58:33] http://www.mediawiki.org/wiki/Manual:$wgNamespacesWithSubpages [15:59:04] mm, let's see if other pages have them [15:59:18] you can try it by using {{BASEPAGENAME}} {{SUBPAGENAME}} on a sub page in Dev: namespace and Doc: namespace, like.. [15:59:25] I remember I have found 2 pages under Meta: with different behaviour [15:59:32] http://wiki.blender.org/index.php/Dev:Doc/Subpage?action=edit and http://wiki.blender.org/index.php/Doc:Doc/Subpage?action=edit [16:00:14] in preview, they should show: "Doc:Doc" and "Subpage" for enabled, and "Dev:Doc/Subpage" and "Dev:Doc/Subpage" for disabled [16:01:39] *mindrones is trying thx [16:04:10] mm, in previews, under Dev: I have "Doc/Subpage Doc/Subpage" while under Doc: I have "Doc Subpage" only [16:04:24] Splarka: does it makes sense? [16:04:28] perfect sense [16:04:34] ah okie [16:04:46] it means $wgNamespacesWithSubpages is defined with doc as true and dev as false [16:05:32] 03(mod) Add variable to show the topmost level in the tree of subpages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12872 (10sam) [16:05:40] Ss ah cool, I have to say this to wiki.blender admin, I'm just a por sysop :) [16:05:45] Splarka: i meant [16:06:00] some namespaces have it true by default (talk, user) some false (main for example-> http://en.wikipedia.org/wiki/AC/DC ), custom ones have to be added ( [16:06:07] false by default) [16:06:49] ok [16:06:54] thanks again :) [16:07:23] I would have others, but better not to abuse :) you've been cool, thx [16:07:37] 03dale * r47707 10/trunk/extensions/MetavidWiki/languages/MV_Messages.php: fixed msg key conflict [16:12:55] im searching the extensions page ( a lot =) is there an extension that allows people to insert code with formatting? [16:14:11] you mean syntax hilighting? [16:14:31] http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi ? [16:14:51] you can also just use
 stuff here 
to show basically anything [16:15:12] hm [16:15:27] let me try it out [16:15:36] i dont see the botton on the toolbar [16:16:09] not everything is in the toolbar [16:16:23] http://www.mediawiki.org/wiki/Manual:Custom_edit_buttons [16:20:32] A skin extension of mine is not working anymore since 1.14. http://rafb.net/p/oFefV916.html I tried also with the 1.13 skins folder in MW 1.14 but no change. It's not working and I don't receive any php errors. Can anybody if there are maybe some globals or hooks used that got removed in 1.14? [16:21:35] *kim__ pokes ialex [16:21:46] hello! [16:22:00] hello kim__ [16:22:28] Hubble3000: since 1.14, there's a new function Linker::link() to generate links [16:22:52] oh! yeah that's the main purpose of the extension :) checkin [16:23:18] hello; what can possibly make my wiki very slow ? (it takes minutes to load pages) [16:23:18] ialex, you know a thing or two about the configure extension? [16:23:19] ;-) [16:23:38] kim__: :D [16:25:14] so Linker::link instead of Linker::makeKnownLinkObj? That gives me internal MW errors in Linker.php and Title.php [16:26:51] Hubble3000: the definition of Linker::link() is different from the one for Linker::makeKnownLinkObj(), see http://svn.wikimedia.org/doc/classLinker.html#3d23dbb54b46bea675b239a37092dfcc [16:32:23] ialex, I got tackled by Duesentrieb, I'll help him out first [16:32:47] hi [16:34:19] 03dale * r47708 10/trunk/extensions/MetavidWiki/languages/MV_Messages.php: minor fixes [16:34:41] Can someone tell me, which file I have to edit if I want to make changes to the print version of the documents? [16:35:21] what version of Mediawiki ya on? [16:37:29] 1.13.4 [16:37:43] MediaWiki:Print.css [16:38:13] http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=40414 [16:38:31] oop [16:38:37] that might be 1.14 only actually [16:38:40] damn! [16:39:09] right, 1.13 was branched 2 months before that [16:39:23] i already found the according css file [16:39:36] /skins/common/commonPrint.css [16:39:42] but i cant do things like removing the index or stauff like that, can i? [16:39:59] *stuff [16:40:02] but it isn't usually good to edit the core files, makes upgrading harder, but you have little choice for compatability [16:40:10] isn't that already hidden? [16:40:23] ahh, I guess not [16:40:29] #toc {display:none !important;} [16:41:16] ah, so this is possible through the css too, nice :) [16:41:22] thanks dude! [16:41:40] yah [16:42:53] this linker stuff looks like higher math to me :( [16:43:24] 03(NEW) "Invalid response from remote subversion client." from extension distributor - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17628 15enhancement; normal; Wikimedia: General/Unknown; (sam) [16:43:47] Splarka, you can edit the core files with impunity, as long as you get the changes accepted in trunk ;-P [16:44:28] 03(NEW) linking to anchors in Special Pages, when not English - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17629 minor; normal; MediaWiki: Special pages; (jidanni) [16:44:29] yes yes, but most people don't get that luxury [16:44:52] maddog: suggest you only add changes to the end after some whitespace, upgrading should be a bit easier [16:48:48] 03ialex * r47709 10/trunk/phase3/includes/specials/SpecialRevisiondelete.php: [16:48:48] Tweaks for Special:RevisonDelete: [16:48:48] * Use $db(r|w)->timestamp() for ar_timestamp, so that it can work properly with PostgreSQL, and decode it after [16:48:48] * Fixed double escaping for oi_archive_name [16:49:34] and how about fading out some elements in the printing view, this cant be done with css, can it? [16:51:23] 03kim * r47710 10/trunk/wikiation/installer/installation_system.py: [16:51:23] Added support for setup.sh/py/etc [16:51:23] UNTESTED! [16:52:54] my wiki is horribly slow; what can it be ? [16:53:36] maddog: fading out? like, lighter colors? [16:53:51] no, like hiding :) [16:53:58] ThomasV : on localhost? [16:54:06] no [16:54:06] for example the namespace on the top [16:54:14] display:none; will make them disappear, visibility:hidden; will make them invisible [16:55:05] but this can only be done for different text classes, or can i hide specific elements? [16:55:17] rise ini_set( 'memory_limit', '20M' ); in LocalSettings to e.g. 32MB or 64MB. it can be lots though but this is easiest to start with [16:55:27] maddog: http://www.mediawiki.org/w/index.php?title=Extension:MediaWikiAuth&printable=yes [16:55:31] point at what you dislike [16:55:51] Extension:MediaWikiAuth for example [16:56:07] h1#firstHeading {display:none;} [16:56:19] if you view the page source: [16:56:31] you'd probably see:

PAGE TITLE

[16:56:53] h1#firstHeading would refer to that, the h1 tag with the id of firstHeading [16:57:05] 03vrandezo * r47711 10/trunk/wikiation/installer/installfiles/extensions/SemanticMediaWiki.install/ (download.sh setup.sh): moved db setup to setup [16:57:08] most non-user-generated elements have their own #id or .class [16:57:13] Hubble3000: it does not change anything [16:57:19] ah i see thanks again, it start looking the way i want it to do :) [16:57:26] uncommented? [16:57:46] Hubble3000: there was a deadlock in the db, i restarted mysql because I thought it was coming from it [16:58:04] yes, uncommented :-) [16:58:25] hmh too for me then. ask the pro's [16:58:39] ialex: does configure know anything about dependencies? [16:59:20] (it's ok if it doesn't, but if it does, that would be interesting) [17:02:35] kim__: it doesn't for now, but there's are request for that [17:02:55] !b 17112 [17:02:55] --mwbot-- https://bugzilla.wikimedia.org/show_bug.cgi?id=17112 [17:03:31] ialex, aha! [17:03:37] I'm being asked about dependencies too [17:03:51] do you have any idea about some kind of dependency-file-format? [17:03:55] (say make-style or so?) [17:04:42] kim__: my thought was to put along with extensions definitions in Configure.settings-ext.php [17:05:04] my thought was to put it in installdirs in the wikiation_installer [17:05:12] which is pure duplication of effort of course ;-) [17:06:55] I'd like to support configure with wikiation_installer, if possible [17:07:08] partially because some of the things both tools do are starting to overlap [17:10:47] 03(NEW) Article.php returns noarticletext without checking $wgNamespaceProtection - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17630 normal; normal; MediaWiki: Page protection; (jidanni) [17:11:19] ialex, could we agree on some unified format? [17:12:23] kim__: maybe like Translate does for extensions? (text file) [17:12:52] something like that [17:14:16] give me a yell in case you get to it sooner than I do [17:14:18] any preferences? [17:15:31] I can do it [17:15:52] what data needs to be in there? [17:15:54] hmm [17:16:06] extension : dependency1 dependency2 dependency3 [17:16:17] SHOULD be sufficient.... (famous last words) [17:16:46] extension: dependency Version1 dependency version 2 dependency version 3 [17:16:55] all what is Configure.settings-ext.php [17:17:07] GerardM-, nonononononononononononononoNONONO [17:17:21] Extension [17:17:21] depen [17:17:23] oops [17:17:45] dependency = dependency1, dependency2, dependency3, [17:17:47] GerardM-, if you want versioned dependencies, then do it differently [17:18:05] Kim__ I want something that works [17:18:33] GerardM-, It would be wise to manage then :-) [17:19:06] remember, we can test such permutations [17:19:12] GerardM-, yes I know [17:19:18] that is what the test environment is there for [17:22:25] anyone know how to change user passwords in mediawiki v.1.13.2? [17:24:38] VELandrum: run maintenance/changePassword.php [17:25:06] VELandrum: or install http://www.mediawiki.org/wiki/Extension:Password_Reset [17:26:15] gotcha. thanks, ialex! sorry about the noob question; one of my coworkers reset our passwords and didn't remember or store any of them. [17:27:06] ialex, bit annoying to parse, but workable [17:27:20] hah [17:27:34] ialex, we'll also be getting version-based information [17:27:46] kim__: hmm? [17:28:18] so [17:29:03] extension_REL1_13_2: dependencyA_REL1_13_2 dependencyB_REL_1_13_2 dependencyC_REL1_13_2 [17:29:14] Does anyone know about the core image linking functionality? [17:30:05] at least, I think we will [17:30:16] *kim__ looks at MinuteElectron about that ... [17:30:28] MinuteElectron: something like [[Image:Example.jpg|link=MyPage]] [17:30:40] Ah, nice. So much for it never being implemented then. [17:32:34] MinuteElectron, what kinds of information do we have about dependencies atm? [17:32:45] or rather [17:32:59] ialex,MinuteElectron: what kinds of information do either of you have? :-) [17:34:02] I don't have any, since we've never had a format to store it in. [17:37:39] neither :( [17:39:04] 03kim * r47712 10/trunk/wikiation/installer/installers.py: Easter Egg ;-) [17:39:07] Is there any way I can prevent anonymous users (as in: not logged in) clicking on images, and viewing 'Image:testimage.jpg' articles? [17:42:29] MinuteElectron, could you start taking notes as you encouter things? [17:42:46] MinuteElectron, someone is going to have to take the naive installer for a spin and see what it can install automagically already... [17:42:50] *kim__ scratches head [17:43:16] well, either that, or I just make a cut down installer, that depends on Configure being there to actually make the extensions work O:-) [17:44:05] ok [17:45:50] if you just install the configure extension, and install the extensions you want in /extensions [17:45:57] is that sufficient to get things working? [17:46:04] or what further steps are required? [17:46:28] 03dale * r47713 10/trunk/extensions/MetavidWiki/includes/MV_GlobalFunctions.php: added support for ?debug on webpage request to invoke debug on the script loader. [17:46:31] that is sufficient [17:47:01] ok, so a simple downloader will do it? (strip out the localsettings option in naive: and we're good? ) [17:47:33] in that case we could get something akin to configure working like... right now-ish [17:47:54] no [17:48:03] you need the localsettings stuff for some setup scripts to work [17:48:12] I knew there was a catch [17:48:16] ;-) [17:48:21] :P [17:48:24] There's always a catch [17:48:43] MinuteElectron, so I DO need to do the localsettings, to allow configure to work? [17:48:59] not configure, the extension setup scripts [17:49:15] note, I won't remove naive: or extension: , I just want to add a download: [17:49:22] oh right [17:49:29] you can skip localsettings.php for that then [17:49:45] :-O... no catch? [17:49:58] :) [17:50:02] :-) [17:50:13] This is starting to get complex again... [17:50:15] 03(mod) Delete Extension:Passwordstr - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17604 +comment (10innocentkiller) [17:51:38] oh ok... I'll do it... [17:51:39] let's see [17:51:53] This might introduce some bugs in the naive: installer [17:51:57] since I'm refactoring ... [17:52:13] MinuteElectron, are you able to help me out atm? [17:52:13] 03(NEW) Good UI for OpenID login interface - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17631 15enhancement; normal; MediaWiki extensions: OpenID; (bugzilla.wikimedia.org) [17:52:45] sure [17:58:42] Say I have a page called Mirror's_Edge going to the URL is OK but when I click edit it turns into ?title=Mirror%27s_Edge however, wikipedia retains the apostrophy ?title=Mirror's_Edge is this a setting in MW (I'm using 1.12) or is this something webserver based? [17:58:54] 03demon * r47714 10/trunk/phase3/languages/messages/MessagesEn.php: Add 'UserGroupRights' as an alias to 'ListGroupRights'. [18:02:07] 03(NEW) Support multiple OpenID URLs for a user - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17632 15enhancement; normal; MediaWiki extensions: OpenID; (bugzilla.wikimedia.org) [18:02:21] tekmosis: http://en.wikipedia.org/wiki/Maryland_Terrapins_men's_basketball has
  • 03(mod) Delete Extension:Passwordstr - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=17604 (10niklas.laxstrom) [18:05:49] 03(NEW) Make overriding personal settings upon OpenID account association optional - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17633 15enhancement; normal; MediaWiki extensions: OpenID; (bugzilla.wikimedia.org) [18:06:25] 03(mod) Make overriding personal settings upon OpenID account association optional - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17633 15enhancement->minor (10bugzilla.wikimedia.org) [18:06:59] 03kim * r47715 10/trunk/wikiation/installer/ (5 files): Add download: [18:07:29] MinuteElectron, Voila! ;-) [18:08:48] sweet [18:09:08] I suppose to be able to use configure you install configure [18:09:14] and then download-install any other extensions [18:09:29] (that are supported by configure) [18:09:45] NOW we need some kind of intelligence to figure out which of the 3 extension installers to use [18:10:27] only the user can really decide between naive and download [18:11:10] well, how about if configure is installed, and we can figure out if configure supports the extension? [18:11:15] hmm, I could create a configure installer.... [18:11:20] and then a heuristic installer ;-) [18:11:53] (the heuristic first tries either configure: or extension: then tries naive: then maybe download, there's no reason we can't actually check to see if the wiki is running ;) ) [18:12:04] although that's for future perhaps [18:12:34] each of these installers can explain to some extent whether they are able to work [18:12:48] if we had a list of extensions that are known to work with naive installer, that'd be useful too [18:13:20] hmm, a program that did an exttest run against all naive installs is now possible [18:13:53] would certainly cut down on the number of extensions to test by hand ;) [18:14:01] 03(NEW) User's email is not being confirmed when updated from OpenID attributes - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17634 normal; normal; MediaWiki extensions: OpenID; (bugzilla.wikimedia.org) [18:16:19] 03kim * r47716 10/trunk/wikiation/installer/download_installer.py: Common error... forget to svn add the new file :-/ [18:17:06] 03(NEW) Make overriding personal settings upon OpenID login optional - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17635 normal; normal; MediaWiki extensions: OpenID; (bugzilla.wikimedia.org) [18:17:17] oops ^^;; [18:19:03] ialex: is there some way ... by looking at some file in svn for Configure extension ... to find out if Configure supports a particular extension? [18:19:54] 03(NEW) Implement MySQL store for OpenID extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17636 15enhancement; normal; MediaWiki extensions: OpenID; (bugzilla.wikimedia.org) [18:21:31] 03(NEW) Implement memcached store for OpenID extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17637 15enhancement; normal; MediaWiki extensions: OpenID; (bugzilla.wikimedia.org) [18:21:37] http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Configure/Configure.settings-ext.php?revision=46984&view=markup <-- kim_ [18:22:07] 03(mod) Implement MySQL store for OpenID extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17636 (10bugzilla.wikimedia.org) [18:22:41] 03(ASSIGNED) Good UI for OpenID login interface - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17631 (10bugzilla.wikimedia.org) [18:26:44] 03river * r47717 10/trunk/tools/ts-specs/ (4 files in 2 dirs): [18:26:44] TSapr: 1.3.3 [18:26:44] TSapu: 1.3.4 [18:26:51] kim__: open Configure.settings-ext.php [18:27:42] and see if it's in $extensions [18:41:46] kay! [18:45:47] 03(NEW) Set logo for Saterlandic wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17638 15enhancement; normal; Wikimedia: Language setup; (maartenvdbent) [18:46:54] 03(mod) LinkSearch results should use as much of the path as is provided, not simply search by domain - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15218 (10jidanni) [18:48:31] 03(mod) LinkSearch results should use as much of the path as is provided, not simply search by domain - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15218 +comment (10jidanni) [18:53:43] 03(NEW) calmer register_globals warning - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17639 trivial; normal; MediaWiki: Documentation; (jidanni) [18:56:43] 03(NEW) mention sitemap default output destination - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17640 15enhancement; normal; MediaWiki: Maintenance scripts; (jidanni) [19:06:26] 03(mod) mention sitemap default output destination - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17640 +patch (10raimond.spekking) [19:32:49] Can anyone answer my question?: Is there any way I can prevent anonymous users (as in: not logged in) clicking on images, and viewing 'Image:testimage.jpg' articles? [19:36:17] Hans^: only images, or all pages? [19:36:40] ialex: all images, on all pages :) [19:36:46] no exception. [19:37:03] except for logged-in users ofcourse. [19:37:16] not sure it can be done [19:38:32] does it matter if I let go the 'for logged-in users only' criterium? [19:39:40] a thing that can can be done is to restrict entirely the wiki, but for specific pages, this can be difficult [19:40:09] no problem, I want to let this work on every page [19:43:53] I don't think there's any extension for that, but you can try to use BeforeParserMakeImageLinkObj and BeforeParserrenderImageGallery hooks [19:43:56] Hans^: he means, to restrict viewing of some namespaces, is not how MediaWiki works [19:44:18] not restrict image links on some pages, but to restrict all image links [19:45:09] the problem is that you can restrict images pages with userCan hook, but you'll still be able to transclude that pages [19:45:25] or get them via any other method [19:45:53] feed, recentchanges, Special:Export, ... [19:46:29] read http://www.mediawiki.org/wiki/Security_issues_with_authorization_extensions [19:46:58] Hans^: you want logged-in users only to see pages and images? [19:47:16] just image description pages [19:47:18] it's absolutely no problem if 'smart users' can find a way to reach that page, it's just that people don't click on images accidentally, and see user names. [19:47:54] ahh, so you want to remove the around images for anon users, see the hooks ialex mentioned then, should be doable in an extension [19:48:05] no security, just a convenience [19:48:05] Splarka: exactly. [19:48:19] you could even restrict File/Image namespace crudely [19:48:25] excuse me for my bad explanation [19:51:41] 03(mod) "Invalid response from remote subversion client." from extension distributor - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17628 15enhancement->normal (10sam) [19:56:52] ok, so I understand that I can use those 2 mentioned hooks, to build my own extension [19:58:46] 03kim * r47718 10/trunk/wikiation/installer/installfiles/extensions/SemanticMediaWiki.install/ (download.sh is_installed.sh setup.sh uninstall.sh update.sh): make executable [20:07:06] 03kim * r47719 10/trunk/wikiation/installer/installfiles/extensions/SemanticMediaWiki.install/setup.sh: What happens if we add a shebang? [20:12:46] 03kim * r47720 10/trunk/wikiation/installer/installfiles/extensions/SemanticMediaWiki.install/setup.sh: What happens if we change the destination dir? [20:26:32] 03kim * r47721 10/trunk/wikiation/installer/installfiles/extensions/SemanticMediaWiki.install/setup.sh: ran dos2unix on all... what was the correct way to set this? [20:28:36] Hi, um. i read the FAQ and googled and stuff but cant find the answer to a prob im havin w/ my wiki. [20:28:39] Warning: Unterminated comment starting line 1113 in /home2/firefly/public_html/includes/DefaultSettings.php on line 1113 [20:28:43] thats the error o.o any ideas? [20:28:55] (im tryin to install it) [20:29:38] Caiterz: which version [20:29:40] ? [20:29:54] it says MediaWiki 1.14.0 [20:30:01] 03kim * r47722 10/trunk/wikiation/installer/installfiles/extensions/SemanticMediaWiki.install/ (7 files): propset eol:native [20:31:11] Caiterz: very strange [20:31:33] http://firefly.wikkii.com/ thats the url where im gettin the error [20:31:38] if you click set up wiki, it gives more errors [20:31:48] Splarka: can you open includes/DefaultSettings.php and see the last lines of the file? [20:31:52] oops [20:32:01] Caiterz: can you open includes/DefaultSettings.php and see the last lines of the file? [20:32:12] k hold on [20:32:15] Splarka: sorry, that wasn't for you [20:32:43] it says $wgEnforceHtmlIds = true; [20:33:05] this is correct [20:33:22] I didnt edit anything in any of the files [20:33:25] just uploaded it all [20:35:06] Caiterz: can you go at line 1113, and see if there's anything strange arround it [20:36:02] that like says /** [20:36:13] Other lines have that too, so it looks okay to me [20:36:24] i duno anything about php though so :z [20:38:39] what is the batch stored in recent changes based on? can't it be set to e.g. keep the latest 500 new pages independently from edits etc? [20:39:53] Caiterz: and line 1119 has */ ? [20:40:37] because using e.g. {{Special:NewPages/50}} on e.g. Main Page gets you in trouble if you don't add at least 15 new pages per day. [20:40:37] yup [20:40:53] **for the main ns [20:41:42] Hubble3000: you can increase $wgRCMaxAge if you want [20:41:56] I duno if it makes a difference or not, but somewhere on the net, it said dont edit that file, edit localsettings.php insted... [20:41:58] hossa! [20:42:13] and i dont have a localsettings.php, unless that file is created after you create your wiki [20:42:38] yup [20:42:43] Caiterz, did you ever try to configure your wiki? [20:42:44] its created when you run the installer [20:42:51] Caiterz: it's created by config/index.php [20:42:53] run/finish [20:42:55] I tried it with the errors.... [20:42:58] but it gave more errors [20:43:12] i can try again and give you what it says [20:43:13] Right [20:43:22] if there's errors, try to correct them [20:43:29] Do you have, apache, mysql and php? [20:43:41] Caiterz: can you put the whole DefaultSettings.php somewhere? [20:44:18] I'll leave it to the experts [20:44:41] Fatal error: Uncaught exception 'MWException' with message 'Global hooks array is not an array! ' in /home2/firefly/public_html/includes/Hooks.php:36 Stack trace: #0 /home2/firefly/public_html/includes/User.php(601): wfRunHooks('isValidPassword', Array) #1 /home2/firefly/public_html/config/index.php(677): User->isValidPassword('*insertmypasshere*') #2 {main} thrown in /home2/firefly/public_html/includes/Hooks.php on lin [20:44:42] kim__: seems that there's a problem with DefaultSettings.php [20:44:45] be more specific with the errors [20:44:49] o.o what do you mean put it somewhere [20:44:50] Caiterz: https://bugzilla.wikimedia.org/show_bug.cgi?id=16129 right? [20:44:51] ialex, yeah! :-) [20:45:23] Caiterz: in a pastebin, or send it to m [20:45:27] *me [20:45:27] er. Hubble3000, not Caiterz, sorry [20:45:28] Caiterz, hmm, looks like you need to start over [20:45:42] Caiterz, your defaultsettings.php is messed up [20:45:47] (for starters) [20:46:08] 0_o i cant just reupload that one file? [20:46:21] i spent like 5hrs uploading all 30 mbs on dialup today ;-; [20:46:28] take it from there: http://svn.wikimedia.org/viewvc/mediawiki/branches/REL1_14/phase3/includes/DefaultSettings.php?view=co&content-type=text%2Fplain [20:46:31] Caiterz, ouch. Did you change any other files? [20:46:41] I didnt change a single file at all [20:46:45] i unzipped, then uploaded [20:46:50] Caiterz, not even the DefaultSettings.php? [20:46:57] Caiterz: kay [20:47:26] Caiterz, just download the file that ialex mentioned and upload it to your server [20:47:36] Caiterz, (assuming you're running 1_14) [20:47:39] k. [20:47:43] 1.14.0 [20:47:48] kewl [20:47:58] likes to live life in the fast lane eh? :-) [20:48:14] also, I'd almost forgotten what dialup was like ^^;; [20:48:15] Splarka: not quite. the maxage is ok although it fills the table with old crap like edits. i*'s just like to store more NewPages in rc [20:48:44] http://www.mediawiki.org/wiki/Extension:NewestPages was designed because of that but the extension is a db killer when you have like 20k articles cos it touches the pages table [20:50:46] kim - youre lucky to have forgotten :3 [20:51:05] Ohhhhhhhhhhh [20:51:10] the error is gone from the front page [20:51:22] and the 2nd :D [20:51:26] awesome thanks <3 [20:52:08] or the other way around: what's the use in offering {{Special:NewPages/50/namespace=Main}} when it doesn't show 50 new pages old than ~15 days? You have to consiquently add ne articles to keep the list of new pages working after not adding artciles for a few weeks it*s just empty [20:52:50] assuming someone includes this main page [20:55:09] Hubble3000: ahh right, well that's why it does that, if it scrapes the recent changes table it doesn't have to hit the db ^_^ [20:56:43] you're joking about my NewestPages comment? it's really slow. using recent changes for the same query structure is way faster [20:57:12] not joking [20:57:16] k :) [20:57:43] it is fast but short in newpages, it is long but slow in a db hit... [20:57:53] but 15 days is very short for rcmaxage [20:58:12] en.wp has a few hundred edits a minute and the maxage is 30 days [20:58:59] Hey, I've been away for some time... does the API have a rate limit now? [20:59:05] My script consistently gets 5 fast queries ok, then an error on #6 [20:59:37] Standard WMF page and "Error: ERR_ACCESS_DENIED, errno [No Error] " [20:59:38] 03(mod) Ability to make breaks in the edit toolbar - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14121 (10mediawiki) [20:59:58] AlexSm: this is Squid, not the API [21:00:05] (imho) [21:00:05] 03(mod) Special:UncategorizedCategories should optionally ignore hidden categories - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14962 (10mediawiki) [21:00:59] ialex: thank you, do you think a bot flag would help, or do I have to implement delays? [21:01:16] no idea [21:01:41] 03(mod) Special:UncategorizedCategories should optionally ignore hidden categories - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14962 (10mediawiki) [21:01:50] but I don't think Squids know if you have bot flag or not [21:01:56] 03river * r47723 10/trunk/tools/ts-specs/ (7 files in 3 dirs): [21:01:56] TSlibiconv: new spec [21:01:56] TSapache: new spec [21:01:56] TSsubversion: 1.5.5; build Apache modules in TSsubversion-apache package [21:01:56] TSapu: build with GNU iconv [21:01:57] TSlftp: 3.7.8; build with GNU iconv [21:01:59] include/base.inc: don't put -march=i586 in %gcc_optflags since it conflicts with -m64 [21:02:21] 03(mod) Ability to make breaks in the edit toolbar - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14121 +comment (10mediawiki) [21:05:34] Splarka: I just fear rising maxage = rc table larger = slow output of new pages call on main page [21:07:44] maybe you need a custom extension to cache new page creation in a separate tiny table and expose it with a custom magic word (or you could rewrite NewestPages to do that)... [21:10:14] I rewrote NewestPages to use recent changes and for cusomizing the output. but aseperate table si a good idea. will try with rising maxage first. actually i add new arcticles daily though [21:10:26] just forces me to do more input :) [21:13:48] 03(NEW) Wikisource: Texts without title in original (is it possible to hide firstHeading) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17641 major; normal; MediaWiki: General/Unknown; (smihael) [21:23:28] 03ialex * r47724 10/trunk/phase3/ (RELEASE-NOTES includes/db/DatabasePostgres.php): (bug 17460) Client ecoding is now correctly set for PostgreSQL, as we do for MySQL with "SET NAMES utf8" [21:23:59] 03(FIXED) PostgreSQL access layer fails to set the client encoding - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17460 +comment (10alex.emsenhuber) [21:30:57] trying to run dumpBackup.php and am getting an error: Call to undefined function wfGetDB() in /var/www/wiki/maintenance/backup.inc on line 222. Any suggestions? [21:35:45] i assume maintenance/rebuildrecentchanges.php is not up date? [21:35:51] *up to date [21:36:34] $wgDBuser = $wgDBadminuser; ? no other maintenance script i used by now uses that [21:38:24] nvm, got my problem resolved. [21:48:24] 03minuteelectron * r47725 10/trunk/wikiation/installer/installfiles/extensions/Configure.install/ (7 files): * Wikiation installer: Add basic Configure install file [21:49:06] so. is it a bug? [21:49:51] PHP Notice: Undefined variable: wgDBadminuser in maintenance/rebuildrecentchanges.php [21:53:01] 03siebrand * r47726 10/trunk/phase3/languages/messages/ (47 files): Localisation updates for core messages from translatewiki.net (2009-02-23 21:43 UTC) [21:55:21] Hubble3000: It means you have set AdminSettings.php up wrong. [21:55:51] hey minuteElectron.... is the extension Click integrated into mediawiki 1.14? [21:56:29] ok thanks. stupid script :P [21:58:26] luna6: Apparently [[Image:Imagename.png|link=target]] - I did not know about this until today though,. [21:59:08] ok i am reading the release notes for 1.14 and it didnt mention it..but recall seeing that it would be from the click extension page... [22:00:01] that is where i found out [22:00:17] nobody tells me this stuff ;P [22:00:20] Yeah, I'm glad that's finally a part of MediaWiki, it's a nice thing for an article [22:00:34] 03siebrand * r47727 10/trunk/extensions/ (85 files in 72 dirs): Localisation updates for extension messages from translatewiki.net (2009-02-23 21:43 UTC) [22:00:37] indeed, at one point there was mass oposition to it though [22:01:02] Why? [22:01:07] Possibility for abuse? [22:01:10] licensing/attribution [22:01:22] i use it frequently..so happy its included.. [22:01:28] Splarka: how so? [22:01:29] image history/authorship/license should be immediately available, in theory [22:01:40] or that was the zeitgeist at the time [22:02:02] anyway, tim finally said one day "this abuse of imagemap sucks, I'll just add core functionality for it" [22:02:47] over-enforcing licensing through technical handicaps is kinda dumb... [22:03:09] quite [22:03:37] anyway, it isn't an extension or anything, it is just http://www.mediawiki.org/wiki/Special:Code/MediaWiki/41727 [22:04:26] We were talking about how the Click extension had been made obselete. [22:04:50] Except no one knew about it until like today. [22:05:12] well, today was when 1.14 was released [22:05:23] yes [22:05:42] hmm quick question when i upgrade to 1.14... the old syntax for click will work if i disable the extension? or have to keep it installed? [22:05:53] you have to keep it installed [22:06:09] ok thanks... (thanks again for that extension too) [22:06:17] my pleasure :) [22:06:23] nice to know that someone else has used it [22:06:31] http://www.mediawiki.org/w/index.php?title=Help%3AImages&diff=219456&oldid=211753 [22:06:49] wow, it's been a long time [22:06:54] yep [22:07:03] been available on wmf since the first scap after that [22:07:07] i suppose we haven't had a MediaWiki release since then though (apart from 1.14)? [22:07:29] IIRC 1.13 was after Wikimania [22:07:34] could be wrong [22:07:40] well, a few 1.13 security fixes, not much backporting of new features though [22:07:47] yeah [22:07:52] here is what I do... [22:08:15] added in r41727 ... so... http://svn.wikimedia.org/viewvc/mediawiki/branches/?pathrev=41727 [22:08:25] you see REL1_13, meaning it was already branched then [22:08:32] so it is a 1.14 feature [22:08:46] (lazy method without relying on imperfect lists of revision/branching) [22:08:57] yeah, i understand [22:09:49] it is kinda funny... [22:10:41] http://en.wikipedia.org/w/index.php?title=Template:Click&diff=247779317&oldid=203294753 #tag:imagemap -> link= [22:10:52] 03(mod) Clean up imagePage.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17617 +comment (10umherirrender_de.wp) [22:11:21] http://en.wikipedia.org/w/index.php?title=Template:Click&diff=188398095&oldid=165066166 position:relative div -> #tag:imagemap [22:13:51] 03(mod) HTML tweaks / Clean up ImagePage.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17617 summary (10umherirrender_de.wp) [22:14:07] heh [22:17:09] 03(NEW) Add closing PHP tags to end of all files - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17642 trivial; normal; MediaWiki: General/Unknown; (jidanni) [22:19:57] why do I think I see a wontfix coming... [22:21:21] 03(mod) Add image data option to Special:Export - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13827 (10Phoenixoverride) [22:22:01] http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=33276 [22:22:26] 03(WONTFIX) Add closing PHP tags to end of all files - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17642 +comment (10minuteelectron) [22:22:36] THis jidanni guy really isn't too bright. [22:22:45] http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=23531 [22:23:30] http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=23533 [22:24:08] exactly [22:24:17] FunPika: heh :P [22:24:31] *Splarka adds those [22:24:33] 03(mod) Add closing PHP tags to end of all files - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17642 (10herd) [22:26:04] chuck: re:SocialProfile, it uses an odd mix of raw sql queries and queries using database wrapper class...joins and such complicated stuff are done with raw sql queries. feel free to help in converting them to use db wrapper class [22:26:48] 03(NEW) test - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17643 15enhancement; normal; Kate's Tools: General/Unknown; (sumaheb) [22:27:38] ashley: ah, okay :( we ran into some problems with that when we tried to use SocialProfile with shared social profile tables (eep!) Wikia didn't even use their wfSharedTable stuff ;-) [22:27:49] 14(INVALID) test - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17643 +comment (10skizzerz) [22:27:52] I can take a look at it if we ever need to do the shared table stuff again [22:28:34] cool :-) patches are always welcome as long as they work (I ran into some issues while constructing joins with db wrapper class, heh) [22:31:08] how I write '' in preformatted text? [22:31:30] I'd just like to have two single quotes [22:32:05] but they are interpreted as italic [22:32:19] how do I escape this interpretation? [22:32:36] [22:33:07] Added $wgAllowUserSkin to let the wiki's owner disable user selectable skins [22:33:10] on the wiki. If it's set to true, then the skin used will *always* be [22:33:10] $wgDefaultSkin. [22:33:11] oh, I just found
    [22:33:16] 	thanks anyway
    [22:33:22] 	doesnt it make more sense to have it false = always default skin?
    [22:33:40] 	you'd think
    [22:34:00] 	or $wgdisAllowUserSkin
    [22:35:35] 	luna6: I thought I fixed that, maybe it didn't make it into the 1.14 release
    [22:36:00] 	Yeah I fixed it already
    [22:36:01] 	ah I'm just going through the release-notes and that seemed odd...no biggie
    [22:42:27] 	03straussd * r47728 10/civicrm/branches/ (. drupal-5--civicrm-2-0/): Branch for Drupal 5 and CiviCRM 2.0.
    [22:46:28] 	03straussd * r47729 10/civicrm/branches/drupal-5--civicrm-2-0/: 
    [22:46:28] 	Initialized merge tracking via "svnmerge" with revisions "1-47727" from
    [22:46:28] 	svn+ssh://straussd@svn.wikimedia.org/svnroot/mediawiki/civicrm/trunk
    [22:59:50] 	moin, i want to feed data into a mediawiki by using an lsl script
    [23:00:40] 	when only suplying wpTextbox1 I get "This page has been locked to prevent editing." on submit
    [23:01:01] 	what other input fields do i need to fill, to upload an edit?
    [23:01:25] 	lsl has a minimal vm ... only 16kb, so I would prefer as easy/less as possible
    [23:02:37] 	[[WP:MKBOT]] is a good place to start
    [23:02:45] 	http://www.mediawiki.org/wiki/Manual:Parameters_to_index.php#Parameters_that_are_needed_to_save
    [23:02:56] 	but consider using the API (if you have a new enough version)
    [23:04:41] 	thanks Splarka ;)
    [23:05:58] 	03aaron * r47730 10/trunk/phase3/includes/specials/SpecialRevisiondelete.php: Fix timestamp bug from r47709
    [23:09:53] *Splarka 	stamps another stick figure, in the shape of a satisfied mediawiki user, on the side of his PC
    [23:10:45] 	Hmm i'm surpised that WhatLinksHere dosn't list the total number of links
    [23:13:11] 	p858snake, put a bug on ;)
    [23:13:28] 	i'm about to
    [23:15:06] 	https://bugzilla.wikimedia.org/show_bug.cgi?id=11228
    [23:15:09] 	https://bugzilla.wikimedia.org/show_bug.cgi?id=4394
    [23:15:37] 	https://bugzilla.wikimedia.org/show_bug.cgi?id=16413
    [23:15:53] 	[[Image:Imagename.png|link=target]] <-- is nice, would be sweet if it it applied to thumbnails too
    [23:17:05] 	[[Image:Wiki.png|50px|link=Main Page]]
    [23:17:06] 	WFM
    [23:17:18] 	unless you mean 'thumb' which doesn't mean thumbnail
    [23:17:29] 	ok i meant thumb
    [23:17:30] 	it means 'put a frame around it and link to the bigger version and show a caption'
    [23:17:39] 	which would be silly, to not link to the file, in such a case
    [23:18:14] 	if you really want that...
    [23:18:16] 	03(NEW) Special:WhatLinksHere dosn't list total the total count of links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17644 15enhancement; normal; MediaWiki: Special pages; (p858snake)
    [23:18:29] 	http://asianmediawiki.com/Main_Page <-- look under "movies in the spotlight" uses new link and look under "Japanese TV Shows in the Spotlight" (using thumbs)
    [23:18:30] 	03aaron * r47731 10/trunk/phase3/includes/specials/SpecialContributions.php: Fix double-escaping from r47466 (feed calls getUrl() which calls xmlEncode() which escapes it)
    [23:18:38] 	the thumbs just look better to me :)
    [23:18:47] 	bah should of looked
    [23:18:48] 	so would be nice if i could link it to the article page as well
    [23:19:24] 	
    [[Image:Wiki.png|100px|link=Main Page]]
    Flibble
    [23:19:30] 14(DUP) Special:Whatlinkshere should give total number of pages at the top - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11228 +comment (10p858snake) [23:19:32] 03(mod) Provide a count in Special pages that list articles/pages (e.g. special:whatlinkshere) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4394 +comment (10p858snake) [23:19:36] 14(DUP) Special:WhatLinksHere dosn't list total the total count of links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17644 +comment (10p858snake) [23:19:38] 03(mod) Provide a count in Special pages that list articles/pages (e.g. special:whatlinkshere) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4394 +comment (10p858snake) [23:19:44] *Splarka stabs p858snake [23:19:47] pay attentions [23:19:54] is there a way to get wpEdittime for existing pages, without doing the 'normal' edit query ... the edit query results in an html larger than 2kb, and the wpEdittime is after those 2kb [23:20:01] and search bugzilla ferchrissakes [23:21:04] kraehe: what version of MW are you dealing with? [23:21:17] lets say, wikia [23:21:17] kraehe: Get the last-modified date of the page [23:21:25] use the api [23:21:38] what api? [23:21:43] http://www.wikia.com/api.php [23:21:45] _the_ api [23:21:56] *kraehe is using linden script language to query wikia [23:22:44] 03(mod) Unable to login via SUL-account - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17618 +comment (10wutsje) [23:22:52] http://www.wikia.com/api.php?action=query&prop=revisions&rvprop=content|timestamp&titles=User:Splarka [23:22:57] timestamp and content ^ [23:23:08] you can get an edit token as well [23:23:26] although they don't seem to have writeAPI enabled (thought it might be logged-in only) [23:24:33] is it also possible to use action=query api, resulting in a shorter page (without content) [23:24:59] http://www.wikia.com/api.php?action=query&prop=revisions&rvprop=timestamp&titles=User:Splarka <- this would fit into 2kb ;) [23:25:13] indeed [23:25:28] where do you get the timestamp/content though? wherever you're doing it, it is easier this way I betcha [23:25:37] 03(mod) history.js blocks gecko browser with 100% CPU when rendering long history - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17240 major->normal (10JSchulz_4587) [23:26:21] http://www.wikia.com/api.php?action=query&prop=revisions|info&rvprop=content|timestamp|user|comment&titles=User:Splarka&intoken=edit token, timestamp, and content, all at once [23:26:33] and this query also tells, if the page already exists ! [23:27:04] http://en.wikipedia.org/w/api.php <-- and with writeapi enabled, you can even submit it to the api, and get robotic success/error message back [23:28:25] *ah* but w/api.php is not available in all mediawikis? [23:28:44] it'll be there, but could be disabled [23:31:36] btw timestamp again ... the api tells timestamp in zulu format "2009-02-01T05:06:00Z" the submit wants it as "20090201050600" does submit also accept zulu time? [23:33:05] just remove everything that isn't a digit [23:33:29] 03aaron * r47732 10/trunk/extensions/ConfirmAccount/ConfirmAccount_body.php: Fix link pipe breakage from r47054 [23:34:42] luna6: sorry, you got lost in the flood, you can keep the frames and have links to articles, you just have to add the
    around it manually [23:35:05] 03(mod) link [[Special:Categories|category]] - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16960 +comment (10JSchulz_4587) [23:35:52] thanks Splarka i am adding it in the manner you mentioned and it fits my purposes perfectly [23:35:57] thanks! [23:36:02] rar [23:37:12] Ok - got another problem - It says to change the CHMODE of localsettings.php If i try to do that it says i cant [23:37:16] "Could not change perms on LocalSettings.php: Operation not permitted" [23:37:22] any idea why? [23:41:32] because you're not the owner [23:41:56] http://www.mediawiki.org/wiki/MediaWiki?action=purge Updated the download button again. [23:42:00] Thanks for the help, Splarka. [23:42:01] The web server probably owns the file. [23:42:08] 0.o [23:42:40] *Splarka bites Marybelle too [23:42:48] RAWR. [23:42:58] heh, doesn't suck too bad [23:43:02] (the link that is) [23:43:05] I don't have a problem changing the permissions to any other files [23:43:42] It said to change it so that noone can access my passwords.. If i cant change it... is everything still safe? [23:44:27] maybe mediawiki owns it, when install created it? [23:45:18] o.o so.... what do i do? lol [23:45:23] Caiterz: download it, delete it and upload it [23:45:31] Okay [23:45:32] http://www.mediawiki.org/wiki/Help:Parser?redirect=no <-- that's a strange redirect... [23:45:33] then you'll be the owner [23:46:32] ok it worked [23:46:40] thats very strange it just kinda.. takes over the file, lol [23:46:44] thanks again <3 [23:47:58] Whoops.. another problem [23:48:05] I changed permission to 600 [23:48:11] then when i load the wiki, it wont let me [23:48:14] 03(mod) "Failed to parse" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16488 (10daltenty) [23:48:19] *Splarka slips bugzilla:16129 into Tim's priority list while he's distracted with vegemite [23:48:23] yeah, no kidding [23:48:29] Warning: require_once(/home2/firefly/public_html/LocalSettings.php) [function.require-once]: failed to open stream: Permission denied in /home2/firefly/public_html/includes/WebStart.php on line 113 [23:48:43] it'll have to be 644 [23:48:50] Ok [23:48:55] this tutorial said to change it to 600 o_O [23:48:56] Set stringent permissions on the LocalSettings.php file. Set chmod 600 and chown [23:49:05] what tutorial? [23:49:15] http://www.mediawiki.org/wiki/Manual:Config_script [23:49:45] maybe it rounded 644 down [23:50:01] Lol [23:50:33] {{#expr: 644 round -2}} [23:50:36] well, if you were the root user or had sudo, you could get away with 600 [23:50:46] *Marybelle prettified http://www.mediawiki.org/wiki/Download a bit too. [23:51:21] Ok, well with chmode of 644, theres no security risks, right? [23:51:40] there's an argument for making the group apache, and then making it 640 [23:51:59] making it 600 allows apache to write to the file, which is not what you want [23:52:25] is it a shared server? [23:52:47] Er, sorry im a noob when it comes to some of this stuff >< [23:52:56] its on wikkii.com [23:53:02] they give you an account to make a wiki on [23:53:19] and expect you to install it yourself? Nice [23:53:24] Yeah [23:53:44] Well its better than installing some crappy wysiwyg template thing.. [23:53:55] i looked all over for a decent place with mediawiki, couldnt find one... [23:54:24] well, there's always wikia for pre-installed wikis... [23:54:29] oh wait, you said "decent" [23:54:34] Yeah, Lol [23:54:44] it's hard to say exactly how they have it set up [23:56:28] ok, well everything seems to be working great, then, thanks again to all of you ^^ bedtime cyas~ [23:57:09] http://www.wikkii.com/forums/index.php/topic,6.0.html