forked from moodle/moodle
    
        
        - 
                Notifications
    You must be signed in to change notification settings 
- Fork 1
get pending commands and test #4
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
      
      
            Noa-Sokolovsky
  wants to merge
  260
  commits into
  KamaTechOrg:main
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
Noa-Sokolovsky:noa_feature
  
      
      
   
  
    
  
  
  
 
  
      
    base: main
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
    
  
  
    
    …o MOODLE_405_STABLE
…com/brickfield/moodle into MOODLE_405_STABLE
…into MOODLE_405_STABLE
…into MOODLE_405_STABLE
…t/moodle-install into MOODLE_405_STABLE
…into MOODLE_405_STABLE
Related to MDL-77077, but was a case missed there. Now, any unusable keys (i.e. can't be used during the JWT decode), are dropped from the keyset if they don't have the 'alg' prop, preventing a 'missing alg' exception during keyset parsing. Since these cannot be used during decode, these aren't needed anyway.
This was introduced in Tiny 7.1 to focus notifications, but it conflicts with the German keyboard layout which uses Alt+F12 to access the open curly brace. This is an upstream problem with TinyMCE and should be fixed in a future release. The recommended workaround is to disable the shortcut.
… into MOODLE_405_STABLE
- Replace incorrect 't/collapsedcaret' with 't/collapsed' icon - Add RTL icon for accessibility
Fix 'feedback_get_incomplete_users' early return when there are no users with the 'mod/feedback:complete' capability from 'false' to an empty array. That will follow the function signature.
…o MOODLE_405_STABLE
Co-authored-by: Huong Nguyen <huongnv13@gmail.com>
… MOODLE_405_STABLE
* Improved handling of group access to ensure correct visibility of records.
The issue is that Bootstrap’s dropdown component likely stops event propagation after the first click to manage its own dropdown behavior. This prevents your click event handler from running on subsequent clicks. To fix this, we can handle the event before Bootstrap’s code stops the propagation by using capture option with addEventListener.
…into MOODLE_405_STABLE
…into MOODLE_405_STABLE
…into MOODLE_405_STABLE
…into MOODLE_405_STABLE
…sity/moodle into MOODLE_405_STABLE
…into MOODLE_405_STABLE
…sity/moodle into MOODLE_405_STABLE
  
    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.
  
    
  
    
get pending commands and test