forked from jcthomsonjr/wischolar
-
Notifications
You must be signed in to change notification settings - Fork 0
12689 update core 8.8 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
stamina84
wants to merge
62
commits into
8.x-1.x-dev
Choose a base branch
from
12689-update-core-8.8
base: 8.x-1.x-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Issue #12929 - Minimal Project Preset * Issue #12929 - Tests
* Issue #12674 - Section navigation block type created. * Issue #12674 - Removed body field from block. * Issue #12674 - Section outline form and hiding book traversal links. * Issue #12674 - Tests added. * Issue #12674 - Section outline form AJAx changes. * Issue #12674 - Section outline form changes. * Issue #12674 - Section outline - moving to other books code changes. * Issue #12674 - Section outline form ajax tests and PR comments. * Issue #12674 - Updated changes for other-book-form. * Issue #12674 - PR feedback addressed.
* Issue #13093 - Issue #12674 - Fixed vsite books options during node edit. * Issue #13093 - Issue #12674 - Hotfix to show book checkbox for non-book pages. * Issue #13093 - Tests for bug related changes added.
* Issue #12921 - Update bibcite to latest dev to fix Authors not appearing issue and support for coded year import. * Issue #12921 - Test failures due to AccessHelper fix. * Issue #12921 - Test fixes.
…13024) * Issue #12991 - advagg module and default settings * Issue #12991 - add support incase admin want to tweak the performance * Revert "Issue #12991 - add support incase admin want to tweak the performance" This reverts commit a9db01d. * Revert "Issue #12991 - advagg module and default settings" This reverts commit 38ee04a. * Issue #12991 - enable css/js aggregation * Issue #12991 - Fix - Custom theme styles not updated for user * Issue #12991 - override the core's css renderer * Issue #12991 - decided to use service decorator Read the Symfony and Drupal doc for overriding existing services, and figured that service decorator will fit here well. We don't want to override the core's service completely, it is still available, and at the same we are providing an extended version of that service. * Issue #12991 - Alter custom theme specific query string * Issue #12991 - better documentation * Issue #12991 - handle custom theme script cache separately * Issue #12991 - tests for verifying browser cache is working as expected * Issue #12991 - Code refactoring Remove unnecessary method. * Issue #12991 - flush vsite specific css/js cache * Issue #12991 - Fix - Style not updated for anonymous user * Issue #12991 - CssCollectionRenderer test * Issue #12991 - JsCollectionRenderer test * Issue #12991 - vsiteFlushCssJs test * Issue #12991 - More assertions in functional test * Issue #12991 - add more coverage metadata * Issue #12991 - update PreviewActionOsThemePreviewTest::testSave * Issue #12991 - Probably the cleanup is not needed anymore * Revert "Issue #12991 - Probably the cleanup is not needed anymore" This reverts commit 6b8ad09. * Issue #12991 - Update AppearanceSettingsTest::testSave * Issue #12991 - update AppearanceSettingsTest::testSetDefault * Issue #12991 - update EventOsFullCalendarTest::testOsFullCalendarLibraryLoad * Issue #12991 - advagg * Issue #12991 - remove unnecessary metadata * Issue #12991 - allow instances to disable aggregation and optimizers * Revert "Issue #12991 - advagg" This reverts commit 1f36782. * Issue #12991 - advagg cleanups
* Issue #12831 - 12831 Blog import * Issue #12831 - Added validation for Blog Import * Issue #12831 - Removed mandatory validation for body field * Issue #12831 - PR changes * Issue #12831 - Changed blog csv template * Issue #12831 - Import Blog migrate test case * Issue #12831 - Import Blog PR changes * Issue #12831 - Added factory tests * Issue #12831 - CSV encoding issue * Issue #12831 - Timestamp error in import blog test
* Issue #12921 - Update bibcite to latest dev to fix Authors not appearing issue and support for coded year import. * Issue #12921 - Test failures due to AccessHelper fix. * Issue #12921 - Test fixes. * Issue #12975 - Better handling of bad XML files.
…eating a vsite. (#13046) * Issue #12949 - Added vsite_theme attribute to themes. * Issue #12949 - Updated tests to inlcude os admin theme.
* Issue #cache - cache the composer/drupal install * Issue #cache - sync everything * Issue #12947 - Remove tests for debug reason * Issue #12947 - Install awscli in travis * Issue #12947 - Fix Install awscli in travis * Issue #12947 - Install pyenv * Issue #12947 - Upgrade dist * Issue #12947 - Debug travis * Issue #12947 - fix before install (wip) * Issue #12947 - fix aws credential (wip) * Issue #12947 - delete node_modules * Issue #12947 - delete node_modules 2 * Issue #12947 - Debug travis * Issue #12947 - Try tar and upload * Issue #12947 - Try tar and upload 2 * Issue #12947 - Debug travis * Issue #12947 - Debug travis * Issue #12947 - Debug travis * Issue #12947 - Debug travis * Issue #12947 - Upload only tar file * Issue #12947 - Debug travis * Issue #12947 - Fix path * Issue #12947 - Try to minimalize tar.gz * Issue #12947 - Enable more test and try xz tar * Issue #12947 - Upload xz and extend permissions * Issue #12947 - Fix path and dir * Issue #12947 - Replace zip to LZMA * Issue #12947 - Fix path * Issue #12947 - Debug sql file * Issue #12947 - Fix chrome name in travis * Issue #12947 - Try to speed up compression and remove chmod * Issue #12947 - Debug sql file in double place * Issue #12947 - Disable cache * Issue #12947 - Fix version consolidation/robo:2.0.0 * Issue #12947 - Print all logs * Issue #12947 - Test created SQL in same job * Issue #12947 - Debug composer install check * Issue #12947 - Debug check permission problem * Issue #12947 - Debug keep only permission extra, remove composer install * Issue #12947 - Debug add less permission * Issue #12947 - Debug add more permission * Issue #12947 - Include test configs into build * Issue #12947 - Move lines to Robo * Issue #12947 - Add composer install again * Issue #12947 - Fix composer install place * Issue #12947 - Fix Robo function and refactor return object * Issue #12947 - Fix Robo order * Issue #12947 - Fix Robo order 2 * Issue #12947 - Enable coding standards * Issue #12947 - Cache more * Issue #12947 - Extra comments * Issue #12944 - Enable 2 more tests * Issue #12944 - Replace chmod to chown (fix docker user) * Issue #12947 - Remove install db from unit test coverage * Issue #12947 - Add custom_themes dir * Issue #12947 - Add constans debug listing * Issue #12947 - create custom_themes xz * Issue #12947 - Enable all tests * Issue #12947 - Log only php and db * Issue #12947 - Refactor buildEnv and disable tests * Issue #12947 - Strange bug * Issue #12947 - Apply refactor * Issue #12947 - docker-compose pull is now performed in parallel by default * Issue #12947 - Remove sleep * Issue #12947 - Refactoring to upload only db, files and custom_themes, enable all tests Co-authored-by: Richard Brandon <rbran100@users.noreply.github.com>
* Issue #12950 - Added personal admin role to use who creates the group. * Issue #12950 - Removed static permission and added dynamic group type. * Issue #12950 - Added the test for admin links. * Issue #12950 - Removed overwriting of role and insteadd append the admin role to the owner. * Issue #12950 - Added assigning role logic to helper and created kernel test for that. * Issue #12950 - Refactored the code. * Issue #12950 - Resolved PR comments. * Issue #12950 - Changed invalid comment. * Issue #12950 - Changed comment. * Issue #12950 - Changed comment. * Issue #12950 - Removed helper from the test. * Issue #12950 - Chaged Assert True to Assert Contains, considering multiple roles. * Issue #12950 - Converted 2 dimensional array into single dimensional array. * Issue #12950 - Add group admin role removed when admin is creating the group. * Issue #12950 - Added helper in the test.
* Issue #13104 - Hotfix for media browser issue * Issue #13104 - Create a test to assert media browser dialog is working with exists media * Issue #13104 - Extra classes
* Issue #12921 - Editors fix and special characters coverage. * Issue #12921 - Missing field mappings and bug fixes. * Issue #12921 - Missing field mappings and bug fixes. * Issue #12921 - Missing field mappings and bug fixes.
* Issue #12844 - Added Import template and migrate yaml for news * Issue #12844 - Added Import News migration and validation logic * Issue #12844 - Test cases for Import News * Issue #12844 - Code cleanup * Issue #12844 - CSV encoding issue * Issue #12844 - Travis test fix * Issue #12844 - PR Review Correction Co-authored-by: Richard Brandon <rbran100@users.noreply.github.com>
* Issue #12845 - Events CSV Import * Issue #12845 - Added recurring date support and timezone for import event * Issue #12845 - PR Review Changes
* Issue #12947 - Remove listing commands * Issue #12947 - Add extra comments * Issue #12947 - Move unit test into test stage
* Issue #12843 - 12843-import-person-content-development * Issue #12843 - 12843 includes change in cp helper function and tests * Issue #12843 - adds 3rd argument in getMedia function * Issue #12843 - fixing testCpImportHelperMediaCreation test * Issue #13108 - 13108-support-new-date-format * Issue #13108 - Support MM/DD/YYYY format during import * Issue #13108 - 13108-support-new-date-format-profiles * Issue #13108 - job 6 test fix * Issue #13108 - import-person-content adds date mm-dd-YYYY * Issue #13108 - 13108-fix for testCpImportMigrationFaq * Issue #13108 - 13108-fix for testCpImportMigrationFaq * Issue #13108 - New date format with changes in all migrations scripts * Issue #13108 - adds constant CUSTOM_DATE_FORMAT
* Issue #12642 - Reduce filter with buckets - Terms * Issue #12642 - Tests & Error Fixes * Issue #12642 - PR Fixes
* Issue #12844 - Added Import template and migrate yaml for news * Issue #12844 - Added Import News migration and validation logic * Issue #12844 - Test cases for Import News * Issue #12844 - Code cleanup * Issue #12844 - CSV encoding issue * Issue #12844 - Travis test fix * Issue #12844 - Changed created date format in news test Co-authored-by: Richard Brandon <rbran100@users.noreply.github.com>
* Issue #13103 - Issue #13103 - Updating drupal/advancedqueue (1.0.0-beta3 => 1.0.0-rc1) * Issue #13103 - Issue #13103 - Updating drupal/blazy (2.0.0-rc6 => 2.0.0-rc7) * Issue #13103 - Issue #13103 - Updating drupal/anchor_link (2.0.0-alpha2 => 2.4.0) * Issue #13103 - Issue #13103 - Updating drupal/entity (1.0.0-rc3 => 1.0.0) * Issue #13103 - Issue #13103 - Updating drupal/node_revision_delete (1.0.0-beta4 => 1.0.0-rc1) * Issue #13103 - Issue #13103 - Updating drupal/slick (2.0.0 => 2.1.0) * Issue #13103 - Revert "Issue #13103 - Issue #13103 - Updating drupal/slick (2.0.0 => 2.1.0)" This reverts commit 84156e4. * Issue #13103 - Updating drupal/paragraph (1.10.0 => 1.11.0) * Issue #13103 - Hotfix for blazy and slick formatter Undefined index: field_type /var/www/html/web/modules/contrib/blazy/src/BlazyFormatter.php:147 /var/www/html/web/modules/contrib/blazy/src/BlazyFormatter.php:109 /var/www/html/web/modules/contrib/slick/src/SlickFormatter.php:32 * Revert "Issue #13103 - Issue #13103 - Updating drupal/blazy (2.0.0-rc6 => 2.0.0-rc7)" This reverts commit 15c5f1b. * Issue #13103 - Revert patch
* Issue #13052 - Fix FAQ taxonomy view on listing page * Issue #13052 - Extend test and fix group checking * Issue #13052 - Fix html markup checking
* Issue #12674 - Section navigation block type created. * Issue #12674 - Removed body field from block. * Issue #12674 - Section outline form and hiding book traversal links. * Issue #12674 - Tests added. * Issue #12674 - Section outline form AJAx changes. * Issue #12674 - Section outline form changes. * Issue #12674 - Section outline - moving to other books code changes. * Issue #12674 - Section outline form ajax tests and PR comments. * Issue #12674 - Updated changes for other-book-form. * Issue #12674 - Corrected book navigation block. * Issue #12674 - Hiding section nav block code changes added. * Issue #12674 - Parent and child nodes update upon selection. * Issue #12674 - Book navigation block altered. * Issue #12674 - Section navigation block build. * Issue #12674 - Section navigation block added and attached to book pages. * Issue #12674 - Code beautification. * Issue #12674 - Modified code to get all the child nodes. * Issue #12674 - Added filter to hide nodes with hidden_section_nav field enabled. * Issue #12674 - Widget title field added for section navigation widget. * Issue #12674 - ui for book nav * Issue #12674 - Added checks for no vsite book warnings. * Issue #12674 - Tests added and PR feedback addressed. * Issue #12674 - code for active link * Issue #12674 - code for active link * Issue #12674 - Hide navigation widget on book main page. * Issue #12674 - Removed unnecessary vsite manager from booksHelper. * Issue #12674 - New tests added. Co-authored-by: mukeyshkumar <47223502+mukeyshkumar@users.noreply.github.com>
* Issue #12927 - Limited access to import. * Issue #12927 - optimised code. * Issue #12927 - Updating access checks. * Issue #12927 - Considering custom entityTypes. * Issue #12927 - Updated test script. * Issue #12927 - Updated tests. * Issue #12927 - Updated tests. * Issue #12927 - Updated tests. * Issue #12927 - Updated tests. * Issue #12927 - Updated tests.
This reverts commit 910c963.
Issue #11403 - Added vsite url token
# Conflicts: # composer.lock # config/sync/views.view.advancedqueue_jobs.yml
Co-authored-by: Balázs Sztreha <balazs.sztreha@cheppers.com>
* Issue #12845 - Events CSV Import * Issue #12845 - Added recurring date support and timezone for import event * Issue #12845 - Import Event CSV test cases * Issue #12845 - Import Event date validation changes and created date format change * Issue #12845 - Ical Event Import * Issue #12845 - Ical event import validation and conditional field * Issue #12845 - Ical Event Import Test cases * Issue #12845 - Created date format changes and PR changes * Issue #12845 - Added patch for contrib module bug Co-authored-by: Saurabh Pandit <saurabhpandit@Saurabhs-MacBook-Pro.local>
* Issue #13106 - Removing osINstalledThemes. * Issue #13106 - Updated tests. * Issue #13106 - Updated conditions for featured themes. * Issue #13106 - Updated conditions for featured themes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.