[5:29pm] jhodgdon: GaborHojtsy: do you think we should do the "move settings to display to Language area" and "unify settings" on one patch/issue for views? [5:30pm] jhodgdon: GaborHojtsy: because it seems to me that the "unify" is a big piece of work. The field translation mechanism is totally different from the entity one currently. At least that is what I recall. [5:31pm] jhodgdon: GaborHojtsy: the "move" is a pretty small patch. [5:36pm] naveeenv_ joined the chat room. [5:36pm] GaborHojtsy: jhodgdon: well, its two API changes after each other [5:36pm] jhodgdon: yes [5:37pm] GaborHojtsy: jhodgdon: so I am looking to the feedback of core committers on that [5:37pm] jhodgdon: I am OK with merging them [5:37pm] GaborHojtsy: jhodgdon: well, you and dawehner just pushed this to RTBC so lets wait at least for committer feedback [5:37pm] jhodgdon: perhaps it would be best not to have two separate API changes,... [5:37pm] jhodgdon: yeah [5:38pm] jhodgdon: GaborHojtsy: before they will even look at it we need a change record and a beta eval added, do you want to do that? [5:38pm] jhodgdon: I guess the beta is out so we are not in a "critical/major freeze" any more... [5:39pm] GaborHojtsy: jhodgdon: I alreadu added a beta eval [5:39pm] naveeenvalecha left the chat room. (Ping timeout: 265 seconds) [5:39pm] GaborHojtsy: jhodgdon: there is a pretty deep and long look on what changes are accepted [5:42pm] webflo left the chat room. (Quit: Leaving.) [5:44pm] jhodgdon: ok I didn't see that. [5:45pm] jhodgdon: GaborHojtsy: oh you recently added it. :) [5:45pm] jhodgdon: looks good [5:47pm] GaborHojtsy: jhodgdon: yup [5:49pm] dinarcon left the chat room. (Ping timeout: 265 seconds) [5:50pm] jhodgdon: GaborHojtsy: ok let's give it a try this way. [5:50pm] jhodgdon: GaborHojtsy: I like that the current patch is clean and easy to understand. [5:51pm] GaborHojtsy: jhodgdon: yeah if I start reworking the entity plugins and the field plugins and inevitably need to add lots of tests for the field plugin, it will be a lot of stuff [5:51pm] jhodgdon: GaborHojtsy: indeed. [5:52pm] jhodgdon: GaborHojtsy: I don't think the entity one needs a lot of changes, just some additional options for the static languages, right? Which means basically I think one new method for rendering (static language with an option for which language it is)? [5:52pm] jhodgdon: GaborHojtsy: I think the field one may be more complicated [5:53pm] jhodgdon: GaborHojtsy: because I think it will need to (or should?) change to be more like Entity, to use those renderer class thingies [5:53pm] naveeenv_ is now known as naveeenvalecha. [5:53pm] jhodgdon: GaborHojtsy: and as I recall it doesn't currently [5:54pm] GaborHojtsy: jhodgdon: well, it can still use its current options, it already defaults to loading the entity in its original language which is not even exosed on the UI [5:54pm] GaborHojtsy: jhodgdon: I did not find yet where it is loaded [5:54pm] plach left the chat room. (Read error: Connection reset by peer) [5:54pm] jhodgdon: GaborHojtsy: ah. [5:54pm] GaborHojtsy: jhodgdon: so to figure out if we can support a ‘display in language found’ scenario [5:55pm] jhodgdon: right [5:55pm] GaborHojtsy: jhodgdon: that one seems to be the most headscratching for me [5:55pm] plach joined the chat room. [5:55pm] GaborHojtsy: jhodgdon: but maybe I just did not find it yet [5:55pm] jhodgdon: GaborHojtsy: the whole thing is a headache. :) [5:55pm] jsbalsera left the chat room. (Quit: Leaving) [5:55pm] GaborHojtsy: jhodgdon: and then the entire missing test coverage is the bigger pain [5:55pm] penyaskito: 5 to meeting [5:56pm] dinarcon joined the chat room. [5:57pm] Kristen_Pol joined the chat room. [5:58pm] nonsie joined the chat room. [5:58pm] jhodgdon: GaborHojtsy: https://api.drupal.org/api/drupal/core!modules!field!src!Plugin!views!field!Field.php/function/Field%3A%3Afield_langcode/8 [5:58pm] jhodgdon: GaborHojtsy: that is what decides the language code that should be used to display a given field. [5:58pm] GaborHojtsy: jhodgdon: yeah not that one [5:59pm] jhodgdon: https://api.drupal.org/api/drupal/core!modules!field!src!Plugin!views!field!Field.php/function/Field%3A%3Aprocess_entity/8 is what translates the entity [5:59pm] jhodgdon: for Field API fiels [5:59pm] GaborHojtsy: jhodgdon: process_entity yeah [6:00pm] GaborHojtsy: jhodgdon: so field_langcode falls back on LanguageInterface::LANGCODE_NOT_SPECIFIED which when passed to ContentEntity::getTranslation() means the original submitted version of the entity [6:00pm] jhodgdon: GaborHojtsy: at least it is centralized, the "figure out the language" part [6:00pm] GaborHojtsy: jhodgdon: so that is reproducible here (just needs to be exposed as a valid option which it is not) [6:00pm] GaborHojtsy: jhodgdon: BUT the question is how can we get the “language as found by the query” [6:01pm] jhodgdon: GaborHojtsy: yeah, so we'd just need to add the options for "the row's language" and "the page language" (or whatever they should be called in the UI) [6:01pm] jhodgdon: yes [6:01pm] jhodgdon: GaborHojtsy: I'll add this to the other issue so we don't have to search for it again. :) [6:01pm] GaborHojtsy: jhodgdon: the page language is already supported by this now in D8 [6:01pm] GaborHojtsy: jhodgdon: it just called differently on the UI and int he API also :D [6:01pm] GaborHojtsy: jhodgdon: so for row language [6:02pm] GaborHojtsy: jhodgdon: getItems calles process_entity [6:02pm] GaborHojtsy: WAIT, we run into the meeting time :D [6:02pm] GaborHojtsy: lol [6:02pm] GaborHojtsy: let’s do that meeting then :D [6:02pm] GaborHojtsy: HI ALL! [6:03pm] franSeva: o/ ---->just reading [6:03pm] GaborHojtsy: penyaskito, jhodgdon, franSeva, Kristen_Pol, plach, Schnitzel, sebcorbin, vijaycs85, YesCT: hi all [6:03pm] vijaycs85: hi [6:03pm] YesCT: hi [6:03pm] Druplicon: que tal [6:03pm] Kristen_Pol: howdy [6:03pm] Druplicon: salut [6:03pm] plach: hey [6:04pm] penyaskito: o/ [6:04pm] GaborHojtsy: so this is our last meeting for 2014 :) I’ll look at some fun stats when the year ends [6:05pm] penyaskito: GaborHojtsy: let me know if I can help collecting data :)) [6:05pm] plach left the chat room. (Read error: Connection reset by peer) [6:05pm] GaborHojtsy: however this was the year when we grew to over 1100 contributors :) [6:05pm] GaborHojtsy: not bad, ha :) [6:05pm] Kristen_Pol: d8mi++ [6:05pm] plach joined the chat room. [6:05pm] GaborHojtsy: so congrats on your work well done http://www.drupal8multilingual.org/team :) [6:06pm] GaborHojtsy: d8mi++ [6:06pm] GaborHojtsy: now as for me, I’ve neen working with some peopel in Ghent the last week and finally got the config schema stuff done :D [6:06pm] GaborHojtsy: so https://www.drupal.org/node/2183983 closed [6:06pm] Druplicon: https://www.drupal.org/node/2183983 => Find hidden configuration schema issues [#2183983] => 185 comments, 27 IRC mentions [6:06pm] GaborHojtsy: you may now find all kinds of interesting fails with your contrib projects or core patches [6:07pm] • jhodgdon had that problem in the last few days [6:07pm] GaborHojtsy: you are finding bugs ahead of time :) embrace it ÉD [6:07pm] GaborHojtsy: I published a cheat sheet to help people at http://hojtsy.hu/blog/2014-dec-12/drupal-8-configuration-schema-cheat-sheet [6:07pm] GaborHojtsy: and posted that on all relevant d.o pages [6:07pm] treehug88 joined the chat room. [6:07pm] GaborHojtsy: + I’ve also been working some on multilingual views problems [6:07pm] GaborHojtsy: https://www.drupal.org/node/2394041 [6:07pm] Druplicon: https://www.drupal.org/node/2394041 => Row language settings from entity views should be on display level for all views [#2394041] => 16 comments, 4 IRC mentions [6:08pm] GaborHojtsy: and opened a followup to unify UIs and APIs [6:08pm] GaborHojtsy: and finally [6:08pm] GaborHojtsy: also picked up some issues that were *really* close but needed a small bump [6:08pm] tstoeckler joined the chat room. [6:08pm] GaborHojtsy: https://drupal.org/node/2344967 and https://drupal.org/node/1993452 [6:08pm] Druplicon: https://drupal.org/node/2344967 => Tests for localization update does not update configuration translations [#2344967] => 30 comments, 3 IRC mentions [6:08pm] Druplicon: https://drupal.org/node/1993452 => Fix confusing UX by merging "Translate configuration" into "Finish translations" task [#1993452] => 44 comments, 2 IRC mentions [6:09pm] tstoeckler: sorry, a bit late to the party... [6:09pm] GaborHojtsy: also addressed https://drupal.org/node/2384863 with tests now, that needs a confirming review and RTBC hopefully :D [6:09pm] Druplicon: https://drupal.org/node/2384863 => Native language settings in views fields are no-ops [#2384863] => 19 comments, 1 IRC mention [6:09pm] jhodgdon: GaborHojtsy++ [6:09pm] GaborHojtsy: someone who has time for that it would be a great one to get in :) [6:09pm] GaborHojtsy: that’s it from me [6:09pm] jhodgdon: GaborHojtsy: I can take a look (views + d8mi = me) [6:09pm] GaborHojtsy: jhodgdon++ [6:09pm] jhodgdon: can I go next? [6:10pm] GaborHojtsy: jhodgdon: sure [6:10pm] jhodgdon: Short report: I am reviewing GaborHojtsy's and dawehner's work on views. [6:10pm] penyaskito: GaborHojtsy++ [6:10pm] jhodgdon: and trying to keep th eviews meta https://www.drupal.org/node/2313159 up to date [6:10pm] Druplicon: https://www.drupal.org/node/2313159 => [meta] Make multilingual views work [#2313159] => 29 comments, 25 IRC mentions [6:11pm] jhodgdon: that's it for D8MI work. On the side, I also am working on a module that helps you manage config updates [6:11pm] jhodgdon: it may get into core or may not this cycle [6:11pm] Kristen_Pol: jhodgdon++ [6:11pm] jhodgdon: https://www.drupal.org/sandbox/jhodgdon/2391835 [6:11pm] jhodgdon: I'm actually fairly proud of it. :) [6:11pm] jhodgdon: but not strictly D8MI. [6:12pm] naveeenvalecha left the chat room. (Remote host closed the connection) [6:12pm] GaborHojtsy: jhodgdon++ [6:12pm] jhodgdon: I'm done with my report [6:12pm] GaborHojtsy: jhodgdon: cool :) [6:12pm] GaborHojtsy: jhodgdon: thanks for the reviews [6:12pm] penyaskito: jhodgdon++ [6:12pm] GaborHojtsy: penyaskito: wanna go next? [6:12pm] reyero joined the chat room. [6:13pm] penyaskito: GaborHojtsy: ok [6:13pm] penyaskito: since last meeting, https://www.drupal.org/node/2363155 landed [6:13pm] Druplicon: https://www.drupal.org/node/2363155 => content_translation.settings config is not scalable [#2363155] => 39 comments, 16 IRC mentions [6:14pm] penyaskito: and that's all I've done in terms of patches [6:14pm] GaborHojtsy: penyaskito: yay, congrats :) [6:14pm] Kristen_Pol: penyaskito++ [6:14pm] penyaskito: I'm still looking where I can help next, suggestions welcome (criticals preferred) [6:14pm] GaborHojtsy: penyaskito: also thanks for your review on https://www.drupal.org/node/2391403 [6:14pm] Druplicon: https://www.drupal.org/node/2391403 => Statistics block not properly migrated, schema incorrect [#2391403] => 10 comments, 7 IRC mentions [6:15pm] naveeenvalecha joined the chat room. [6:15pm] GaborHojtsy: penyaskito: https://www.drupal.org/node/2363099 or https://www.drupal.org/node/2313917 are good criticals [6:15pm] Druplicon: https://www.drupal.org/node/2363099 => Translating field definition descriptions results in different schema definitions, resulting in update.php changes [#2363099] => 62 comments, 17 IRC mentions [6:15pm] GaborHojtsy: penyaskito: to work on IMHO [6:15pm] Druplicon: https://www.drupal.org/node/2313917 => Core version key in module's .info.yml doesn't respect core semantic versioning [#2313917] => 50 comments, 6 IRC mentions [6:16pm] GaborHojtsy: penyaskito: both are relatively approachable, I worked on them somewhat and can help with them as needed :) [6:17pm] penyaskito: GaborHojtsy: cool, thanks [6:17pm] GaborHojtsy: penyaskito: no, thank YOU :) [6:17pm] GaborHojtsy: penyaskito++ [6:17pm] YesCT: :) [6:17pm] GaborHojtsy: reyero: hi, wanna go next? [6:17pm] reyero: GaborHojtsy, hi [6:17pm] reyero: GaborHojtsy, not too much, I was just waiting for [6:18pm] reyero: tstoeckler, to udpate https://www.drupal.org/node/2298687 [6:18pm] Druplicon: https://www.drupal.org/node/2298687 => Fix interfaces implemented by Sequence/Mapping. Add a specific interface. Simplify both. [#2298687] => 48 comments, 19 IRC mentions [6:18pm] tstoeckler: reyero: yeah, sorry about that [6:18pm] tstoeckler: reyero: that's my plan for later tonight [6:18pm] reyero: tstoeckler, ok, cook [6:18pm] reyero: cool [6:19pm] GaborHojtsy: tstoeckler: thanks :) since you had concerns and have a good grasp of the issue, you would be the best [6:19pm] GaborHojtsy: tstoeckler: also make sure to add a beta evaluation in the summary to show the gain is better than the disruption :) [6:20pm] Kristen_Pol: reyero++ [6:20pm] GaborHojtsy: reyero++ [6:20pm] GaborHojtsy: tstoeckler++ [6:20pm] GaborHojtsy: tstoeckler: wanna go next? [6:21pm] penyaskito: reyero++ [6:22pm] jurgenhaas left the chat room. (Quit: Leaving.) [6:22pm] GaborHojtsy: no…. well, plach? [6:23pm] plach: GaborHojtsy: I have a client in chat, can anyone go next? [6:23pm] plach: I'll follow [6:24pm] Kristen_Pol: tstoeckler++ [6:24pm] GaborHojtsy: ha, ok >D [6:24pm] tstoeckler: sorry, I need to leave again :-/ [6:24pm] GaborHojtsy: vijaycs85: wanna go next? [6:24pm] tstoeckler: nothing to report, though, anyway [6:25pm] GaborHojtsy: tstoeckler: np, looking forward to the feedback, thanks for making the time [6:25pm] vijaycs85: GaborHojtsy: yep [6:26pm] vijaycs85: https://www.drupal.org/node/2350845 was working on this one - config inspector [6:26pm] Druplicon: https://www.drupal.org/node/2350845 => Array to string conversion fail [#2350845] => 20 comments, 2 IRC mentions [6:26pm] vijaycs85: reviewed https://www.drupal.org/node/1993452 [6:26pm] Druplicon: https://www.drupal.org/node/1993452 => Fix confusing UX by merging "Translate configuration" into "Finish translations" task [#1993452] => 44 comments, 11 IRC mentions [6:27pm] vijaycs85: and https://www.drupal.org/node/2384863 [6:27pm] pcambra left the chat room. (Remote host closed the connection) [6:27pm] Druplicon: https://www.drupal.org/node/2384863 => Native language settings in views fields are no-ops [#2384863] => 19 comments, 5 IRC mentions [6:27pm] vijaycs85: that's it [6:27pm] plach: vijaycs85++ [6:27pm] plach: I can go next :) [6:27pm] Kristen_Pol: vijaycs85++ [6:27pm] GaborHojtsy: vijaycs85: thanks, maybe another round of reviews on https://www.drupal.org/node/2384863 would be great [6:27pm] Druplicon: https://www.drupal.org/node/2384863 => Native language settings in views fields are no-ops [#2384863] => 19 comments, 6 IRC mentions [6:27pm] GaborHojtsy: vijaycs85: to get it to RTBC [6:28pm] GaborHojtsy: vijaycs85++ [6:28pm] vijaycs85: GaborHojtsy: sure will do. just saw that it has a new patch... [6:28pm] • jhodgdon is trying that one out now [6:28pm] vijaycs85: jhodgdon++ [6:28pm] GaborHojtsy: jhodgdon: superb, thanks [6:28pm] GaborHojtsy: plach: sure, go! [6:28pm] penyaskito: tstoeckler++ [6:29pm] penyaskito: vijaycs85++ [6:30pm] plach: during the previous week I worked on a bunch of critical during the Ghent DA Sprint [6:30pm] plach: https://www.drupal.org/node/2338873 [6:30pm] sebcorbin is now known as sebcorbin`away. [6:30pm] Druplicon: https://www.drupal.org/node/2338873 => Modules providing non-configurable field storage definitions can be uninstalled, leaving orphaned unpurged data [#2338873] => 61 comments, 9 IRC mentions [6:30pm] plach: https://www.drupal.org/node/2392209 [6:30pm] Druplicon: https://www.drupal.org/node/2392209 => DefaultTableMapping::getFieldColumName is broken for base tables [#2392209] => 37 comments, 7 IRC mentions [6:30pm] plach: https://www.drupal.org/node/2371605 [6:30pm] Druplicon: https://www.drupal.org/node/2371605 => SqlContentEntityStorage::countFieldData() fatals for revision metadata fields and the UUID field [#2371605] => 2 comments, 4 IRC mentions [6:31pm] plach: and above all https://www.drupal.org/node/2232477 [6:31pm] Druplicon: https://www.drupal.org/node/2232477 => Fatal when adding new fields with NOT NULL constraints in a base table that contains existing entities [#2232477] => 151 comments, 23 IRC mentions [6:31pm] plach: which I am still working on [6:31pm] plach: the goal is unblocking https://www.drupal.org/node/1916790 [6:31pm] Druplicon: https://www.drupal.org/node/1916790 => Convert translation metadata into regular entity fields [#1916790] => 125 comments, 25 IRC mentions [6:31pm] plach: so we can finally remove the legacy D7 storage code and exploit the new entity storage [6:32pm] GaborHojtsy: plach: yayayayayay [6:32pm] GaborHojtsy: plach++ [6:32pm] plach: and have all the good stuuff coming from leveraging the Entity Field API [6:32pm] dasrecht_off is now known as dasrecht. [6:32pm] plach: I helped getting other critical committed with reviews and stuff [6:33pm] GaborHojtsy: plach: do you still have reviews on these as needed? [6:33pm] plach: and *tadaaa* together with franSeva we aere able to get https://www.drupal.org/node/2230637 in RTBC status [6:33pm] Druplicon: https://www.drupal.org/node/2230637 => Create a Language field widget and the related formatter [#2230637] => 149 comments, 54 IRC mentions [6:33pm] dasrecht is now known as dasrecht_off. [6:34pm] vijaycs85: plach++ [6:34pm] GaborHojtsy: plach: yeah congrats on that one, looking forward to seeing it land [6:34pm] GaborHojtsy: plach++ [6:34pm] GaborHojtsy: franSeva++ [6:34pm] penyaskito: plach++ [6:34pm] penyaskito: franSeva++ [6:34pm] plach: also https://www.drupal.org/node/2143729 was RTBC for a while, but we are missing some test coverage [6:34pm] Druplicon: https://www.drupal.org/node/2143729 => Entity definitions miss a language entity key [#2143729] => 137 comments, 11 IRC mentions [6:35pm] franSeva: plach++ [6:35pm] franSeva: plach++ [6:35pm] plach: I will probably add that soonish so we can have also that one committed [6:35pm] franSeva: plach++ [6:35pm] plach: that's it [6:35pm] franSeva: plach, I learn a lot with that issue [6:35pm] vijaycs85: GaborHojtsy: https://www.drupal.org/node/2384863#comment-9443043 side note [6:35pm] Kristen_Pol: plach++ [6:35pm] Druplicon: https://www.drupal.org/node/2384863 => Native language settings in views fields are no-ops [#2384863] => 20 comments, 7 IRC mentions [6:35pm] plach: franSeva: glad to hear it :) [6:37pm] GaborHojtsy: vijaycs85: https://www.drupal.org/node/2384863#comment-9443059 [6:37pm] Druplicon: https://www.drupal.org/node/2384863 => Native language settings in views fields are no-ops [#2384863] => 20 comments, 8 IRC mentions [6:37pm] GaborHojtsy: YesCT: wanna go next then? [6:37pm] YesCT: sure. [6:37pm] YesCT: mostly sprint organizing lately. [6:37pm] YesCT: sprints? [6:37pm] Druplicon: sprint weekend? bogota? midcamp? devdays? la? drupalaton? for info and to sign up. See: sprint? for general info about what a sprint is and planning resources. [6:37pm] YesCT: bogota? [6:37pm] Druplicon: DrupalCon Latin America in Bogota, 10-12 Feb https://latinamerica2015.drupal.org | EXTENDED SPRINTS 8-13 Feb. Sign up: https://docs.google.com/spreadsheet/ccc?key=0AtDYnjV5l0uydEVCVTRjYzhkXzF6N05WelRrZlAxNnc#gid=0 [6:37pm] YesCT: midcamp? [6:37pm] Druplicon: midcamp is March 19-22 2015 http://2015.midcamp.org at UIC https://groups.drupal.org/node/445658 2016 venue search for March in Chicago has begun. 2017 could be anywhere in the US midwest, but speak up soon. (But should need to be planned ahead of time.) Sprint sign up: http://bit.ly/midcamp2015 [6:37pm] plach: GaborHojtsy: sorry, I missed your question: for now I need fago to RTBC https://www.drupal.org/node/1916790 and https://www.drupal.org/node/2232477 [6:38pm] Druplicon: https://www.drupal.org/node/1916790 => Convert translation metadata into regular entity fields [#1916790] => 125 comments, 26 IRC mentions [6:38pm] Druplicon: https://www.drupal.org/node/2232477 => Fatal when adding new fields with NOT NULL constraints in a base table that contains existing entities [#2232477] => 151 comments, 24 IRC mentions [6:38pm] YesCT: session submission for midcamp will open super soon. [6:38pm] plach: no other stufff needing review atm [6:38pm] YesCT: and a reminder that dev days has dates and a location. [6:38pm] YesCT: devdays? [6:38pm] Druplicon: The next Drupal Dev Days is 13th to 19th April 2015 in Montpellier France. See https://twitter.com/drupaldevdays and http://devdays.drupalcamp.fr/ [6:38pm] GaborHojtsy: plach: wanna ping them to fago or should I? [6:38pm] plach: I will if he doesn't show up soon :) [6:39pm] YesCT: I'm still planning on going through novice and d8mi issues and removing novice tag where necessary, and evaluating for beta [6:39pm] YesCT: beta? [6:39pm] Druplicon: Drupal 8 is currently in beta: https://www.drupal.org/node/2357303 | Allowed changes during the beta phase: https://www.drupal.org/core/beta-changes | Contributor task: https://www.drupal.org/contributor-tasks/update-allowed-beta [6:40pm] jhodgdon: https://www.drupal.org/node/2394951 :( found this while testing GaborHojtsy's native language patch [6:40pm] fago left the chat room. (Ping timeout: 264 seconds) [6:40pm] Druplicon: https://www.drupal.org/node/2394951 => Bad page title with [placeholder=...] after translating taxonomy term [#2394951] => 0 comments, 1 IRC mention [6:40pm] YesCT: oh, and I'm looking for anyone in africa, asia, south america for global sprint weekend sprints. [6:40pm] YesCT: those are nice starter sprints which can be small 4-5 people, and good for first time organizers. [6:40pm] YesCT: sprint weekend? [6:40pm] Druplicon: Jan. 17-18, 2015. Add your local event! https://groups.drupal.org/node/447258 | Resources for planners: https://www.drupal.org/core-mentoring/sprint-resources | Preparation tips: http://www.comm-press.de/en/blog/preparations-global-sprint-weekend-march-9-and-10 [6:41pm] penyaskito: YesCT++ [6:41pm] GaborHojtsy: jhodgdon: should be tagged with the twig escape bugs tag and added to that meta I think [6:41pm] GaborHojtsy: jhodgdon: not sure which tag [6:41pm] jhodgdon: GaborHojtsy: I am not sure it is twig escape. It is not HTML tags but [] that are showing. [6:41pm] GaborHojtsy: YesCT: Cheppers is doing a sprint in Budapest [6:41pm] Kristen_Pol: YesCT++ [6:42pm] GaborHojtsy: jhodgdon: the em tag is showing :D [6:42pm] YesCT: cools. :) [6:42pm] YesCT: ohhh. for people trying to get d8 released, wanted to make sure everyone saw the announcement: [6:42pm] YesCT: https://www.drupal.org/governance/d8accelerate [6:43pm] GaborHojtsy: YesCT: good point [6:43pm] GaborHojtsy: https://www.drupal.org/governance/d8accelerate is worth reading indeed [6:44pm] GaborHojtsy: YesCT: let me know if you need help triaging D8MI issues [6:44pm] GaborHojtsy: YesCT++ [6:44pm] GaborHojtsy: Kristen_Pol: wanna go next? I think you put a coworked on updating the D8MI demo? [6:44pm] Kristen_Pol: sure [6:45pm] Kristen_Pol: we have a new employee (Jeff Mahoney) who was working a bit on the d8 ml profile (get it up to latest d8 version) [6:45pm] Kristen_Pol: aimee is still figuring out about drupalcon latin america and will be checking in with cathy [6:45pm] Kristen_Pol: I would like to work on something this coming week for about 2 to 4 hours and need some advice [6:46pm] Kristen_Pol: if someone has some documentation or testing or something they want help with [6:46pm] Kristen_Pol: all for me! [6:46pm] penyaskito: Kristen_Pol++ [6:47pm] GaborHojtsy: Kristen_Pol: I think the work on update is not yet done? [6:47pm] GaborHojtsy: Kristen_Pol: any timing plans? [6:47pm] Kristen_Pol: I'll check in with jeff on that [6:47pm] Kristen_Pol: I'll see if he can get it done in next couple days [6:47pm] GaborHojtsy: Kristen_Pol: perfect, thanks :) [6:48pm] GaborHojtsy: Kristen_Pol: they targeted to make it work with D8 head which is ok for a little bit but then I don’t think you want to commit to always updating it :D [6:48pm] GaborHojtsy: Kristen_Pol: so I think updating for latest beta would be good [6:48pm] GaborHojtsy: Kristen_Pol: there is a beta today based on https://groups.drupal.org/node/450568 [6:48pm] Druplicon: https://groups.drupal.org/node/450568 => Drupal 8 beta 4 on Wednesday, December 17, 2014 => 0 comments, 10 IRC mentions [6:49pm] Kristen_Pol: sounds… good… will let him kno2 [6:49pm] Kristen_Pol: know [6:49pm] dasrecht_off is now known as dasrecht. [6:49pm] GaborHojtsy: in fact beta 4 was tagged 13h ago already http://cgit.drupalcode.org/drupal/commit/?id=e15ebedc4c6afdab87c1ffd7cb1f5ca462aafe87 [6:49pm] GaborHojtsy: Kristen_Pol: so I think that would be good to tie to currently [6:50pm] Kristen_Pol: great! [6:51pm] GaborHojtsy: ok, who did I forget? [6:53pm] Kristen_Pol: GaborHojtsy: I checked in with Jeff and we are going to pow-wow Friday on the d8ml profile update to beta 4… worst case I can do the work on it next week if he doesn't get it done on Friday [6:53pm] naveeenv_ joined the chat room. [6:54pm] naveeenvalecha left the chat room. (Read error: Connection reset by peer) [6:54pm] naveeenvalecha joined the chat room. [6:55pm] GaborHojtsy: Kristen_Pol: thanks, I have no immediate needs, not going to demo over the holidays, so no hurry [6:55pm] GaborHojtsy: Kristen_Pol: but I’ve seen Jeff is working on it [6:55pm] GaborHojtsy: Kristen_Pol: just wanted to make sure it goes to a stable state again :) [6:56pm] GaborHojtsy: Kristen_Pol: its better to worka gainst a set target like beta4 [6:56pm] Kristen_Pol: GaborHojtsy: yep!!! [6:56pm] Kristen_Pol: GaborHojtsy: best to do it before the holidays hit [6:58pm] naveeenv_ left the chat room. (Ping timeout: 245 seconds) [6:58pm] rodrigoaguilera is now known as nodrigoaguilera. [7:01pm] YesCT: GaborHojtsy++ [7:01pm] plach left the chat room. (Read error: Connection reset by peer) [7:01pm] GaborHojtsy: ok, well, done for the meeting then [7:01pm] GaborHojtsy: thakns all for coming [7:01pm] GaborHojtsy: AND have a great holiday! [7:01pm] plach joined the chat room. [7:01pm] GaborHojtsy: take some rest! [7:01pm] GaborHojtsy: Kristen_Pol++ [7:01pm] GaborHojtsy: jhodgdon++ [7:01pm] GaborHojtsy: vijaycs85++ [7:01pm] GaborHojtsy: plach++ [7:02pm] GaborHojtsy: penyaskito++ [7:02pm] GaborHojtsy: reyero++ [7:02pm] GaborHojtsy: tstoeckler++ [7:02pm] jhodgdon: happy holidays to you too GaborHojtsy! [7:02pm] plach left the chat room. (Read error: Connection reset by peer) [7:02pm] Kristen_Pol: GaborHojtsy++ [7:02pm] GaborHojtsy: franSeva++ [7:02pm] vijaycs85: GaborHojtsy++ [7:02pm] vijaycs85: plach++ [7:02pm] vijaycs85: franSeva++ [7:02pm] plach joined the chat room. [7:02pm] vijaycs85: Kristen_Pol++ [7:02pm] vijaycs85: tstoeckler++ [7:02pm] vijaycs85: YesCT++ [7:02pm] vijaycs85: jhodgdon++ [7:03pm] vijaycs85: penyaskito++ [7:03pm] vijaycs85: reyero++ [7:03pm] YesCT: Kristen_Pol++ [7:03pm] vijaycs85: D8MI++ [7:03pm] YesCT: jhodgdon++ [7:03pm] vijaycs85: D*MI++ [7:03pm] YesCT: plach++ [7:03pm] GaborHojtsy: d8mi++ [7:03pm] YesCT: penyaskito++ [7:03pm] YesCT: reyero++ [7:03pm] YesCT: tstoeckler++