- Jul 07, 2022
-
-
Serhii Myronets authored
-
- Jul 05, 2022
-
-
- Jun 24, 2022
-
-
- Jun 20, 2022
-
-
- May 05, 2022
-
-
- Mar 21, 2022
-
-
- Feb 11, 2022
-
-
- Dec 13, 2021
-
-
- Jun 11, 2021
-
-
Serhii Myronets authored
-
- Feb 03, 2021
-
- Apr 29, 2020
-
-
Serhii Myronets authored
-
- Apr 28, 2020
-
-
Serhii Myronets authored
-
- Apr 15, 2020
-
-
Serhii Myronets authored
* Issue #3125325 by agami4: Update margin bottom for the card block * Issue #3125325 by agami4: Update css file
-
- Mar 31, 2020
-
-
Alexander Varwijk authored
This removes the styling for the sky theme for the group join button. The `transform: uppercase` was removed from Open Social quite some time ago for a11y reasons and should not be re-introduced. Additionally the `.btn-block` class exists for full width blocks. Using this per button instead of forcing it from outside allows the dropdown for the accept/join button that is desired. The dropdown styling is also applied to the old flavour.
-
- Mar 30, 2020
-
-
Serhii Myronets authored
* Issue #3117064 by agami4: Add styles for the "Create idea" button * Issue #3117064 by agami4: Update styles for the "Add" buttons
-
- Mar 16, 2020
-
-
Issue #3111959 by chmez, Kingdutch, Ronaldtebrake, ribel: As a CM I want to customise filtering options in the custom content block (#1714) * Implement dependency between fields * Create a new plugin type for implementing dependencies between fields and add the first instance for topics * Replace form fields for selecting a content type and filtering field by database fields * Move filtering query to a method of new plugin type * Add field to plugin definition for entity type ID * Use the main theme instead of the admin theme for pages for creating and editing block * Replace the bundle label field of plugin definition by the bundle ID field * Add configuration of new fields to already enabled the module * Fill in fields for plugin ID and plugin fields in existing blocks * Restore the previous position of the database service between injected services to the builder service * Issue #3111959 by chmez: Use entity base table instead of entity data table as the main table of the filtering query for has access to fields for sorting * Issue #3111959 by chmez: Read a configuration from the code of update hook instead of reading configuration from YAML-files * Update only blocks with an empty field for plugin ID * Update a few blocks during on iteration of the update hook * Add deleted phrases to the translations.php file * Add comments to some parts of the code * Rename topics variable to entities for the social-content-block template * Apply default theming for the form actions section * Fix bugs and fix dashboard usage of content list block The block wouldn't render on layout builder pages because the correct hook was not implemented. Additionally, implementing that hook exposed some bugs. When no fields were selected, the `empty` value of the field selector would not actually be empty but would be interpreted as a special field. This is fixed by checking for that field name, although this will break if a field named `all` is every added. So it's probably better to just make the field be actually empty. Additionally a query alter would fail if there were no filters selected because it attempted to do a join with an `IN` clause without and values. This is not allowed in a SQL database. * Delete empty fields before sending them to the plugin * Add checking group content type * Leave empty the field of the selected filter when all filters have been selected * Add template file for content list block This removes a custom template file for the content list block and replaces it by a normal block template file. It also begins the theming of the new small teaser look and feel for topics/events/etc. * Change text-muted color to #555 The text muted color of #777 often doesn't pass WCAG standards. Darkening it slightly fixes this. * Add content list block and small teaser styling This changes the output of the small teaser and the content list block for the new styles. The image is added as an element to be displayed. This still requires a configuration update. * Update view mode for new small teaser style. This adds the update hooks and configuration changes for the layout changes made to the Small Teaser style for all group types and topic/event node types. It relies on the Update Helper module to apply these changes. This module will be added in another PR. Update hook dependencies will need to be set to make that work. * Add filter-fields on the create/edit block page automatically from the plugin definition * Change position description field * Add checking if the plugin management service exists before call it in the override service * Improve update-files for completely hiding fields on the entity pages * Add checking if the content of the block already exists * Fix social_event CUD names The names of the files was accidentally changed during a commit clean-up but these should match the update hook name that they're executed in by convention. * Fix dependency on update helper update hook Social Event update hook 8802 uses the update helper module but this is not enabled until social_core_update_8805 so depending on social_core_update_8802 could cause issues. * Fix update-files for completely hiding fields on the entity pages Co-authored-by:
Roman Salo <frs.daddy@gmail.com> Co-authored-by:
Alexander Varwijk <alexander@getopensocial.com> Co-authored-by:
Serhii Myronets <serhii.myronets@lemberg.co.uk>
-
- Mar 11, 2020
-
-
Alexander Varwijk authored
This changes the output of the small teaser and the content list block for the new styles. The image is added as an element to be displayed. This still requires a configuration update.
-
- Feb 27, 2020
-
-
Serhii Myronets authored
-
- Feb 19, 2020
-
-
Serhii Myronets authored
-
- Feb 03, 2020
-
-
Serhii Myronets authored
-
Serhii Myronets authored
-
- Jan 31, 2020
-
-
Serhii Myronets authored
-
Serhii Myronets authored
Issue #3109237 by agami4: Fix aligned "Add" button on the sidebar on the profile and group page (#1686)
-
Serhii Myronets authored
Issue #3109206 by agami4: Change color separate line between sections on the sidebar on the profile and groups pages (#1685)
-
- Jan 23, 2020
-
-
Serhii Myronets authored
-
- Jan 13, 2020
-
-
Serhii Myronets authored
-
Serhii Myronets authored
-
- Jan 03, 2020
-
-
Serhii Myronets authored
-
Serhii Myronets authored
-
Serhii Myronets authored
-
- Jan 02, 2020
-
-
Serhii Myronets authored
Issue #3083877 by agami4: Update hero for the group pages, complementary merged block, secondaty nav
-
- Dec 27, 2019
-
-
Serhii Myronets authored
-
- Dec 16, 2019
-
-
Serhii Myronets authored
-
- Dec 10, 2019
-
-
Serhii Myronets authored
-
- Nov 21, 2019
-
-
Serhii Myronets authored
-
- Oct 08, 2019
-
-
Serhii Myronets authored
-
- Oct 04, 2019
-
-
Serhii Myronets authored
Issue #3083877 by agami4: Update group page, add styles and script for secondary nav on the profile and group pages
-
- Oct 03, 2019
-
-
Serhii Myronets authored
-
- Sep 30, 2019
-
-
Serhii Myronets authored
-
Serhii Myronets authored
-