*** mjsir911 has joined #novawebdev | 08:24 | |
*** mjsir911 has joined #novawebdev | 10:11 | |
*** replaceafill has joined #novawebdev | 11:46 | |
*** mjsir911 has joined #novawebdev | 11:52 | |
*** zOnny has joined #novawebdev | 11:52 | |
replaceafill | zOnny, you around? | 11:55 |
---|---|---|
zOnny | hey replaceafill | 11:55 |
replaceafill | zOnny, hey, quick question, were you able to clone the nova-base-theme repo? | 11:55 |
zOnny | replaceafill: yes | 11:56 |
replaceafill | zOnny, ah ok | 11:56 |
*** mr_german has joined #novawebdev | 12:01 | |
replaceafill | zOnny, mr_german have you seen how the default individual membership form looks with bootstrap? | 12:03 |
replaceafill | zOnny, mr_german i think that's one of the first things we'll need to adjust | 12:03 |
replaceafill | zOnny, mr_german since most of our instances use memberships | 12:04 |
replaceafill | zOnny, mr_german and we don't want to be repeating the fixes all over | 12:04 |
replaceafill | zOnny, mr_german for reference: https://demo.tendenci.com/memberships/applications/basic-membership-application/ | 12:04 |
replaceafill | zOnny, mr_german go below 768 px width | 12:05 |
zOnny | replaceafill: do we have to make one? | 12:09 |
replaceafill | zOnny, make one? | 12:09 |
zOnny | I have an empty memberships form :( | 12:11 |
mr_german | replaceafill, can you send me the script to install my tendenci ;-) | 12:11 |
mr_german | ? | 12:11 |
replaceafill | mr_german, ah sure | 12:12 |
zOnny | https://paste.pound-python.org/show/kYXg2afWRT6Pblm7Mx0H/ mr_german | 12:12 |
replaceafill | mr_german, https://paste.pound-python.org/show/0gHc36AvOCYL9hYojcOE/ | 12:12 |
replaceafill | zOnny, you probably didn't set the environment variables correctly when you got that error | 12:13 |
replaceafill | mr_german, make the script executable | 12:13 |
replaceafill | mr_german, chmod +x ... | 12:13 |
replaceafill | mr_german, then create a directory for your project | 12:14 |
mr_german | ok | 12:14 |
replaceafill | mr_german, mkdir MYPROJECT | 12:14 |
zOnny | https://paste.pound-python.org/show/6f9Cp8t0zWl6cp13r4sQ/ mr_german I copy the wrong one :( | 12:14 |
replaceafill | mr_german, cd MYPROJECT | 12:14 |
zOnny | *copied | 12:14 |
replaceafill | mr_german, put the script there | 12:14 |
replaceafill | mr_german, and do ./script nameforyourinstance | 12:14 |
mr_german | replaceafill, I think I need some packages right? | 12:15 |
replaceafill | mr_german, that'll create MYPROJECT/venv and MYPROJECT/nameforyourinstance | 12:15 |
replaceafill | mr_german, oh shit, true :D | 12:15 |
replaceafill | mr_german, postgresql, etc | 12:15 |
replaceafill | mr_german, copy the apt-get commands from the tendenci isntallation tutorial ;) | 12:15 |
zOnny | replaceafill: the environment variables ? | 12:16 |
replaceafill | zOnny, the script expects a name | 12:17 |
replaceafill | zOnny, as an argument | 12:17 |
replaceafill | zOnny, for the instance directory and database | 12:17 |
replaceafill | zOnny, that's what the $1 means in the script | 12:17 |
zOnny | replaceafill: are you refering to ? | 12:17 |
zOnny | replaceafill: ah I solved that issue | 12:18 |
replaceafill | zOnny, ah ok | 12:18 |
replaceafill | mr_german, if you have the guts | 12:18 |
replaceafill | mr_german, i can send you a few files for you to try docker compose :D | 12:18 |
replaceafill | mr_german, it's harder to debug, but easier to start | 12:18 |
replaceafill | mr_german, nah, keep going with the dumb script | 12:19 |
replaceafill | mr_german, we need to get moving | 12:19 |
replaceafill | zOnny, mr_german so, does my membership form comment makes sense | 12:19 |
replaceafill | zOnny, mr_german did you try it in "mobile" mode? | 12:19 |
replaceafill | zOnny, mr_german this is the underlying problem *i think*: | 12:20 |
zOnny | *zOnny is testing .. | 12:20 |
replaceafill | https://paste.pound-python.org/show/8UuzYiLsVmS93gThWfDH/ | 12:20 |
mr_german | replaceafill, https://tendenci.readthedocs.io/en/latest/installation/installation.html#system-requirements | 12:20 |
mr_german | this? | 12:20 |
replaceafill | zOnny, mr_german those are all the different classes each .form-group has | 12:20 |
replaceafill | mr_german, https://tendenci.readthedocs.io/en/latest/installation/installation.html#ubuntu | 12:21 |
mr_german | replaceafill, I understood your comment | 12:21 |
zOnny | that is all the bootstrap grid replaceafill | 12:21 |
replaceafill | zOnny, mr_german so as you can see in my latest paste, there are sm-5, sm-6, sm-7, sm-8 and sm-9 | 12:21 |
replaceafill | zOnny, mr_german classes being used | 12:21 |
replaceafill | zOnny, mr_german some inline blocks and a few floats | 12:22 |
replaceafill | zOnny, mr_german we *need* to come up with a single solution | 12:22 |
*** zOnny_ has joined #novawebdev | 12:22 | |
replaceafill | zOnny, mr_german i don't want us to be styling ORA independently one way, then NOVALACIRO in a different way, etc | 12:22 |
replaceafill | zOnny, mr_german i mean, to be styling the membership form | 12:22 |
zOnny | nea4or and novalaciro have the same style form replaceafill | 12:24 |
replaceafill | zOnny i meant when we adjust it to bootstrap | 12:24 |
replaceafill | zOnny not the current production versions | 12:24 |
zOnny_ | Ok replaceafill | 12:25 |
replaceafill | zOnny_ makes sense? | 12:25 |
zOnny_ | Kind of replaceafill | 12:26 |
replaceafill | zOnny_ you will need to style our base theme for nea4or, right? | 12:26 |
replaceafill | zOnny_ so you will set a fresh instance in your laptop | 12:26 |
replaceafill | zOnny_ then set the base theme | 12:26 |
replaceafill | zOnny_ then recreate the nea4or membership form, you already have instructions for that | 12:27 |
replaceafill | zOnny_ when you visit the form, you'll see all these issues | 12:27 |
replaceafill | zOnny_ try it | 12:27 |
replaceafill | https://i.imgur.com/3OReeN2.png | 12:28 |
zOnny | replaceafill: that is what I said before | 12:28 |
replaceafill | look at the notes field | 12:28 |
mr_german | replaceafill, but we should fix this | 12:29 |
zOnny | replaceafill: looks awesome | 12:29 |
mr_german | in our theme base | 12:29 |
replaceafill | mr_german, correct | 12:29 |
mr_german | ok | 12:29 |
replaceafill | mr_german, zOnny i'd say even before we start our theming tasks | 12:29 |
*** zOnny_ has joined #novawebdev | 12:30 | |
replaceafill | mr_german, zOnny because this will involve overriding some templates | 12:30 |
replaceafill | mr_german, zOnny and all of our branches should get the fix | 12:30 |
replaceafill | mr_german, zOnny it's fine to integrate the change later too, but i just don't want us all working on the same part | 12:31 |
replaceafill | mr_german, zOnny are you ok if i give this a shot? i honestly don't get the boostrap grid entirely | 12:32 |
replaceafill | mr_german, zOnny but i'd like to see which templates are involved in the process of rendering those fields | 12:32 |
replaceafill | mr_german, zOnny you could work on the homepages of your projects in the meantime | 12:33 |
mr_german | replaceafill, migrations take to much time right? | 12:48 |
replaceafill | mr_german, yes | 12:48 |
replaceafill | mr_german, 15-60 mins | 12:48 |
replaceafill | mr_german, you have a lot of RAM, right? | 12:48 |
mr_german | yes | 12:49 |
mr_german | ;) | 12:49 |
mr_german | can we hang out when this ends? | 12:51 |
mr_german | replaceafill | 12:51 |
replaceafill | mr_german, ok | 12:51 |
mr_german | replaceafill, done | 12:52 |
replaceafill | mr_german, do you need to screenshare soemthing? | 12:53 |
replaceafill | mr_german, i think it's better i call your cell | 12:53 |
mr_german | yes | 12:54 |
mr_german | replaceafill, I need to share my screen | 12:55 |
replaceafill | mr_german, yes what? | 12:55 |
replaceafill | mr_german, oh ok | 12:55 |
mr_german | because i need to ask | 12:55 |
replaceafill | mr_german, hold on then | 12:55 |
mr_german | you a few things | 12:55 |
mr_german | ok | 12:55 |
mr_german | replaceafill, you should put custom.css after bootstrap.min.css | 14:32 |
mr_german | should I* | 14:32 |
mr_german | ? | 14:32 |
replaceafill | mr_german, ah crap, yes | 14:37 |
replaceafill | mr_german, it should be the last one | 14:37 |
replaceafill | mr_german, hold on | 14:37 |
replaceafill | mr_german, why did that happen | 14:37 |
mr_german | replaceafill, you'll change it ? | 14:37 |
mr_german | and then I do git pull | 14:37 |
mr_german | again? | 14:37 |
replaceafill | mr_german, no, go ahead and move it | 14:37 |
mr_german | ok | 14:38 |
replaceafill | mr_german, https://gitlab.com/novawebdevelopment/tendenci-theme-leecarter/commit/bd3f3e323e0fb4deb1eb6b1f03cbca88a573d790#da7c237b85a69c00a9ab8c189bf63e22070fcac3 | 14:39 |
replaceafill | mr_german, that should have been the change | 14:39 |
replaceafill | mr_german, please fix in master | 14:39 |
mr_german | do you want me to change master nova theme? | 14:40 |
replaceafill | mr_german, oh | 14:40 |
replaceafill | mr_german, hold on | 14:40 |
mr_german | https://pastebin.com/vmBF7CcS | 14:41 |
mr_german | replaceafill, check that out | 14:42 |
replaceafill | mr_german, fixed in master | 14:42 |
replaceafill | mr_german, i don't think you'll be able to push to master | 14:42 |
replaceafill | mr_german, i put it even lower than the font css | 14:43 |
replaceafill | mr_german, https://gitlab.com/novawebdevelopment/nova-base-theme/commit/354affa9332894dc7ab7f154ca831fe9364c2c15 | 14:43 |
replaceafill | mr_german, thanks for catching that | 14:43 |
mr_german | replaceafill, np | 14:43 |
mr_german | replaceafill, can i pull | 14:43 |
mr_german | ? | 14:43 |
replaceafill | mr_german, yes | 14:43 |
replaceafill | zOnny zOnny_ we just fixed the custom.css placement | 14:44 |
mr_german | replaceafill, done, i'll continue | 14:46 |
replaceafill | mr_german, cool | 14:46 |
*** zOnny__ has joined #novawebdev | 14:47 | |
mr_german | replaceafill, there is a way | 14:57 |
mr_german | to active "debug" | 14:57 |
mr_german | ? | 14:57 |
replaceafill | mr_german, conf/local_settings.py, set DEBUG = True | 14:57 |
mr_german | replaceafill, thx | 14:58 |
replaceafill | mr_german, and i recommend you to to uncomment this part too: Turn off the template caching | 14:58 |
mr_german | replaceafill, thanks! | 15:01 |
replaceafill | mr_german, np | 15:01 |
replaceafill | ACTION really likes docker :) | 15:36 |
replaceafill | ACTION wonders why he doesn't use it more often | 15:37 |
zOnny | replaceafill: one question | 15:46 |
replaceafill | zOnny yes? | 15:46 |
replaceafill | zOnny could you get rid of zOnny__ :D | 15:47 |
replaceafill | zOnny it messes with my TAB key ;) | 15:47 |
zOnny | replaceafill: rif of what ? | 15:47 |
zOnny | *rid | 15:47 |
replaceafill | zOnny there's a zOnny__ nickname logged in the channel | 15:47 |
replaceafill | zOnny never mind, what's your question? | 15:48 |
replaceafill | mr_german, you around? | 15:48 |
mr_german | hey | 15:48 |
zOnny | replaceafill: :) the nav options I got by default nav id1 empty | 15:49 |
replaceafill | mr_german, i just wanted to let you know i made some changes to the gitlab repo, let me know if you have trouble pulling or pushing | 15:50 |
zOnny | replaceafill: but not sure about using it or get rid of | 15:50 |
replaceafill | zOnny if the id matches the original template use it | 15:51 |
replaceafill | zOnny just add your own options | 15:51 |
mr_german | ok | 15:51 |
replaceafill | zOnny that's the problem with IDs being used in boxes and navs | 15:51 |
replaceafill | zOnny did you load the fixtures for the base theme? | 16:04 |
replaceafill | we need to document this new process... | 16:05 |
zOnny | replaceafill: you mean tendenci2018? | 16:06 |
replaceafill | zOnny yes | 16:06 |
zOnny | replaceafill: yes, I did | 16:06 |
replaceafill | zOnny i mean, when you created your new intance | 16:06 |
replaceafill | zOnny ah ok | 16:06 |
replaceafill | zOnny cool | 16:06 |
replaceafill | zOnny is that documented somewhere? | 16:06 |
zOnny | replaceafill: yes | 16:07 |
replaceafill | zOnny one of the initial dev docs, right? | 16:07 |
zOnny | https://docs.google.com/document/d/1X8vp1Rb6gydOEOo545NNcza1eY3cwse47CZ28vQ_nIw/edit#heading=h.gpozm79upxw9 | 16:07 |
replaceafill | zOnny great | 16:07 |
replaceafill | zOnny we have trained you well ;) | 16:07 |
zOnny | replaceafill: these Doc's are helpful | 16:08 |
replaceafill | :) | 16:08 |
zOnny | replaceafill: one question | 16:24 |
replaceafill | zOnny yes | 16:24 |
zOnny | We decided not make changes in base.css correct ? | 16:25 |
replaceafill | zOnny correct | 16:26 |
replaceafill | zOnny only custom.css | 16:26 |
zOnny | replaceafill: thanks | 16:26 |
replaceafill | zOnny we're not going to add custom classes either | 16:26 |
zOnny | replaceafill: I got it | 16:26 |
replaceafill | zOnny and we're going to try to modify the templates as little as possible | 16:27 |
zOnny | replaceafill: custom classes ? | 16:27 |
replaceafill | zOnny yes, our first step is: | 16:27 |
replaceafill | zOnny port all the content to be cms friendly | 16:27 |
replaceafill | zOnny using the homepage layout | 16:27 |
zOnny | replaceafill: definitely | 16:27 |
replaceafill | zOnny nea4or shouldn't require too many changes | 16:28 |
replaceafill | zOnny since it's a very basic theme | 16:28 |
replaceafill | zOnny i mean, the current one | 16:28 |
zOnny | replaceafill: :S | 16:29 |
zOnny | replaceafill: I got It | 16:29 |
replaceafill | zOnny it is, it doenst have images, boxes, photos, etc | 16:29 |
replaceafill | zOnny cool | 16:29 |
replaceafill | zOnny as soon as you have the logo and the same content ping us for feedback, ok? | 16:29 |
replaceafill | zOnny we can use screenshots for now | 16:30 |
replaceafill | zOnny i'm working on a django app to override the {% box 1 %} and {% nav 1 %} tags | 16:30 |
replaceafill | zOnny i really hate having to use IDs there :) | 16:31 |
zOnny | I overrided it already once you said that it will not matter | 16:31 |
replaceafill | zOnny you mean the ids in the templates? | 16:31 |
mr_german | replaceafill, this is going well | 16:32 |
zOnny | replaceafill: I am using the id 1 nav | 16:32 |
replaceafill | zOnny cool | 16:32 |
replaceafill | zOnny we'll see how it goes when the server in production uses 4 | 16:32 |
replaceafill | zOnny :D | 16:32 |
replaceafill | mr_german, glad you're enjoying it | 16:33 |
replaceafill | mr_german, based on our default-NAMEOFTEMPLATE.html discussion, we can do fancier stuff once we have the basics | 16:33 |
replaceafill | zOnny mr_german i think i found a way to fix the membership forms | 16:33 |
replaceafill | zOnny mr_german but i'll finish this app first | 16:33 |
mr_german | k | 16:36 |
mr_german | replaceafill, I added "log in" button | 16:53 |
mr_german | but when I log in | 16:53 |
mr_german | it says log in | 16:53 |
mr_german | lol | 16:53 |
mr_german | there's a way to change that | 16:54 |
replaceafill | mr_german, button? | 16:54 |
mr_german | when you're logged in | 16:54 |
replaceafill | mr_german, aren't we going to use the Login link in the footer? | 16:54 |
mr_german | oh | 16:54 |
mr_german | ok | 16:54 |
mr_german | nvm replaceafill | 16:54 |
replaceafill | mr_german, we need to just port the content over | 16:54 |
replaceafill | mr_german, not copy the old ways | 16:55 |
replaceafill | mr_german, you could even put the login option in the nav if you want | 16:55 |
replaceafill | mr_german, it doesn't matter if it's repeated | 16:55 |
replaceafill | mr_german, and it doesn't matter if it's not smart | 16:55 |
replaceafill | mr_german, zOnny again, we're trying to do good enough | 16:55 |
replaceafill | mr_german, zOnny not exactly the same nor perfect | 16:55 |
replaceafill | mr_german, zOnny if the base theme already provides something in a particular position, just use it | 16:56 |
replaceafill | mr_german, zOnny like the Login link in the footer | 16:56 |
replaceafill | mr_german, zOnny just extend the footer and keep it | 16:56 |
replaceafill | mr_german, zOnny if jelkner or the users complain we can change it later, if they want things to be smart, we can change it later | 16:57 |
replaceafill | mr_german, zOnny we're sprinting to have basic versions | 16:57 |
replaceafill | mr_german, zOnny colors, logos and images and content | 16:57 |
mr_german | replaceafill, ok thanks! | 17:00 |
replaceafill | mr_german, sure | 17:00 |
replaceafill | mr_german, the log out button is in the megamenu btw | 17:01 |
replaceafill | mr_german, and we should train user to just use it | 17:01 |
replaceafill | mr_german, see? no need for smarter options | 17:01 |
replaceafill | mr_german, tendenci nos da el pan :) | 17:01 |
replaceafill | mr_german, zOnny just for the record | 17:02 |
replaceafill | mr_german, zOnny what i mention yesterday about trying not to touch the base theme layout too much | 17:03 |
zOnny | replaceafill: that is correct | 17:03 |
replaceafill | mr_german, zOnny is related to users mostly | 17:03 |
replaceafill | mr_german, zOnny think of jelkner | 17:03 |
replaceafill | mr_german, zOnny if he gets used to ONE tendenci instance | 17:03 |
replaceafill | mr_german, zOnny and we as developers don't mess the layout too much | 17:04 |
replaceafill | mr_german, zOnny that knowledge that jelkner has in one instance can be easily transfered to a new instance | 17:04 |
replaceafill | mr_german, zOnny so he can do the same things like being administrator, add users, etc | 17:04 |
replaceafill | mr_german, zOnny that's one of the reasons for this change too | 17:04 |
replaceafill | mr_german, zOnny people in ORA will find events one way | 17:05 |
replaceafill | mr_german, zOnny if an ORA member is also an AEA member | 17:05 |
replaceafill | mr_german, zOnny and we set an instance for them too | 17:05 |
replaceafill | mr_german, zOnny you get the idea :) | 17:05 |
replaceafill | mr_german, ^ that's one reason to not get fancy yet :) | 17:06 |
mr_german | replaceafill, could I show you my progress? | 17:07 |
replaceafill | mr_german, screenshot + imgur? | 17:07 |
mr_german | wait | 17:07 |
replaceafill | mr_german, zOnny look for the awesome screenshot browser extension | 17:08 |
replaceafill | mr_german, zOnny it can take a screenshot of your entire page | 17:08 |
mr_german | replaceafill, I have one already ;-) | 17:08 |
replaceafill | mr_german, cool :) | 17:08 |
mr_german | replaceafill, https://i.imgur.com/YGMEPls.png | 17:09 |
mr_german | replaceafill, I've added pages to "Issues" dropdown | 17:09 |
mr_german | with the current info | 17:09 |
replaceafill | mr_german, what happens to the rotator when you resize | 17:09 |
replaceafill | mr_german, is the banner part of the rotator? | 17:10 |
mr_german | yes | 17:10 |
replaceafill | mr_german, can you show a screenshot in < 760 px? | 17:10 |
replaceafill | mr_german, oh sorry | 17:10 |
replaceafill | mr_german, in bootstrap terms: extra small | 17:10 |
replaceafill | :) | 17:10 |
replaceafill | ACTION keeps forgetting what each class mean | 17:11 |
mr_german | replaceafill, there you have | 17:12 |
mr_german | https://i.imgur.com/0BRxwM7.png | 17:12 |
replaceafill | mr_german, oh, you added css to scale it? | 17:12 |
mr_german | yes | 17:12 |
replaceafill | mr_german, you need to share that! | 17:12 |
replaceafill | :D | 17:12 |
mr_german | ok | 17:12 |
replaceafill | mr_german, that's a good idea | 17:12 |
mr_german | replaceafill, there you can see the "dropdowns" | 17:13 |
mr_german | https://i.imgur.com/Bxf8gj0.png | 17:13 |
replaceafill | mr_german, oh they look really nice | 17:13 |
replaceafill | mr_german, like the "original" ones | 17:13 |
replaceafill | :) | 17:13 |
replaceafill | mr_german, it seems like you designed the first ones :S | 17:14 |
mr_german | replaceafill, but just the navbar | 17:14 |
mr_german | I'll try to change the homepage | 17:14 |
mr_german | ;) | 17:14 |
replaceafill | mr_german, cool | 17:14 |
replaceafill | mr_german, thanks for the update, looks nice | 17:15 |
mr_german | thx | 17:15 |
*** zOnny___ has joined #novawebdev | 17:31 | |
replaceafill | mr_german, zOnny want to try this: https://gitlab.com/novawebdevelopment/tendenci_overrides | 17:40 |
replaceafill | mr_german, zOnny check the explanation for my approach: The box inclusion tag | 17:50 |
replaceafill | mr_german, zOnny and let me know if you have questions | 17:51 |
*** zOnny____ has joined #novawebdev | 18:12 | |
mr_german | replaceafill, I'll push my changes tonight | 18:20 |
replaceafill | mr_german, cool | 18:20 |
mr_german | replaceafill, i going to take a break | 18:21 |
mr_german | brb in 30 mins | 18:21 |
replaceafill | mr_german, please report your progress tomorrow in the meeting | 18:21 |
replaceafill | mr_german, sure | 18:21 |
replaceafill | mr_german, ttyl | 18:21 |
mr_german | ok | 18:21 |
replaceafill | ACTION signs off for the day | 18:39 |
*** zOnny_____ has joined #novawebdev | 19:23 | |
*** mjsir911 has joined #novawebdev | 21:21 | |
*** mr_german has joined #novawebdev | 21:36 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!