IRC log of #novawebdev for Thursday, 2018-05-31

nrcernaSorry I just saw the mention of jelkner 00:29
nrcernaGood night 00:29
*** mjsir911 has joined #novawebdev08:05
*** mjsir911 has joined #novawebdev09:56
*** dsmall has joined #novawebdev09:58
*** mjsir911 has joined #novawebdev10:13
*** jelkner has joined #novawebdev10:54
*** replaceafill has joined #novawebdev11:11
dsmallgood morning replaceafill 11:26
replaceafilldsmall, good morning11:27
dsmallreplaceafill, check out my new filters :) https://gitlab.com/duncan-small/Tendenci-Blog/blob/dev/views.py#L2311:27
replaceafilldsmall, you can call filter once with multiple parameters11:28
replaceafilldsmall, like filter(create_dt__day=day, create_dt__moth=month...)11:28
replaceafilldsmall, and usually you put the order by at the end11:28
dsmallreplaceafill, ok cool, thanks for the tips11:29
replaceafilldsmall, i think i'm going to set up a test instance for your work11:29
replaceafilldsmall, either tomorrow or monday11:30
dsmallreplaceafill, I won't be in tomorrow11:30
replaceafilldsmall, ah ok11:30
dsmallreplaceafill, just FYI11:30
replaceafilldsmall, thanks for letting me know11:30
dsmallreplaceafill, ya np11:30
replaceafilldsmall, so you have enough to keep you busy today?11:31
dsmallreplaceafill, I think so, I will let you know if I need more work :)11:31
replaceafilldsmall, cool, i'm curious about the comment alternatives11:31
replaceafilldsmall, we'll need those in all posts11:31
replaceafilldsmall, i'll let you go back to it then11:32
dsmallreplaceafill, alright11:32
jelknerGood morning, replaceafill!11:44
replaceafillgood morning jelkner11:44
jelknerwe need our new website deployed by tomorrow11:45
jelkneris there anything i need to do to help with that?11:45
replaceafilljelkner, hhm i hadn't considered that11:45
replaceafilljelkner, is zOnny around?11:45
jelknerhe will be at 1:40 pm11:46
replaceafilljelkner, ok11:46
replaceafilljelkner, i'm going to set up the new server then11:46
jelknerand we stay until 9 pm tonight11:46
jelkner+111:46
replaceafilljelkner, ah ok, but he's able to work until 7 pm, correct?11:46
jelkneryes, then chris hedrick comes in11:47
replaceafilljelkner, ok11:47
jelknerand they will work on the new tendenci alumni site for ACC11:47
replaceafilljelkner, :S11:47
replaceafilljelkner, ok11:47
replaceafilljelkner, tendenci is taking over!11:47
jelknerreplaceafill, :S ?11:47
replaceafilljelkner, i'll get started with the server and branch setup11:47
replaceafilljelkner, i'm just intrigued about all the tendencis11:48
replaceafilljelkner, :)11:48
jelknerwe need *lots* of practice, man11:48
jelknerand a growing community of folks who know how to use it11:48
replaceafilljelkner, indeed11:48
jelknerso that's what we're doing11:48
replaceafilljelkner, cool11:49
jelknerit's the old, "If all you have is a hammer, everything looks like a nail." syndrome ;-)11:49
replaceafilljelkner, yeah, i thought the same11:49
replaceafill:)11:49
jelknerso let's hammer away11:49
replaceafilljelkner, +111:49
replaceafilljelkner, please tell zOnny to ping me asap11:49
jelknerwill do11:51
replaceafilljelkner, according to the site i develop heads!11:53
replaceafilljelkner, and you're a web developer! :O11:53
jelknerkik11:53
jelknerlol11:53
jelknerwe need to fix that11:53
jelknerdid you see my issue on randomizing those?11:54
replaceafilljelkner, and we charge a dollar for graphic design11:54
replaceafilljelkner, poor nrcerna :(11:54
replaceafilljelkner, yes11:54
jelkneryes, and $2 for web design11:54
replaceafilljelkner, we'll never make it!11:54
jelkneri told isaac he needs to jump on this now before the prices go up!11:54
replaceafilljelkner, LOL11:54
replaceafill:))))11:54
jelknerin all honesty, we won't drop dead if this isn't in place by tomorrow11:55
jelknerit will mean i can't show it off in NY11:55
jelknerso i'd like to make it happen if we can11:55
jelknerit doesn't have to be perfect (since it never will be)11:56
jelknerbut just good enough11:56
jelknerto replace the current one11:56
replaceafilljelkner, sure11:56
replaceafilljelkner, i'm thinking we should set it up under a subdomain for now11:56
replaceafilljelkner, new.novawebdevelopment.org11:56
replaceafilljelkner, or something11:56
jelkneryou're the boss11:57
replaceafilljelkner, you're the customer11:57
jelkneri'm the sales person11:57
replaceafilljelkner, in case you want to show both in NW11:57
replaceafillNY11:57
jelknerso you need to give me something to sell11:57
jelknerif we want to have a business11:57
jelknerbut i'll wait til you tell me we're ready11:57
jelknerand i'll start selling11:57
replaceafilljelkner, i'll start with a subdomain11:58
replaceafilljelkner, and we change it when we think it's good enough11:58
jelknerokie dokie11:58
jelknerbut i'll be pushing for sooner rather than later11:58
jelknerthe problem with later is that we don't do it11:58
jelknersince it isn't urgent11:59
replaceafilljelkner, i think it's too close now to not get it done11:59
jelknerlet's talk to zOnny when he gets here11:59
replaceafilljelkner, sure11:59
jelknerand see what we can do11:59
jelknerback to work for us11:59
replaceafilljelkner, +111:59
replaceafillACTION is really glad to see how far is zOnny's progress with Tendenci12:04
dsmallreplaceafill, how do you think I should set up my file architecture for my templates?12:10
dsmallreplaceafill, I know I need a base.html12:10
replaceafilldsmall, why do you need a base.html?12:10
dsmallreplaceafill, as a base template for all of my blog pages, right?12:11
replaceafilldsmall, do you think you'll need many different pages?12:11
dsmallreplaceafill, I am not sure how many I need12:11
replaceafilldsmall, you usually set a base.html when you're going to have multiple views and you want to maintain the layout12:12
replaceafilldsmall, but in your case the theme gives you that already12:12
dsmallreplaceafill, ohh okay, cool12:12
replaceafilldsmall, i mean, you'll never going to need <html><head><body>...12:12
replaceafilldsmall, that's already in tendenci12:12
replaceafilldsmall, you're not developing a django app, you're really developing a tendenci app12:13
dsmallreplaceafill, but do I need to separate my index template from my year/month/day sort ones?12:13
replaceafilldsmall, so you can use its "services"12:13
replaceafilldsmall, i think your index view can be smarter and get the same parameters12:14
replaceafilldsmall, kind of what you've been doing with {% if view == 'month' %}12:14
dsmallreplaceafill, ohhh okay12:14
dsmallreplaceafill, so should I combine my views into one 'master' view?12:15
replaceafillreplaceafill, yes i'd say so12:15
replaceafillreplaceafill, i mean you can keep many, but in the end i'll probably ask you to integrate12:15
replaceafilloops12:15
dsmallreplaceafill, alright12:15
replaceafilldsmall, ^12:15
replaceafilli'm talking to myself again ;)12:15
dsmallreplaceafill, haha :)12:16
dsmallreplaceafill, would I be able to have multi urls point to the same view?12:16
dsmallreplaceafill, multiple*12:16
replaceafilldsmall, no, you can use the query string for passing them12:17
replaceafilldsmall, https://github.com/tendenci/tendenci/blob/master/tendenci/apps/pages/views.py#L9312:17
replaceafilldsmall, see how the search page looks for the query not in the url but in the GET12:17
replaceafilldsmall, querystring12:17
replaceafilldsmall, the signature is not "def search(request, query, ...)12:17
dsmallreplaceafill, okay, so I would have a GET to get the year/month/day12:18
replaceafilldsmall, another approach is to have serveral urls like you currently do12:19
replaceafilldsmall, and point them all to the same view funciton12:19
replaceafilldsmall, then the signature is like any optional keyword argument:12:19
replaceafilldsmall, def search(request, query='', ...)12:19
dsmallreplaceafill, okay, i'll mess around with my views and try to get them down to one12:20
replaceafilldsmall, and url is as fancy as: https://stackoverflow.com/a/2262221012:20
replaceafilldsmall, so you can even split at each parameter12:20
replaceafilldsmall, sure, do what you're comfortable with12:21
dsmallreplaceafill, okay12:21
*** mr_german has joined #novawebdev12:30
*** zOnny has joined #novawebdev13:38
zOnnyHello World!13:39
*** dlondono_ has joined #novawebdev13:53
dlondono_replaceafill, hello13:55
replaceafillhola dlondono_13:55
dsmallreplaceafill, I need a little help with a {% url %} call13:56
replaceafilldlondono_, necesito discutir dos cosas con vos, pero fijate que ahorita estoy ocupado con algo13:56
dsmallreplaceafill, https://gitlab.com/duncan-small/Tendenci-Blog/blob/master/templates/blog/index.html#L9313:56
replaceafilldlondono_, vas a tener disponibilidad mas tarde o mañana?13:57
replaceafilldsmall, checking13:57
dsmallreplaceafill, thats where it will go, this is what I have rn "{% url 'page.search' 'category' category.name %}"13:57
dlondono_replaceafill, depende del dia13:57
*** zOnny has joined #novawebdev13:58
replaceafilldsmall, the tag should beÑ13:58
*** diza has joined #novawebdev13:58
replaceafilldsmall, {% url 'name_of_the_view' arg1 arg2 arg3 %}13:58
replaceafilldsmall, what's the hardcoded 'category' for?13:58
dsmallreplaceafill, I was trying to pass that as part of the query13:59
*** danny has joined #novawebdev13:59
replaceafilldsmall, ah i see13:59
dsmallreplaceafill, bc I looked at the view for page.search13:59
replaceafilldsmall, hold on13:59
dsmallreplaceafill, Ok13:59
replaceafilldsmall, in that case you do:14:00
replaceafilldsmall, {% url 'view_name' %}?category={{ category.name }}14:01
dsmallreplaceafill, also I just realized I sent you to the wrong line14:01
replaceafilldsmall, you use the url tag just for the view name14:01
dsmallreplaceafill, ohhh okay14:01
replaceafilldsmall, and then you append the query string manually14:01
dsmallreplaceafill, I got it now14:01
dsmallreplaceafill, thank you14:01
replaceafilldsmall, i was looking for a better example in tendenci but couldn't find one quickly :/14:02
replaceafilldsmall, cool14:02
replaceafillzOnny, let me know when you are able to discuss the website?14:03
zOnnyreplaceafill: ready ?14:03
replaceafillzOnny, ok14:06
replaceafillzOnny, give me a minute14:06
replaceafillzOnny, ok14:08
replaceafillzOnny, https://new.novawebdevelopment.org14:08
replaceafillzOnny, 1) merge _dev into _prod14:08
zOnnyreplaceafill: ?14:08
replaceafillzOnny, _prod will land in that URL14:08
replaceafillzOnny, let me know if it doesn't work14:08
replaceafillzOnny, then i guess it's just box filling work14:09
replaceafillzOnny, can you take care of that?14:09
zOnnyreplaceafill: I have another question 14:10
replaceafillzOnny, yes?14:10
zOnnyI have title issues replaceafill 14:11
replaceafillzOnny, what's title issues?14:11
zOnnyreplaceafill: The title on new pages 14:12
replaceafillzOnny, why don't we discuss that once you've recreated the content14:12
zOnnyit appears as |houston, Texas USA |14:12
replaceafillzOnny, to explain you there14:12
replaceafillzOnny, i understand14:12
replaceafillzOnny, i'm taking care of part of it14:12
replaceafillzOnny, i'll explain you later, ok?14:13
replaceafillzOnny, in the new production site14:13
replaceafillzOnny, ....?14:15
replaceafillsigh . . . .14:17
replaceafillzOnny, are you there?14:21
zOnnyreplaceafill: hey replaceafill 14:22
replaceafillzOnny, dude! i need answers from you14:22
replaceafillzOnny, please!14:22
zOnnyI am here 14:22
zOnnyreplaceafill: Done14:22
replaceafillzOnny, repeating myself: "can you take care of filling the boxes"?14:22
zOnnyreplaceafill: ok14:23
replaceafillzOnny, that's all i needed to know14:24
zOnnyreplaceafill: can I get the Admin psswd ?14:25
*** Dally has joined #novawebdev14:25
DallyHola14:25
replaceafillzOnny, you should be able to get the password from the Server Inventory file14:25
replaceafillzOnny, it's not that i'm being an ****14:25
replaceafillzOnny, but get used to look for passwords there14:25
zOnnyok replaceafill 14:26
replaceafillzOnny, shared drive -> Company Info -> Server Inventory14:26
replaceafillhola Dally, no entendí tu respuesta de "depende del día"14:26
Dallyreplaceafill, oh es que dependiendo de lo que deba hacer ese dia, estoy disponible en la manana o en la tarde14:27
zOnnyreplaceafill: I got it14:27
replaceafillzOnny, cool14:27
zOnnyreplaceafill: thanks14:27
replaceafillDally, ah ok, y tenés tiempo ahorita?14:27
Dallyreplaceafill, si, tengo una reunion a las 5 asi que tengo aun un par de horas14:28
replaceafillDally, ah ok, te pregunto ahorita entonces14:28
replaceafillDally, lo primero es sobre tu correo electrónico de novalaciro14:29
replaceafillDally, actualmente lo estamos redireccionando a tu cuenta de gmail14:29
replaceafillDally, verdad?14:29
Dallyreplaceafill, a que te refieres con redireccionar?14:30
replaceafillDally, que si te escribo a daniela@novalaciro.org lo recibes en tu gmail personal14:31
Dallyreplaceafill, Oh si si14:32
replaceafillDally, entendido14:33
replaceafillDally, que tanto has usado esa direccion? me refiero14:33
replaceafillDally, a cuanta gente que le has dado ese contacto te ha escrito ya14:33
replaceafillDally, 1, 10, 50 personas?14:33
Dallyreplaceafill, a 26 (todos los miembros) 14:34
replaceafillDally, todos te han escrito?!?!14:34
Dallyreplaceafill, no, solo unos pocos responden de vuelta14:34
replaceafillDally, ah ok14:34
replaceafillDally, la razón de mi preguntadera:14:35
Dallyreplaceafill, la cuestion es que no todos miran su correo sino que son mas a recivir textos14:35
replaceafillDally, para la "agenda" como vos la llamás14:35
replaceafillDally, necesitamos una dirección de correo14:35
Dallyreplaceafill, oh ok14:35
replaceafillDally, y no podemos crear una nueva en gmail o algún otro servicio14:36
replaceafillDally, porque necesitamos poder controlar el servidor14:36
replaceafillDally, entonces necesitamos crear un servidor, eso no es problema, ya sabemos como hacerlo14:36
Dallyreplaceafill, ok14:36
replaceafillDally, por lo que te interrogo es por estos dos escenarios14:36
replaceafilljelkner, do you have a minute?14:36
jelknerreplaceafill, i'm class, and a colleague is here with me asking for help with something14:37
replaceafilljelkner, ah ok14:37
replaceafillDally, queria saber si jelkner me podia ahorrar la explicacion :D14:37
Dallyreplaceafill, si?14:38
replaceafillDally, entonces necesitamos poder contactar a los miembros mediante una cuenta como14:38
Dallyreplaceafill, seria esperar hasta pasadas las 314:38
replaceafillDally, members@novalaciro.org14:38
replaceafillDally, tratare de explicarlo, ok?14:38
replaceafillDally, pero esto es incompatible con tu correo actual14:39
replaceafillDally, porque si vos usas daniela@novalaciro.org como lo hac14:39
replaceafilles actualmente14:39
replaceafillDally, tenemos que ajustar nuestra direccion a algo como members@subdominio.novalaciro.org14:39
replaceafillDally, donde subdominio puede ser lo que querras14:40
Dallyreplaceafill, ok14:40
replaceafillDally, la alternativa es cambiar tu cuenta actual14:40
replaceafillDally, pero esta opcion no me gusta mucho14:41
Dallyreplaceafill, por que? 14:41
replaceafillDally, primero porque ya tenes tu workflow definido14:41
replaceafillDally, el cual tendrias que ajustar14:41
Dallyreplaceafill, no se podria crear uno con el mismo nombre?14:41
replaceafillDally, un correo nuevo?14:41
replaceafillDally, si creamos una bandeja nueva, que lo podemos hacer, no podrias consultarla con tu gmail personal14:42
replaceafillDally, y necesitarias un programa externo como Thunderbird, Outlook o algo mas para usarla14:42
Dallyreplaceafill, bueno eso seria incluso bueno, no me gusta mesclar lo personal con el trabajo14:42
replaceafillDally, sí eso es entendible14:43
replaceafillDally, incluso en mi opinion no deberías usar tu nombre14:43
replaceafillDally, o sea14:43
replaceafillDally, no es que esté de picky :D14:43
replaceafillDally, si no que es bueno considerar cuando o las personas se van o cambian de puesto14:43
Dallyreplaceafill, la cuestion es que el daniela@novalaciro.org tiene que seguir funcionandome ya que es facil para la gente el recordarlo14:44
replaceafillDally, sí también lo entiendo14:44
replaceafillDally, y no tengo problema con eso :)14:44
replaceafillDally, en fin14:44
replaceafillDally, el escenario es:14:44
replaceafill1. ajustamos tu workflow a usar una bandeja *NUEVA*14:45
replaceafill2. usamos un subdominio para contactar a los miembros de ahora en adelante14:45
replaceafillDally, has usado programas como Thunderbird o Outlook antes?14:46
replaceafillDally, el subdominio es tecnicamente más facil para mi sólo de resolver14:47
replaceafillDally, no me entrometo con tu cuenta14:47
replaceafillDally, no ajustas nada14:47
replaceafillDally, y lo puedo hacer yo todo14:47
replaceafillDally, lo único es que la gente contactaría algo como members@listas.novalaciro.org14:47
replaceafillDally, que tampoco es tan horrible14:47
replaceafillDally, o members@lists.novalaciro.org si te ponés anglosajona :D14:48
Dallyreplaceafill, nunca he usado esos programas pero no tengpo problema con aprender, y no creo que realmente importe el nombre en el que los miembros me respondan, siempre y cuando cuando ellos puedan escribirme a daniela@novalaciro.org 14:50
Dallyreplaceafill, y yo pueda recibir sus emails14:50
replaceafillDally, ah ok14:50
replaceafillDally, entonces si no te importa que nos metamos un poco en tu set up actual14:50
replaceafillDally, la opcion 1 es la optima14:51
Dallyreplaceafill, claro, no tengo lio :)14:51
replaceafillDally, una nueva bandeja, podemos incluso usar un alias14:51
replaceafillDally, cual es tu cargo oficial en novalaciro?14:51
replaceafillDally, administradora?14:51
Dallyreplaceafill, organizadora14:52
replaceafillDally, podriamos crear tucargo@novalaciro.org y hacer un alias a daniela@novalaciro.org14:52
replaceafillDally, ah ok14:52
Dallyreplaceafill, y si mas adelante tenemos mas organizadores, ellos pueden usar ese correo tambien14:53
replaceafillDally, si algun dia alguien mas se encarga de tu puesto, la bandeja tucargo@novalaciro.org le queda a esa persona14:53
replaceafillDally, también!14:53
Dallyreplaceafill, cool14:53
replaceafillDally, y no afectuamos tu gmail personal at all14:53
replaceafill:)14:53
replaceafillafectamos(14:53
replaceafillDally, excelente, trabajaré en esto entonces14:53
replaceafillDally, espero tenerte algo funcional a mas tardar el fin de semana14:54
replaceafillDally, mi segunda pregunta es con respecto a hacer los eventos bilingues14:55
replaceafillDally, sólo quiero tu opinión en lo que he pensado hacer traducible14:55
replaceafillDally, podés ir a https://novalaciro.org/events/overview/edit/3/14:55
Dallyreplaceafill, se ve super organizado14:58
replaceafillDally, en sea pestaña Información General15:00
replaceafillDally, creo que sólo necesitamos traducir Title and Description15:00
replaceafillDally, la pestaña Ubicación es una en la que tengo dudas15:01
replaceafillDally, por mi parte no considero la Ubicación traducible15:01
replaceafillDally, pero quiero saber que pensás vos15:01
replaceafillDally, esto se llena con el lugar donde será el evento15:01
replaceafillDally, direccion, etc15:02
Dallyreplaceafill, Eso es verdad, eso no necesita traduccion15:11
replaceafillDally, +115:11
replaceafillDally, pasando a las siguientes pestañas15:11
replaceafillDally, Organizador15:12
replaceafillDally, traducimos o no?15:12
replaceafillDally, por lo general serán eventos de Novalaciro los que vas a publicar15:12
replaceafillDally, así que yo diría -115:12
Dally-115:12
replaceafillDally, :)15:12
replaceafillDally, Speaker(s)15:13
replaceafillDally, si querés ver un ejemplo con speakers: https://ourrevolutionarlington.us/events/16/15:13
Dallyreplaceafill, no creo que necesite tradducion15:13
replaceafillDally, ok15:14
replaceafillDally, las opciones de registro y precios se usan más que todo cuando querés hacer RSVP del evento15:14
replaceafillDally, o cobrar por asistir15:14
replaceafillDally, como conferencias, etc15:15
replaceafillDally, yo diría que empecemos "small" y lo dejemos sin traducir15:15
replaceafillDally, por el momento15:15
Dallyreplaceafill, +115:16
replaceafillDally, excelente!15:16
replaceafillDally, eso era todo lo que tenía15:16
replaceafillDally, muchas gracias15:16
Dallyreplaceafill, te tnego una pregunta15:16
replaceafillDally, decime15:16
Dallyreplaceafill, es sobre la "agenda" la forma en la que me la planteaste sera para los correos electronicos, pero que hay de los # telefonicos?15:17
replaceafillDally, aja?15:17
replaceafillDally, creo que no te entiendo bien la pregunta15:17
Dallyreplaceafill, habria alguna forma de que pudieramos organizar los numeros de telefono de los miembros junto al email? para que recivan las notificaciones en el email y el el telefono como un texto?15:18
replaceafillDally, ah! te referis a la historia de los sms15:19
replaceafillDally, esa la considero una feature aparte15:19
replaceafillDally, lo de los correo electronicos es algo que ya tenemos15:19
replaceafillDally, solo hay que ajustarlo para Novalaciro15:19
replaceafillDally, el envio de sms a los miembros nunca lo hemos desarrollado15:20
Dallyreplaceafill, oh...15:20
replaceafillDally, es como que tenemos que darle forma15:20
replaceafillDally, por ejemplo uno de los primero pasos15:20
replaceafillDally, es elegir un proveedor de sms15:20
Dallyreplaceafill, ya veo15:21
replaceafillDally, los correos electronicos nosotros los controlamos15:21
replaceafillDally, nosotros ponemos el servidor capaz de enviar y recibir correos15:21
replaceafillDally, pero los sms hay que contratar a alguien que haga eso por nosotros15:21
Dallyreplaceafill, bueno eso lo puedo hacer yo 15:21
replaceafillDally, sí por fa15:22
replaceafillDally, yo recomendé a twillio15:22
replaceafillhttps://www.twilio.com/15:22
replaceafillDally, porque es lo que la mayoría de gente usa15:22
replaceafillDally, pero como con todo servicio tenés que presupuestar, etc15:22
Dallyreplaceafill, pero hay que pagar, no?15:23
replaceafillDally, lo que yo (como programador) necesito es una forma de integrar software15:23
replaceafillDally, sí15:23
replaceafillDally, https://www.twilio.com/pricing15:23
Dallyreplaceafill, por ahora creo que puedo hacerlo yo misma, no hay problema15:23
replaceafillDally, +115:23
Dallyreplaceafill, genial15:24
replaceafillDally, creo que eso es todo?15:24
Dallyreplaceafill, si creo que si15:24
replaceafillDally, gracias! tratare de tener los eventos traducibles hoy15:25
Dallyreplaceafill, gracias15:25
replaceafillDally, cuidate nos vemos pronto15:25
Dallyreplaceafill, gracias15:25
replaceafillACTION goes to get lunch, bb in ~4015:49
*** hrodriguez has joined #novawebdev16:03
replaceafillACTION is back16:26
replaceafillzOnny, how is it going?16:28
zOnnyreplaceafill: [=================80%....]16:30
replaceafillzOnny, cool16:30
replaceafillzOnny, let me know if you need any help16:30
zOnnyreplaceafill: Ahmmmmm I am looking for randomize the team images 16:31
zOnnyreplaceafill: have you Done that before ?16:31
replaceafillzOnny, i don't think we'll have that for tomorrow16:31
replaceafillzOnny, nope16:31
replaceafillzOnny, jelkner i propose to hide the members part for now, problem is tendenci doesn't have any way to randomize "boxes"16:32
replaceafillzOnny, i think we could pull it off with stories16:33
replaceafillACTION goes checking the box template tags...16:34
zOnnyahhmmm16:34
zOnnyhow can we do with three members in a story replaceafill 16:34
zOnny*it16:35
replaceafillzOnny, each member should be a story16:35
replaceafillzOnny, but give me a moment to dig through the code16:35
zOnnyreplaceafill: sure16:35
replaceafillzOnny, oh awesome16:35
replaceafillzOnny, as i was saying this is totally possible16:36
replaceafillzOnny, :D16:36
zOnnyreplaceafill: ?16:36
replaceafillACTION goes to try16:36
replaceafillzOnny, listing boxes randomly16:36
zOnnyreplaceafill: Where ?16:36
replaceafillzOnny, do you want to do it?16:36
replaceafillzOnny, https://github.com/tendenci/tendenci/blob/master/tendenci/apps/boxes/templatetags/box_tags.py#L117-L16916:37
zOnnyIf it is possible ?16:37
replaceafillzOnny, remember the main rotator?16:37
replaceafillzOnny, have you used that?16:37
replaceafillzOnny, i think you're using it here...?16:37
replaceafillACTION goes to check the content of the website16:37
zOnnyI have tested it already replaceafill 16:37
replaceafillzOnny, cool, so you know the default one can use tags to filter the stories16:38
zOnnyahhhmmmm16:38
replaceafillzOnny, https://gitlab.com/novawebdevelopment/nova-base-theme/blob/master/templates/homepage.html#L4616:38
zOnnyreplaceafill: correct16:39
replaceafillzOnny, you understand that line, right?16:39
replaceafillzOnny, only 3 stories at a time16:39
replaceafillzOnny, get only stories with teh "rotator" tag16:40
replaceafillzOnny, adjust images16:40
replaceafillzOnny, and set the interval for the rotation to 5 seconds16:40
zOnnyreplaceafill: correct16:40
replaceafillzOnny, so, https://github.com/tendenci/tendenci/blob/master/tendenci/apps/boxes/templatetags/box_tags.py#L14516:41
replaceafillzOnny, it's exactly the same16:41
replaceafillzOnny, so we'll need boxes for each member16:41
replaceafillzOnny, which you almost have16:41
replaceafillzOnny, and we need to tag them "member"16:41
zOnnyshould I include these blocks ? replaceafill 16:42
replaceafillzOnny, what blocks?16:42
zOnny {% list_boxes as boxes_list limit=5 tags="cool" %} ?16:42
replaceafillzOnny, well, not exactly like that16:43
replaceafillzOnny, but yes, similar to that16:43
replaceafillzOnny, and you'll need to adjust that part of your template16:43
replaceafillzOnny, to not be hardcoded16:43
zOnnyahhmmm16:43
replaceafillzOnny, do you still want to do it? :)16:44
replaceafillzOnny, i can help you with that16:44
zOnnylet's do it. replaceafill 16:44
replaceafillcan someone please explain me the benefit of this: "<!-- begin: carousel-inner -->"16:45
replaceafillargghh16:45
replaceafillanyway16:45
zOnnyaahmmmmm Bootstrap is tough to see the beginning and the end :D 16:48
zOnnyWelll Until some point 16:48
zOnnyI can get rid of it 16:49
replaceafillzOnny, your text editor is probably your problem not bootstrap16:49
replaceafillzOnny, look at this code...16:49
replaceafillzOnny, two space identations then one space16:49
replaceafillindentations16:49
zOnny*zOnny is checking .... :(16:50
replaceafillzOnny, i could yell... advice you as i use to do with mr_german16:50
replaceafillzOnny, but i won't since this is urgent16:50
replaceafillzOnny, so what you need to do is to replace the content of id="team_inner"16:51
zOnnyfor ? replaceafill 16:52
replaceafillzOnny, and build each '#team_inner  > item' with the list_boxes result16:53
replaceafillzOnny, have you set tags on the member boxes?16:53
zOnnyyep replaceafill 16:54
replaceafillzOnny, let me check16:55
replaceafillzOnny, i don't see any tags...16:55
zOnnyreplaceafill: which tags you are pointing to ?16:56
replaceafillzOnny, hold on16:57
replaceafillzOnny, https://i.imgur.com/YcO8PqB.png16:57
zOnnyreplaceafill: thanks :D16:58
replaceafillzOnny, don't laugh at my artistic drawing ;)16:58
replaceafillzOnny, really cool slider btw16:58
replaceafillzOnny, the members one16:58
zOnny:| 16:58
replaceafillzOnny, let me know when you have tagged all the member boxes17:00
zOnnyreplaceafill: I was just playing around and use bootstrap tools 17:00
zOnny*using17:00
replaceafillzOnny, looks good to me17:00
replaceafillzOnny, but what do i know about design...17:00
replaceafill:D17:00
zOnnyreplaceafill: hold on 17:00
zOnnyWhat should I put there ? o.O?17:01
replaceafillzOnny, where?17:02
zOnnyreplaceafill: "zOnny, let me know when you have tagged all the member" 17:03
replaceafillzOnny, "zOnny, and we need to tag them "member""17:03
replaceafill;)17:03
zOnnyreplaceafill: member ? 17:04
replaceafillzOnny, yeah17:04
zOnnyre you are losing me man17:04
replaceafillzOnny, it's this remote crap my friend17:04
replaceafillzOnny, if we were in the same room this would be already over...17:05
zOnnysoon replaceafill 17:05
replaceafillzOnny, we're trying to do pair programming through IRC which is dumb17:05
zOnnyreplaceafill: well,  this is our best choice 17:06
replaceafillzOnny, can you hang out?17:06
zOnnyreplaceafill: I think that will be better 17:07
replaceafillzOnny, i'm going to pull a jelkner here and say that i think my fingers will get tired trying to do this through IRC17:07
replaceafillzOnny, cool, hold on17:07
replaceafillzOnny, i can barely hear you17:09
replaceafillzOnny, i lost you17:21
replaceafillzOnny, is it me or you?17:21
zOnnyreplaceafill:  ?17:22
replaceafillzOnny, you don't appear in the hang out anymore17:22
*** zOnny has joined #novawebdev17:25
zOnnyreplaceafill: Hello ?17:26
replaceafillhey zOnny17:26
zOnnyreplaceafill: World ?17:26
zOnnyAre you still there ?17:26
replaceafillzOnny, try calling me17:27
zOnnyreplaceafill: I am calling you 17:28
replaceafill{% load box_tags %}17:33
replaceafillzOnny, the hangout broke again...17:43
replaceafillzOnny, i'm going to fix the box tags17:43
replaceafillzOnny, i'll ping you when i push my changes17:43
zOnnyok replaceafill 17:44
zOnnyreplaceafill: I am curious about it 17:44
replaceafillzOnny, sure i understand17:44
replaceafillzOnny, but fixing tendenci_overrides is not that easy17:45
zOnnyluckily we have the best developer :D17:45
jelknerreplaceafill, ping17:48
replaceafilljelkner, pong17:48
jelknerreal quick, since i haven't checked in with nrcerna17:48
jelknerhow is she holding up against hurricane flint?17:48
replaceafilljelkner, last time i checked (yesterday i think) she was happy that she was making progress17:49
jelknersuper17:49
jelknerhe is one crazy dude17:49
replaceafilljelkner, :)17:49
jelknerbut as long as the checks keep coming, and nrcerna keeps track of her hours17:49
jelkneri think we are good to go17:50
replaceafilljelkner, +117:50
replaceafilljelkner, i'll give her a call when i have a chance just to check how's she doing17:50
*** hrodriguez has joined #novawebdev17:50
jelknerthanks, replaceafill 17:51
replaceafilljelkner, np17:51
jelknertell her i'm thinking about her17:51
replaceafilljelkner, will do :)17:51
jelknerand she can always reach out to me with any concerns17:51
replaceafilljelkner, thanks will let her know17:51
replaceafillzOnny, don't make any changes to the new server for a few minutes, ok?17:54
replaceafillzOnny, ok, you can use the new server now17:59
replaceafillACTION goes to make the members random...17:59
jelkneryeah, random member!18:03
jelkners18:03
jelknerreplaceafill, i just had a conversation with diego, who will be a PRIME student with Daniela18:47
replaceafilljelkner, ah18:48
replaceafilljelkner, soon?18:48
replaceafilldid anyone agree to linode policy changes?19:11
replaceafillACTION was trying hard to avoid clicking those buttons19:11
jelkner 19:17
jelkner   19:17
replaceafillzOnny, https://novawebdev.novawebdevelopment.org/19:43
replaceafillzOnny, randomization *kind of* works19:43
zOnnyhey replaceafill 20:15
replaceafillzOnny, it seems to work now, i'm about to push my last change20:16
zOnnyreplaceafill: cool20:16
zOnnyreplaceafill: are you around20:21
replaceafillzOnny, yes20:21
zOnnyhow can I change psql password ?20:21
zOnnyI create an encripted pswwd in my tendenci database20:22
zOnny*created20:22
zOnny*psswd20:22
replaceafillzOnny,  https://www.postgresql.org/docs/9.4/static/sql-alteruser.html20:22
replaceafillzOnny, https://serverfault.com/questions/48471/how-to-change-in-postgresql-password-of-the-user-using-sql20:23
replaceafillzOnny, https://novawebdev.novawebdevelopment.org/ members are randomized now20:23
zOnnyI see replaceafill 20:27
replaceafillzOnny, change pushed to production20:27
zOnnyreplaceafill: cool20:28
replaceafillzOnny, update your tendenci_overrides local repo20:28
zOnnyreplaceafill: I will pull it 20:28
replaceafillzOnny, ok, i think i'm done for now20:29
replaceafillzOnny, anything you need from me?20:29
zOnnyI am working in the installation by now20:30
replaceafillzOnny, installation?20:30
zOnnytendenci installation with chris Hedrick replaceafill 20:31
replaceafillzOnny, ah cool20:31
zOnnyI hit the wall :(20:31
replaceafillzOnny, see you tomorrow then20:31
replaceafillzOnny, tsk tsk what a bad image for our organization20:31
zOnnybecause of the encripted password :(20:31
replaceafillzOnny, oh, weren't you able to change it?20:31
zOnnysee u replaceafill 20:31
zOnnyreplaceafill: thanks a lot 20:31
replaceafillzOnny, kk, later o/20:32
zOnnyWe are on that :(20:32
*** nrcerna has joined #novawebdev20:33
nrcernaThanks for your words jelkner20:33
replaceafillzOnny,20:34
replaceafill$ sudo su postgres20:34
replaceafill$ psql20:34
replaceafillalter user SOMEUSERNAMEHERE UNENCRYPTED PASSWORD 'SOMEPASSWORDHERE';20:34
replaceafillzOnny, you can use ENCRYPTED if you want20:34
replaceafillzOnny, good luck20:35
replaceafillACTION signs off for the day20:35
*** mjsir911 has joined #novawebdev21:13
*** mjsir911 has joined #novawebdev23:33

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!