View | Details | Raw Unified | Return to bug 263115 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-mgmt/icingaweb2-module-reporting/Makefile (-2 / +1 lines)
Lines 1-7 Link Here
1
PORTNAME=	icingaweb2-module-reporting
1
PORTNAME=	icingaweb2-module-reporting
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.9.2
3
DISTVERSION=	0.10.0
4
PORTREVISION=	1
5
CATEGORIES=	net-mgmt www
4
CATEGORIES=	net-mgmt www
6
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
5
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
7
6
(-)b/net-mgmt/icingaweb2-module-reporting/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1576158826
1
TIMESTAMP = 1673887192
2
SHA256 (icinga-icingaweb2-module-reporting-v0.9.2_GH0.tar.gz) = 5cd90bf9d3d003ca2217e98c28615d5657bf4ee86beebc313d2577d85c51ff49
2
SHA256 (icinga-icingaweb2-module-reporting-v0.10.0_GH0.tar.gz) = 58f624e76542c4836fbef324fb30a3bccb5c608a27fda2cc07164db153e353b0
3
SIZE (icinga-icingaweb2-module-reporting-v0.9.2_GH0.tar.gz) = 137069
3
SIZE (icinga-icingaweb2-module-reporting-v0.10.0_GH0.tar.gz) = 77559
(-)b/net-mgmt/icingaweb2-module-reporting/pkg-plist (-75 / +15 lines)
Lines 1-3 Link Here
1
%%WWWDIR%%/.phpcs.xml
1
%%WWWDIR%%/LICENSE
2
%%WWWDIR%%/LICENSE
2
%%WWWDIR%%/README.md
3
%%WWWDIR%%/README.md
3
%%WWWDIR%%/application/clicommands/ScheduleCommand.php
4
%%WWWDIR%%/application/clicommands/ScheduleCommand.php
Lines 6-11 Link Here
6
%%WWWDIR%%/application/controllers/ReportController.php
7
%%WWWDIR%%/application/controllers/ReportController.php
7
%%WWWDIR%%/application/controllers/ReportController.php.modal
8
%%WWWDIR%%/application/controllers/ReportController.php.modal
8
%%WWWDIR%%/application/controllers/ReportsController.php
9
%%WWWDIR%%/application/controllers/ReportsController.php
10
%%WWWDIR%%/application/controllers/TemplateController.php
11
%%WWWDIR%%/application/controllers/TemplatesController.php
9
%%WWWDIR%%/application/controllers/TestController.php
12
%%WWWDIR%%/application/controllers/TestController.php
10
%%WWWDIR%%/application/controllers/TimeframeController.php
13
%%WWWDIR%%/application/controllers/TimeframeController.php
11
%%WWWDIR%%/application/controllers/TimeframesController.php
14
%%WWWDIR%%/application/controllers/TimeframesController.php
Lines 13-26 Link Here
13
%%WWWDIR%%/application/forms/SelectBackendForm.php
16
%%WWWDIR%%/application/forms/SelectBackendForm.php
14
%%WWWDIR%%/application/views/scripts/config/backend.phtml
17
%%WWWDIR%%/application/views/scripts/config/backend.phtml
15
%%WWWDIR%%/application/views/scripts/config/mail.phtml
18
%%WWWDIR%%/application/views/scripts/config/mail.phtml
16
%%WWWDIR%%/composer.json
17
%%WWWDIR%%/composer.lock
18
%%WWWDIR%%/config/systemd/icinga-reporting.service
19
%%WWWDIR%%/config/systemd/icinga-reporting.service
19
%%WWWDIR%%/configuration.php
20
%%WWWDIR%%/configuration.php
20
%%WWWDIR%%/doc/02-Installation.md
21
%%WWWDIR%%/doc/02-Installation.md
22
%%WWWDIR%%/doc/03-Configuration.md
21
%%WWWDIR%%/doc/80-Upgrading.md
23
%%WWWDIR%%/doc/80-Upgrading.md
22
%%WWWDIR%%/library/Reporting/Actions/SendMail.php
24
%%WWWDIR%%/library/Reporting/Actions/SendMail.php
23
%%WWWDIR%%/library/Reporting/Cli/Command.php
25
%%WWWDIR%%/library/Reporting/Cli/Command.php
26
%%WWWDIR%%/library/Reporting/Common/Macros.php
24
%%WWWDIR%%/library/Reporting/Database.php
27
%%WWWDIR%%/library/Reporting/Database.php
25
%%WWWDIR%%/library/Reporting/Dimensions.php
28
%%WWWDIR%%/library/Reporting/Dimensions.php
26
%%WWWDIR%%/library/Reporting/Hook/ActionHook.php
29
%%WWWDIR%%/library/Reporting/Hook/ActionHook.php
Lines 41-69 Link Here
41
%%WWWDIR%%/library/Reporting/Timerange.php
44
%%WWWDIR%%/library/Reporting/Timerange.php
42
%%WWWDIR%%/library/Reporting/Values.php
45
%%WWWDIR%%/library/Reporting/Values.php
43
%%WWWDIR%%/library/Reporting/Web/Controller.php
46
%%WWWDIR%%/library/Reporting/Web/Controller.php
44
%%WWWDIR%%/library/Reporting/Web/DivDecorator.php
45
%%WWWDIR%%/library/Reporting/Web/Flatpickr.php
47
%%WWWDIR%%/library/Reporting/Web/Flatpickr.php
46
%%WWWDIR%%/library/Reporting/Web/Forms/DecoratedElement.php
48
%%WWWDIR%%/library/Reporting/Web/Forms/DecoratedElement.php
49
%%WWWDIR%%/library/Reporting/Web/Forms/Decorator/CompatDecorator.php
47
%%WWWDIR%%/library/Reporting/Web/Forms/ReportForm.php
50
%%WWWDIR%%/library/Reporting/Web/Forms/ReportForm.php
48
%%WWWDIR%%/library/Reporting/Web/Forms/ScheduleForm.php
51
%%WWWDIR%%/library/Reporting/Web/Forms/ScheduleForm.php
49
%%WWWDIR%%/library/Reporting/Web/Forms/SendForm.php
52
%%WWWDIR%%/library/Reporting/Web/Forms/SendForm.php
53
%%WWWDIR%%/library/Reporting/Web/Forms/TemplateForm.php
50
%%WWWDIR%%/library/Reporting/Web/Forms/TimeframeForm.php
54
%%WWWDIR%%/library/Reporting/Web/Forms/TimeframeForm.php
51
%%WWWDIR%%/library/Reporting/Web/ReportsAndTimeframesTabs.php
55
%%WWWDIR%%/library/Reporting/Web/ReportsTimeframesAndTemplatesTabs.php
52
%%WWWDIR%%/library/vendor/ipl/web/src/Common/BaseTarget.php
56
%%WWWDIR%%/library/Reporting/Web/Widget/CompatDropdown.php
53
%%WWWDIR%%/library/vendor/ipl/web/src/Compat/CompatController.php
57
%%WWWDIR%%/library/Reporting/Web/Widget/CoverPage.php
54
%%WWWDIR%%/library/vendor/ipl/web/src/Compat/ViewRenderer.php
58
%%WWWDIR%%/library/Reporting/Web/Widget/HeaderOrFooter.php
55
%%WWWDIR%%/library/vendor/ipl/web/src/Url.php
59
%%WWWDIR%%/library/Reporting/Web/Widget/Template.php
56
%%WWWDIR%%/library/vendor/ipl/web/src/Widget/ActionBar.php
60
%%WWWDIR%%/library/vendor/ipl/Html/src/FormElement/FileElement.php
57
%%WWWDIR%%/library/vendor/ipl/web/src/Widget/ActionLink.php
58
%%WWWDIR%%/library/vendor/ipl/web/src/Widget/ButtonLink.php
59
%%WWWDIR%%/library/vendor/ipl/web/src/Widget/Content.php
60
%%WWWDIR%%/library/vendor/ipl/web/src/Widget/Controls.php
61
%%WWWDIR%%/library/vendor/ipl/web/src/Widget/DropdownLink.php
62
%%WWWDIR%%/library/vendor/ipl/web/src/Widget/Icon.php
63
%%WWWDIR%%/library/vendor/ipl/web/src/Widget/Link.php
64
%%WWWDIR%%/library/vendor/ipl/web/src/Widget/Tabs.php
65
%%WWWDIR%%/module.info
61
%%WWWDIR%%/module.info
66
%%WWWDIR%%/public/css/forms.less
67
%%WWWDIR%%/public/css/module.less
62
%%WWWDIR%%/public/css/module.less
68
%%WWWDIR%%/public/css/system-report.css
63
%%WWWDIR%%/public/css/system-report.css
69
%%WWWDIR%%/public/css/vendor/flatpickr.css
64
%%WWWDIR%%/public/css/vendor/flatpickr.css
Lines 76-136 Link Here
76
%%WWWDIR%%/public/js/vendor/flatpickr.js
71
%%WWWDIR%%/public/js/vendor/flatpickr.js
77
%%WWWDIR%%/public/js/vendor/flatpickr.min.js
72
%%WWWDIR%%/public/js/vendor/flatpickr.min.js
78
%%WWWDIR%%/run.php
73
%%WWWDIR%%/run.php
74
%%WWWDIR%%/schema/mysql-migrations/v0.10.0.sql
79
%%WWWDIR%%/schema/mysql-migrations/v0.9.1.sql
75
%%WWWDIR%%/schema/mysql-migrations/v0.9.1.sql
80
%%WWWDIR%%/schema/mysql.sql
76
%%WWWDIR%%/schema/mysql.sql
81
%%WWWDIR%%/vendor/autoload.php
77
%%WWWDIR%%/schema/postgresql.sql
82
%%WWWDIR%%/vendor/composer/ClassLoader.php
83
%%WWWDIR%%/vendor/composer/LICENSE
84
%%WWWDIR%%/vendor/composer/autoload_classmap.php
85
%%WWWDIR%%/vendor/composer/autoload_files.php
86
%%WWWDIR%%/vendor/composer/autoload_namespaces.php
87
%%WWWDIR%%/vendor/composer/autoload_psr4.php
88
%%WWWDIR%%/vendor/composer/autoload_real.php
89
%%WWWDIR%%/vendor/composer/autoload_static.php
90
%%WWWDIR%%/vendor/composer/installed.json
91
%%WWWDIR%%/vendor/guzzlehttp/psr7/CHANGELOG.md
92
%%WWWDIR%%/vendor/guzzlehttp/psr7/LICENSE
93
%%WWWDIR%%/vendor/guzzlehttp/psr7/README.md
94
%%WWWDIR%%/vendor/guzzlehttp/psr7/composer.json
95
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/AppendStream.php
96
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/BufferStream.php
97
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/CachingStream.php
98
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/DroppingStream.php
99
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/FnStream.php
100
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/InflateStream.php
101
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/LazyOpenStream.php
102
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/LimitStream.php
103
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/MessageTrait.php
104
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/MultipartStream.php
105
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/NoSeekStream.php
106
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/PumpStream.php
107
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Request.php
108
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Response.php
109
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Rfc7230.php
110
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/ServerRequest.php
111
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Stream.php
112
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php
113
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/StreamWrapper.php
114
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UploadedFile.php
115
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Uri.php
116
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriNormalizer.php
117
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriResolver.php
118
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/functions.php
119
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/functions_include.php
120
%%WWWDIR%%/vendor/psr/http-message/CHANGELOG.md
121
%%WWWDIR%%/vendor/psr/http-message/LICENSE
122
%%WWWDIR%%/vendor/psr/http-message/README.md
123
%%WWWDIR%%/vendor/psr/http-message/composer.json
124
%%WWWDIR%%/vendor/psr/http-message/src/MessageInterface.php
125
%%WWWDIR%%/vendor/psr/http-message/src/RequestInterface.php
126
%%WWWDIR%%/vendor/psr/http-message/src/ResponseInterface.php
127
%%WWWDIR%%/vendor/psr/http-message/src/ServerRequestInterface.php
128
%%WWWDIR%%/vendor/psr/http-message/src/StreamInterface.php
129
%%WWWDIR%%/vendor/psr/http-message/src/UploadedFileInterface.php
130
%%WWWDIR%%/vendor/psr/http-message/src/UriInterface.php
131
%%WWWDIR%%/vendor/ralouphie/getallheaders/LICENSE
132
%%WWWDIR%%/vendor/ralouphie/getallheaders/README.md
133
%%WWWDIR%%/vendor/ralouphie/getallheaders/composer.json
134
%%WWWDIR%%/vendor/ralouphie/getallheaders/phpunit.xml
135
%%WWWDIR%%/vendor/ralouphie/getallheaders/src/getallheaders.php
136
%%WWWDIR%%/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php
137
- 

Return to bug 263115