Skip to content

Conversation

@anonymoususer72041
Copy link

This PR merges the current master branch into Feature-php8.2_compat to bring the PHP 8.2 compatibility branch up to date and reduce drift.

Merge conflicts were resolved conservatively with a focus on preserving existing behavior and the branch's PHP 8.2 compatibility changes.

RussH and others added 16 commits April 23, 2024 12:16
* kill anything on port 80

* Update .travis.yml

fix typo
attachments module will require authentication
…pencats#653)

1. Add missing asterisks to the "First Name" and "Last Name" fields
2. Add a check for the "Owner" field.
This field is marked with an asterisk, which means it is required.
Also, the same check already exists in the joborders validator.
…pencats#652)

Default company name is saved in the database and can be changed.
However, for "Add Job Order" and "Edit Job Order" forms it was hardcoded to the standard name ("Internal Posting").
…ncats#651)

When using substr() or another method to reduce a string to/by 1 byte,
many UTF-8 characters are lost (displayed as � ). Switching to mb_substr() fixes this.
Use history.back() method instead of currently non-functional back()
so that text files will not have a duplicate extra extension
include php 8.0, 8.2 checks
…#664)

* fix session error when domain are not set, default to empty

* fix typo in the Class
@anonymoususer72041 anonymoususer72041 changed the base branch from master to Feature-php8.2_compat December 30, 2025 13:26
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.

4 participants