non port: www/bacula-web/Makefile |
SVNWeb
|
Number of commits found: 49 |
Sun, 26 Feb 2023
|
[ 17:07 Larry Rosenman (ler) ] b58810c
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 (Only the first 15 lines of the commit message are shown above )
|
Sat, 19 Nov 2022
|
[ 05:40 Larry Rosenman (ler) ] 3171f58
www/bacula-web: update PORTREVISION to shut up pkg-fallout
|
Tue, 15 Nov 2022
|
[ 19:59 Larry Rosenman (ler) ] a93de65
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) (Only the first 15 lines of the commit message are shown above )
|
Mon, 24 Oct 2022
|
[ 17:53 Larry Rosenman (ler) ] 9992f1a
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
|
Wed, 19 Oct 2022
|
[ 16:26 Larry Rosenman (ler) ] f87385a
www/bacula-web: remove no longer necessary patch
fix plist
Pointy Hat To: ler
|
[ 14:05 Larry Rosenman (ler) ] b0352e1
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 (Only the first 15 lines of the commit message are shown above )
|
Thu, 6 Oct 2022
|
[ 16:27 Larry Rosenman (ler) ] c157311
www/bacula-web: fix pkg-plist sort
bump portrevision
|
[ 15:17 Larry Rosenman (ler) ] f1548b8
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 (Only the first 15 lines of the commit message are shown above )
|
Sun, 25 Sep 2022
|
[ 18:12 Larry Rosenman (ler) ] d9bfbcc
www/bacula-web: add php*-sqlite3
PR: 266597
Submitted By: freebsd-ports@charlieroot.de
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] e915e75 (Only the first 10 of 1623 ports in this commit are shown above. )
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above )
|
Sat, 4 Jun 2022
|
[ 20:47 Larry Rosenman (ler) ] a7a62ec
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
|
Sat, 21 May 2022
|
[ 21:45 Larry Rosenman (ler) ] e90b534
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
|
Wed, 9 Mar 2022
|
[ 15:26 Larry Rosenman (ler) ] 5801b3e
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 (Only the first 15 lines of the commit message are shown above )
|
Wed, 15 Dec 2021
|
[ 15:19 Larry Rosenman (ler) ] c78bef6
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
|
Mon, 6 Dec 2021
|
[ 17:18 Larry Rosenman (ler) ] 8c883b3
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)
|
Tue, 5 Oct 2021
|
[ 05:10 Matthias Fechner (mfechner) ] afbc6c4
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
|
Sat, 17 Jul 2021
|
[ 08:08 Matthias Fechner (mfechner) ] 794d9d0
www/bacula-web: Show a message on deinstall to remove files
The application is generating some files on usage which are maybe not
required anymore if you deinstalled the application.
Suggest on deinstall a command the user can execute to remove all
files.
PR: 196016
|
[ 07:56 Matthias Fechner (mfechner) ] f8a3573
www/bacula-web: Fix installation for complete freshly installed FreeBSD
If you install bacula-web without any special options set
it is using by standard sqlite3 for the database.
But this is not available with the standard options defined.
Install by default all 3 options (mysql, pgsql, sqlite).
The user can remove database support if required by compiling the
package with required options set.
But we should not block users using pkg to install the package
by using another database then pgsql.
|
Thu, 15 Jul 2021
|
[ 14:52 Matthias Fechner (mfechner) ] 93314c4
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 (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 26 Oct 2020
|
[ 05:53 mfechner ]
Update to 8.4.1.
Changelog:
https://github.com/bacula-web/bacula-web/releases/tag/v8.4.1
|
Wed, 3 Jun 2020
|
[ 08:44 mfechner ]
Update to 8.4.0.
Changelog:
https://github.com/bacula-web/bacula-web/releases/tag/v8.4.0
|
Sat, 18 Apr 2020
|
[ 06:24 mfechner ]
Fixed license definition for www/bacula-web.
|
Fri, 17 Apr 2020
|
[ 20:14 mfechner ]
Fixed a small typo, su -l www will not work, as www has no home dir.
|
[ 15:24 mfechner ]
Update to 8.3.3.
Changed Maintainer.
PR: 245676
Approved by: dvl (maintainer)
|
Sat, 4 Apr 2020
|
[ 20:51 antoine ] (Only the first 10 of 520 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Fri, 15 Nov 2019
|
[ 10:12 tobik ] (Only the first 10 of 95 ports in this commit are shown above. )
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
|
Wed, 6 Nov 2019
|
[ 16:26 antoine ] (Only the first 10 of 283 ports in this commit are shown above. )
Mark a few ports BROKEN (unfetchable)
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Wed, 4 Oct 2017
|
[ 11:29 bapt ] (Only the first 10 of 79 ports in this commit are shown above. )
Convert to USES=php
While here convert some ports to optiosn helpers
|
Sat, 27 Aug 2016
|
[ 20:36 dvl ]
Upgrade to 7.2.0
|
Wed, 24 Aug 2016
|
[ 18:51 dvl ]
Upgrade to 7.0.3
While here, change maintainer to my @FreeBSD.org address
PR: 206450
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Sun, 10 Jan 2016
|
[ 16:19 bapt ] (Only the first 10 of 14 ports in this commit are shown above. )
Convert www ports to USES=sqlite and USES=firebird
|
Mon, 27 Jul 2015
|
[ 17:38 amdmi3 ]
- Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Drop @dirrm* from plist
Approved by: portmgr blanket
|
Mon, 25 Aug 2014
|
[ 12:19 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Convert to USES=pgsql
|
Sun, 10 Aug 2014
|
[ 07:20 marino ]
Reverse categories in www/baculaweb for portmaster and friends
Nobody noticed that the submitter added a new category to the port and
kept it in alphabetical order rather than "true" category first, so we
need to move "www" back to the front of the line.
PR: 191583
|
Sat, 9 Aug 2014
|
[ 13:54 marino ]
www/bacula-web: Fix pkg-message for non-default location installations
I noticed in the commit diff that the pkg-message did not account for
non-default values of BACULAWEB_HOME, but rather assumed the equivalent
of %%WWWDIR%% (and didn't even use that!). Add a new substition so that
the pkg-message message is correct for non-default locations.
PR: 191583
|
[ 13:38 marino ] (Only the first 10 of 12 ports in this commit are shown above. )
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@
|
Sat, 28 Jun 2014
|
[ 04:44 miwi ]
- Stage support
PR: 190012
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] (Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Tue, 5 Mar 2013
|
[ 17:07 miwi ] (Only the first 10 of 46 ports in this commit are shown above. )
- Convert to OptionsNG
- Trim header
Reviewed by: beat, bapt, kwm
|
Mon, 10 May 2010
|
[ 02:11 miwi ]
- add missing php5-gd dependency
PR: 144417
Submitted by: Cristiano <cris@gufi.org>
Approved by: maintainer timeout
|
Sat, 22 Aug 2009
|
[ 00:38 amdmi3 ] (Only the first 10 of 179 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with W
|
Fri, 6 Jun 2008
|
[ 14:07 edwin ] (Only the first 10 of 230 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Tue, 6 Mar 2007
|
[ 06:51 linimon ] (Only the first 10 of 17 ports in this commit are shown above. )
Use the new facility of bsd.port.mk to be able to simplify the interaction
of USE_PHP and OPTIONS.
PR: ports/106557
Submitted by: ale
Hat: portmgr
|
Tue, 8 Aug 2006
|
[ 14:44 itetcu ] (Only the first 10 of 13 ports in this commit are shown above. )
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>
|
Number of commits found: 49 |