Skip to content

Commit 6309e89

Browse files
author
Jarosław Pustuła
committed
Merge pull request #6 from inventea/develop
we_clearblue 2.1.0 for phpBB 3.1.8
2 parents 2ef1b77 + 23424c5 commit 6309e89

File tree

97 files changed

+3019
-9703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+3019
-9703
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1+
.idea/
12
prosilver/
2-
subsilver2/
33
Thumbs.db

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.1.0
2+
-----
3+
4+
- First release for phpBB 3.1
5+
- Asset (CSS files and images) inheritance from prosilver
6+
- Single `we_clearblue.css` file split into modules
7+
- Use jQuery 1.11.0 bundled with phpBB
8+
- Moved media queries CSS to `responsive.css`
9+
- Additional `<body>` classes: `logged-in` and `logged-out`
10+
- Removed slick slider
11+
12+
113
2.0.1
214
-----
315

we_clearblue/imageset/en/imageset.cfg

-35
This file was deleted.

we_clearblue/imageset/en/index.htm

Whitespace-only changes.
-186 Bytes
Binary file not shown.
-151 Bytes
Binary file not shown.
-144 Bytes
Binary file not shown.
-186 Bytes
Binary file not shown.
-155 Bytes
Binary file not shown.
-246 Bytes
Binary file not shown.
-253 Bytes
Binary file not shown.

we_clearblue/imageset/imageset.cfg

-116
This file was deleted.

we_clearblue/imageset/index.htm

Whitespace-only changes.

we_clearblue/style.cfg

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
#
22
# phpBB Style Configuration File
33
#
4-
# @package phpBB3
5-
# @copyright (c) 2005 phpBB Group
6-
# @license http://opensource.org/licenses/gpl-license.php GNU Public License
4+
# This file is part of the phpBB Forum Software package.
75
#
6+
# @copyright (c) phpBB Limited <https://www.phpbb.com>
7+
# @license GNU General Public License, version 2 (GPL-2.0)
8+
#
9+
# For full copyright and license information, please see
10+
# the docs/CREDITS.txt file.
811
#
912
# At the left is the name, please do not change this
1013
# At the right the value is entered
11-
# For on/off options the valid values are on, off, 1, 0, true and false
1214
#
1315
# Values get trimmed, if you want to add a space in front or at the end of
1416
# the value, then enclose the value with single or double quotes.
@@ -18,5 +20,13 @@
1820

1921
# General Information about this style
2022
name = we_clearblue
21-
copyright = INVENTEA
22-
version = 2.0.1
23+
copyright = © INVENTEA
24+
style_version = 2.1.0
25+
phpbb_version = 3.1.8
26+
27+
# Defining a different template bitfield
28+
# template_bitfield = lNg=
29+
30+
# Parent style
31+
# Set value to empty or to this style's name if this style does not have a parent style
32+
parent = prosilver

we_clearblue/template/assets/jquery/jquery-2.1.3.min.js

-4
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)