forked from perl/perl-RT-Extension-MergeUsers
110 lines
4.1 KiB
Plaintext
110 lines
4.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Oct 8 14:33:38 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.110.0 (1.11)
|
|
see /usr/share/doc/packages/perl-RT-Extension-MergeUsers/Changes
|
|
|
|
1.11 2025-06-10
|
|
- Update for RT 6.0
|
|
1.10 2024-09-03
|
|
- Handle merged users in group HasMember searches
|
|
1.09 2024-03-20
|
|
- Do not try to load user from an empty email address
|
|
- Fix uninitialized warnings cased by undefined FIELD
|
|
- Only limit roles by id for valid users
|
|
1.08 2023-05-16
|
|
- Cover merged user ids for ticket owner searches
|
|
- Cover merged user ids for ACL check in searches
|
|
1.07 2023-04-13
|
|
- Support the new CombineSearchAndCount feature in DBIx::SearchBuilder
|
|
(Fix the issue that the first page of user search results might be empty)
|
|
1.06 2020-07-17
|
|
- Add RT 5 support
|
|
1.05 2020-02-05
|
|
- Fix the logic of "skipping duplicated records" in users collections
|
|
1.04 2020-01-22
|
|
- Extend user search to merged users in ticket/asset search
|
|
- Check all the merged users for user's group memberships
|
|
- Support to delete group members for merged users
|
|
- Check user merge info in deeper RT::Users search code
|
|
- Update documentation
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 26 09:47:09 UTC 2019 - lars@linux-schulserver.de
|
|
|
|
- update to 1.03:
|
|
+ Fix tests not being able to load RT::Test
|
|
+ Update documentation
|
|
- ran spec-cleaner
|
|
- use Module::Install for build
|
|
- avoid /usr/bin/env dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 27 11:54:17 UTC 2015 - lars@linux-schulserver.de
|
|
|
|
- update to 1.02:
|
|
+ Fix name of upgrade script in documentation
|
|
+ Update Module::Install and Module::Install::RTx
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 1 10:39:10 UTC 2014 - ncutler@suse.com
|
|
|
|
- update to 1.00:
|
|
+ Better compatibility with shredder -- tool to repair badly shredded
|
|
merged users, and adjustments to make shredder un-merge before
|
|
removing.
|
|
|
|
- update to 0.12:
|
|
+ Merge users as the current user, not always the superuser
|
|
+ Propagate Disabled bit to users that are merged in
|
|
|
|
- add manpage for the new rt-clean-merged-users utility
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 13 16:44:41 UTC 2013 - lars@linux-schulserver.de
|
|
|
|
- update to 0.11:
|
|
+ For every merged user in a collection one user at the end of
|
|
the collection was skipped, for example in owners drop down,
|
|
admin interface or in autocompletion lists.
|
|
+ Enable user autocomplete on the "Merge user into" form for RT 4.2
|
|
+ Correct a packaging error in MANIFEST in the previous release
|
|
- add initial man pages for the two scripts rt-merge-users and
|
|
rt-update-merged-users
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 8 17:35:46 UTC 2013 - lars@linux-schulserver.de
|
|
|
|
- update to 0.09:
|
|
+ Update Module::Install and Module::Install::RTx
|
|
+ Fix "Merged into ..." messages in user comments
|
|
+ Remove Hook::LexWrap, to allow useful stacktraces
|
|
+ Hook for user summary (RT 4.2)
|
|
+ Fix a bug with the unique'ing code in RT::Users
|
|
+ Fix for loading from a RT::CurrentUser, not just an RT::User
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 28 06:58:01 UTC 2013 - lars@linux-schulserver.de
|
|
|
|
- find the needed perl module in perl_vendorlib
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 24 07:47:08 UTC 2013 - lars@linux-schulserver.de
|
|
|
|
- update to 0.08:
|
|
+ Move tests to author-only; they require having an RT
|
|
installed somewhere
|
|
+ Switch to .in files for substitution so as not to trash version-controlled files
|
|
+ Record the merged/mergee's user Name if EmailAddress is empty
|
|
+ Unset EmailAddress by setting the empty string rather than undef
|
|
+ Switch to modern RT::Test infrastructure for testing plugins
|
|
+ Fix bug of "user email address destroys matching address in
|
|
other ouser"(#70641)
|
|
- also package HTML and /usr/bin part
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 12 20:21:31 UTC 2012 - lars@linux-schulserver.de
|
|
|
|
- initial package 0.06
|
|
|