Skip to content

Conversation

@prasanna-lmsace
Copy link
Contributor

No description provided.

@prasanna-lmsace prasanna-lmsace force-pushed the smartmenu-style-improvements branch from 6179e40 to adaf558 Compare August 2, 2025 05:48
@prasanna-lmsace prasanna-lmsace marked this pull request as ready for review August 2, 2025 05:51
Copy link
Member

@christianwolters christianwolters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review

Following https://github.com/moodle-an-hochschulen/moodle-plugin-maintaining/wiki/Check-list-for-peer-reviewing-patches-and-pull-requests

Documentation

  • Commit Message understandable and issue referenced (via resolves keyword)
  • Patch author correct
  • CHANGES.md appended
  • README.md appended
  • Credits appended
  • Appropriate Comment quantity
  • Successful Moodle PHPDoc check

version.php

  • Checked if $plugin->version increment necessary (and increment done if necessary)
  • $plugin->release untouched

lib.php

  • Only necessary functions

Languages

  • Only english strings
  • Necessary magic strings added (e.g. capabilities)

Automated tests

  • New functionality covered
  • No failing steps or scenarios

Mustache templates

  • Example context exists

CSS and styles.css

  • Bootstrap styles used if possible

Duplicated code

  • Duplicated code is marked properly

Github action

  • All green

Commit history and scope

  • Already single commit
  • Focus on single purpose
  • No surplus files

Additional aspects for Boost Union

  • No usage of $theme->settings
  • Usage of isset() checks when processing plugin settings in renderer / output code
  • Usage of admin_setting_configselect instead of admin_setting_configcheckbox
  • Modified mustache templates properly marked and .upstream template in place

Review result

  • Tested again, works as aspected
  • PR covers multiple issues, but in a valid scope

@christianwolters
Copy link
Member

christianwolters commented Oct 2, 2025

Cannot pushed rebased review version, conflicts only in Changes.MD and Version.PHP that have to be handled in merge.

@christianwolters christianwolters self-assigned this Oct 2, 2025
Copy link
Member

@christianwolters christianwolters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review

Following https://github.com/moodle-an-hochschulen/moodle-plugin-maintaining/wiki/Check-list-for-peer-reviewing-patches-and-pull-requests

Documentation

  • Commit Message understandable and issue referenced (via resolves keyword)
  • Patch author correct
  • CHANGES.md appended
  • README.md appended
  • Credits appended
  • Appropriate Comment quantity
  • Successful Moodle PHPDoc check

version.php

  • Checked if $plugin->version increment necessary (and increment done if necessary)
  • $plugin->release untouched

lib.php

  • Only necessary functions

Languages

  • Only english strings
  • Necessary magic strings added (e.g. capabilities)

Automated tests

  • New functionality covered
  • No failing steps or scenarios

Mustache templates

  • Example context exists

CSS and styles.css

  • Bootstrap styles used if possible

Duplicated code

  • Duplicated code is marked properly

Github action

  • All green

Commit history and scope

  • Already single commit
  • Focus on single purpose
  • No surplus files

Additional aspects for Boost Union

  • No usage of $theme->settings
  • Usage of isset() checks when processing plugin settings in renderer / output code
  • Usage of admin_setting_configselect instead of admin_setting_configcheckbox
  • Modified mustache templates properly marked and .upstream template in place

Review result

  • Tested again, works as aspected
  • PR covers multiple issues, but in a valid scope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improvement: Bring back the original hover effect in the language menu

2 participants