*** lelkneralfaro has joined #novawebdev | 08:58 | |
*** zOnny has joined #novawebdev | 10:18 | |
*** replaceafill has joined #novawebdev | 10:50 | |
*** mjsir911 has joined #novawebdev | 11:02 | |
*** replaceafill has joined #novawebdev | 11:36 | |
zOnny | hey replaceafill | 11:39 |
---|---|---|
replaceafill | hello zOnny | 11:39 |
zOnny | replaceafill: busy ? | 11:40 |
replaceafill | zOnny, a bit, need anything? | 11:40 |
zOnny | replaceafill: yes | 11:42 |
zOnny | replaceafill: I am thinking in my question | 11:43 |
replaceafill | zOnny, is there anything you need to do? | 11:44 |
zOnny | replaceafill: yes | 11:44 |
replaceafill | zOnny, what do you need to do? | 11:45 |
zOnny | replaceafill: it is about tendenci settings | 11:45 |
replaceafill | zOnny, ah ok | 11:45 |
zOnny | replaceafill: MIDDLEWARE | 11:45 |
zOnny | replaceafill: how can I include it? | 11:46 |
replaceafill | zOnny, in tendenci? | 11:47 |
zOnny | replaceafill: I AM https://github.com/tendenci/tendenci/blob/master/tendenci/settings.py | 11:47 |
zOnny | there are some that I would like to include in the list | 11:47 |
replaceafill | zOnny, you use your project conf | 11:47 |
replaceafill | zOnny, hold on | 11:47 |
zOnny | replaceafill: https://github.com/xtrinch/fcm-django-web-demo/blob/master/mysite/mysite/settings.py#L55 | 11:48 |
replaceafill | zOnny, https://github.com/tendenci/tendenci-project-template/blob/tendenci7/conf/settings.py | 11:48 |
replaceafill | zOnny, usually i include our own middleware classes at the end of conf/settings in your project | 11:48 |
replaceafill | zOnny, let me look for an example | 11:48 |
zOnny | replaceafill: cool | 11:49 |
replaceafill | zOnny, https://paste.pound-python.org/show/giSY090hGhdSQiKhpCT1/ | 11:50 |
replaceafill | zOnny, that's the end of conf/settings in the NWD server | 11:50 |
zOnny | replaceafill: ok | 11:50 |
replaceafill | zOnny, as you can see i'm inserting a new class at the beginning | 11:50 |
replaceafill | zOnny, line 8 | 11:50 |
zOnny | replaceafill: thanks | 11:51 |
zOnny | replaceafill: I didn't see it | 11:51 |
*** mjsir911 has joined #novawebdev | 11:51 | |
replaceafill | zOnny, at that point you can assume the MIDDLEWARE_CLASSES you pointed me in tendenci/settings.py has been imported | 11:51 |
replaceafill | zOnny, and you can use it | 11:51 |
replaceafill | zOnny, because of this: https://github.com/tendenci/tendenci-project-template/blob/tendenci7/conf/settings.py#L2 | 11:52 |
zOnny | replaceafill: I am getting blind | 11:52 |
replaceafill | zOnny, conf/settings in line 2 imports everything from "core" | 11:52 |
replaceafill | zOnny, does that help you continue? | 11:52 |
replaceafill | zOnny, or do you have any other questions? | 11:52 |
zOnny | replaceafill: yes | 11:53 |
zOnny | replaceafill: can django apps have their own settings ? | 11:53 |
replaceafill | zOnny, django settings or tendenci settings? | 11:54 |
replaceafill | zOnny, are you in the library? | 11:55 |
zOnny | replaceafill: not sure yet | 11:55 |
zOnny | replaceafill: forget my last question | 11:55 |
zOnny | replaceafill: yes | 11:55 |
replaceafill | zOnny, ok | 11:55 |
zOnny | replaceafill: cool | 11:55 |
replaceafill | zOnny, what are you trying to do exactly? | 11:55 |
replaceafill | zOnny, if you can sum it up :) | 11:55 |
replaceafill | zOnny, oh, i see, are you having cors issues? | 11:57 |
zOnny | replaceafill: correct | 11:57 |
replaceafill | zOnny, ok | 11:57 |
replaceafill | zOnny, this is how i solve it in the servers | 11:57 |
replaceafill | zOnny, pip install django-cors-headers | 11:57 |
zOnny | replaceafill: I did it already | 11:57 |
replaceafill | zOnny, oh ok | 11:58 |
zOnny | the requiments.txt | 11:58 |
replaceafill | zOnny, add 'corsheaders' to INSTALLED_APPS | 11:58 |
zOnny | replaceafill: https://github.com/xtrinch/fcm-django-web-demo/blob/master/mysite/requirements.txt | 11:58 |
replaceafill | zOnny, and then in conf/settings.py at the end, add what i just pasted | 11:58 |
zOnny | replaceafill: right | 11:58 |
replaceafill | zOnny, you could position the cors middleware better | 11:59 |
zOnny | replaceafill: not sure if this will work | 11:59 |
replaceafill | zOnny, but it's supposed to be as high as possible in the stack | 11:59 |
zOnny | replaceafill: the project itself responds | 11:59 |
*** mr_german has joined #novawebdev | 11:59 | |
replaceafill | zOnny, https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/24#note_90663054 | 12:00 |
replaceafill | zOnny, you can avoid setting the CORS_ORIGIN_WHITELIST by just setting CORS_ORIGIN_ALLOW_ALL = True | 12:02 |
zOnny | replaceafill: thanks for the source | 12:02 |
replaceafill | zOnny, let me know if you need something else | 12:02 |
zOnny | replaceafill: cool | 12:02 |
zOnny | replaceafill: for sure | 12:03 |
zOnny | ttyl | 12:03 |
replaceafill | o/ | 12:03 |
mr_german | replaceafill, hello!, you'll assign me the issues today right? | 12:04 |
replaceafill | mr_german, are you ready to work now? | 12:05 |
mr_german | replaceafill, yes! | 12:06 |
replaceafill | mr_german, cool, start with this one (no issue yet): | 12:07 |
replaceafill | mr_german, "Add a [Reload this page (reload icon)] button next to the message that appears after closing the election" | 12:07 |
replaceafill | mr_german, remember? | 12:07 |
mr_german | replaceafill, yes! | 12:07 |
replaceafill | mr_german, great | 12:07 |
replaceafill | mr_german, i'll try to file the rest | 12:07 |
replaceafill | mr_german, ping me when i can pull to see it | 12:08 |
mr_german | cool | 12:08 |
replaceafill | mr_german, issue filed for it: https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/58 | 12:11 |
mr_german | replaceafill, did you push something ? | 12:13 |
replaceafill | mr_german, today? | 12:13 |
replaceafill | mr_german, no | 12:13 |
mr_german | replaceafill, i remember that you're were talking about the modal | 12:14 |
mr_german | change "close to cancel" | 12:14 |
mr_german | i think | 12:14 |
replaceafill | mr_german, i just filed it as an issue | 12:14 |
replaceafill | mr_german, https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/59 | 12:14 |
replaceafill | mr_german, that one? | 12:14 |
mr_german | oh cool | 12:14 |
mr_german | yes | 12:14 |
mr_german | nvm | 12:14 |
replaceafill | mr_german, i didn't assign this to you, but it shouldn't be hard in case you're interested: https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/60 | 12:15 |
mr_german | replaceafill, mmm can you explain me that one? | 12:16 |
mr_german | when it should appear that message | 12:17 |
mr_german | ? | 12:17 |
replaceafill | mr_german, it's when you set the tendenci group | 12:17 |
replaceafill | mr_german, after you click submit | 12:17 |
replaceafill | mr_german, the new group is displayed, right? | 12:17 |
replaceafill | mr_german, in the same page | 12:17 |
replaceafill | mr_german, above the dropdown | 12:17 |
mr_german | yep | 12:17 |
mr_german | oh ok | 12:17 |
replaceafill | mr_german, having a success alert around | 12:17 |
replaceafill | mr_german, would be nicer | 12:17 |
mr_german | cool! | 12:18 |
replaceafill | mr_german, because you're telling the user they can leave now and go back to the election page | 12:18 |
replaceafill | mr_german, makes sense? | 12:18 |
mr_german | yes | 12:18 |
replaceafill | mr_german, kk | 12:18 |
mr_german | one question for the reload button | 12:18 |
mr_german | it should be with the rest of the buttons? | 12:18 |
replaceafill | mr_german, no | 12:30 |
replaceafill | mr_german, ping me when you have questions | 12:30 |
replaceafill | mr_german, i have irc minimized | 12:30 |
replaceafill | mr_german, it should be an inline button/link in the same area where the reload message is displayed | 12:31 |
mr_german | replaceafill, done | 12:38 |
mr_german | pull it | 12:38 |
replaceafill | mr_german, can you hang out? | 12:41 |
mr_german | sure | 12:42 |
replaceafill | mr_german, the call seemed to drop | 12:56 |
mr_german | replaceafill, yes | 12:56 |
replaceafill | mr_german, i guess we're clear | 12:56 |
replaceafill | mr_german, keep going | 12:56 |
mr_german | ok | 12:56 |
*** jelkner has joined #novawebdev | 13:15 | |
jelkner | Good afternoon, replaceafill | 13:16 |
jelkner | and zOnny too | 13:16 |
zOnny | good morning jelkner | 13:16 |
jelkner | it's back to school meeting days | 13:17 |
jelkner | but i have a lunch break so i jumped on irc | 13:17 |
zOnny | jelkner: Oops good afternoon | 13:17 |
replaceafill | good afternoon jelkner | 13:17 |
jelkner | replaceafill, its strange not to be seeing you sitting across from me. | 13:17 |
replaceafill | jelkner, :D | 13:17 |
replaceafill | jelkner, Marcela misses you! | 13:17 |
jelkner | tell her i miss all of you too! | 13:18 |
jelkner | it was a great 11 days! | 13:18 |
replaceafill | jelkner, it was | 13:18 |
jelkner | and thank her again for her wonderful hospitality | 13:18 |
replaceafill | jelkner, will do | 13:18 |
jelkner | zOnny, we are on for 3:30 pm tomorrow at ACC, yes? | 13:19 |
jelkner | i want to confirm how we can get in | 13:19 |
zOnny | jelkner: ok | 13:19 |
jelkner | the building is still under contraction | 13:19 |
jelkner | but my room is fine | 13:19 |
mr_german | replaceafill, issues replied | 13:21 |
zOnny | jelkner: are you going to CODEFORNOVA today ? | 13:21 |
replaceafill | mr_german, mr_german, it should be an inline button/link in the same area where the reload message is displayed | 13:21 |
replaceafill | mr_german, do you understand what inline means? | 13:21 |
jelkner | i was planning too, zOnny, but i only got a few hours sleep | 13:21 |
jelkner | so i don't know if i will | 13:22 |
replaceafill | mr_german, que el botón esté dentro del párrafo | 13:22 |
zOnny | jelkner: no worries | 13:22 |
mr_german | replaceafill, pero se mira raro, bueno lo hare asi. | 13:22 |
replaceafill | mr_german, sos diseñador! | 13:22 |
jelkner | was something important happening tonight, zOnny? | 13:22 |
replaceafill | mr_german, hacelo ver "no raro" | 13:22 |
replaceafill | mr_german, posicionalo como querrás | 13:22 |
jelkner | mr_german, how are things back in santa ana? | 13:23 |
zOnny | jelkner: the project is almost done | 13:23 |
mr_german | jelkner, really good, it feels different | 13:23 |
jelkner | i was just telling replaceafill that it feels strange not to see the two of you sitting across from me | 13:23 |
replaceafill | mr_german, lo que has hecho en movil se ve mal | 13:23 |
zOnny | jelkner: It is PWA :) | 13:23 |
jelkner | wow, zOnny! | 13:23 |
jelkner | you can show me tomorrow, yes? | 13:24 |
replaceafill | mr_german, just don't rush | 13:24 |
replaceafill | mr_german, work calmed | 13:24 |
replaceafill | mr_german, rushing means wasting time fixing | 13:24 |
zOnny | jelkner: ok | 13:25 |
*** lelkneralfaro has joined #novawebdev | 13:25 | |
jelkner | let folks know we need at least one more week at matt's work | 13:25 |
jelkner | since ACC isn't ready yet to move it back | 13:25 |
zOnny | jelkner: Everyone ask about you | 13:25 |
zOnny | jelkner: ok | 13:26 |
jelkner | btw., replaceafill, i need to move off Dropbox | 13:27 |
*** mjsir911 has joined #novawebdev | 13:27 | |
jelkner | mjsir911, good afternoon | 13:27 |
jelkner | we are on for 3:30 pm tomorrow at ACC, yes? | 13:28 |
replaceafill | jelkner, why? | 13:28 |
jelkner | Well, I just ecrpytfs on most of my personal machines | 13:31 |
jelkner | and they are ending support for that this november | 13:31 |
replaceafill | jelkner, ah | 13:31 |
jelkner | i keep a lot of personal data (passwords, etc) | 13:31 |
jelkner | in my dropbox folder | 13:31 |
jelkner | it's encrypted on the server | 13:32 |
jelkner | but it won't be on the local machine | 13:32 |
jelkner | if i move it out of ecryptfs | 13:32 |
jelkner | so i'm thinking... time to move to free software! | 13:32 |
jelkner | looks like ownCloud is the tool of choice | 13:32 |
jelkner | ok, need to sign off and get back to school work | 13:41 |
jelkner | hasta tomorrow at 3:30 pm | 13:41 |
jelkner | ACTION signs off for the day | 13:41 |
jelkner | oh wait, lelkneralfaro | 13:41 |
jelkner | can i call you after i get home from work? | 13:41 |
jelkner | i wanted to talk about liberapay | 13:42 |
lelkneralfaro | jelkner, better to email me. | 13:42 |
jelkner | what about tomorrow? | 13:42 |
lelkneralfaro | jelkner, during the day yes | 13:42 |
jelkner | problem is, i'm at a CTE meeting all day | 13:43 |
jelkner | did you solve the problem? | 13:43 |
lelkneralfaro | jelkner, not yet. but I'm working on it now | 13:43 |
jelkner | ok, never mind then | 13:44 |
jelkner | just let us know | 13:44 |
jelkner | we would really like to be able to ask folks to contribute when we're in philly | 13:44 |
jelkner | obviously, a pitch of "we will soon have crowdfunding" is our backup plan | 13:44 |
jelkner | but not as effective | 13:45 |
jelkner | since few folks remember to follow up later | 13:45 |
jelkner | anyhow, just keep us informed by email please | 13:45 |
jelkner | later | 13:45 |
replaceafill | mr_german, zOnny in bootstrap is it possible to have one "row" | 13:57 |
replaceafill | mr_german, zOnny and several col-md-Xs | 13:58 |
replaceafill | mr_german, zOnny passing the 12 total? | 13:58 |
mr_german | replaceafill, yep | 13:58 |
zOnny | jelkner: replaceafill no | 13:58 |
replaceafill | mr_german, what's the end result of having so many? | 13:58 |
mr_german | col-md-xs? | 13:58 |
replaceafill | mr_german, i mean for example 15 col-md-2 | 13:59 |
zOnny | replaceafill: it is possible col-md-xs ? | 13:59 |
replaceafill | mr_german, zOnny there's no such thing as col-md-xs... | 13:59 |
replaceafill | and i should learn to ask more intelligently | 13:59 |
mr_german | I used to use one row for each section | 13:59 |
mr_german | replaceafill, total is 12 | 14:00 |
replaceafill | mr_german, zOnny https://gitlab.com/novawebdevelopment/helios-base-theme/blob/master/templates/helios/templates/election_view.html#L130-147 | 14:00 |
replaceafill | mr_german, zOnny if i understand that correctly that's a total of 24 mds, right? | 14:00 |
replaceafill | mr_german, zOnny in a single row | 14:00 |
mr_german | yes | 14:01 |
zOnny | replaceafill: Interesting :) | 14:01 |
replaceafill | mr_german, zOnny so what's the point of doing that? | 14:01 |
replaceafill | mr_german, zOnny i thought you should always assume a 12 column total | 14:02 |
replaceafill | mr_german, zOnny https://stackoverflow.com/a/29292541 | 14:02 |
zOnny | replaceafill: https://stackoverflow.com/questions/26679160/bootstrap-3-use-more-than-12-columns-in-a-row | 14:03 |
replaceafill | mr_german, zOnny so the extra columns just overflow to a new row? | 14:05 |
zOnny | replaceafill: correct | 14:05 |
mr_german | 1+ | 14:05 |
replaceafill | mr_german, zOnny my question remains, what's the point of doing that? | 14:05 |
replaceafill | mr_german, zOnny if you know they will overflow, why don't you put them in a separate row? | 14:06 |
zOnny | replaceafill: I am the wrong person to asnwer that | 14:06 |
zOnny | replaceafill: I am start using bootstrap recently | 14:06 |
replaceafill | zOnny, cool, np | 14:06 |
replaceafill | mr_german, so what's the advantage of your current design? | 14:07 |
mr_german | replaceafill, ? | 14:08 |
replaceafill | mr_german, instead of doing row > md-9 + md-3 and then row > md-12 | 14:08 |
replaceafill | mr_german, i'm talking about this: https://gitlab.com/novawebdevelopment/helios-base-theme/blob/master/templates/helios/templates/election_view.html#L130-147 | 14:08 |
mr_german | replaceafill, if you do this row > col > row > col | 14:08 |
mr_german | replaceafill, le mete padding y margenes adentro | 14:09 |
mr_german | osea que si hago otra row adentro de un col le mete mas padding y margenes | 14:09 |
replaceafill | mr_german, ah | 14:09 |
mr_german | por eso no meti el row en un col | 14:09 |
mr_german | si no que use 12 para la primera are y otros 12 para la segunda | 14:10 |
replaceafill | mr_german, queres decir "por eso no metiste el col en un row"? | 14:10 |
mr_german | osea no hice lo que usted dice de meter un row dentro un row o col | 14:10 |
replaceafill | ok... | 14:10 |
mr_german | porque mete mucho margenes y padding de separacion y el diseño | 14:10 |
replaceafill | mr_german, ok | 14:10 |
mr_german | cambiaria | 14:10 |
replaceafill | mr_german, entiendo | 14:10 |
mr_german | se haria más pequeño | 14:10 |
mr_german | el container | 14:10 |
replaceafill | mr_german, ok | 14:11 |
mr_german | ya que boostrap le pone padding y margin a los rows y cols | 14:11 |
replaceafill | mr_german, correcto | 14:11 |
mr_german | esa fue la razon | 14:11 |
mr_german | ;) | 14:11 |
replaceafill | mr_german, dejemos el boton así, aún no me parece | 14:11 |
replaceafill | mr_german, pero ya no quiero gastar tiempo en el | 14:11 |
replaceafill | mr_german, es demasiado... intrusivo | 14:12 |
replaceafill | mr_german, parece boton "principal" | 14:12 |
mr_german | mmm | 14:12 |
replaceafill | mr_german, incluso, solo volviendo "Reload this page" un enlace seria mejor | 14:13 |
mr_german | replaceafill, podria hacer esto | 14:14 |
mr_german | https://codepen.io/GFbot/pen/GXRPXP?editors=1000 | 14:14 |
zOnny | replaceafill: https://stackoverflow.com/questions/25067748/contents-overflowing-container-in-bootstrap-3-0 ? | 14:14 |
replaceafill | mr_german, hermoso | 14:14 |
replaceafill | mr_german, eso parece inline | 14:14 |
mr_german | deje lo cambio es rapido de arreglar | 14:14 |
replaceafill | mr_german, no te apresures | 14:15 |
replaceafill | mr_german, tengo que salir a traer mi almuerzo de todas formas | 14:15 |
mr_german | bueno, hare push al cambio y se le parece me dice | 14:16 |
replaceafill | mr_german, si no se mira bien, mejor volve "Reload this page" un enlace | 14:16 |
replaceafill | mr_german, y para el futuro | 14:16 |
mr_german | ok | 14:16 |
replaceafill | mr_german, en lugar de hacer tantos cambios en master | 14:16 |
mr_german | prefiero que sea enlace | 14:16 |
replaceafill | mr_german, mejor usemos screenshots | 14:16 |
replaceafill | mr_german, en los issues | 14:16 |
mr_german | porque en movil se veria raro | 14:16 |
replaceafill | mr_german, antes que pushes | 14:16 |
replaceafill | mr_german, chivo | 14:16 |
replaceafill | mr_german, +1 | 14:16 |
mr_german | 1+ | 14:16 |
replaceafill | mr_german, usemos un enlace entonces | 14:16 |
mr_german | con un color primary o success? | 14:17 |
mr_german | o warning | 14:17 |
replaceafill | mr_german, primary | 14:18 |
replaceafill | ya regre | 14:18 |
replaceafill | ACTION goes to get lunch, bb in ~30 | 14:18 |
*** mjsir911 has joined #novawebdev | 15:04 | |
*** lelkneralfaro has joined #novawebdev | 15:20 | |
replaceafill | ACTION is back | 15:27 |
mr_german | ACTION is back | 15:39 |
lelkneralfaro | mr_german, replaceafill just wanted to notify you that elizabeth is ready for her site to be deployed. when you get the opportunity could you drop the "new" from the site? | 15:51 |
mr_german | lelkneralfaro, that's cool! | 15:51 |
lelkneralfaro | mr_german, yup. and I'll give them a training on how to use the CMS so they won't bother us with little changes | 15:52 |
mr_german | cool | 15:54 |
lelkneralfaro | mr_german, are you the one who is going to deploy elizabeth's site? | 16:01 |
mr_german | lelkneralfaro, i think replaceafill is the person who do that | 16:05 |
lelkneralfaro | mr_german, cool. I'm not sure if he is paying attention to this, if he doesn't confirm I'll send an email later | 16:10 |
replaceafill | lelkneralfaro, mr_german i'll take care of it now | 16:17 |
lelkneralfaro | replaceafill, cool thank you | 16:19 |
mr_german | replaceafill, ballot tracking merged btw | 16:39 |
replaceafill | mr_german, cool, thanks | 16:40 |
replaceafill | lelkneralfaro, mr_german https://elizabethguzmanforvirginia.com/ | 16:46 |
mr_german | replaceafill, 1+ | 16:47 |
zOnny | replaceafill: are you around ? | 16:57 |
mr_german | replaceafill, could we meet tomorrow? | 16:57 |
replaceafill | zOnny, i am now | 17:03 |
replaceafill | mr_german, what time? | 17:03 |
mr_german | 11 am our time? | 17:03 |
replaceafill | mr_german, sure | 17:04 |
zOnny | replaceafill: I jsut fixed | 17:07 |
replaceafill | zOnny, cool | 17:08 |
replaceafill | sorry for the delay, i was dealing with elizabeth's 4 domains :S | 17:08 |
replaceafill | mr_german, https://gitlab.com/novawebdevelopment/helios-server/commit/58d756ff9d7649626638a69ead47e9b4ae0abfd9 | 17:09 |
replaceafill | mr_german, is this a left over: <script src="https://use.fontawesome.com/536a489b78.js"></script>? | 17:09 |
mr_german | replaceafill, thats for the icon | 17:10 |
replaceafill | mr_german, you mean for the fa- classes? | 17:11 |
mr_german | yep | 17:11 |
replaceafill | mr_german, does the booth use fa- classes? | 17:12 |
replaceafill | mr_german, i don't remember seeing this fontawesome js there | 17:12 |
mr_german | check | 17:12 |
mr_german | heliosbooth | 17:12 |
mr_german | vote.html | 17:12 |
replaceafill | duh | 17:13 |
replaceafill | mr_german, i was looking at the master branch :S | 17:13 |
replaceafill | mr_german, got it | 17:13 |
replaceafill | mr_german, so if it doesn't affect the booth | 17:13 |
replaceafill | mr_german, it should be fine for the verifier, right? | 17:13 |
mr_german | replaceafill, yep | 17:14 |
mr_german | replaceafill, we are using nova branch | 17:17 |
mr_german | right? | 17:17 |
mr_german | ? | 17:17 |
*** lelkneralfaro has joined #novawebdev | 17:17 | |
replaceafill | mr_german, yes | 17:19 |
replaceafill | mr_german, i wrote merge to master, didn't i? | 17:19 |
mr_german | no | 17:20 |
mr_german | just merge and close this | 17:20 |
replaceafill | mr_german, ah ok | 17:20 |
replaceafill | mr_german, any reason for the README here: https://gitlab.com/novawebdevelopment/novawebdev-ams? | 17:20 |
mr_german | replaceafill, yes, that was my fault, i did merge request in the issue instead of the branch | 17:21 |
mr_german | replaceafill, im going to merge my changes to nova branch it that correct? | 17:23 |
replaceafill | mr_german, for helios-server, yes | 17:24 |
mr_german | replaceafill, done | 17:25 |
replaceafill | mr_german, be careful when you do this: https://gitlab.com/novawebdevelopment/helios-server/merge_requests/2/diffs | 17:25 |
replaceafill | mr_german, <input type="submit" value="start verification" /> | 17:25 |
replaceafill | mr_german, <button type="submit" class="btn btn-default" value="Verify">Verify</button> | 17:26 |
mr_german | replaceafill, oh, i see | 17:26 |
replaceafill | mr_german, in this case it's fine | 17:26 |
replaceafill | mr_german, just be aware when you're changing form values like this | 17:27 |
mr_german | replaceafill, ok, i'll keep it in mind | 17:27 |
replaceafill | mr_german, and don't forget to close the issues once you're done | 17:28 |
replaceafill | merging | 17:28 |
replaceafill | mr_german, you can work on this one when you have a chance: https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/66 | 17:28 |
replaceafill | mr_german, just assigned it to you | 17:28 |
mr_german | replaceafill, i thought you're the person who close them ;) | 17:29 |
replaceafill | mr_german, once i test the change and ask you to close them once you merge | 17:30 |
replaceafill | mr_german, you can do it | 17:30 |
mr_german | replaceafill, 1+ | 17:30 |
replaceafill | mr_german, the dream: https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/64 | 17:31 |
replaceafill | mr_german, :) | 17:31 |
mr_german | the dreams can become true | 17:32 |
mr_german | ;) | 17:32 |
replaceafill | lelkneralfaro, mr_german oh i forgot | 17:33 |
replaceafill | lelkneralfaro, mr_german elizabeth's old site is still available here: http://old.elizabethguzmanforvirginia.com/ | 17:33 |
mr_german | replaceafill, you didn't assign me these ones | 17:33 |
mr_german | https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/60 | 17:33 |
mr_german | https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/62 | 17:33 |
replaceafill | mr_german, it's because they require some django and i don't know if you want to take those | 17:34 |
replaceafill | mr_german, you can take them if you want | 17:34 |
mr_german | replaceafill, ok, i'll work on the last one that you assigned me | 17:34 |
replaceafill | mr_german, +1 | 17:34 |
mr_german | 1+ | 17:34 |
lelkneralfaro | replaceafill, cool do you see any reason to keep a live version? I think it's better to not pay for server space, but keep the site locally somewhere as a record. | 17:34 |
replaceafill | lelkneralfaro, actually, that's their old webfaction account | 17:35 |
replaceafill | lelkneralfaro, if you check the server inventory spreadsheet | 17:35 |
replaceafill | lelkneralfaro, you'll see their webfaction row being marked | 17:35 |
lelkneralfaro | replaceafill, okay cool. I see | 17:35 |
replaceafill | lelkneralfaro, meaning it's not necessary anymore | 17:36 |
replaceafill | lelkneralfaro, next billing cycle should be sept 17th | 17:36 |
lelkneralfaro | replaceafill, cool good to know | 17:36 |
replaceafill | lelkneralfaro, so you could tell them to close it by then | 17:36 |
replaceafill | lelkneralfaro, if tendenci is "good enough" :) | 17:36 |
lelkneralfaro | replaceafill, +1 | 17:36 |
*** mjsir911 has joined #novawebdev | 20:35 | |
*** ChanServ has joined #novawebdev | 21:03 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!