[00:08:17] Does CGI have anything to do with logging in and sending the usernames correctly? [00:10:18] ^demon : is it accepted to use syntax : [00:10:20] $val = (cond) ? then : else; [00:15:17] $@#& [00:23:18] i uploaded a picture, and then i overwrote it with a larger picture, and now my picture is all stretched and scaled [00:23:23] how to feex? [00:24:24] ah - nvrmind [00:24:27] it was the cache [00:26:47] it often is [00:33:57] ah quick question: the article dbkey is stored in the page table as page_title - where is the real title without underscores stored? [00:40:15] *Mark_vH gives up [01:07:48] is there any way to override visited link colors so that when certain links are clicked on, they don't change to the standard avisited color? [01:08:31] how do you get the content of a page through the API? [01:09:07] other than through the revisions module [01:22:23] nn123645 : you don't need API for that : just use index.php?title=exemple&action=raw [01:23:51] ahh ok [01:24:43] nn123645 : and you can use &templates=expand if you want. [01:25:04] ahh ok, nice :) [01:40:49] 03aaron * r38073 10/trunk/extensions/FlaggedRevs/specialpages/ProblemPages_body.php: Tweak thresholds [01:41:34] 03(mod) maintenance/removeUnusedAccounts. php now not delete sysops and bureaucrats. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14929 (10plmoell) [01:51:09] Louperivois: is there any complete documentation on index.php? [01:52:55] Yes sure. www.mediawiki.org/wiki/Index.php and www.mediawiki.org/wiki/Manual:Index.php [01:53:42] Myself I translated the last to French. [02:17:21] hi all. i have some template links that display in different colors. but when you click on them, they all turn the aVisited color (blue). Is there any way to make them ignore or override the aVisited link color? [02:17:23] thx! [02:20:04] 03(NEW) Image thumbs near the articles title text on browsedata page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14939 15enhancement; normal; MediaWiki extensions: Semantic Drilldown; (lleoliveirabr) [02:21:58] MrSock : You could use Monobook.css [02:22:08] whassat? [02:22:48] This is a MediaWiki UI message, overrides the default CSS. [02:23:11] Use it like a stylesheet [02:23:39] there's no way just to make these four template headers "special"? [02:23:44] there's no magic word? [02:24:12] 03(NEW) Special inclusion of browsedata on any wiki page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14940 15enhancement; normal; MediaWiki extensions: Semantic Drilldown; (lleoliveirabr) [02:24:33] you can restrict the CSS for some pages you choose [02:24:52] mmm... that's not quite what i'm getting at [02:24:56] let me assplain [02:25:02] i'm working on a game project [02:25:08] i'm tagging things by Phase [02:25:13] ie Phase 1, Phase 2 [02:25:49] {{Phase 1}} is a template ... it's just a reusable piece of text that says Phase 1 [02:26:04] sorry - [[Phase 1]] [02:26:12] so you click on it, and it goes to the Phase 1 page [02:26:27] but i want it to appear orange all over my wiki [02:26:34] so that the phases are all color-coded, you know? [02:26:50] but when you visit the Phase 1 page, all the Phase 1 tags turn to the avisited color [02:27:08] along with Phase 2, phase 3, etc. So it defeats the purpose, and i lose my color-coding. [02:31:07] I'm not sure to understand, but you can use them in each template : [02:31:08] [[Phase 1]] [02:31:10] And in Monobook.css : [02:31:11] .TemplateForPhaseLink a, .TemplateForPhaseLink a:visited { [02:31:13] color:#fffeee; [02:31:14] } [02:31:25] and purge your cache [02:31:29] hmm! [02:31:36] where do i upload monobook? [02:31:43] or is it already included? [02:32:13] Just edit [[MediaWiki:Monobook.css]] like a CSS stylesheet [02:32:23] beautiful - thanks! [02:32:51] it is included when you using the Monobook skin. [02:33:28] if you want to include your code always, use MediaWiki:Common.css [02:34:04] 03(mod) Make UI easier with diff-only preference - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14581 +comment (10JSchulz_4587) [02:34:11] you're welcome. ;-) [02:34:13] Note that you also can use Monobook.js and Common.js files [02:34:13] sorry - i didn't understand that last part [02:34:16] 03(WONTFIX) Make UI easier with diff-only preference - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14581 +comment (10JSchulz_4587) [02:35:04] what last part exactly ? [02:35:15] 03(mod) Draft tab does not disappear after sighting - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14561 (10JSchulz_4587) [02:36:23] dang - another dumb question [02:36:32] i can't seem to be able to edit those css pages [02:36:37] is it an admin thing? [02:36:48] and if so, how do i find out what the admin account/password are? [02:36:57] (i own this wiki - nothing sneaky going on) [02:38:23] yes, only sysops can edit MediaWiki: namespace [02:38:41] Can you access to a console [02:38:56] i can edit and upload the localsettings file [02:39:07] and i can get in thru phpmyadmin [02:40:28] mmm. You don't have access to the maintenance directory ? [02:41:07] dunno. how do i get there? [02:41:09] <- n00b [02:42:56] ok ! you can use the MySQL query : UPDATE user SET user_password = md5(CONCAT('123-',md5('newpassword'))) WHERE user_id=1; [02:43:13] if your admin user id is 1. [02:43:20] i think you mean 1, not 123 [02:43:24] (why not just write user_id?) [02:44:26] ya, sorry [02:44:33] heh - so what do i do? [02:45:04] MrSock : Execute this query in phpMyAdmin [02:45:31] just customize the user id [02:45:51] UPDATE user SET user_password = md5(CONCAT('1-',md5('newpassword'))) WHERE user_id=1; [02:45:57] ok! [02:45:58] here i go [02:50:24] hmm [02:50:32] Affected rows: 0 [02:51:50] Sure. [02:51:53] Sure [02:51:57] is that right? [02:52:41] what is the id of the user you want to reset password ? [02:53:06] flyingparchment : May you peep bug 14929 and commit it ? [02:53:59] i don't know. that's the whole reason i want to reset it, right? [02:54:05] i don't know my admin login/password [02:55:01] MrSock : you can't view it with phpMyAdmin, on the user table [02:55:04] ? [02:55:42] i see two users there [02:55:56] how do i know which one is the admin? [02:56:05] 03(NEW) Username Blacklist creates huge regexes, which could unintentionally crash PCRE - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14941 major; normal; MediaWiki extensions: UsernameBlacklist; (francine) [02:56:34] see the user_groups table [02:57:12] i have a bureaucrat and a sysop ... [02:57:55] if you're the alone user of the wiki for the moment you can change *all* passwords [02:58:09] no - i need more people to be involved [02:58:25] both the bureaucrat and the sysop have their ug_user value set to 1 [02:58:31] sorry <-- n0000b [02:59:46] ug_user=user_id [03:00:28] MrSock : you will change just the passwords of actual users. [03:01:10] Waitasecond, this is about password resetting? [03:01:17] heh [03:01:17] yeah [03:01:18] Don't go mucking arround in the database [03:01:21] so back to this user tabl [03:01:22] table [03:01:30] how do i know which of those two users is the sysop? [03:01:39] i'm assuming it's the one i'm not logged in as right now [03:01:44] since i can't edit the css with that login [03:02:07] when i go into that user's info, i don't see a password field [03:02:08] MrSock: ug_user means "the user that has this user group entry". Normally, the initial user is both a sysop *and* a bureaucrat. [03:02:18] it says "binary-do not edit" [03:02:26] You're just going to screw up things if you mess with passwords in the database... they're hashed, they may or not be salted depending on config, and Tim has made recent modifications to the system to support better handling of passwords so you're likely to complely screw up a password by trying to edit it [03:02:37] ok! [03:02:41] so how should i do it? [03:02:52] We have a maintenace script for the purpose of password changing [03:02:58] cool [03:02:59] hit me [03:03:13] http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/maintenance/changePassword.php?revision=35923&view=markup [03:03:16] Dantman : he don't have access to a console. [03:03:20] maintenance/changePassword.php [03:03:34] Then install the PasswordReset extension [03:03:38] I thought that me too [03:03:48] ok, he can try. [03:04:01] but it can't login [03:04:23] he only can work with the database. [03:04:31] Create a new user... give it permissions just by adding a right to him in the db, and then change the password with the extension [03:04:38] i might have access to a console. i have no idea. what's a console? [03:04:56] MrSock: See if your host offers something called 'SSH' [03:04:57] a command-line interface. [03:05:01] oh - no [03:05:05] my host doesn't allow that [03:05:57] MrSock : So chnge all actuals passwords with the query I writed [03:06:02] *change [03:06:05] You could also always just edit the user row in the database to have a correct e-mail address and use the reset password feature for that [03:06:50] vois - i tried that query, and it said "0 rows affected" [03:07:26] dantman - that's not a bad idea. where do i activate the password reset? [03:07:46] The login form [03:08:47] MrSock : just use the same ids in the table and in the query. But try the Dantman idea first. [03:10:02] yeah - i like dantman's plan [03:10:04] thanks everybody [03:12:04] that worked! [03:13:08] congratulations. [03:14:27] fortunatly the mail function worked. It is often a problems source [03:14:52] ^_^ Mine is broken [03:15:10] Heh, need to get arround to fixing that in my setup [03:19:23] ok - so back to my original problem [03:19:27] now that i can edit common.css [03:19:37] lol, yes. [03:19:48] i'm trying to override the avisited color with my Phase 1, Phase 2, Phase 3 and Phase 4 link templates [03:19:51] [[Phase 2: Boogie]] [03:20:02] no font tag [03:20:07] but she's-a no good [03:20:08] oh? [03:20:10] ok [03:20:41] for choose a color use the hexa code of it [03:20:53] do i do that in the css file? [03:21:02] exactly. [03:21:14] eeewww.... font tags are evil [03:21:32] <-- n00b [03:21:37] Hi, I **REALLY** need help with my authentication for my wiki. I have 1.13.0rc1 and logging in was working last night, but for some reason overnight MediaWiki now detects all login attempts as empty usernames and shows the MediaWiki:Noname message "You have not specified a valid user name." The MySQL DB is totally fine, with users in it and all pages/photos/etc. working flawlessly. [03:21:49] yes, Never use them. [03:22:05] hrm. still not working. [03:22:50] may i paste 3 lines of code? [03:22:55] hmmm? .TemplateForPhase2Link a:visited { color: #...; } [03:22:56] Don't [03:23:01] or am i gonna get auto-kicked? [03:23:02] Use a pastey [03:23:16] pastey? [03:23:28] !paste [03:23:28] --mwbot-- Please do not paste more than 2-3 lines of text into the channel as it disrupts the flow of conversation. Instead please use a pastebin such as and post a link to your paste in the channel. [03:23:44] ah - i've never heard that nickname for pastebin [03:25:35] http://www.pastebin.org/57430 [03:25:52] i still have a few color names in there - just ignore them for now [03:25:58] [03:26:48] you purge your cache ? [03:26:58] aw crap [03:27:02] hang on .. [03:27:13] it dosen't matter. [03:27:33] yaaaaaaaaay!!! [03:27:38] THANK YOU, fellas [03:27:42] hehe [03:31:18] my css is terrible. how do i override the general aVisited color across the whole wiki? [03:31:38] *MrSock wonders if he can save any face by claiming he's a pro at Flash? [03:34:11] just : [03:34:14] #content a:visited{ [03:34:16] color:#CODECO; [03:34:19] } [03:34:32] beautiful [03:34:35] thank you so much [03:34:36] again [03:34:47] for *all* elems (menus,...) delete "#content" [03:35:04] you're yet welcome [03:37:33] oh drat ... [03:37:51] what i meant to do was to override the avisited color for everything BUT my Phase templates [03:37:52] heh [03:37:58] you know what i'm saying? [03:38:25] For that you override everything, then you override that with stuff for the phase templates [03:38:26] yes. Put the instruction for templates *after* [03:38:40] louper - i did [03:38:53] the trouble is that the default avisited color is purple ... [03:39:01] which is the color i chose for my Phase 1 template [03:39:11] so it looks like any visited page belongs in phases 1 [03:39:45] Put the instruction for templates *after* the general instruction. [03:39:56] i did that [03:40:09] and the general instruction overrode the templates anyway [03:40:26] (this is in the mediawiki:common.css file btw) [03:48:38] Where is the right place to ask a technical quesiton about Wikipedia? [03:50:00] When is the least load on the servers? Is there a graph? [03:51:41] Hmm. There's probably a #wikipedia-tech or something similar? [03:51:53] yes : http://ganglia.wikimedia.org/ [03:51:58] for the graphs [03:52:26] Thank you!!!!! [03:53:01] MrSock: please send your css code in pasty [03:53:23] mboverload:you're welcome [03:54:31] http://pastebin.com/m634c9413 [04:04:00] 03shinjiman * r38074 10/branches/REL1_13/phase3/includes/ (7 files in 2 dirs): [04:04:01] Update the Chinese conversion tables [04:04:01] Last minute changes for the release branch 1.13 [04:04:39] 03shinjiman * r38075 10/trunk/phase3/includes/ (7 files in 2 dirs): Update the Chinese conversion tables [04:09:12] MrSock : yes !! use #content before each instruction [04:09:46] don't forget a:visited instructions [04:16:19] anyone can (again) apply my SVN patch : bug 14929 [04:18:19] MrSock : ? [04:18:44] they'll get to it, when they get to it:) [04:20:04] OverlordQ : I asked because the bug is closed, it's a supplement. [04:38:30] ^demon : ah, you're come back. My patch is ready. [04:39:58] im trying to install mediawiki on deb stable. i thought it could use mysql or postgress bu the setpage only has mysql [04:39:59] <^demon> Louperivois: I'll look later. [04:40:41] martman: dont use the debian mediawiki package [04:40:48] 1.7 is really old [04:41:17] hmmm [04:41:29] does that also play better with postgresql [04:41:29] ? [04:41:58] OverlordQ: I am in need of desparate help. [04:42:01] try worse [04:42:14] I've got 1.13.0rc1 set up and running and everything was working last night. [04:42:22] here let me paste what I posted up there ^ [04:42:28] Hi, I **REALLY** need help with my authentication for my wiki. I have 1.13.0rc1 and logging in was working last night, but for some reason overnight MediaWiki now detects all login attempts as empty usernames and shows the MediaWiki:Noname message "You have not specified a valid user name." The MySQL DB is totally fine, with users in it and all pages/photos/etc. working flawlessly. [04:43:14] MediaWiki isn't receiving any of my authentication info from any browser I try, no matter WHAT the username is. [04:43:19] martman: 1.7 did add PG support, but it's probably in a horribly broken and minimal state [04:43:45] normal authentication or like LDAP/etc? [04:43:46] ouch [04:43:49] thanks for the info [04:43:56] maybe ill try a fedora vm instead [04:44:10] using *any* distro package of MW is unsupported [04:44:26] that all cant be that bad [04:44:38] *they [04:44:56] probably not, but if it has problems, when getting help, step 1 will be to install a tarball version fro MW [04:45:26] ouch [04:46:16] *martman looks up mediawikis competition incase... [04:48:15] you'll find that standard with any package pretty much [04:48:28] if a distro horribly mangles any software, then complain to the distro not hte software developers [04:49:08] martman: DON'T use Debian's MW package. I was using it and it overwrote my LocalSettings.php file and I had to start everything from scratch. [04:49:30] I'm taking painstaking movements to get AWAY from Debian's package. I use their Apache2, MySQL, and PHP5 packages though. [04:49:37] hmmm [04:49:46] OverlordQ: I usually have my users log in via LDAP [04:49:49] ok, im going to switch to fedora now [04:49:52] and give mediawiki a shot then [04:50:03] martman: I don't think that's the ideal solution, but suit yourself. [04:50:19] martman: I'd stay away from any distro's MediaWiki package [04:50:23] id really rather how some kind of package manager handle it [04:50:31] And for everything else Debian works wonderfully. [04:50:35] i wont bother with updates and i really dont have much pantience for configuring webs tuff [04:50:39] i always have horrible lukc [04:51:25] OverlordQ: I have my users log in via LDAP and I have a local account for Admin. I tried my account (and other local accounts), nothing worked, even though it worked last night after I switched to 1.13.0rc1 [04:51:48] and no changes since then? [04:51:59] OverlordQ: But now I get the same exact message for local logins and then I tried to set up LDAP extension and the same message for LDAP logins. [04:52:08] OverlordQ: A bunch of changes, all to LocalSettings.php though. [04:52:18] might go over what you changed in there [04:52:22] A couple to php.ini but that was just for upload filesize limits to be raised. [04:58:39] OverlordQ: Would you take a look at my LocalSettings.php? [04:58:55] sure [04:59:11] how do you do that thing where you make a fill-in-the-blanks template? [04:59:54] OverlordQ: http://pastebin.ca/1083791 the DB password is fake, of course. [05:02:18] MrSock : You come back. Did you read my message for your CSS problem ? [05:02:30] oh man! [05:02:36] no - i'm falling asleep here. sorry. [05:02:38] *MrSock reads [05:03:18] dont see anything off hand :( [05:03:49] quote me : > MrSock : yes !! use #content before each instruction [05:03:51] [00:04] don't forget a:visited instructions [05:04:13] end of quote [05:04:18] might see if anybody else has any ideas :-( [05:05:09] OverlordQ : sorry, I don't really know ldap. [05:05:34] that's so perfect. Thank you, Louperivois! [05:05:54] I'm glad. [05:08:38] so, I will go to sleep me too. I hope that tomorrow my patch (bug 14929) will be applied, mmm? [05:08:49] bye everybody. [05:09:20] Oh damn I was going to ask him. [05:09:36] OverlordQ: Okay, well... have you ever heard of MW turning all usernames into noname before? [05:18:03] OverlordQ: Uggh, I just deleted pretty much every line I added to LocalSettings.php [05:18:08] Still broken. [05:19:25] so what's the error exactly? [05:19:27] No one in here has been able to help me, and this channel moves very slowly. [05:19:33] Is there another place for support? [05:19:42] Login error: [05:19:42] You have not specified a valid user name. [05:19:54] It's the same as in MediaWiki:Noname [05:20:16] I'm pretty sure what's happening is that MW is literally not receiving or processing anything I put in the username field. [05:20:35] Hence the same message it gives you when NO username is entered in for login: Noname [05:20:56] My DB is fine, I'm sure of it. [05:21:13] So from my perspective it's likely a MW problem. Maybe PHP, dunno. [05:21:47] OverlordQ: https://hampedia.org/w/index.php?title=Special:UserLogin&returnto=Special:UserLogin [05:23:48] lymeca: do you have the API enabled? [05:24:25] Splarka: I don't know the answer to that question, nor how to find out. [05:25:34] you do [05:25:38] var wgEnableAPI = true; [05:25:39] var wgEnableWriteAPI = false; [05:25:42] https://hampedia.org/w/api.php [05:25:48] do you know how to send POST requests? [05:27:42] api gives NoName error as well [05:28:12]

