Skip to content

Commit

Permalink
Added nofilter in UnitTest. Added info about licensing, copyright and…
Browse files Browse the repository at this point in the history
… credits to CONTRIBUTING.md.
  • Loading branch information
dennykorsukewitz committed May 28, 2021
1 parent d0e664f commit 97fb6db
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -2,6 +2,12 @@
You are amazing! 🚀
Thanks for contributing to the Znuny community project!
Please, DO NOT DELETE ANY TEXT from this template (unless instructed)!
### Licensing, copyright and credits
Znuny is an open fork of an existing software. So we have to respect the already given copyright of the original creators.
New files will be licensed using the AGPL Version 3. If you contribute code to the Znuny project you will get mentioned in the pull request incl. the commit, in CHANGES.md and in AUTHORS.md. We will not mention you in the file you provided or changed. Your work is highly appreciated and acknowledged but you contribute it to the project and your copyright will pass on to the fork itself.
-->

## Proposed change
Expand Down Expand Up @@ -52,7 +58,7 @@

## Checklist
<!--
Put an '✖️' in the boxes that apply. You can also fill these out after
Put an 'x' in the boxes that apply. You can also fill these out after
creating the PR. If you're unsure about any of them, don't hesitate to ask.
We're here to help! This is simply a reminder of what we are going to look
for before merging your code.
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
@@ -1,8 +1,10 @@
# 6.0.35 2021-06-02
- 2021-05-28 Improved StorageSwitch command to be more flexible (#27). Thanks to Renée Bäcker (@reneeb). [#27](https://github.com/znuny/Znuny/pull/27)
- 2021-05-26 Changed autocomplete to 'new-password' (#64). Thanks to maxence (@tipue-dev) and Thijs Kinkhorst (@thijskh) [#64](https://github.com/znuny/Znuny/pull/64)
- 2021-05-26 Fixed typo in variable "$SumRow"/"$SumCol" (#65). Thanks to paulfolkers (@paulfolkers) [#65](https://github.com/znuny/Znuny/pull/65)
- 2021-05-26 Fixed ACL item from selection not changeable (#71). Thanks to maxence (@tipue-dev) [#71](https://github.com/znuny/Znuny/pull/71)
- 2021-05-19 Fixed performance issue with regular expression that looks for PGP keys in the content of articles.
- 2021-05-03 Changed behaviour of `NotificationEvent::Transport::Base->_ReplaceTicketAttributes()` function if multiselect fields are used.

# 6.0.34 2021-04-21
- 2021-04-14 Updated jquery-validate from version 1.16.0 to 1.19.3 (CVE-2021-21252).
Expand Down
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -61,3 +61,9 @@ bin/otrs.Console.pl Dev::Package::Build --module-directory /path/to/MyCompany-My
#### Example packages

You can find many open source packages from and for Znuny at [GitHub](https://github.com/znuny/), for example the package [Znuny4OTRS-CTI](https://github.com/znuny/Znuny4OTRS-CTI). Have a look at them, especially their sopm file in the root directory.

### Licensing, copyright and credits

Znuny is an open fork of an existing software. So we have to respect the already given copyright of the original creators.

New files will be licensed using the AGPL Version 3. If you contribute code to the Znuny project you will get mentioned in the pull request incl. the commit, in CHANGES.md and in AUTHORS.md. We will not mention you in the file you provided or changed. Your work is highly appreciated and acknowledged but you contribute it to the project and your copyright will pass on to the fork itself.
1 change: 1 addition & 0 deletions scripts/test/UnitTest/Selenium.t
Expand Up @@ -5,6 +5,7 @@
# the enclosed file COPYING for license information (AGPL). If you
# did not receive this file, see http://www.gnu.org/licenses/agpl.txt.
# --
## nofilter(TidyAll::Plugin::OTRS::Perl::Dumper)

use strict;
use warnings;
Expand Down

0 comments on commit 97fb6db

Please sign in to comment.