Skip to content

Commit e2c30b2

Browse files
OakleyHippoOakleyHippo
OakleyHippo
authored and
OakleyHippo
committed
0.1.0-beta.12 compatibility
1 parent 1f3ae46 commit e2c30b2

Some content is hidden

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

44 files changed

+4993
-2000
lines changed

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
js/src export-ignore
2+
.git* export-ignore
3+
4+
js/dist/*.js -diff

.github/FUNDING.yml

-12
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

-31
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

-17
This file was deleted.

.github/ISSUE_TEMPLATE/icon-change-request.md

-17
This file was deleted.

.github/ISSUE_TEMPLATE/missing-material-icon.md

-11
This file was deleted.

.idea/flarum-ext-material.iml

-10
This file was deleted.

.idea/misc.xml

-6
This file was deleted.

.idea/modules.xml

-8
This file was deleted.

.idea/vcs.xml

-6
This file was deleted.

CODE_OF_CONDUCT.md

-46
This file was deleted.

CONTRIBUTING.md

-13
This file was deleted.

LICENSE

-21
This file was deleted.

LICENSE.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
MIT License
2-
3-
Copyright (c) 2018 Extum
1+
MIT License Copyright (c) <year> <copyright holders>
42

53
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
64

7-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5+
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
86

9-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

PULL_REQUEST_TEMPLATE.md

-17
This file was deleted.

README.md

+15-25
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,29 @@
1-
# Material Design Extension by [Extum](https://github.com/Extum)
2-
![Extum Extension](https://img.shields.io/badge/Extum-Extension-orange.svg)
3-
[![Latest Stable Version](https://img.shields.io/packagist/v/Extum/flarum-ext-material.svg)](https://packagist.org/packages/Extum/flarum-ext-material)
4-
[![Total Downloads](https://img.shields.io/packagist/dt/Extum/flarum-ext-material.svg)](https://packagist.org/packages/Extum/flarum-ext-material)
5-
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/Extum/flarum-ext-material/issues)
6-
[![GitHub issues](https://img.shields.io/github/issues/Extum/flarum-ext-material.svg)](https://github.com/Extum/flarum-ext-material/issues)
7-
[![GitHub forks](https://img.shields.io/github/forks/Extum/flarum-ext-material.svg)](https://github.com/Extum/flarum-ext-material/network)
8-
[![GitHub stars](https://img.shields.io/github/stars/Extum/flarum-ext-material.svg)](https://github.com/Extum/flarum-ext-material/stargazers)
9-
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/Extum/flarum-ext-material/master/LICENSE)
1+
# Material
102

11-
Material Design Extension for Flarum.
3+
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/extum/flarum-ext-material.svg)](https://packagist.org/packages/extum/flarum-ext-material)
124

13-
## Try it out
14-
Demo server: https://materialtheme.freeflarum.com/
5+
A [Flarum](http://flarum.org) extension.
156

16-
Feel free to create test posts, signing up, and playing around however you want. It's a demo server 😉
7+
### Installation
178

18-
## Installation
9+
Use [Bazaar](https://discuss.flarum.org/d/5151-flagrow-bazaar-the-extension-marketplace) or install manually with composer:
1910

20-
Use [Bazaar](https://discuss.flarum.org/d/5151-flagrow-bazaar-the-extension-marketplace) or install manually:
21-
22-
```bash
11+
```sh
2312
composer require extum/flarum-ext-material
2413
```
2514

26-
## Updating
15+
### Updating
2716

28-
```bash
29-
composer require extum/flarum-ext-material
30-
php flarum cache:clear
17+
```sh
18+
composer update extum/flarum-ext-material
3119
```
3220

21+
### Links
3322

34-
## Features
35-
- **Material icons**: This extension automatically will include Material Icons, meaning you will get the highest Material experience on your forum.
23+
- [Packagist](https://packagist.org/packages/extum/flarum-ext-material)
3624

37-
- **Cards and elevation**: The extension will replace the flat design Flarum got with shadows, cards and elevations that Material Design has in it's core.
25+
### Source
3826

39-
- **UI improvements**: For you to offer your users the best forum experience they can have, Material Design extension by Extum offers you the best experience you can give with UX improvements and more.
27+
```sh
28+
npm i
29+
```

bootstrap.php

-19
This file was deleted.

composer.json

+29-32
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,33 @@
11
{
2-
"name": "extum/flarum-ext-material",
3-
"description": "Material Design for Flarum",
4-
"keywords": ["theme", "material-design", "material", "flarum-extension", "flarum", "style"],
5-
"type": "flarum-extension",
6-
"license": "MIT",
7-
"require": {
8-
"flarum/core": "^0.1.0-beta-7"
9-
},
10-
"authors": [
11-
{
12-
"name": "Extum",
13-
"email": "[email protected]",
14-
"role": "Developer"
15-
}
16-
],
17-
"autoload": {
18-
"psr-4": {
19-
"Extum\\MDL\\": "src/"
20-
}
21-
},
22-
"extra": {
23-
"flarum-extension": {
24-
"title": "Material Design",
25-
"icon": {
26-
"image": "icon.jpg",
27-
"backgroundSize": "cover",
28-
"backgroundColor": "#dbc6f9",
29-
"color": "#fff"
30-
}
2+
"name": "extum/flarum-ext-material",
3+
"description": "Extum Material brings Flarum to the next-level with Material Design!",
4+
"keywords": ["theme", "material-design", "material", "flarum-extension", "flarum", "style"],
5+
"type": "flarum-extension",
6+
"require": {
7+
"flarum/core": ">=0.1.0-beta.10 <0.1.0-beta.12"
8+
},
9+
"authors": [
10+
{
11+
"name": "Extum",
12+
"email": "[email protected]",
13+
"role": "Developer"
14+
}
15+
],
16+
"autoload": {
17+
"psr-4": {"Extum\\MDL\\": "src/"}
18+
},
19+
"extra": {
20+
"flarum-extension": {
21+
"title": "Extum Material",
22+
"icon": {
23+
"image": "icon.jpg",
24+
"backgroundSize": "cover",
25+
"backgroundColor": "#dbc6f9",
26+
"color": "#fff"
27+
}
28+
}
3129
},
3230
"flagrow": {
33-
"discuss": "https://discuss.flarum.org/d/14335-material-design-extension-theme-by-extum"
31+
"discuss": "https://discuss.flarum.org/d/14335-material-design-extension-theme-by-extum"
3432
}
35-
}
36-
}
33+
}

0 commit comments

Comments
 (0)