Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 2.2
Browse files Browse the repository at this point in the history
# Conflicts:
#	.editorconfig
#	docs/de/index.rst
#	docs/de/user/import.rst
#	docs/en/index.rst
#	docs/en/user/configuration.rst
#	docs/en/user/import.rst
#	docs/fr/index.rst
#	docs/fr/user/import.rst
#	src/Wallabag/CoreBundle/Command/InstallCommand.php
#	src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
#	src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
#	src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
#	src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
#	src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
#	src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
#	src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
#	src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
#	src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
#	src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
#	src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
#	src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
#	src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
#	web/bundles/wallabagcore/themes/baggy/css/style.min.css
#	web/bundles/wallabagcore/themes/baggy/js/baggy.min.js
#	web/bundles/wallabagcore/themes/material/css/style.min.css
#	web/bundles/wallabagcore/themes/material/js/material.min.js
  • Loading branch information
j0k3r committed Nov 19, 2016
2 parents bbd4ae7 + cb1a659 commit 6800313
Show file tree
Hide file tree
Showing 124 changed files with 2,827 additions and 2,586 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[*.js]
[*.{js,css}]
indent_style = space
indent_size = 2
21 changes: 13 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
| Q | A
| ------------- | ---
| Bug fix? | yes|no
| New feature? | yes|no
| BC breaks? | yes|no
| Deprecations? | yes|no
| Tests pass? | yes|no
| Documentation | yes|no
| Translation | yes|no
| Fixed tickets | comma-separated list of tickets fixed by the PR, if any
| Bug fix? | yes/no
| New feature? | yes/no
| BC breaks? | yes/no
| Deprecations? | yes/no
| Tests pass? | yes/no
| Documentation | yes/no
| Translation | yes/no
| Fixed tickets | #...
| License | MIT

<!--
- Please fill in this template according to the PR you're about to submit.
- Replace this comment by a description of what your PR is solving.
-->
1,361 changes: 480 additions & 881 deletions CHANGELOG.md

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,11 @@ module.exports = function (grunt) {
},
stylelint: {
target: ['<%= appDir %>/themes/material/css/*.css', '<%= appDir %>/themes/baggy/css/*.css']
},
watch: {
files: ['<%= appDir %>/**/*.css', '<%= appDir %>/**/*.js'],
tasks: ['css', 'js']
}

});

grunt.registerTask(
Expand Down Expand Up @@ -221,5 +224,7 @@ module.exports = function (grunt) {
'tests',
'Test css and js style conformity',
['eslint', 'stylelint', 'default']
)
),

grunt.loadNpmTasks('grunt-contrib-watch');
};
17 changes: 15 additions & 2 deletions RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ During this documentation, we assume the release is `$LAST_WALLABAG_RELEASE`.
#### Files to edit

