3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
Commit graph

220 commits

Author SHA1 Message Date
Michael Stenta 895a4e97eb Remove comment title (subject). 2024-02-21 09:56:36 -05:00
Michael Stenta 39a3cca62a Remove {{ permalink }}. 2024-02-21 09:56:36 -05:00
Michael Stenta 45a145f9be Remove {{ user_picture }} (user profile). 2024-02-21 09:56:36 -05:00
Michael Stenta 5ffa6f7ffa Copy comment.html.twig template from Claro. 2024-02-21 09:56:36 -05:00
Paul Weidner 5aba80aaee Check for correct update operation access in location hierarchy form #800 2024-02-13 15:00:58 -08:00
Michael Stenta dc00956117 Issue #2551091: Show map on /locations 2024-02-02 19:52:09 -05:00
Michael Stenta 1b2ce0b075 Add a locations map behavior and refactor dashboard map logic to use it. 2024-02-02 19:52:09 -05:00
Michael Stenta efc6797899 Remove hard dependency on farm_ui_dashboard from farm_ui_map.
We implement hook_farm_dashboard_panes() but that will only
run if farm_ui_dashboard is enabled. It doesn't depend on it.
Removing this hard dependency allows farm_ui_dashboard to be
disabled without disabling farm_ui_map.
2024-02-02 19:52:09 -05:00
Michael Stenta 70eb37cbf9 Remove "All" from "Items per page" options in Views #776 2024-02-02 19:52:09 -05:00
Michael Stenta 8b8ac5bb20 Remove CSV REST export displays from log, asset, plan Views. 2024-02-02 19:49:55 -05:00
Michael Stenta 22024a8f86 Install the farm_export_csv module on sites that have farm_ui_views installed. 2024-02-02 19:49:54 -05:00
Michael Stenta 067ea5fa05 Allow modules to add entity form field groups. 2024-02-02 19:46:57 -05:00
Paul Weidner bacf11f295 Preserve delete and other action buttons in sidebar 2024-02-02 19:46:57 -05:00
Paul Weidner fa5724e035 Remove the sidebar if the display is not using field groups. 2024-02-02 19:46:57 -05:00
Paul Weidner 0525fd5a49 Improve styling in content form 2024-02-02 19:46:57 -05:00
Paul Weidner 2f8b3e05e8 Add additional revision information 2024-02-02 19:46:57 -05:00
Paul Weidner 268412bd23 Add tabs specific to each entity 2024-02-02 19:46:57 -05:00
Paul Weidner c4d3f174d5 Render fields in field groups 2024-02-02 19:46:57 -05:00
Paul Weidner 55e999af27 Provide GinContentFormBase class for entity forms 2024-02-02 19:46:56 -05:00
Paul Weidner 6dc23e7054 Implement farm_ui_theme_field_group_items for core module base fields 2024-02-02 19:46:56 -05:00
Paul Weidner abd6ee9646 Add hook_farm_ui_theme_field_group_items to collect field group mappings 2024-02-02 19:46:56 -05:00
Paul Weidner 71206d03d2 Implement gin content form for farm entities 2024-02-02 19:46:56 -05:00
Michael Stenta 220c99c510 Whitespace fix. 2024-01-31 06:38:30 -05:00
Paul Weidner 5a49dce4f5 Remove decreased page top margin #788 2024-01-31 06:22:22 -05:00
Michael Stenta 84421be197 Add enforced module dependency to core.entity_view_mode.asset.map_popup.yml. 2024-01-31 05:12:46 -05:00
Michael Stenta 004ecd8e9e Allow users with asset view access to see asset/[id]/locations. 2024-01-18 15:09:17 -05:00
Michael Stenta 2a992f5a7c Filter out assets that the user can't view. 2024-01-18 15:08:35 -05:00
Michael Stenta f1c6a47846 Prevent users without asset edit access from moving them in location hierarchy. 2024-01-18 14:41:21 -05:00
Michael Stenta 31c5280662 Fix duplicated revision tab on entities #773 2024-01-18 06:25:14 -05:00
Michael Stenta 8f73c593a1 Fix Error: Call to a member function label() on null in farm_ui_views_views_pre_render().
These errors generally only happen for admins editing Views
through the UI. This makes the code more defensive.
2024-01-16 17:28:59 -05:00
Paul Weidner 0e211cb33c Increase weight of Asset and Log tasks on canonical user route #757
The current weight of these menu items is 0 and makes it challenging to
place other menu tasks between Edit and Asset. I would like to add a
Notifications task item and keep it closer to the edit task.
2023-12-09 07:08:03 -08:00
Michael Stenta c0f02dfc0e Update all core_version_requirement to ^10. 2023-10-30 12:07:29 -04:00
Paul Weidner a18e44cd8d Decrease space at top of pages around help 2023-10-06 14:45:35 -04:00
Paul Weidner 5b6ec6cc73 Decrease horizontal margins on pages 2023-10-06 14:45:34 -04:00
Paul Weidner c05875f9f3 Allow bundle fields to be sorted in views tables 2023-10-06 14:40:08 -04:00
Paul Weidner 6a0e27914f Hide views table columns when they do not contain any data 2023-10-06 14:40:08 -04:00
Paul Weidner 7f9f9dcd75 Decrease size of views collapsible filter 2023-10-06 14:40:08 -04:00
Paul Weidner c75ebeae58 Condense styling of views 2023-10-06 14:40:08 -04:00
Paul Weidner 4ef19c79ce Render metrics using item_list theme 2023-10-06 14:38:06 -04:00
Paul Weidner 91a6fccf85 Use flexbox to manage metric button spacing 2023-10-06 14:38:06 -04:00
Paul Weidner 9b8eb314cc Class attributes is an array 2023-10-06 14:38:06 -04:00
Paul Weidner 1b6b46ab9a Render entity labels using h6 tag 2023-10-06 14:38:06 -04:00
Paul Weidner 6be3e3639c Render metrics in small buttons 2023-10-06 14:38:05 -04:00
Paul Weidner 14b63d748d Reduce spacing within dashboard fieldsets 2023-10-06 14:35:44 -04:00
Paul Weidner 7167016488 Style dashboard fieldsets similar to gin-layer-wrapper 2023-10-06 14:35:44 -04:00
Paul Weidner a195744803 Use flexbox to position and space dashboard panes 2023-10-06 14:35:44 -04:00
Paul Weidner 74dfee5024 Add dashboard-pane attribute to help target dashboard panes 2023-10-06 14:35:44 -04:00
Paul Weidner dd3e9e68b2 Remove unnecessary default container div
This only adds a div to the markup that is not used
to style or arrange the panes within a region.
2023-10-06 14:35:44 -04:00
Paul Weidner 237a094e85 Add action links to add location assets on locations page #709 2023-10-06 14:34:13 -04:00
Paul Weidner e4345d735c Move the import and taxonomy menu items from system.admin to farm.setup
This allows us to remove the access administration pages permission.
2023-10-06 13:54:59 -04:00