notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/bacula-web/distinfo

Number of commits found: 20

Sunday, 26 Feb 2023
17:07 Larry Rosenman (ler) search for other commits by this committer
www/bacula-web: update to 8.7.0

ChangeLog:
Core

Using vlucas/valitron for user input validation
Bumped FontAwesome to version 6.2.0 (#141)
PHP versions
7.4 is now the minimal supported versions, older versions are not supported
anymore (#143)
extended support for PHP 8.1 (#147)
Separated some templates into application/views/templates/partials folder (#144)
Removed Composer lock file from git repository
To avoid any potential issues for users using different version of PHP,
composer.lock has been removed from the Git repo
Fixed how MVC is implemented by using psr-15 http-handler (#145)
Added router and user authentication middlewares
Using single pass psr-15 middleware for application routing and user
authentication
Disabling user authentication does not display a blank page anymore (#140)
Improved how exceptions and errors are handled (#145)
PHP errors and exception handler and renderer has been refactored (#148)
Instantiate Session instance from the Core Controller (#149)
Disabling users authentication does not create a fatalog error nor blank page
anymore (#135)
Dashboard

Breadcrumb navigation is now hidden on home page (Dashboard)
Jobs report

Fixed error with elapsed time when a job haven't been started yet if a job
is in pending status, elapsed time column will display 'n/a'
Docker image

Provided Docker image on Docker Hub (#153)
Documentation

Update documentation about deprecated version and general security information
(#142)
Updated / fixed documentation
The FAQ has been fixed / updated
Security

Added security policy and documented know security vulnerabilities (#135 and
#140)
Fixed
New feature(s)
Thanks to @sruckh, @skidoo23 and all community users for their feedback, tests,
help and bug reports
commit hash: b58810c2716650dfc24e03983909a45313c01138 commit hash: b58810c2716650dfc24e03983909a45313c01138 commit hash: b58810c2716650dfc24e03983909a45313c01138 commit hash: b58810c2716650dfc24e03983909a45313c01138 b58810c
Tuesday, 15 Nov 2022
19:59 Larry Rosenman (ler) search for other commits by this committer
www/bacula-web: upgrade to 8.6.3

Changelog
General

Fixed Composer dependency problem with smarty/smarty (see #131)
Bumped smarty/smarty to version 4.2.1
Improved support for PHP >= 8.0
Fixed PSR12 code style warnings
Improved testing and code coverage (see #133)
The error page was too verbose, even while not in debug mode (see #134)
Test page

Test page was not checking correctly the permissions on the protected
assets folder (see #136)
Console

The console check command now displays current PHP version (see #137)
Documentation

Documentation has been fixed/updated (see #138)
Added instructions for Lighttpd web server (see #129)
Fixed bug(s)
     disabled
     test page
New feature(s)
commit hash: a93de65b6505b79b7bb4e4c09f53f4d181fc69b6 commit hash: a93de65b6505b79b7bb4e4c09f53f4d181fc69b6 commit hash: a93de65b6505b79b7bb4e4c09f53f4d181fc69b6 commit hash: a93de65b6505b79b7bb4e4c09f53f4d181fc69b6 a93de65
Monday, 24 Oct 2022
17:53 Larry Rosenman (ler) search for other commits by this committer
www/bacula-web: update to 8.6.2

ChangeLog:
General
Fixed a regression introduced in v8.6.1
Using Bacula-Web console to setup authentication was throwing an error
Big thanks to @IdahoPL for reporting the issue
Fixed bug(s)
     been sent
New feature(s)
none
commit hash: 9992f1a845eeaa82c3718010707fc9abbfb36b1e commit hash: 9992f1a845eeaa82c3718010707fc9abbfb36b1e commit hash: 9992f1a845eeaa82c3718010707fc9abbfb36b1e commit hash: 9992f1a845eeaa82c3718010707fc9abbfb36b1e 9992f1a
Wednesday, 19 Oct 2022
14:05 Larry Rosenman (ler) search for other commits by this committer
www/bacula-web: upgrade to 8.6.1

ChangeLog:
Bacula-Web 8.6.1 (October 19th 2022)
Changelog
General

User will stay on current page when switching to another catalog (see
Fixed Bacula catalog selector
Using several Bacula catalog, the catalog selector was broken for some
pages (see #120)
Web browser will not ask a form submission while moving back from Job
logs report page (see #30)
Fixed how pagination count rows per page (see #123)
Bump Composer dependencies to latest version
Fixed pagination next button (see #125)
Link to official documentation is now available from top navigation bar
Jobs report

Fixed pagination not using applied filters and options (see #122)
Job endtime filter is now working as expected
Ordering options are kept while using pagination (see #122)
You can reach Job files report from Jobs report page from now (see #126)
Job logs report

More job information are now displayed (see #124)
Pools report

Fixed the Volumes button which now list volumes in the right pool (see
Volumes report

Fixed pagination not using applied filters and options (see #122)
Settings

Removed extra flash message which appear when a user is created
Fixed bug(s)
    (filtered) job overview
     page
New feature(s)
commit hash: b0352e1e85b5349db90f55793e94c9f3f1a42c01 commit hash: b0352e1e85b5349db90f55793e94c9f3f1a42c01 commit hash: b0352e1e85b5349db90f55793e94c9f3f1a42c01 commit hash: b0352e1e85b5349db90f55793e94c9f3f1a42c01 b0352e1
Thursday, 6 Oct 2022
15:17 Larry Rosenman (ler) search for other commits by this committer
www/bacula-web: upgrade to 8.6.0

Changelog
General

Breaking change: Implemented front controller
Bacula-Web web app is now served from the public sub-folder, please
check the web server config documentation (see #114)
Replaced CHttpRequest class by Symfony framework Request class
Use combined operators in CUtil class (see #91)
Refactored PDO related PHP classes (see #100)
Updated composer.json by adding ext-pdo depencency (see #113)
Updated allowed plugin in composer.json (see #103)
Use PHP namespaces (see #118)
Fixed dozens of code smell warnings
Refactored good amount of the code
Moved flash message below header for better visibility
Improve handling of non-existant page requests
Fixed PHP notice after login (see #117)
Test page

Fixed wrong link to test page on error page
Translations

Updated translations with one more language (romanian) (see #92)
Security

Bump smarty/smarty from 3.1.45 to 3.1.47 (see #116)
Improved session management (see #68)
Improved how user input are sanitized (see #86)
Documentation

Fixed link to contributors on README
Updated list of components with license
Updated Apache and Nginx server configuration according to new public
root folder (see #114)
Fixed bug(s)
New feature(s)
none
commit hash: f1548b888cf802d0a7e3f0e7eb90034da40d3423 commit hash: f1548b888cf802d0a7e3f0e7eb90034da40d3423 commit hash: f1548b888cf802d0a7e3f0e7eb90034da40d3423 commit hash: f1548b888cf802d0a7e3f0e7eb90034da40d3423 f1548b8
Saturday, 4 Jun 2022
20:47 Larry Rosenman (ler) search for other commits by this committer
www/bacula-web: upgrade to 8.5.5

ChangeLog:
General
Fix security issue with smarty/smarty (see #111)
Fixed bug(s)
pr#  111 [security] - Upgrade smarty/smarty to 3.1.45
New feature(s)
none
commit hash: a7a62ece4c8b815cb47790d7bc55bf8ccc4580d3 commit hash: a7a62ece4c8b815cb47790d7bc55bf8ccc4580d3 commit hash: a7a62ece4c8b815cb47790d7bc55bf8ccc4580d3 commit hash: a7a62ece4c8b815cb47790d7bc55bf8ccc4580d3 a7a62ec
Saturday, 21 May 2022
21:45 Larry Rosenman (ler) search for other commits by this committer
www/bacula-web: update to 8.5.4

ChangeLog:
General

Removed DataTables from everywhere (see #107)
Backup job report

Fixed a bug while displaying compression ratio for canceled jobs (see #105)
Client report

Fixed SQL query error using custom datetime format in Client report page
(see #106)
Fixed bug(s)
105 [bug] - Division by zero with canceled jobs inBackup Job report
106 [bug] - SQL query error using custom datetime format in Client
     report page
107 [improvement] - Remove datatables dependency and related code
108 [bug] - Broken job status link in last period job status
New feature(s)
none
commit hash: e90b534b6225262ae9854a5cd606ee322fc0eeda commit hash: e90b534b6225262ae9854a5cd606ee322fc0eeda commit hash: e90b534b6225262ae9854a5cd606ee322fc0eeda commit hash: e90b534b6225262ae9854a5cd606ee322fc0eeda e90b534
Wednesday, 9 Mar 2022
15:26 Larry Rosenman (ler) search for other commits by this committer
www/bacula-web: update to 8.5.3

Changelog
General

GPL license notice has been updated in all files
Minor code refactoring and code smell improvments
Fixed type and requirements in composer.json
Jobs report

Fixed bug while using several filter in jobs report page (see #99)
Volumes report

Fixed bug while using several filter in volume report page (see #101)
Security

Smarty template engine has been updated to version 3.1.43 (see #104)
Documentation

Fixed composer install command by adding --no-dev and removing
--prefer-dist (by default)
Fixed bug(s)
99 [bug] - Database error while using filters in Jobs report
101 [bug] - Query error while filtering volumes
104 [security] - Upgrade Smarty to version 3.1.43
New feature(s)
none
commit hash: 5801b3eac630815f4f33f32d4288e4b30aff7f07 commit hash: 5801b3eac630815f4f33f32d4288e4b30aff7f07 commit hash: 5801b3eac630815f4f33f32d4288e4b30aff7f07 commit hash: 5801b3eac630815f4f33f32d4288e4b30aff7f07 5801b3e
Wednesday, 15 Dec 2021
15:19 Larry Rosenman (ler) search for other commits by this committer
www/bacula-web: Upgrade to 8.5.2

Changelog
General
Fixed SQL Error using PHP 8.0 and latest version of MariaDB (see #97 and #98)
Updated Composer dependencies to latest version
Fixed bug(s)
New Feature(s)
none
commit hash: c78bef6efe90e0b27af03c12b6befefb37d09c21 commit hash: c78bef6efe90e0b27af03c12b6befefb37d09c21 commit hash: c78bef6efe90e0b27af03c12b6befefb37d09c21 commit hash: c78bef6efe90e0b27af03c12b6befefb37d09c21 c78bef6
Monday, 6 Dec 2021
17:18 Larry Rosenman (ler) search for other commits by this committer
www/bacula-web: update to 8.5.1, take maintainership

info:
https://www.bacula-web.org/releases/

PR: 260227
Reported by: ler (self)
Approved by: mfechner (former maintainer)
commit hash: 8c883b327d96a666148eac74c62dee195b27b69c commit hash: 8c883b327d96a666148eac74c62dee195b27b69c commit hash: 8c883b327d96a666148eac74c62dee195b27b69c commit hash: 8c883b327d96a666148eac74c62dee195b27b69c 8c883b3
Tuesday, 5 Oct 2021
05:10 Matthias Fechner (mfechner) search for other commits by this committer
www/bacula-web: Security update to 8.4.2

Changelog:
https://www.bacula-web.org/releases/2021-07-11-bacula-web-8.4.2/

Security:	f05dbd1f-2599-11ec-91be-001b217b3468
commit hash: afbc6c4406a32625c21a67999000ea77a34b1077 commit hash: afbc6c4406a32625c21a67999000ea77a34b1077 commit hash: afbc6c4406a32625c21a67999000ea77a34b1077 commit hash: afbc6c4406a32625c21a67999000ea77a34b1077 afbc6c4
Thursday, 15 Jul 2021
14:52 Matthias Fechner (mfechner) search for other commits by this committer
www/bacula-web: Update to 8.4.2

=== Release 8.4.2 (July 11 2021)

Changelog

- General
	- Upgrade Composer dependencies

- Documentation
	- Fix copyright
	- Minor fixes
	- Add notice about latest Composer version

- Miscelanous
	- Fix homepage in composer.json to use https
	- Fix several PHP notices
	- General code improvements
	- Upgrade jquery to version 3.5.1
	- Upgrade datatables/datatables to version 1.10.21
	- Upgrade smarty-gettext/smarty-gettext to version 1.6.2
	- phpmd/phpmd to version 2.10.1
	- squizlabs/php_codesniffer to version 3.6.

Security
	- Upgrade Smarty to version v3.1.39 to fix CVE-2021-26119 and CVE-2021-26120
(see #58)

Fixed bug(s)

- #58 [security] - Upgrade Smarty to latest stable version

New feature(s)

- none

MFH:		2021Q3
commit hash: 93314c4d486d7382036cb414ac105edc7590e07c commit hash: 93314c4d486d7382036cb414ac105edc7590e07c commit hash: 93314c4d486d7382036cb414ac105edc7590e07c commit hash: 93314c4d486d7382036cb414ac105edc7590e07c 93314c4
Monday, 26 Oct 2020
05:53 mfechner search for other commits by this committer
Update to 8.4.1.
Changelog:
https://github.com/bacula-web/bacula-web/releases/tag/v8.4.1
Original commitRevision:553318 
Wednesday, 3 Jun 2020
08:44 mfechner search for other commits by this committer
Update to 8.4.0.
Changelog:
https://github.com/bacula-web/bacula-web/releases/tag/v8.4.0
Original commitRevision:537603 
Friday, 17 Apr 2020
15:24 mfechner search for other commits by this committer
Update to 8.3.3.
Changed Maintainer.

PR:		245676
Approved by:	dvl (maintainer)
Original commitRevision:531943 
Saturday, 27 Aug 2016
20:36 dvl search for other commits by this committer
Upgrade to 7.2.0
Original commitRevision:420997 
Friday, 26 Aug 2016
16:43 dvl search for other commits by this committer
Let us check in the distinfo, which I did not check in with my previous
commit.
Original commitRevision:420933 
Saturday, 9 Aug 2014
13:38 marino search for other commits by this committer
www/bacula-web: Upgrade version 1.38.9 => 6.0.1

PR:		191583
Submitted by:	olevole (olevole.ru)
Approved by:	maintainer (dvl@)
Lotsa TLC:	marino@
Original commitRevision:364438 
Saturday, 19 Mar 2011
12:38 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Tuesday, 8 Aug 2006
14:44 itetcu search for other commits by this committer
Bacula-web is a php based web program that provides you a summarized output
of jobs that have already run. It obtains its information from your catalog
database. Aside from a nice graphical display, it provides summaries of your
jobs, as well as graphs of job usage. This is a fairly high level bacula
management tool. Here are a few points that one user made concerning this
important tool:

- It is web-based so can be accessed from anywhere.
- It is "read only" users can examine the state of the backups but not write
to anything and therefore do no damage
- It packs a phenomenal amount of information into a single web-page - that I
credit as being very good design!

The documentation for bacula-web can be found in a separate bacula-web
document in the bacula-docs release.

WWW: http://www.bacula.org/

PR:             ports/101457
Submitted by:   Dan Langille <dan at langille.org>
Original commit

Number of commits found: 20