Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-82430

After deprecation on MDL-73284 loggedin and loggedoff message strings are not used

XMLWordPrintable

    • MOODLE_405_STABLE
    • MDL-82430-main
    • Hide

      Testing instructions: 

      1. Run the following commands in the terminal: 

        grep -R -E  "'loggedoff'"
        grep -R -E  "'loggedin'"  

      2. Ensure there are no coincidences like 

          get_string('loggedin', 'core_message') 
        or 
          get_string('loggedoff', 'core_message')

      Show
      Testing instructions:  Run the following commands in the terminal:  grep -R -E   "'loggedoff'" grep -R -E   "'loggedin'"   Ensure there are no coincidences like    get_string( 'loggedin' , 'core_message' ) or get_string( 'loggedoff' , 'core_message' )
    • 2
    • Team Hedgehog 2024 Sprint 3.1

      After the final deprecation on https://tracker.moodle.org/browse/MDL-73284

      loggedin and loggedoff strings that are located i message.php are not used anymore. They were only used on the notification_list_processor template using the displayname attribute. But they have been removed.

      If I'm not wrong there's no other place where those strings are used and should be deprecated.

      $string['loggedin'] = 'Online';
      $string['loggedoff'] = 'Offline';

            raquel.ortega@moodle.com Raquel Ortega
            pferre22 Pau Ferrer
            Paul Holden Paul Holden
            Sara Arjona (@sarjona) Sara Arjona (@sarjona)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 2 hours, 3 minutes
                2h 3m

                  Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.