Skip to content
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

[PROD-7937] In Plugin Notification system #4518

Open
wants to merge 21 commits into
base: release
Choose a base branch
from
Open

[PROD-7937] In Plugin Notification system #4518

wants to merge 21 commits into from

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    d1d68a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ce1818 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    39f59a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. [PROD-7937] Notifications system header code reorganization and add l…

    …ogic to switch between tabs and dismiss notices
    annrra committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ab174f7 View commit details
    Browse the repository at this point in the history
  2. [PROD-7937] Format code

    annrra committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4143741 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    e142098 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea23bcc View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. PROD-7937 - Code refactor

    - Add class for in plugin notification, Also load that class as autoload
    - Called css and js from class
    - Removed required_once, instead of that use `add_action( 'in_admin_header', array( $this, 'bb_admin_notification_header' ), 0 );` to call html in admin header
    jitendrabanjara1991 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b6fe22c View commit details
    Browse the repository at this point in the history
  2. PROD-7937 - Update template name

    - Remove unwanted changes
    jitendrabanjara1991 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e9fe364 View commit details
    Browse the repository at this point in the history
  3. PROD-7937 - Make string translatable

    - uncommented code to direct access class file
    - Update doc block comment
    jitendrabanjara1991 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9dabc2e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge branch 'release' into PROD-7937

    * release: (58 commits)
    Update: Grunt
    Update: Grunt string-replace
    Update: Version name update
    Added change log
    grunt
    grunt fix
    PROD-7989 - pulled api changes from repo
    PROD-8055 - updated suffix to be more precise
    PROD-8055 - Added “rapydapps.cloud” suffix to URLs considered as staging sites for Rapyd Customer
    PROD-8044 - Fix - Release notes not display correctly if downgrade version
    PROD-7681: Fixed profile type visibility on activity reaction reacted user list
    PROD-7938 - Optimise memory
    PROD-7938 - phpcbf
    PROD-7938 - html formatting
    PROD-7938 - Update doc block comment
    PROD-7938 - Display notice again once user logout. So need to delete transient when admin logged out
    PROD-7938 - Move ajax action into bp-core-admin-actions.php file. - Code refator
    PROD-7938 - Update transient for 24h
    PROD-7938 - Update icon
    PROD-7998 - Refactor: Modify the variables and add comments.
    ...
    
    # Conflicts:
    #	src/bp-core/admin/bp-core-admin-actions.php
    jitendrabanjara1991 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    59679ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6baae8b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. PROD-7937

    - Display notification based on fetched notification from servers
    - Update action name - admin_init to bp_admin_init
    - Display notification dynamically
    - Also update code to dismiss notice
    jitendrabanjara1991 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2e1e654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86198f5 View commit details
    Browse the repository at this point in the history
  3. PROD-7937 - Fix - when click on unread and if not have any notificati…

    …on in unread then message not display
    jitendrabanjara1991 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fd7a0ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    774337f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cfa0be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bf92d1 View commit details
    Browse the repository at this point in the history
  7. PROD-7937 - If total active notification count is 0 then span tag sho…

    …uld not display
    
    - Code refactor
    - Update message if not any notifications
    jitendrabanjara1991 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    048e187 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d25a776 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f30f9f View commit details
    Browse the repository at this point in the history