*** mjsir911 has joined #novawebdev | 08:18 | |
*** replaceafill has joined #novawebdev | 10:55 | |
*** mr_german has joined #novawebdev | 11:51 | |
*** mjsir911 has joined #novawebdev | 12:47 | |
mr_german | ACTION goes to lunch brb | 14:18 |
---|---|---|
replaceafill | ACTION goes to pick up his daughter, bb at 4pm | 14:46 |
mr_german | ACTION is back | 15:51 |
mr_german | replaceafill, are you there? | 16:21 |
replaceafill | mr_german, yes | 16:24 |
mr_german | replaceafill, im stuck with something | 16:24 |
mr_german | maybe you can help me | 16:24 |
replaceafill | mr_german, what is it? | 16:24 |
mr_german | im working on issue for groups | 16:24 |
mr_german | replaceafill, i found the problem | 16:25 |
mr_german | but, when i fix it | 16:25 |
mr_german | the change doesn't work | 16:25 |
replaceafill | mr_german, show me the fix | 16:25 |
mr_german | replaceafill, https://pastebin.com/aQLgp2vc | 16:26 |
mr_german | detail.html template on user_groups | 16:26 |
replaceafill | mr_german, that's not a diff | 16:26 |
replaceafill | mr_german, show me a diff | 16:26 |
mr_german | oh | 16:26 |
mr_german | wait | 16:26 |
mr_german | replaceafill, there you have | 16:27 |
mr_german | https://pastebin.com/QHRVVihq | 16:27 |
replaceafill | mr_german, yes that's what i remember being wrong | 16:29 |
replaceafill | mr_german, what do you mean by "the change doesn't work" | 16:29 |
mr_german | replaceafill, well as you can see, i changed it | 16:30 |
mr_german | but it doesnt work | 16:30 |
mr_german | and | 16:30 |
mr_german | i added and changed some lines to see if it is works | 16:30 |
mr_german | but, it doesnt | 16:31 |
replaceafill | mr_german, you're still not telling me why "it doesn't work" | 16:31 |
replaceafill | mr_german, like what were you expecting and what happened instead | 16:31 |
mr_german | replaceafill, well, i think if i change something in the template | 16:32 |
mr_german | and you see tendenci terminal or on browser | 16:32 |
mr_german | you can not see changes | 16:32 |
replaceafill | mr_german, i don't understand what you're talking about | 16:33 |
mr_german | replaceafill, can i call you quickly? | 16:33 |
replaceafill | mr_german, no | 16:34 |
mr_german | just to explain that | 16:34 |
mr_german | ? | 16:34 |
replaceafill | mr_german, try doing it here | 16:34 |
replaceafill | mr_german, you suck at explaining yourself | 16:34 |
replaceafill | mr_german, change that | 16:34 |
mr_german | lol | 16:34 |
replaceafill | mr_german, btw pipe is not the same as slash | 16:34 |
replaceafill | mr_german, you should fix your comment on the PR | 16:34 |
mr_german | k | 16:35 |
replaceafill | mr_german, you didn't mean "pipe" you meant "slash" | 16:35 |
mr_german | replaceafill, thanks for that | 16:35 |
mr_german | replaceafill, trato de decir que la template no hace caso a los cambios, he agregado lineas dummy para comprobar si aparecian y nada. | 16:36 |
mr_german | incluso intente borrar todo y ver si habia error, pero igual nada. como si la template llegara de otro lado. | 16:37 |
replaceafill | mr_german, sigh... https://gitlab.com/novawebdevelopment/nova-base-theme/blob/master/templates/user_groups/detail.html | 16:39 |
replaceafill | mr_german, you remember we have themes, right? | 16:39 |
replaceafill | mr_german, maybe you're looking at a *themed instance*? | 16:39 |
mr_german | damn | 16:39 |
mr_german | omg | 16:40 |
replaceafill | mr_german, tendenci 101 | 16:40 |
replaceafill | :P | 16:40 |
mr_german | replaceafill, i feel so nooby lol | 16:41 |
mr_german | I was focus on tendenci7 | 16:41 |
replaceafill | mr_german, don't worry i've been bit by that a lot too | 16:41 |
mr_german | btw, it's fixed | 16:42 |
replaceafill | mr_german, but you need to fix both | 16:42 |
mr_german | soo, i have to do a new pull request? | 16:42 |
mr_german | and create a new branch for this to our theme | 16:42 |
replaceafill | mr_german, first you have to fix the base themes | 16:42 |
mr_german | and then merge it | 16:42 |
mr_german | ok | 16:42 |
replaceafill | mr_german, then do a PR against tendenci11 since it includes the tendenci2018 theme | 16:43 |
mr_german | replaceafill, can you point me to that branch? | 16:44 |
replaceafill | mr_german, it's the master branch in tendenci's github | 16:44 |
mr_german | replaceafill, oh, master is tendenci11 | 16:45 |
mr_german | ? | 16:45 |
replaceafill | mr_german, yes | 16:46 |
replaceafill | mr_german, https://github.com/tendenci/tendenci/blob/master/tendenci/themes/t7-base/templates/user_groups/detail.html | 16:46 |
mr_german | replaceafill, cool, thanks! | 16:46 |
replaceafill | mr_german, don't touch t8-base btw | 16:47 |
mr_german | k | 16:47 |
replaceafill | mr_german, even though it has the same typo, tendenci.com doesn't want anyone messing with it | 16:47 |
mr_german | cool | 16:48 |
mr_german | replaceafill, but, tendenci11 has t7-base and t7-tendenci2018 | 16:49 |
mr_german | just t7-tendenci2018 should i change | 16:49 |
mr_german | ? | 16:49 |
mr_german | or both | 16:49 |
mr_german | ? | 16:49 |
replaceafill | mr_german, but t7-tendenci2018 doesn't have that template, does it? | 16:49 |
mr_german | replaceafill, oh yeah, you right | 16:49 |
mr_german | replaceafill, https://gitlab.com/novawebdevelopment/nova-base-theme/tree/gfbot/groups_self_removed_fixed | 16:55 |
replaceafill | mr_german, you can just land that | 16:56 |
replaceafill | mr_german, make sure it lands on every AMS branch | 16:56 |
replaceafill | mr_german, + master | 16:56 |
mr_german | ok | 16:56 |
mr_german | replaceafill, the important ams right | 16:57 |
mr_german | ? | 16:57 |
replaceafill | mr_german, which one is not important? | 16:57 |
mr_german | replaceafill, ;) waiting for you to approve my merge to master | 16:58 |
replaceafill | mr_german, oh wait | 16:58 |
replaceafill | mr_german, i need to give you permissions on that now | 16:59 |
replaceafill | mr_german, done | 17:00 |
replaceafill | mr_german, you should be able to merge yourself now | 17:00 |
mr_german | replaceafill, thanks! | 17:00 |
mr_german | replaceafill, finally, now i have to merge them | 17:22 |
mr_german | lol | 17:22 |
replaceafill | mr_german, it's part of the job | 17:22 |
mr_german | replaceafill, i keep that in mind now ;) | 17:23 |
replaceafill | mr_german, one day you'll come up with a better solution | 17:23 |
mr_german | replaceafill, i hope that | 17:24 |
replaceafill | ACTION goes downstairs for a while | 17:28 |
mr_german | replaceafill, https://gitlab.com/novawebdevelopment/nova-base-theme/branches/active doen | 17:31 |
mr_german | done* | 17:31 |
*** mjsir911 has joined #novawebdev | 18:18 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!