9 Nov 2024 |
marinov | Hello, I just finished installing farmOS on ubuntu server to run over apache2. While completing the installation process everything looked just fine, but after finishing the installation wizard and refreshing the webpage it looks broken. There are no styles, and no formatting of the pages. What could the problem be? | 21:25:12 |
mstenta | Hi marinov welcome to the farmOS chat! I would suggest searching the forum, since this is something that others have run into. For example: https://farmos.discourse.group/t/theme-issue-while-using-farmos-v2/1321 | 21:27:07 |
mstenta | More generally, you can also search for this as a Drupal issue. For example: https://stackoverflow.com/questions/4480562/drupal-aggregate-css-not-working-all-styles-gone | 21:27:47 |
mstenta | farmOS is built on top of Drupal, so what you're experiencing is actually a lower level issue with the way you have your server set up. | 21:28:38 |
mstenta | I'm not sure exactly what the cause is in your case, but hopefully those links are helpful. | 21:29:09 |
marinov | Whoa! Thanks for the lightning fast replies! | 21:29:34 |
mstenta | Sure thing! Good luck! | 21:30:53 |
11 Nov 2024 |
| farmBOT left the room. | 20:55:50 |
| farmBOT joined the room. | 20:56:17 |
14 Nov 2024 |
symbioquine | farmOS dev call starting now. All are welcome! | 17:00:15 |
symbioquine | * farmOS dev call starting now. https://meet.jit.si/farmos-dev All are welcome! | 17:00:37 |
mstenta | I need to take my dog out, and then I'll be there! | 17:00:51 |
15 Nov 2024 |
| farmBOT left the room. | 09:06:10 |
| farmBOT joined the room. | 09:07:17 |
16 Nov 2024 |
| qrKourier changed their display name from qrkourier (Ken) to qrKourier (Ken). | 02:13:10 |
| qrKourier changed their display name from qrKourier (Ken) to qrKourier. | 02:29:00 |
18 Nov 2024 |
| farmBOT left the room. | 21:22:09 |
| farmBOT joined the room. | 21:23:17 |
21 Nov 2024 |
farmBOT | @farmOS@fosstodon.org => #farmOS 3.3.2 has been released! https://github.com/farmOS/farmOS/releases/3.3.2 => https://fosstodon.org/@farmOS/113517858291218955 | 00:00:19 |
mstenta | symbioquine: I was just dusting off some old issues and found this again https://www.drupal.org/project/farm/issues/3196844 | 12:30:13 |
mstenta | I wonder if Asset Link might be a place to test out some UI for "clocking in/out" on a task? 🤔 | 12:30:43 |
symbioquine | It certainly could be... | 13:07:11 |
symbioquine | I guess my main question is how would we know what logs that UI should appear for? | 13:08:01 |
symbioquine | Ideally there would be some mechanism/heuristic for only showing the clocking in/out UI for the "right kind" of logs 🤔 (So as to not clutter the UI for the rest of them) | 13:09:06 |
mstenta | Maybe it's a little unobtrusive icon that opens a separate page/view with more options? My assumption is that the farm_quantity_time module would be optional and only enabled if time tracking is desired. But beyond that I think it's hard to predict which types of logs users will want to track time on (unless we add a setting for that 🤔). | 13:49:16 |
mstenta | In either case, I think the bigger question is: do we want to merge that time quantity type without any supporting UI in farmOS itself? | 13:49:36 |
mstenta | The lack of UI is what's blocking it now | 13:49:52 |
mstenta | (Specifically, "clocking in" would create a quantity of type time which references the user ID that clocked in, and when "clocking out" it saves the total time spent to the quantity) | 13:50:51 |
mstenta | This feature hasn't come up recently, so it isn't something I'm prioritizing right now... I was just reviewing old issues and that one stuck out as one that's relatively close | 13:51:35 |
symbioquine | In reply to @mstenta:matrix.org In either case, I think the bigger question is: do we want to merge that time quantity type without any supporting UI in farmOS itself? I'm in favor of merging it once we're happy with the data model bits themselves. | 13:53:38 |