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

New Plugin workflow_notification #92

Merged
merged 21 commits into from
May 22, 2020

Conversation

chmst
Copy link

@chmst chmst commented May 8, 2020

Pull Request for Issue #87 .

Summary of Changes

This plugin adds a tab to workflow transitions.
It is possible for every transition

  • switch on / off sending notifications
  • define usergroups who receive a notification
  • define individuals who receive a notification
  • define a text for these receivers
  • send a notification to the author
  • add a special information for the author

Testing Instructions

As the plugin is new, it first must be installed.
Then every transition must have a new tab "notofication".
Enter your data and watch the private messages

Private messages are displayed not correctly but this is not in scope of this PR.

NOTE: The function has been removed from the content plugn joomla. It musbe tested if this works as before.

Expected result

All data are delivered and sent to all receivers, but only once.

Actual result

Documentation Changes Required

yes

installation/sql/mysql/base.sql Outdated Show resolved Hide resolved
installation/sql/postgresql/base.sql Outdated Show resolved Hide resolved
plugins/content/joomla/joomla.php Outdated Show resolved Hide resolved
plugins/workflow/notification/notification.php Outdated Show resolved Hide resolved
plugins/workflow/notification/notification.php Outdated Show resolved Hide resolved
plugins/workflow/notification/notification.php Outdated Show resolved Hide resolved
plugins/workflow/notification/notification.php Outdated Show resolved Hide resolved
plugins/workflow/notification/notification.php Outdated Show resolved Hide resolved
chmst and others added 2 commits May 10, 2020 22:13
ty

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
@richard67
Copy link

@chmst Your update SQL skripts still use real null values for the checked out time of the extensions table, but it should use the old fashioned null dates because the change to real null values for that database column is done with a schema update sql which runs later.

@richard67
Copy link

See joomla#26428 !!!

@richard67
Copy link

@bembelimen If your workflow-v3 branch is not up to date with the 4.0-dev branch of the CMS so that it contains the changes from PR joomla#26428 , then please update your branch, otherwise this mistake will happen again and again.

@bembelimen bembelimen merged commit c924085 into bembelimen:workflow-v3 May 22, 2020
@bembelimen
Copy link
Owner

Thanks

bembelimen pushed a commit that referenced this pull request Dec 7, 2020
bembelimen pushed a commit that referenced this pull request Dec 7, 2020
- Remove display:grid for top and bottom positions -> improve display for mod_news on top-a
- Move rtl definition for footer to _footer.scss ([dir=rtl] & )
- Add margin to form control-group - #92
- Add underline for links without class (e.g. in text) -> #98
- Improve underline rules for links on menus -> #97
- Change padding and position for mod-list on sidebar
- Improve links in mod-menu on sidebar
@chmst chmst deleted the plugin-notification branch September 16, 2021 18:37
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.

3 participants