[01:25:24] hi, i'm trying to set up parsoid to use the VisualEditor extension, but parsoid can't seem to access the mediawiki api: "404: parsoidserver-http: HTTP 404" [01:26:06] but when i curl the url i've set in parsoid's settings.js, i get the html of the api overview page [01:31:31] isn't that MW getting a 404 when connecting to parsoid? [01:33:59] Krenair: could be, i've got no idea [01:34:20] Krenair: the VisualEditor troubleshooting section states "Caused by wrong path to MediaWiki API endpoint", though [01:35:35] Krenair: got it: mediawiki and parsoid apparently use different default values for the (officially optional) "domain" setting [08:53:46] Hi! I had posted a question about a hardcoded value in the MW source to the mailing list MediaWiki-l. Is that the right list for that kind of question? [09:09:28] yeah [09:16:58] JosefAssad: yes, mediawiki-l is the general list for support / usage of mediawiki :-} [09:19:37] *phew* thanks :) [09:20:25] Would that list also be appropriate for discussions concerning changes in code? [11:19:03] hi [11:30:05] test [11:38:54] test1: seems to work? :) [13:06:17] n-st what versions are you on? I'm struggeling to get mw to communicate with parsoid for both the collection and VE extension... been trying both 1.25, 1.26 and 1.27 builds of them, but the documentation/settings I make seems... well... off [13:35:45] Anyone know how to get video preview images on Dynamic Page List? [13:36:22] i found this: https://www.mediawiki.org/wiki/Thread:Extension_talk:DynamicPageList_(Wikimedia)/Mediaplayer_in_gallery_mode and went to get the patch but it looks like my version is already patched [13:36:29] however i cant get the images to load [14:03:45] morning [14:12:38] Would anyone care to discuss a possible wiki extension idea? [14:13:16] During my years coding I find myself having to use forums a lot. But they are a poor way to organise information. [14:13:39] Because related things cannot be chunked together easily. [14:14:14] https://www.mediawiki.org/wiki/Extension:Flow ? [14:14:37] It would be better if there existed some Wiki, and instead of 'asking a question on a forum' you would instead go to the appropriate page on the wiki, creating it if necessary. [14:15:12] And then it would also be possible to list 'recent wiki activity' and observe all recent questions/issues [14:15:19] http://stackexchange.com/ ? :) [14:15:27] Then they could be closed once they have been dealt with, much like github [14:16:08] I'm thinking something that takes ideas from forums, SE, github, IRC and wiki. [14:16:26] MW has Special:RecentChanges and discussion threading extensions are Flow or LQT (which also allow closing a thread) [14:17:05] Thanks, I will look into those. [14:17:12] well... and https://xkcd.com/927/ of course. [14:19:55] I always consult Randall when I get stuck [15:54:27] I'm trying to get mw-ocg-service installed pr https://github.com/wikimedia/mediawiki-extensions-Collection-OfflineContentGenerator#installing-a-production-server-on-ubuntu [15:54:53] shouldn't there be a file in /etc/init.d/ as well? [15:55:01] server is 14.04 [16:13:18] I tried to install VisualEditor in my Wikimedia server. Not working, but I don't see where is the problem. Can you tell me how/where to find help on it? [16:13:37] klo: Did you install Parsoid? [16:13:46] yes, it seems to work [16:15:39] klo: You can try asking in #mediawiki-visualeditor [16:15:58] cool ! thank for this inforamtion [16:16:18] Good luck. [16:29:37] info Xyz-zy [16:29:39] whoos [16:29:48] I'm clearly too tired [17:07:50] paladox: do you may know a way to tell Vector not to override my css? ^^ [17:08:57] Aebian: Well not really since your skin depends on vector and the only way would be to overide the css in yours using !important so like padding: 0em !important; [17:11:02] the MW Foundation kickoff meeting is starting now [17:11:15] kickoff is for new mediawiki related projects? [17:12:22] no, it's about creating a MediaWiki Foundation [17:12:32] some of the background is at https://phabricator.wikimedia.org/T119403#1918762 [17:15:11] etherpad is https://etherpad.wikimedia.org/p/i8XjsnBxxh [17:20:12] paladox: hmmmm okay I will check the important thing out [17:20:22] legoktm: What would the mediawiki foundation do. [17:20:51] that's what we're trying to figure out :) [17:21:27] legoktm: Oh would that be another foundation in wikimedia foundation that controls the mediawiki side off things. [17:22:08] no idea [17:22:44] ok. [17:44:39] i wish integrated etherpad into mediawiki :) [17:44:45] i wish they integrated etherpad into mediawiki :) [18:16:44] Need some help on translate extension. I just upgrade from 1.23 to 1.26, but now for whatever page I'd like to translate, I will get "The indicated group does not exist. Select a different message group." [19:53:59] hexmode: do we have a call-in number or something? [19:59:54] damn it. it was in new york time [20:14:59] hello, i'm trying to set up a mediawiki for our hackerspace with ldap login, but the ldap login doesn't work and i can't get and ldap related errors in the log. any ideas? [20:15:48] You've followed https://www.mediawiki.org/wiki/Extension:LDAP_Authentication/Configuration_Options#Debugging_options ? [20:16:02] i have $wgLDAPDebug = 3; and $wgDebugLogGroups['ldap'] = "/var/log/mediawiki/ldap.log"; [20:16:14] and $wgLDAPDebug = 3; [20:17:21] cos-: anything in /var/log/mediawiki/ldap.log ? [20:17:30] the login page asks for ldap domain, as it should so the plugin is enabled [23:55:03] I've linked /etc/init/mw-ocg-service.conf -> /opt/ocg/mw-ocg-service/mw-ocg-service.conf and executed initctl reload-configuration but I still can't find the service? [23:56:13] I assume the command for starting it should be "service mw-collection-ocg start" and not "service mw-collection-ocg start", but neiterh work... [23:56:15] err [23:56:26] service mw-ocg-service start*