freebsd / poudriere

Port/Package build and test system
https://github.com/freebsd/poudriere/wiki
BSD 2-Clause "Simplified" License
389 stars 161 forks source link

Update web frameworks to the latest release #1106

Closed fel1x-developer closed 9 months ago

fel1x-developer commented 9 months ago

commit in #1105 that updates Autoconf to 2.72 is included here to avoid possible merge conflict. #1105 will be closed.

jQuery is updated to the latest release (3.7.1). jQuery 4 will be released in this year, so I will create a PR for it when it releases.

DataTables is updated to 1.13.8

Bootstrap 3 is updated to Bootstrap 3.4.1. I tried importing Bootstrap 4 but it breaks the header structure. Furthermore, Bootstrap 3 uses isFunction() which is deprecated in jQuery 3.3. This will be fixed when Bootstrap 4/5 is imported or when a new web design is introduced.

HTML, CSS, and Javascript files that are not imported from other projects have been formatted with Prettier using 4-space indent.

Screenshot 2024-01-01 at 13 01 45 Screenshot 2024-01-01 at 13 01 59 Screenshot 2024-01-01 at 13 02 11
fel1x-developer commented 9 months ago

Web libraries part is merged into master branch. The rest is succeeded in #1108