name:
name:
[05:28:16] oop, it does? nm then [05:28:20] something brokened ^_^ [05:28:34] yea dunno what tho [05:28:52] might suggest turning on the debug log and see if anything strange pops out there [05:28:56] !debug | lymeca [05:28:56] --mwbot-- lymeca: For information on debugging (including viewing errors), see . [05:28:56] (oop, second name: should be pass: but nm) [05:32:02] Splarka: So your suggestion doesn't help me [05:32:30] ? [05:33:41] OverlordQ: With normal PHP debugging the only thing I get is about 6 or 7 of these: [05:33:42] Warning: Cannot modify header information - headers already sent by (output started at /opt/mediawiki-1.13.0rc1/w/LocalSettings.php:5) in /opt/mediawiki-1.13.0rc1/w/includes/WebResponse.php on line 10 [05:34:06] hurm [05:34:37] something odd on line 5 then :) [05:34:42] in LocalSettings [05:35:12] line 5?? [05:35:13] THat's what line 5 is... [05:35:29] I put the PHP debug lines above that [05:35:46] you wont those *in* the Because on the debug instructions page it says: [05:35:49] To see PHP errors, add this to the very top of LocalSettings.php: [05:36:17] Oh, well I thought as much but I decided to follow instructions to the letter. [05:36:24] Okay so and THEN I can put the 2 debug lines on 2 and 3? [05:36:36] yea [05:37:34] OverlordQ: Okay now there are NO PHP errors [05:39:00] Should I, I don't know, try SQL error checking? [05:39:48] shouldn't have a problem there, add the $wgDebugLogFile line though [05:42:21] OverlordQ: Right below the two PHP debug lines? [05:42:22] $wgDebugLogFile = '/tmp/error.log'; [05:43:07] yea [05:43:18] When will it create the error.log file? [05:43:25] Only when an error occurs? [05:43:38] because I'm trying to log in now and no file is being created. [05:44:05] no should write to the log on any request, even browsing pages [05:45:30] OverlordQ: There is still no file being created... [05:45:50] apache probably can't write to that file then [05:46:03] In /tmp? [05:46:12] Okay... well... where should I put it? [05:47:11] I also tried in /opt/mediawiki-1.13.0rc1/ [05:47:18] 0_o [05:49:04] Okay, I made a new directory in / then I chmod 777ed it, then I changed user and group ownership to www-data [05:49:19] I updated LocalSettings.php to write error.log there [05:49:21] Nothing [05:53:49] that's, really really odd. :) I'd get a second opinion. [05:54:13] OverlordQ: Easier said than done... =[ [05:54:24] Thanks for trying though. [05:54:39] My wiki is basically broken though so I think I'll just install it from scratch again. [05:54:51] I've run out of options as far as I can tell... [05:54:56] I need a longer edit summery line! [06:20:47] OverlordQ: Ugh, now I can't even set up a new MW install [06:21:15] I untarred for a fresh start, and set up everything right in the cofi.php script and every time it just says in big red bold: [06:21:20] Something's not quite right yet; make sure everything below is filled out correctly. [06:21:45] I think there's a fundamental issue with Apache or PHP receiving input from text boxes [06:22:04] that does sound like a problem [07:08:56] OverlordQ, okay what do you say - is this a considerable change in database creation? [07:09:09] i dont see where this should have negative effects [07:09:25] as you said the table charset/collation has priority [07:09:41] but it has positive effects for some people [07:10:27] I mean, it makes sense, but shouldn't really have any adverse effects as the SQL dumps should create/select the correct encoding/collation [07:11:08] also true - this would be a second bugreport [07:11:15] the do not specify and charset at all [07:11:25] so the default is taken (latin1_swedish_ci) [07:11:49] on import [07:12:42] *they do not specify any charset at all [07:23:02] OverlordQ: FYI, I found out it's a PHP error [07:23:11] I think it happened when I updated some PHP packages maybe [07:23:23] I feel better, but not a whole lot better. [07:24:10] {{Lady_Aleena/saysomething|silly}} [07:25:14] ah :) [07:25:16] *Lady_Aleena specifies a chair set: recliner. :) [07:26:17] 03(mod) MediaWiki:Rcnote at Watchlist page - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=14937 +comment (10niklas.laxstrom) [07:26:18] my $chairset=recliner [07:26:51] {{Lady_Aleena/saysomething|profound}} [07:26:56] That is about all I know of Perl. [07:28:17] The more you know, the more you know you don't know. [07:28:20] ??r [07:29:20] ??r [07:29:59] Any more requests, Splarka? [07:30:43] {{Lady_Aleena/dosomething|cure cancer|invent cold fusion|invent room temperature superconductor|discover extraterrestrial life}} [07:31:23] Um, um, well, um, ah, okay? [07:36:16] 03rotem * r38076 10/trunk/extensions/Translate/MessageGroups.php: [07:36:16] * Removing warning about pass-by-reference. [07:36:16] * Adding a FIXME note because a fatal error occurs in MessageGroups::init. [07:43:20] 03rotem * r38077 10/trunk/extensions/Translate/MessageGroups.php: Temporary workaround for the fatal error, no idea how it affects the extension but it is definitely better than a fatal error. [07:43:48] After running DeleteBatch, RecentChanges won't update. Any idea why; how to fix? [07:52:57] re [07:53:59] 03rotem * r38078 10/trunk/extensions/ (3 files in 3 dirs): [07:53:59] Localization: [07:53:59] * Wikimedia Messages: Setting the meta global group pages as ignored messages. [07:53:59] * Update for he. [07:55:06] re he... he re [08:09:14] *Nikerabbit raises an eyebrow [08:09:30] *Lady_Aleena raises a glass. [08:09:38] *Sasoriza raises hell [08:09:52] he really did need to use the experimental features right now so that now we cannot update betawiki... [08:09:58] *Sasoriza and kids [08:11:03] thanks!!! [08:11:47] hm, isn't he a she? [08:12:22] How to run updateSpecialPages.php through phpMyAdmin? or, can updateSpecialPages.php be added to Maintenance_body.php? [08:12:45] rainman-sr: is he? [08:13:05] Sasoriza: updateSpecialPages.php is a command line script, phpMyAdmin is a database client. they have nothing to do with each other. [08:14:06] hm, i don't know .. for some reason i thought so [08:14:23] Sasoriza: no idea how the Maintenance extension actually works, but many maintenance scripts simply run too long to run them while a http request is waiting for response. the browser is simply going to time out. [08:14:33] results on the server side would be a bit unforseeable [08:14:36] !shell | Sasoriza# [08:14:36] --mwbot-- Sasoriza#: Shell access (that is, SSH access, see http://en.wikipedia.org/wiki/SSH) is highly recommended if you want to run MediaWiki. You can install without it, and basic operation will work, but even creating backups or upgrading will be painful without it. Some more involved maintenance tasks may even be impossible. MediaWiki is not designed for minimal environments. [08:15:18] ? what's that got to do with it [08:15:41] apparently rotem can be both male and female, but is usually male [08:15:44] think someone's pinging me the wrong msgs... [08:17:16] Sasoriza: you said: How to run updateSpecialPages.php through phpMyAdmin? or, can updateSpecialPages.php be added to Maintenance_body.php? [08:17:21] i was replying to that. [08:17:53] updateSpecialPages.php is to be run from the shell [08:20:54] 03nikerabbit * r38079 10/trunk/extensions/WikimediaMessages/WikimediaMessages.i18n.php: * Unbreak again. Something is not compatible with non-BMP characters [08:26:54] hi. I renamed all my tables in the database in preparation for the adition of a 2nd wiki and even though I put the prefix in localsettings.php the wiki refuses to work, any ideas? [08:28:25] oh never mind, it seems it works ;/ was my flaky host [08:28:54] Bah. Those sql guys are no help. [08:29:47] Sasoriza whats your problem? (although I doubt I can help) [08:30:12] Trying to force a rc update [08:30:33] Ran DeleteBatch and it stopped updating [08:30:33] everyday it amazes me how people do the opposite we recommend and then encounter problems [08:31:25] lol [08:31:31] Nikerabbit, who are you talking about [08:33:00] Sasoriza: I would guess more than half of the problems people are asking help in here are caused by that [08:33:18] caused by what [08:33:38] doing something else than what is recommended [08:34:08] What recommendation? Was that directed at me? [08:34:16] "hi! I want mydomain.com/article URLs, I want a namespace only sysops can read, I want to use remote authentication, and I want to use page hit counters but I want squid cache too." [08:34:53] "I also want external links to open in new windows, and I want to enable .exe uploads" [08:35:03] lol [08:35:17] dont forget the ability to add in php code to articles that gets executed [08:35:54] No matter what you do, most ppl will always ask for more [08:35:57] ahh yes, and a parser function for database queries [08:36:21] or running mediawiki in a host with php 4.0 and safemode and some overactive filtering and mixing files from different versions [08:36:27] In a way tho, can't say I blame 'em. It's about functionality. [08:37:46] Anyway, I'm still waiting. Was there a recommendation directed at me that I missed? [08:39:13] guys I uhm... I moved my wiki to a different folder and now it doesnt work. If i enter the path explicitly it works (i.e. japanwiki.org/en/index.php..blahblah ) but if I tner just japanwiki.org/en/ it doesnt work. What am I missing? [08:39:38] do I need to change some sort of "installpath" in the database? [08:40:09] Jubei: Does your script path and article path match? If so, they need to be different. [08:41:10] I'm not sure what you mean. If I type: http://japanwiki.org/en/index.php?title=Main_Page it works. but all the links on that page point to the old path, where do I need to change that? [08:42:35] Sasoriza: only when using redirects [08:43:23] where is the article title without underscored stored in the db? (not page_title in the page table) [08:43:50] josch: it isn't [08:44:06] darn [08:44:19] let me guess: it's in the article text? [08:44:29] not at least until the new title-branch is finished [08:44:34] http://img142.imageshack.us/img142/3451/20080415nerdsnj1.jpg [08:44:52] josch: nope, there is 1-1 mapping from database to visible title [08:44:54] Splarka: lol ;) [08:45:09] lol, Splarka... is that your kid? [08:45:11] :) [08:45:23] Nikerabbit, you are not telling me that the page_title is just taken and underscores are replaced by spaces???? [08:45:44] josch: with other changes, yes [08:46:05] haha - so i assume one can not store underscores in the title? [08:46:27] you can't have difference between space and underscore [08:46:31] :( [08:46:41] you can use displaytitle to fix the title in some pages [08:46:42] i see the need for the title-branch ;) [08:47:15] displaytitle... grrr [08:47:31] ^_^ Yay... a mention of my titlerewrite branch [08:47:33] Nikerabbit, can you quickly point me where i can search for the exact underscore->spaces code? [08:47:38] heh... though it really needs work [08:47:40] Worked for me once... not anymore [08:48:05] Dantman, what does it feature? [08:48:42] mm our documentation sucks [08:48:46] http://www.mediawiki.org/wiki/Manual:%24wgAllowDisplayTitle [08:48:58] but it isn't mentioned in http://www.mediawiki.org/wiki/Help:Magic_words [08:49:32] ^_^ Right now.... absolutely nothing... the code got to far out of sync with core so I had to restart the branch with a new one... :/ but I couldn't get any branch merging tools to work so right now it's just an out of date copy with nothing modified... [08:49:44] guys I moved my wiki to a different path on my server and now if I do http://japanwiki.org/en/index.php?title=Main_Page it works. but all the links on that page point to the old path, where do I need to change that? [08:49:55] Though there is a bit of code if you trackback a few revisions [08:50:10] That state can be seen here ;) http://titlerewrite.dev.wiki-tools.com/ [08:50:25] As you can see... It's broken >.< heh [08:50:36] Jubei: fix/unset $wgScriptPath, $wgScript, $wgArticlePath in localsettings [08:50:36] Though it does have a fair bit of valid work on it [08:51:28] Dantman, ;) [08:51:41] btw, is there delete which deletes subpages, now that we have move which moves subpages? [08:52:03] Unfortunately I've got a few other projects that are far higher on my priority list than any of these other ones... so I can only get back on these kind of projects if there is someone financially backing them [08:52:27] *Sasoriza throws $ at Dantman [08:52:41] I want ????????? too [08:52:54] ^_^ how much? I really need a laptop... this computer is seriously hindering my ability to program [08:52:55] Dantman/$ :) [08:53:02] Nikerabbit: thanks! ps. If mediawiki isnt on the / of the domain then I always to set wgScriptPath? [08:53:12] need* [08:53:12] actually I'm probably one of the few ones who actually get it [08:53:35] Jubei: if those are unset, MediaWiki should guess them [08:53:44] the important thing is that they are not set wrong :D [08:53:46] I have a laptop... dunno if I can get my son to part with it tho :) [08:54:07] heh [08:54:50] Dantman: bri/on, ti/m, smw guys(?), metavid guys(?) are there others who are paid? [08:54:51] Sorry I'm a bit demanding on machines... Nothing is going to last with me unless it has at least a dual core and a fair bit of RAM and HD space... [08:54:59] Nikerabbit: no it doesnt guess them I'm afraid. Which is weird but.. it doesnt. [08:55:09] ^_^ The people who work for Wikia [08:55:14] yeah [08:55:15] hi, i have a question: is there a simple possibility to download all the files of an existing wiki, to delete the online version and to upload it again like it was before ??? thx for answers [08:55:28] :/ I'd have a job there if I wasn't up here in Canada [08:55:30] the social "crap"? (using their own words :D) [08:56:21] so looks like that semantics, social, video and i18n are the keywords to get money [08:56:41] not what you know... who you know [08:56:41] barcalex: you can try exporting all the files but I think that doesnt take care of the templates (I am not sure about this, dont take my word for granted) [08:57:07] that's what i am afraid of too [08:57:24] Dantman: not something that would really make the software better in technical terms :/ [08:57:37] barcalex: I think export does NOT also export template dependencies so you'll be in trouble [08:57:56] ^_^ That's why you program your own stuff on the side [08:58:00] barcalex, can't do a backup? [08:58:18] how ? [08:59:10] http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki [08:59:31] thx, i 'll read :) [09:01:14] fglhsalauhgsgahualsuhglnjafnlglgafugfa [09:01:18] figured it out! [09:01:22] I completely agree! [09:01:25] *lymeca does a dance [09:01:39] glad somebody's happy [09:02:54] Stupid upload_max_filesize and post_max_size in /etc/php5/apache2/php.ini [09:02:58] I made them too big apparently [09:03:01] ?? [09:03:12] It broke all PHP processing of text in input fields [09:03:19] So no logins =P [09:03:27] lymeca: too big or too small :D [09:03:41] I kept getting MediaWiki:Noname for my logins as if I had entered nothing as the user [09:03:44] too big I think [09:04:12] post_max_size = 4096M and upload_max_filesize = 10000M [09:04:14] or something like that [09:04:31] I don't remember... I still want users to be able to upload multi-gigabyte files though. [09:04:34] Is that possible? [09:04:37] my css isn't working and i don't know why [09:04:44] lymeca: use something else than http for that [09:04:56] ? [09:05:02] ok I created a 2nd wiki dir, linked the files but now the installation fails with "500 Internal Server Error". Can somebody help me troubleshoot the issue? [09:05:04] table.draw { [09:05:04] Most of the wiki activity is on a LAN [09:05:05] Or allow for larger file uploads [09:05:08] is in the stylesheet [09:05:18] Why wouldn't I use HTTP? [09:05:22] {| class="draw" [09:05:26] is in the markup [09:05:37] lymeca: because it is not designed for such a big file transfers [09:05:50] Jubei: check server error logs [09:06:11] [09:06:23] is in the rendered html source, as reported by my browser [09:06:33] Nikerabbit: uhhm... ok I will look for them (on a shared hosting solution, not sure where the logs are, but will look!) [09:06:46] i've cleared my cache but the css rule still doesn't seem to have any control over the table [09:06:57] lymeca: I doubt the whole process is able to handle such a big files, unless you have gigabytes of ram [09:07:16] Nikerabbit: I have 16GB of RAM and there's nt much else on the server [09:07:31] I also have 6 TB HDD space in RAID-6 [09:07:36] So... [09:07:37] does someone know about this problem: since a special date i can see only every second day my whole wiki articles - my server says they have no server-problem ??? plz help [09:07:44] http://www.beyondeuclid.com/wiki/User:Bear/Sandbox [09:08:21] Xiong, is your skin set to default? [09:08:34] Xiong: what is the rule or style you are trying to apply? [09:08:45] size, color, border, background, what? [09:09:23] i have the wiki configured to use only one skin [09:09:48] i put a few rules in there; for debug purposes, border: solid black 1px; [09:10:18] i put the css in the skin.css file, which works for other things well enough [09:10:34] Nikerabbit: http://rafb.net/p/VcEYEg38.html [09:10:43] http://www.beyondeuclid.com/wiki/User:Bear/Sandbox [09:10:53] the whole table should be bounded by a black box [09:11:03] that works just fine on a simple standalone html page [09:11:06] as it should [09:11:13] Xiong: which skin.css ? http://www.beyondeuclid.com/w/index.php?title=MediaWiki:Scenic.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000 [09:11:15] that is blank [09:11:29] ? [09:11:31] odd [09:11:51] i don't edit the skin through the wiki, i edit it offline and upload via ftp [09:11:56] ew [09:11:57] Ack crap... I hate it when you forget a small minor but important detail [09:11:59] edit it on the wiki [09:12:02] but, anyway [09:12:06] Jubei, PHP5 enabled? [09:12:12] does that cause my problem? [09:12:13] I checked all your