-
Notifications
You must be signed in to change notification settings - Fork 101
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
PRJ-60 Groups directory readylaunch template #4603
Open
bb-yudhisthir
wants to merge
122
commits into
release
Choose a base branch
from
PRJ-60
base: release
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 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
…riting into theme
* release: (297 commits) Update: Grunt Update: Grunt string-replace Update: Version name update updated change log Added change log PROD-8149 - Pulled API changes [PROD-8240] grunt PROD-8378 - Grunt PROD-8378 - Remove code which strip html tags so script tag can remove from draft also fixed jshint PROD-8378 - sanitize topic title when added in draft PROD-8378 - sanitize topic title when add/edit [PROD-8240] Fix moderations table UI issues in mobile screen [PROD-8240] Fix Group and Activity tables UI issues in mobile screen [PROD-8240] Fix error overflow outside container in smaller screens [PROD-8332] Remove open class from message more option wrap once the dropdown is closed [PROD-8310] Fix create new message uploader button UI issue [PROD-8210] Set single profile avatars height to auto for better aspect ratio handling Update: Grunt Update: Grunt string-replace Update: Version name update ... # Conflicts: # src/bp-core/bp-core-actions.php # src/bp-core/bp-core-functions.php # src/class-buddypress.php
- Remove unwanted code - Added header/footer template for readylaunch
- Fetch messages/notifications via ajax - Folder structure updated
- Top ReadyLaunch Panel - Bottom ReadyLaunchPanel - Also modified code to convert array to register all menus
- Also update menu id and menu class for wp_nav_menu
- Called left sidebar template - Added new file to load Top ReadyLaunch Panel menu in the left sidebar
- Store ReadyLaunch settings in the $this variable to make them reusable across different parts of the code. - Register a new setting called Global Design Settings with options for Groups and Courses. - Introduce a helper function to check if Groups and Courses are enabled for the left sidebar.
…instances, enabling better reuse and accessibility of methods inside the class.
- If setting is disable then 'My Groups' section not display
…should be visible
* release: (35 commits) Update: Grunt Update: Grunt string-replace Update: Version name update Added change log PROD-8401 - Use yoda condition PROD-8401 - fixed phpcbf PROD-8092 - Fix phpcbf PROD-8092 Update the conditions supporting the media theatre PROD-8331 Code refactor PROD-8331 Update filter name and argument [PROD-8401] Hide/show media actions buttons manually when ajax is off PROD-8331 Separate the email notification hook PROD-8308 - Fix phpcbf PROD-8308 fix issue for media and video download url PROD-8308 fix document download issue with group privacy PROD-8331 Update the filter argument PROD-8331 Update the filter arguments PROD-8331 Added filter to disable the notifications [PROD-7996] Updated BuddyBoss Platform French translation [PROD-8307] Fix profile avatar images dimension issue ...
- For courses, used filter to fetch courses
…e` to load default WP JS/CSS
…tion for those files is outside the "assets" folder.
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.
Jira Issue:
https://buddyboss.atlassian.net/browse/PRJ-60
General Note
Keep all conversations related to this PR in the associated Jira issue(s). Do NOT add comment on this PR or edit this PR’s description.
Notes to Developer
Notes to Reviewer