- Mar 20, 2020
-
-
ronaldtebrake authored
-
Bram ten Hove authored
-
Alexander Varwijk authored
-
ronaldtebrake authored
-
- Mar 19, 2020
-
-
Alexander Varwijk authored
small teassers The follow content button is added after modules have been installed. It's also the result of an optional module so it's possible that the button doesn't exist. These factors don't allow the view display configuration for the field to be set in configuration that is shipped with our modules. To work around this an modules_installed hook is implemented that makes the change for us. An update hook is provided to fix platforms that installed a version that had the new templates to render before this fix was present.
-
ronaldtebrake authored
Issue #3115796 by ronaldtebrake, Kingdutch: Ensure we don't check for core version, we don't need to remove or alter it
-
Alexander Varwijk authored
Issue #3115796 by Kingdutch, ronaldtebrake: Create update hook after replacing SocialLanguageMetadataBubblingUrlGenerator by Entity::toUrl implementations
-
Alexander Varwijk authored
-
Alexander Varwijk authored
-
Alexander Varwijk authored
-
Alexander Varwijk authored
The featured items paragraphs should ideally be re-used by the Dashbaord module. This moves the functionality for featured items out into a separate module so that the Dashboard module can use what is needed and nothing should functionally change for the landing page module.
-
- Mar 18, 2020
-
-
Alexander Varwijk authored
-
- Mar 17, 2020
-
-
Sjoerd van der Vis authored
-
Issue #3119681 by chmez: The body of the custom content block is absent on the Layout Builder page
-
- 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>
-
Derek Laventure authored
Issue #3118746 by spiderman, 7thkey, ronaldtebrake, mparker17: When you sign up with a new account: Error: Route "entity.profile.type.user_profile_form" does not exist
-
ronaldtebrake authored
Issue #3118746 by ronaldtebrake: see changerecord on profile update, routes were updated but not all were touched see 3090422
-
Mink 1.8.0 no longer automatically starts a session when `getSession` is called. This breaks some `beforeScenario` steps that rely on the sessions (for example, testing JS support or resizing the window). This commit simply checks whether the session is started before calling any methods on the session, starting it if needed. This is only done in `beforeScenario` calls that actually use the session. For `FeatureContext` the beforeScenario calls are merged because I'm unsure whether we can rely on call order. Change in Mink: https://github.com/minkphp/Mink/pull/705
-
- Mar 11, 2020
-
-
ronaldtebrake authored
-
ronaldtebrake authored
Issue #3117047 by ronaldtebrake: ensure we also re-run an update hook to ensure config for social_books is updated after moving it to our profile
-
ronaldtebrake authored
Issue #3117047 by ronaldtebrake: ensure we also re-run an update hook to ensure config for social_books is updated after moving it to our profile
-
- Mar 10, 2020
-
-
- Mar 06, 2020
-
-
Navneet Singh authored
Issue #3113150 by navneet0693: Reverted remaining configuration by hook_update_N which was left in 8801.
-
- Mar 05, 2020
-
-
Signed-off-by: Frank <frankgraav@gmail.com>
-
Sjoerd van der Vis authored
TB-2922 - Do not add our custom datepicker to the date fields if the field is added as a JS variable and the browser supports a native date picker
-
- Mar 03, 2020
-
-
Fixed coding standard errors reported on running PHPCS.
-
Issue #3115540 by sjoerdvandervis: Keep language when using search filters
-
ronaldtebrake authored
-
ronaldtebrake authored
Issue #3117062 by ronaldtebrake: ensure the book module comes with a featured view mode, we do this by creating a new social_book_featured module that gets enabled when optional social_landing_page providing the featured view mode and social_book are enabled which provides the rest of the book type
-
Alexander Varwijk authored
This ensures that the config can properly be installed when the book module is enabled instead of giving an error during features revert or module install.
-
- Mar 02, 2020
-
-
Issue #3105138: Event enrolment notification all says "Anonymous has enrolled..."
-
- Mar 01, 2020
-
- Feb 28, 2020
-
-
ronaldtebrake authored
-
ronaldtebrake authored
-
ronaldtebrake authored
-
ronaldtebrake authored
-
ronaldtebrake authored
-
ronaldtebrake authored
-
ronaldtebrake authored
DS-7066 by ronaldtebrake ensure update helper imports and updates blocks correctly including the hook_update_n
-
ronaldtebrake authored
-