Skip to content

Commit 81591aa

Browse files
author
Colinax
authored
Fraggy Update 2.7.1 (#47)
* Fraggy Update * Update README.md
1 parent c148bd5 commit 81591aa

39 files changed

+104
-179
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,9 @@ Fraggy Backend Theme is a responsive and Bootstrap based template for the backen
77
> There might be some design issues at the backend of modules, but usually the modules still work as expected.
88
99
# Requirements
10-
* [WBCE v1.5.2](https://github.com/WBCE/WBCE_CMS/releases)
10+
* [WBCE v1.5.2](https://github.com/WBCE/WBCE_CMS/releases) or newer
1111
* PHP requirements see [WBCE CMS](https://github.com/WBCE/WBCE_CMS)
1212

13-
# Changelog
14-
15-
## v2.7.0 - released on 2023-04-XX
16-
17-
* Updated Deps
18-
* Updated jQuery
19-
* Updated jQuery Migrate
20-
2113
# Download
2214

2315
You can download the newest source code release and the distributed release without source files [here](https://github.com/WBCE/Fraggy-Backend-Theme/releases).
@@ -46,6 +38,6 @@ The support is provided by the community in the [forum of WBCE](https://forum.wb
4638

4739
# Author
4840

49-
Copyright © 2016-2023 Jonathan Nessier, [Neoflow](https://www.neoflow.ch) | Copyright © 2019-2023 Colinax | Copyright © 2022-2023 WBCE Team | Licensed under GNU GPLv3
41+
Copyright © 2016-2023 Jonathan Nessier | Copyright © 2019-2023 Colinax | Copyright © 2022-2023 WBCE Team | Licensed under GNU GPLv3
5042

5143
Thank you to the [WBCE](http://wbce.org) community for their support and tests. But also a special thank you to [Jörg Laas](https://www.jlhd.com/) and [trici](https://tricity.ch) for their donations!

api/classes/Neoflow/Fraggy/Api/Update.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use Neoflow\GitHubClient;
66
use ZipArchive;
7+
78
use function rrmdir;
89

910
class Update extends AbstractApi

api/favicon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Fraggy Backend Theme
44
* Responsive and Bootstrap based backend theme for WBCE
55
*
6-
* @copyright 2016-2020 Jonathan Nessier, 2019-2021 Colinax
6+
* @copyright 2016-2023 Jonathan Nessier, 2019-2023 Colinax, 2023 WBCE Team
77
* @license GNU GPLv3
88
*/
99

api/functions/phpinfo2array.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
* Fraggy Backend Theme
44
* Responsive and Bootstrap based backend theme for WBCE
55
*
6-
* @copyright 2016-2020 Jonathan Nessier, 2019-2020 Colinax
6+
* @copyright 2016-2023 Jonathan Nessier, 2019-2023 Colinax, 2023 WBCE Team
77
* @license GNU GPLv3
88
*/
9+
910
if (!defined('WB_PATH')) {
1011
die(header('Location: ../../index.php'));
1112
}

api/logo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Fraggy Backend Theme
44
* Responsive and Bootstrap based backend theme for WBCE
55
*
6-
* @copyright 2016-2020 Jonathan Nessier, 2019-2020 Colinax
6+
* @copyright 2016-2023 Jonathan Nessier, 2019-2023 Colinax, 2023 WBCE Team
77
* @license GNU GPLv3
88
*/
99

api/sysinfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Fraggy Backend Theme
77
* Responsive and Bootstrap based backend theme for WBCE
88
*
9-
* @copyright 2016-2020 Jonathan Nessier, 2019-2020 Colinax
9+
* @copyright 2016-2023 Jonathan Nessier, 2019-2023 Colinax, 2023 WBCE Team
1010
* @license GNU GPLv3
1111
*/
1212

api/update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Fraggy Backend Theme
88
* Responsive and Bootstrap based backend theme for WBCE
99
*
10-
* @copyright 2016-2020 Jonathan Nessier, 2019-2020 Colinax
10+
* @copyright 2016-2023 Jonathan Nessier, 2019-2023 Colinax, 2023 WBCE Team
1111
* @license GNU GPLv3
1212
*/
1313

css/style.css

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* FRAGGY BACKEND THEME v2.7.0
2+
* FRAGGY BACKEND THEME v2.7.1
33
* Responsive and Bootstrap based backend theme for WBCE
44
*
55
* (c) 2016-2023 Jonathan Nessier, 2019-2023 Colinax, 2023 WBCE Team
@@ -13,11 +13,11 @@
1313
* jQuery Migrate v3.4.1 | (c) OpenJS Foundation and other contributors | jquery.org/license
1414
* Bootstrap v4.6.2 | (c) The Bootstrap Authors | MIT
1515
* Popper.js v1.16.0 | (c) Federico Zivolo | MIT
16-
* InsertLoader 1.0.1 | (c) Jonathan Nessier, Neoflow | MIT
16+
* InsertLoader 1.0.1 | (c) Jonathan Nessier | MIT
1717
* Select2 v4.0.13 | (c) Kevin Brown, Igor Vaynberg, and Select2 contributors | MIT
1818
* Nicescroll v3.7.6 | (c) InuYaksa | MIT
1919
* Datetimepicker v2.5.20 | (c) Chupurnov Valeriy | MIT
20-
* Bootstrap Fileselect v3.1.2 | (c) Jonathan Nessier, Neoflow | MIT
20+
* Bootstrap Fileselect v3.1.2 | (c) Jonathan Nessier | MIT
2121
**/
2222
@charset "UTF-8";
2323
.noresize {
@@ -10035,7 +10035,6 @@ a.text-dark:hover, a.text-dark:focus {
1003510035
display: block;
1003610036
height: 30px;
1003710037
opacity: 0.5;
10038-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
1003910038
outline: medium none;
1004010039
overflow: hidden;
1004110040
padding: 0;
@@ -10090,7 +10089,6 @@ a.text-dark:hover, a.text-dark:focus {
1009010089
.xdsoft_datetimepicker .xdsoft_next:hover,
1009110090
.xdsoft_datetimepicker .xdsoft_prev:hover {
1009210091
opacity: 1;
10093-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
1009410092
}
1009510093
.xdsoft_datetimepicker .xdsoft_label {
1009610094
display: inline;
@@ -10211,12 +10209,10 @@ a.text-dark:hover, a.text-dark:focus {
1021110209
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
1021210210
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
1021310211
opacity: 0.5;
10214-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
1021510212
cursor: default;
1021610213
}
1021710214
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
1021810215
opacity: 0.2;
10219-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
1022010216
}
1022110217
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
1022210218
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {

css/style.min.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
let gulp = require('gulp'),
2-
fs = require('fs'),
3-
sass = require('gulp-sass')(require('sass'));
4-
rename = require('gulp-rename'),
5-
concat = require('gulp-concat'),
6-
terser = require('gulp-terser'),
7-
replace = require('gulp-replace'),
8-
fancy = require('fancy-log'),
9-
injectString = require('gulp-inject-string'),
10-
stripCssComments = require('gulp-strip-css-comments'),
11-
postcss = require('gulp-postcss'),
12-
zip = require('gulp-zip');
13-
14-
let package = require('./package.json');
15-
16-
let sourceHeader = fs.readFileSync(package.buildOpts.common.sourceHeader, 'utf8')
17-
.replace('{VERSION}', package.version)
1+
let gulp = require('gulp');
2+
let fs = require('fs');
3+
let sass = require('gulp-sass')(require('sass'));
4+
let rename = require('gulp-rename');
5+
let concat = require('gulp-concat');
6+
let terser = require('gulp-terser');
7+
let replace = require('gulp-replace');
8+
let fancy = require('fancy-log');
9+
let injectString = require('gulp-inject-string');
10+
let stripCssComments = require('gulp-strip-css-comments');
11+
let postcss = require('gulp-postcss');
12+
let zip = require('gulp-zip');
13+
14+
let packagejson = require('./package.json');
15+
16+
let sourceHeader = fs.readFileSync(packagejson.buildOpts.common.sourceHeader, 'utf8')
17+
.replace('{VERSION}', packagejson.version)
1818
.replace('{YEAR}', (new Date()).getFullYear().toString())
19-
.replace('{AUTHOR}', package.author);
19+
.replace('{AUTHOR}', packagejson.author);
2020

2121
gulp.task('scss:build', function () {
2222
return gulp.src('./src/sass/style.scss')
@@ -110,7 +110,7 @@ gulp.task('zip:build', function () {
110110
'!./README.md',
111111
'!*.zip'
112112
])
113-
.pipe(zip(package.name + '-' + package.version + '.zip'))
113+
.pipe(zip(packagejson.name + '-' + packagejson.version + '.zip'))
114114
.pipe(gulp.dest('./'));
115115
});
116116

0 commit comments

Comments
 (0)