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

Release 3.6.15 #1034

Merged
merged 24 commits into from
Apr 26, 2024
Merged

Release 3.6.15 #1034

merged 24 commits into from
Apr 26, 2024

Commits on Mar 28, 2024

  1. Translations for 3.6.15 (#1032)

    * Translated using Weblate (English)
    
    Currently translated at 91.4% (1950 of 2132 strings)
    
    Translation: phpList/phpList3
    Translate-URL: http://translate.phplist.org/projects/phplist/phplist3/en/
    
    * Translated using Weblate (French)
    
    Currently translated at 99.8% (2128 of 2132 strings)
    
    Translation: phpList/phpList3
    Translate-URL: http://translate.phplist.org/projects/phplist/phplist3/fr/
    
    ---------
    
    Co-authored-by: Duncan Cameron <phplist@dcameron.me.uk>
    Co-authored-by: Alain Rihs <alainrihs@sunrise.ch>
    3 people committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7a58b52 View commit details
    Browse the repository at this point in the history
  2. Support for indicating and getting feedback for e-mail test messages (#…

    …1031)
    
    * Update sendemaillib.php
    
    1. Appended a test subject indicator to test messages
    1. Added a reply-to address to test messages that have no manual reply-to: using the logged in admin's address or at least the general admin's
    
    * Update sendemaillib.php
    
    Rephrased variable name
    
    * Update sendemaillib.php
    
    Switched to using $admin_auth
    lwcorp committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    61e952c View commit details
    Browse the repository at this point in the history
  3. Allowing subscribers to be filtered by confirmed and/or blacklisted (#…

    …1030)
    
    * Update users.php
    
    Allowed to filter by confirmed and/or non blacklisted - and not just by unconfirmed and/or blacklisted
    
    * Changed users to subscribers
    lwcorp committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a9ea8d7 View commit details
    Browse the repository at this point in the history
  4. Bouncemgt - allowing processing only existing bounces + a related new…

    … rule action (#1028)
    
    * Update bouncemgt.php
    
    Added &justexisting=true
    
    * Update processbounces.php
    
    1. Added support for &justexisting=true
    1. Added support for new bounce rule action
    
    * Update lib.php
    
    Added support for new bounce action
    
    * Update bouncemgt.php
    
    Added non default title (otherwise it takes the wrong one)
    
    * Update processbounces.php
    
    1. Replaced goto with if-else
    1. Hardcoded "-1" instead of supplying it in a sprintf value
    
    * Hardcoding defaults for older PHP versions
    
    * Removed modern solution
    lwcorp committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3022f16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb43441 View commit details
    Browse the repository at this point in the history
  6. Define timestamp columns explicitly (#1019)

    * Define timestamp fields explicitly to avoid problem with the mysql setting explicit_defaults_for_timestamp
    
    * Remove setting of timestamp fields that are automatically updated
    bramley committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e249e94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    adde0e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c271486 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9962e25 View commit details
    Browse the repository at this point in the history
  10. Update CONTRIBUTING.md (#994)

    Removed obsolete references
    lwcorp committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5db92d3 View commit details
    Browse the repository at this point in the history
  11. update UUID class to the latest upstream (#990)

    * update UUID class to the latest upstream
    
    * clean up old files
    michield committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1192692 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    33c74f7 View commit details
    Browse the repository at this point in the history
  13. restore ability to create other super users (#1014)

    * restore ability to create other super users
    
    * correctly initialise the privileges array
    michield committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    15b07a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Bounces' subscriber' status indicator + allowing to confirm right fro…

    …m bounces (#1029)
    
    * Update listbounces.php
    
    Added support for confirmed/blacklisted indicator
    
    * Update bounces.php
    
    Added confirmed/blacklisted indicator
    
    * Update bounce.php
    
    1. Added confirmed/blacklisted indicator
    1. Added support for confirming user from a bounce
    
    * Update bounce.php
    
    1. Avoided ternary if because translation system doesn't support it
    1. Used the newer s() function
    
    * Update listbounces.php
    
    Added curly brackets
    
    * Used potential translation
    lwcorp committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    3cf5693 View commit details
    Browse the repository at this point in the history
  2. Php8fixes 202401 (#1026)

    * remove deprecated ini_set call
    
    * stop possible warning
    
    * avoid warning
    
    * avoid warning
    
    * cast to int
    
    * avoid warning on existing being null
    
    * force template to be an integer
    
    * suppress warnings
    
    * check on valid var and cast to int
    
    * give buttons an ID, so they can be targetted with testing
    
    * avoid warning on empty array index
    michield committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    f0443c3 View commit details
    Browse the repository at this point in the history
  3. add notification by email when an admin logs in from a new IP address. (

    #1027)
    
    * add notification by email when an admin logs in from a new IP address.
    
    * check IP per admin
    
    * force columns to be not null
    
    * prevent blocking login on an non-upgraded system and send login alert just to admin, or superuser
    
    * keep newlines in translation as they are
    
    * make shorter lines, so it renders a bit better
    michield committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    6a3c146 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Remove redundant upgrade steps (#1020)

    * Remove steps that are unnecessary due to the 3.2.0 being the minimum upgrade version
    
    * Keep silent when there are no subscriber UUIDs to generate
    
    * Remove other unnecessary upgrade steps
    
    ---------
    
    Co-authored-by: Michiel Dethmers <michiel@phplist.com>
    bramley and michield committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    5b12686 View commit details
    Browse the repository at this point in the history
  2. Use utf8mb4 for the connection etc (#1001)

    * Use utf8mb4 for the connection etc
    
    * Support utf8mb4 in campaign subject and content
    
    ---------
    
    Co-authored-by: Michiel Dethmers <michiel@phplist.com>
    bramley and michield committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    5c3a4ba View commit details
    Browse the repository at this point in the history
  3. use PHP8.2 to build

    michield committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    f45af11 View commit details
    Browse the repository at this point in the history
  4. use latest phplint

    michield committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    eb7cc66 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    d6ccedf View commit details
    Browse the repository at this point in the history
  2. set version

    michield committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    4262a2c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    8428683 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    8bfc783 View commit details
    Browse the repository at this point in the history