[00:11:01] Krenair vvv: Its also TOTP [00:39:27] any parsoiders here? I'm getting: Error loading data from server: 0: parsoidserver-http: HTTP 0 ... [00:39:46] try #mediawiki-parsoid [00:40:15] Negative24, glad to hear - thx [00:42:37] hypergrove, that happens when curl can't connect to the parsoid box, IIRC [02:34:00] hello, one question [02:34:31] special:import, perform the import of also subpages and called templates? [07:55:55] isnt there a way to forward all requests for a page in a namespace to an interwiki, for say all templates. [10:34:01] Hello, [10:34:01] Is there anyway i may reset my gerrit.wikimedia password when i'm already logged out of it.. I just forgot the password to login to it.. [10:35:11] prijaya__: Usually there is a button to press to get the password or reset code sent to the registerd e-mail address. [10:36:41] cannot find one :/ [10:38:09] http://i.imgur.com/JYgSS9d.png [11:00:52] prijaya__: it's your wikitech.wikimedia.org password [11:07:56] thanks Nemo_bis , i reset it there and can login again .. :) [11:09:21] Sweet [11:33:10] bugs for beginners ? [14:11:00] is there any channel for grimoire? [14:56:08] heelo [14:56:11] hello [16:07:21] hi [17:36:18] http://i.imgur.com/1b2X3v7.png this is new [17:45:23] anyone seen ladsgroup on IRC? [17:54:08] Betacommand: Is that Amir1? [17:54:14] He's usually at #wikidata [17:54:22] online atm [17:54:23] Glaisher: found him already :) thanks [18:17:33] hi all! [18:17:46] i am willing to participate at GSoC [18:18:36] is there a specific GSoC mailinglist ? I am already registered on medaiwiki.org but it seems phabricator doesn't accept my userid [18:51:02] i'm trying to submit a patch in visualeditor extension.i have made some changes in visualeditor.php and in some other file.But when i'm trying to create a branch using git it says changes in visualeditor.php will be overriden by this check out please commit your changes.And when i'm using git diff changes from visualeditor.php is shown,not from other files [18:52:17] mario__: you're using 'git checkout -b name' to create the branch? [18:52:36] mario__: in that case, try 'git branch name' instead [18:53:10] if that also doesn't work, run 'git stash', then create the branch, then 'git stash pop' [18:54:03] can anyone tell me what are possible types of spams that you can detect on a wiki page [18:54:42] or that can be detected on wikis? [18:54:51] d3m3nt3r: I don't think we really have tools to /detect/ spam [18:55:06] there are some tools that help you remove spam, though, I think [18:55:34] no i am just asking about the spams you might have seen? [18:56:10] in wikis [18:56:17] it varies. Mostly gibberish with links, though [18:58:36] any more apart from links [19:01:05] valhallasw`cloud: that worked,but using git diff i'm unable to see changes made in other files [19:01:47] mario__: that's strange. Are you sure you saved them? [19:01:57] also, try running 'git status' [19:02:31] are those files shown either under 'Untracked files' or under 'Changes staged for commit'? [19:03:45] it says [19:03:52] : Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) (commit or discard the untracked or modified content in submodules) modified: VisualEditor.php modified: lib/ve (new commits, modified content) no changes added to commit (use "git add" and/or "git commit -a") [19:04:45] ok. did you change any other files than VisualEditor.php and lib/ve ? [19:05:16] no other then them [19:05:34] changes made in lib/ve are not shown [19:05:47] Ah, ok, that makes sense. [19:05:56] lib/ve is a 'submodule', which means it's a git repository of it's own [19:06:12] you should be able to see your changes there if you cd to lib/ve [19:06:15] and then run 'git diff' [19:57:02] valhallasw`cloud:how can i see which files i have commited [19:57:10] mario__: git show HEAD [19:58:32] thanks,is it possible to modify commit message [19:59:03] git commit --amend [19:59:21] if you still haven't pushed it anywhere [20:00:27] thanks [20:03:39] valhallasw`cloud: do i need to create another branch for lib/ve [20:04:37] mario__: Just follow the same process you used for VisualEditor.php. In the end, you should send two review requests to gerrit, one for extension-visualeditor and one for the visualeditor backend (=lib/ve) [20:14:53] valhallasw`cloud: so that would make it two different patches [20:15:13] mario__: correct. Unfortunately, there's no way to submit it as a single patch. [20:18:18] valhallasw`cloud: will that be fine because both are dependent on each other [20:18:50] mario__: yeah, it's fine. Just add a comment to both commits stating 'this depends on this other patch' [20:24:33] how do i remove files added through git add in git [20:27:54] valhallasw`cloud: how do i remove files added through git add in git [20:28:28] mario__: if you haven't committed them yet you can use 'git reset' to clear the list of files to commit [20:42:15] valhallasw`cloud: git reset didn't work, i can see all unwanted files by git status [20:42:55] mario__: I'm confused. Do you want to reset the files to their original state? [20:44:07] yes ,changes made in them was by mistake and they are shown for commiting,i dont want to commit them [20:47:44] valhallasw`cloud:is there any way to remove them [20:47:56] mario__: git checkout [20:48:04] but that will reset ALL changes in that file! [23:27:52] i m trying to install git review using $ pip install git-review in windows but it says pip not found [23:28:26] i have already included python in system variables