Activity
From 04/30/2024 to 05/29/2024
05/29/2024
-
07:49 PM Revision 3e28d716: Clean up rule generation code for state-tracking options
- Improve readability and make it easier to adjust for future changes.
-
07:47 PM Revision 66344dc6: Fix checkbox always being unchecked on page load
- For the GUI option introduced in #15430
-
04:36 PM Revision 33f2ad24: Encode dir names in browser.php. Fixes #15525
05/28/2024
05/24/2024
-
06:11 PM Revision 74ad34bc: Avoid configuration loop with LAGG interfaces. Fix #14083
- The fix to #9453 introduced a loop when configuring LAGG interfaces.
This happens when interface_lagg_configure() ult... -
05:25 PM Revision 4b9165e5: Default to an empty array for functions expecting a countable value
- Do this for foreach() and count().
-
03:18 PM Revision 4eddd5ab: Correct default for 'system/acb' in write_config() to empty array instead of null
05/23/2024
-
05:37 PM Revision 63d6bb4f: Update all direct config access with accessor functions
-
05:37 PM Revision 9f0e98bc: Refactor config upgrade to use config accessors
-
05:37 PM Revision 40052af4: Use config accessors in traffic shaper functions
-
05:37 PM Revision 26308930: Use config accessors in certificate functions
-
05:37 PM Revision 1bb9c407: Use config accessors in users and groups functions
-
05:37 PM Revision 6cbdf0e7: Remove potential direct config references when displaying form rows
- The first eval() change removes the reference and has no functional
effect given that $pkg_source_txt is not modified... -
05:37 PM Revision 816fef25: Move to is_platform_booting()
- The function platform_booting() is deprecated.
-
05:37 PM Revision 134a8703: Move from ${var} to {$var}
- The use of ${var} has been deprecated since PHP 8.2
-
05:37 PM Revision cafdc4a8: Move to date()
- The function strftime() is deprecated since PHP 8.2
-
05:37 PM Revision 4c6b85be: Move to mb_convert_encoding()
- The functions utf8_encode()/utf8_decode() are deprecated since PHP 8.2
-
05:37 PM Revision c1db4dea: Move to str_replace()
- The function ereg_replace() is deprecated since PHP 5.3.
-
05:37 PM Revision bd6f0b80: Move to preg_match()
- The function ereg() is deprecated since PHP 5.3.
-
05:37 PM Revision e2b0f1f8: Move to foreach()
- The function each() is deprecated since PHP 7.2.
-
05:37 PM Revision 189dbb7a: Move to password_hash()
- Use of crypt() requires a salt since PHP 8.0. Use password_hash() to align with 8ddf2b5.
-
05:37 PM Revision 2a02ef36: Remove superfluous argument
- The product label was mistakenly separated in 573ec19. Now simply remove it.
-
05:37 PM Revision 787a9938: Remove superfluous function arguments
- Added in 0eae38c
-
05:37 PM Revision 1123725d: Correctly detect changed settings
-
05:37 PM Revision fe918db8: Return a value in convert_openvpn_interface_to_friendly_descr()
- Calls to this function expect a return value which is then echo'd.
-
05:37 PM Revision 4ef3bed6: Correctly set duplicates limit in forms
-
05:37 PM Revision bf3d5a8a: Fix missing variable assignment in 22dbacd
-
05:37 PM Revision ad78dab5: Fix missed changes in f593f80
- The argument being removed was previously used to retrieve optX
interfaces; this no longer applies. -
05:37 PM Revision b44b34d6: Fix missed changes in 0e2bed2
- The "level" is determined automatically by the function.
-
05:37 PM Revision f4c1a890: Fix missed changes in c618897
- The function parameter was removed since it was not used.
-
05:37 PM Revision 8c34ed68: Fix missed changes in 015a482
- The IP Protocol is now determined automatically be the function.
-
05:37 PM Revision 8eab4c32: Fix missed changes in 2aafa69
- The direct value is now used instead of the constant variable.
-
05:37 PM Revision 0ae0babf: Fix missed changes in the transition from ipfw to pf
-
05:37 PM Revision 1ec82c30: Fix typos and copy/paste issues
- Issues found by the PHP linter mostly include typos and usage of
unassigned variables. To address these, traverse the... -
05:37 PM Revision d900b9d4: Fix PHP linter issues
-
05:37 PM Revision 01258f1e: Support adding to an array in array_set_path()
- - Avoid infinite loop with empty paths.
- Support setting $value to the $arr root.
- If $path contains a trailing for...
05/21/2024
05/18/2024
05/17/2024
05/14/2024
-
06:26 PM Revision a976c08c: Reapply "Add zsh to the list of packages to build"
- This reverts commit 3d4cab4078a9276446d847612c97a52c328fd965.
The plist fix has landed and merged from upstream
05/09/2024
05/01/2024
Also available in: Atom