https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38448

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[email protected] |[email protected]
                   |ity.org                     |
  Text to go in the|                            |This fixes some database
      release notes|                            |update messages to improve
                   |                            |their consistency with the
                   |                            |database update guidelines.
   Patch complexity|---                         |Trivial patch

--- Comment #4 from David Nind <[email protected]> ---
Here is a list of the changes and the reason:

1. Consistency with other messages and improve wording:
   From: "list_borrowers added to $count users with XXX"
   To: "Added permission 'list_borrowers' to $count users with 'XXX'
permissions"
2. Changed the type of message from info (blue) to success (green):
   From:  say_info( $out, "Added column
'service_platformerm_usage_data_providers'" );
   To:    say_success( $out, "Added column
'service_platformerm_usage_data_providers'" );
3. Changed the type of message from plain (white) to success (green):
   From:  say $out "Added new system preference 'JobsNotificationMethod'";
   To:    say_success( $out, "Added new system preference
'JobsNotificationMethod'" );
4. Consistency with other messages:
   From: "Added BOOKING_CANCELLATION authorised value category"
   To: "Added new authorized value category 'BOOKING_CANCELLATION'"
5. Removed 'noisy' message that is not required:
   say_success( $out, "Updated manage_search_targets permission description" );
6. Consistency with other messages:
   From: "Added OAI-PMH:HarvestEmailReport system preference
   To:   "Added new system preference 'OAI-PMH:HarvestEmailReport'"

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to