- `app/config/config.yml` (`wallabag_core.version`)
- `CHANGELOG.md` (by using this command `github_changelog_generator --no-compare-link --header-label="# Changelog" --no-issues --no-pr-wo-labels --since-tag="1.9.2"`. [github-changelog-generator is available here](https://github.com/skywinder/github-changelog-generator))
- `CHANGELOG.md` (by using this command `github-changes -o wallabag -r wallabag -k YOURGITHUBTOKEN --only-pulls --use-commit-body --title Changelog --date-format YYYY/MM/DD --between-tags 2.0.0-alpha.0...master -n 2.1.3`. [github-changes is available here](https://github.com/lalitkapoor/github-changes))

#### Create release on GitHub

Expand All @@ -20,7 +20,20 @@ git checkout master
git pull origin master
git checkout -b release-$LAST_WALLABAG_RELEASE
SYMFONY_ENV=prod composer up --no-dev
git add --force composer.lock
```

- Update `.travis.yml` file and replace the composer line with this one:

```diff
script:
- - travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist
+ - travis_wait composer update --no-interaction --no-progress
```

- Then continue with these commands:

```
git add --force composer.lock .travis.yml
git commit -m "Release wallabag $LAST_WALLABAG_RELEASE"
git push origin release-$LAST_WALLABAG_RELEASE
```
Expand Down
4 changes: 2 additions & 2 deletions app/Resources/static/themes/baggy/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,8 @@ footer a {
margin-bottom: 2em;
}

.estimatedTime .reading-time {
.reading-time,
.created-at {
color: #999;
font-style: italic;
font-weight: normal;
Expand Down Expand Up @@ -581,7 +582,6 @@ img.preview {

div.pagination ul {
text-align: right;
margin-bottom: 50px;
}

.nb-results {
Expand Down
142 changes: 120 additions & 22 deletions app/Resources/static/themes/material/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
0 = Common
========================================================================== */

@font-face {
font-family: icomoon;
src: url("../fonts/IcoMoon-Free.ttf");
font-weight: normal;
font-style: normal;
}
/**
*
* Material icons
*
*/

@font-face {
font-family: 'Material Icons';
Expand Down Expand Up @@ -62,6 +61,33 @@
font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/**
*
* Icomoon icons
*
*/

@font-face {
font-family: icomoon;
src: url("../fonts/IcoMoon-Free.ttf");
font-weight: normal;
font-style: normal;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
font-family: icomoon;
Expand Down Expand Up @@ -212,8 +238,17 @@ div.pagination ul .next.disabled {
color: #fff;
}

.page-footer .footer-copyright {
min-width: 50px;
height: auto !important;
line-height: 1em !important;
}

.page-footer .footer-copyright p {
display: inline;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
}

.hidden {
Expand Down Expand Up @@ -402,20 +437,42 @@ main ul.row {
}

.data .card .card-body {
height: 22em;
height: 19em;
overflow: hidden;
}

.card .card-content .card-title {
line-height: 32px;
max-height: 64px;
.card .card-content .card-title,
.card .card-reveal .card-title {
line-height: 22.8px;
max-height: 80px;
font-size: 19px;
font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #313131;
}

.card .card-content .activator,
.card .card-reveal .activator {
cursor: pointer;
font-family: "Material Icons";
}

.card .card-content i.right,
.card .card-reveal i.right {
margin-left: 0;
}

.card .card-content .original {
line-height: 24px;
font-size: 15px;
}

a.original {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
}

.card .card-entry-labels {
position: absolute;
top: 10px;
Expand All @@ -438,7 +495,7 @@ main ul.row {
}

.card .card-entry-labels-hidden {
margin-top: 5px;
margin: 2.5px auto;
}

.card .card-entry-labels-hidden li {
Expand All @@ -455,6 +512,10 @@ main ul.row {
white-space: nowrap;
}

.card .card-entry-labels-hidden li:first-child {
margin-left: 0;
}

.card-entry-tags a,
.card-entry-labels a,
.card-tag-labels a,
Expand All @@ -469,8 +530,8 @@ main ul.row {
margin-bottom: 10px;
}

.card .card-action .original {
line-height: 24px;
.card .card-action {
padding: 10px 5px 10px 15px;
}

.card .card-action ul.links {
Expand All @@ -488,6 +549,11 @@ main ul.row {
color: #fff;
}

.card .card-action .reading-time {
display: inline-flex;
vertical-align: middle;
}

.quickstart .card .card-action a,
.quickstart .card .card-action a:hover {
color: #fff !important;
Expand All @@ -504,10 +570,15 @@ main ul.row {
}

.card .card-image {
height: 14em;
height: 10em;
}

.card .card-fullimage {
height: 13.5em;
}

.card .card-image .preview {
.card .card-image .preview,
.card .card-fullimage .preview {
height: 14em;
background-size: cover;
background-repeat: no-repeat;
Expand All @@ -531,7 +602,8 @@ main ul.row {
}

#article > header > h1 {
font-size: 1.6em;
font-size: 2em;
margin: 2.1rem 0 0.68rem;
}

.reader-mode {
Expand Down Expand Up @@ -570,9 +642,20 @@ main ul.row {
z-index: 9999;
}

#article aside .link {
color: #000;
#article aside .tools {
font-size: 0.8em;
display: flex;
flex-flow: row wrap;
margin: 0 auto;
}

article aside .tools li {
display: inline-flex;
vertical-align: middle;
}

#article aside .tools a {
color: #000;
text-decoration: none;
}

Expand All @@ -583,10 +666,11 @@ main ul.row {

#article aside .chip {
background-color: rgba(0, 151, 167, 0.85);
color: #fff;
padding: 0 15px 0 10px;
margin: auto 2px;
}

#article aside .chip a,
#article aside .chip i {
color: #fff;
}
Expand All @@ -613,7 +697,6 @@ main ul.row {
}

#article {
padding: 15px;
max-width: 35em;
margin-left: auto;
margin-right: auto;
Expand Down Expand Up @@ -657,7 +740,14 @@ main ul.row {
}
}

@media only screen and (min-width: 993px) and (max-width: 1180px) {
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
.row .col.l3 {
width: 33.33333%;
margin-left: 0;
}
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
.row .col.l1 {
width: 25%;
margin-left: 0;
Expand Down Expand Up @@ -713,6 +803,14 @@ main ul.row {
.nb-results {
display: none;
}

main ul.row {
padding: 0;
}

.row .col {
padding: 0;
}
}

/* ==========================================================================
Expand Down
2 changes: 1 addition & 1 deletion app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ framework:
assets: ~

wallabag_core:
version: 2.1.3-dev
version: 2.2.0-dev
paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
languages:
en: 'English'
Expand Down
2 changes: 1 addition & 1 deletion docs/de/developer/api.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
API DoKumentation
API Dokumentation
=================

Dank dieser Dokumentation werden wir sehen, wie wir mit der wallabag API interagieren.
Expand Down
Loading

0 comments on commit 6800313

Please sign in to comment.