Skip to content

Commit

Permalink
Contrast-Finder v0.8.6
Browse files Browse the repository at this point in the history
----------------------

  set version to 0.8.6
  typo
  Fixed #149 / Fixed #151 / Fixed #153 / Fixed #154 / Fixed #155 / Fixed #156
  typo
  Checkstyle rule - Fixed  "[(] is followed by whitespace."
  Checkstyle rule - Fixed  "[,] is not followed by whitespace"
  Checkstyle rule - Fixed  "Trailing whitespace at the end of a line"
  fixed #150 - Upgraded owasp:dependency-check (3.1.2 instead of 3.1.1)
  fixed #126 - Upgraded SpringFramework (4.3.15 instead of 4.3.14)
  Updated CHANGELOG + Other-contrast-tools
  Update Portuguese i18n file
  Add lang attribute to Korean i18n file
  Update Korean i18n file
  i18n - Updated French and English home.metaDescription
  Updated English i18n file
  Updated French i18n file
  typo
  DOC - Howto-use.md improvements
  Fixed #141 - Webapp: allowed favicon/*.ico and *.svg files (fixed url rewrite)
  set version to 0.8.6-SNAPSHOT
  • Loading branch information
dzc34 committed Apr 14, 2018
2 parents 20823ab + 5d76e7b commit b86084c
Show file tree
Hide file tree
Showing 114 changed files with 1,181 additions and 662 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is for unifying the coding style
# This file is for unifying the coding style
# for different editors and IDEs.
#
# More information at http://editorconfig.org/
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

*.class

# Package Files
# Package Files
*.jar
*.war
*.ear
Expand Down
123 changes: 80 additions & 43 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# CHANGELOG

Contrast-Finder 0.8.6, 2018-04-14
---------------------------------

Upgrade-o-meter: just replace the .war file and restart Tomcat

Thanks to:
- @ArnaudDelafosse for PR #142
- @Kaths31 for PR #147
- @miname for PR #144 and PR #145

### Outdated dependencies
- [#156 - Upgraded native2ascii-maven-plugin (2.0.1 instead of 2.0.0)](https://github.com/Asqatasun/Contrast-Finder/issues/156)
- [#155 - Upgraded maven-dependency-plugin (3.1.0 instead of 3.0.2)](https://github.com/Asqatasun/Contrast-Finder/issues/155)
- [#154 - Upgraded maven-surefire-plugin (2.21.0 instead of 2.20.1)](https://github.com/Asqatasun/Contrast-Finder/issues/154)
- [#153 - Upgraded jacoco-maven-plugin (0.8.1 instead of 0.8.0)](https://github.com/Asqatasun/Contrast-Finder/issues/153)
- [#151 - Upgraded spring--security (4.2.5 instead of 4.2.4)](https://github.com/Asqatasun/Contrast-Finder/issues/151)
- [#150 - Upgraded owasp:dependency-check (3.1.2 instead of 3.1.1)](https://github.com/Asqatasun/Contrast-Finder/issues/150)
- [#149 - Upgraded SpringFramework (4.3.16 instead of 4.3.14)](https://github.com/Asqatasun/Contrast-Finder/issues/149)

### Bug
- [#141 - Webapp: fixed url rewriting (allowed favicon/*.ico and *.svg files)](https://github.com/Asqatasun/Contrast-Finder/issues/141)

### Improvement
- [#144 - Updated Korean i18n file to the latest)](https://github.com/Asqatasun/Contrast-Finder/issues/144)
- [#147 - Updated Portuguese i18n file)](https://github.com/Asqatasun/Contrast-Finder/issues/147)

### Documentation
- [#142 - Howto-use.md improvements (syntax corrections, match titles to application labels)](https://github.com/Asqatasun/Contrast-Finder/issues/142)



Contrast-Finder 0.8.5, 2018-02-21
---------------------------------

Expand Down Expand Up @@ -45,7 +76,7 @@ Upgrade-o-meter: just replace the .war file and restart Tomcat
- [#125 - Contrast-Finder build need openjdk 8 (prerequisite jdeb)](https://github.com/Asqatasun/Contrast-Finder/issues/125)

### Improvement
- [#110 - Added new docker image: ubuntu 16.04 (tomcat-7)](https://github.com/Asqatasun/Contrast-Finder/issues/110)
- [#110 - Added new docker image: ubuntu 16.04 (tomcat-7)](https://github.com/Asqatasun/Contrast-Finder/issues/110)
- [#112 - Added new docker image: alpine (tomcat-7)](https://github.com/Asqatasun/Contrast-Finder/issues/112)
- [#116 - Added new docker image: alpine (tomcat-8.5)](https://github.com/Asqatasun/Contrast-Finder/issues/116)
- [#117 - Added some new pre-requisites_* Docker images (debian 9, ubuntu 18.04)](https://github.com/Asqatasun/Contrast-Finder/issues/117)
Expand All @@ -71,16 +102,16 @@ Contrast-Finder 0.8.3, 2017-11-28
Upgrade-o-meter: just replace the .war file and restart Tomcat

### Outdated dependencies
- [#100 - Upgraded SpringFramework (4.3.13 instead of 4.3.12)](https://github.com/Asqatasun/Contrast-Finder/issues/100)
- [#101 - Upgraded commons-lang3 (3.7 instead of 3.6)](https://github.com/Asqatasun/Contrast-Finder/issues/101)
- [#102 - Upgraded markdown-page-generator-plugin (2.0.0 instead of 1.0.0)](https://github.com/Asqatasun/Contrast-Finder/issues/102)
- [#103 - Upgraded maven-javadoc-plugin (3.0.0-M1 instead of 2.10.4)](https://github.com/Asqatasun/Contrast-Finder/issues/103)
- [#105 - Upgraded org.owasp:dependency-check (3.0.2 instead of 1.4.5)](https://github.com/Asqatasun/Contrast-Finder/issues/105)
- [#100 - Upgraded SpringFramework (4.3.13 instead of 4.3.12)](https://github.com/Asqatasun/Contrast-Finder/issues/100)
- [#101 - Upgraded commons-lang3 (3.7 instead of 3.6)](https://github.com/Asqatasun/Contrast-Finder/issues/101)
- [#102 - Upgraded markdown-page-generator-plugin (2.0.0 instead of 1.0.0)](https://github.com/Asqatasun/Contrast-Finder/issues/102)
- [#103 - Upgraded maven-javadoc-plugin (3.0.0-M1 instead of 2.10.4)](https://github.com/Asqatasun/Contrast-Finder/issues/103)
- [#105 - Upgraded org.owasp:dependency-check (3.0.2 instead of 1.4.5)](https://github.com/Asqatasun/Contrast-Finder/issues/105)

### Task
- [#104 - Added maven-jxr-plugin (needed for maven-checkstyle-plugin)](https://github.com/Asqatasun/Contrast-Finder/issues/104)
- [#106 - Added unit tests coverage report (jacoco-maven-plugin)](https://github.com/Asqatasun/Contrast-Finder/issues/106)
- [#107 - Added missing unit tests for engine/utils/*](https://github.com/Asqatasun/Contrast-Finder/issues/107)
- [#104 - Added maven-jxr-plugin (needed for maven-checkstyle-plugin)](https://github.com/Asqatasun/Contrast-Finder/issues/104)
- [#106 - Added unit tests coverage report (jacoco-maven-plugin)](https://github.com/Asqatasun/Contrast-Finder/issues/106)
- [#107 - Added missing unit tests for engine/utils/*](https://github.com/Asqatasun/Contrast-Finder/issues/107)


Contrast-Finder 0.8.2, 2017-10-28
Expand All @@ -89,27 +120,29 @@ Contrast-Finder 0.8.2, 2017-10-28
Upgrade-o-meter: just replace the .war file and restart Tomcat

### Outdated dependencies
- [#93 - Upgraded maven-*-plugin (compiler, dependency, surefire and war)](https://github.com/Asqatasun/Contrast-Finder/issues/93)
- [#94 - Upgraded SpringFramework (4.3.12 instead of 4.3.10)](https://github.com/Asqatasun/Contrast-Finder/issues/94)
- [#93 - Upgraded maven-*-plugin (compiler, dependency, surefire and war)](https://github.com/Asqatasun/Contrast-Finder/issues/93)
- [#94 - Upgraded SpringFramework (4.3.12 instead of 4.3.10)](https://github.com/Asqatasun/Contrast-Finder/issues/94)

### Bugs
- fixed `build_and_run-with-docker.sh` script:
- [#97, log_processing() fails when there is no WARNING](https://github.com/Asqatasun/Contrast-Finder/issues/97)
- [#95, "-t" option is used 2 times](https://github.com/Asqatasun/Contrast-Finder/issues/95)
- [#97, log_processing() fails when there is no WARNING](https://github.com/Asqatasun/Contrast-Finder/issues/97)
- [#95, "-t" option is used 2 times](https://github.com/Asqatasun/Contrast-Finder/issues/95)

### Documentation
- refactor build documentation

### Task
- [fixed #99 / pom.xml file: replaced "-dev" by "-SNAPSHOT"](https://github.com/Asqatasun/Contrast-Finder/issues/99)
- [fixed #99 / pom.xml file: replaced "-dev" by "-SNAPSHOT"](https://github.com/Asqatasun/Contrast-Finder/issues/99)


Contrast-Finder 0.8.1, 2017-08-05
---------------------------------

Upgrade-o-meter: just replace the .war file and restart Tomcat

### Improvement
Thanks to @miname for PR #88

### Improvement
- [#90 - Added `<link rel="alternate" hreflang="">`](https://github.com/Asqatasun/Contrast-Finder/issues/90)
- [#88 - Added missing Korean translations](https://github.com/Asqatasun/Contrast-Finder/issues/88)

Expand All @@ -119,13 +152,15 @@ Contrast-Finder 0.8.0, 2017-08-03

Upgrade-o-meter: just replace the .war file and restart Tomcat

Thanks to @miname for PR #85

### New Feature
- [#85 - Added Korean translation](https://github.com/Asqatasun/Contrast-Finder/issues/85)

### Bug
- [#83 - i18n: fixed spelling error](https://github.com/Asqatasun/Contrast-Finder/issues/#83)

### Improvement
### Improvement
- [#87 - build_and_run-with-docker.sh - Added new option (--log-build)](https://github.com/Asqatasun/Contrast-Finder/issues/#87)

### Documentation
Expand Down Expand Up @@ -153,17 +188,19 @@ Contrast-Finder 0.6.0, 2017-07-21

Upgrade-o-meter: just replace the .war file and restart Tomcat

Thanks to @Rui20 and @Kaths31 for PR #80

### New Feature
- [#80 - i18n: added portuguese](https://github.com/Asqatasun/Contrast-Finder/issues/80)

### Outdated dependencies
- [#59 - Upgraded SpringFramework to v4.3.10](https://github.com/Asqatasun/Contrast-Finder/issues/59)

### Refactoring
- [#76 - i18n files in UTF8 character encoding](https://github.com/Asqatasun/Contrast-Finder/issues/76)
- [#76 - i18n files in UTF8 character encoding](https://github.com/Asqatasun/Contrast-Finder/issues/76)

### Task
- [#79 - Pom.xml: added maven-checkstyle-plugin](https://github.com/Asqatasun/Contrast-Finder/issues/79)
- [#79 - Pom.xml: added maven-checkstyle-plugin](https://github.com/Asqatasun/Contrast-Finder/issues/79)


Contrast-Finder 0.5.2, 2017-07-04
Expand All @@ -172,22 +209,22 @@ Contrast-Finder 0.5.2, 2017-07-04
Upgrade-o-meter: just replace the .war file and restart Tomcat

### Security
- [#70 - Upgraded commons-lang3: 3.6 instead of 3.5](https://github.com/Asqatasun/Contrast-Finder/issues/70)
- [#70 - Upgraded commons-lang3: 3.6 instead of 3.5](https://github.com/Asqatasun/Contrast-Finder/issues/70)

### Bug
- [#74 - Javascript: allowed only valid RGB values](https://github.com/Asqatasun/Contrast-Finder/issues/74)
- [#74 - Javascript: allowed only valid RGB values](https://github.com/Asqatasun/Contrast-Finder/issues/74)

### Improvement
- [#72 - UI, used the CSS "user-select:all" property for color result](https://github.com/Asqatasun/Contrast-Finder/issues/72)
- [#67 - UI, replaced radio button by drop-down list for algo](https://github.com/Asqatasun/Contrast-Finder/issues/67)
- [#73 - UI, improved color sample when user use the color field](https://github.com/Asqatasun/Contrast-Finder/issues/73)
### Improvement
- [#72 - UI, used the CSS "user-select:all" property for color result](https://github.com/Asqatasun/Contrast-Finder/issues/72)
- [#67 - UI, replaced radio button by drop-down list for algo](https://github.com/Asqatasun/Contrast-Finder/issues/67)
- [#73 - UI, improved color sample when user use the color field](https://github.com/Asqatasun/Contrast-Finder/issues/73)

### Refactoring
- [#75 - Remove unused dependencies: httpclient + json](https://github.com/Asqatasun/Contrast-Finder/issues/75)
- [#75 - Remove unused dependencies: httpclient + json](https://github.com/Asqatasun/Contrast-Finder/issues/75)

### Task
- [#68 - tar.gz - Changelog and readme files in html format](https://github.com/Asqatasun/Contrast-Finder/issues/68)
- [#69 - tar.gz - Documentation files in html format](https://github.com/Asqatasun/Contrast-Finder/issues/69)
- [#68 - tar.gz - Changelog and readme files in html format](https://github.com/Asqatasun/Contrast-Finder/issues/68)
- [#69 - tar.gz - Documentation files in html format](https://github.com/Asqatasun/Contrast-Finder/issues/69)


Contrast-Finder 0.5.1, 2017-06-14
Expand All @@ -196,16 +233,16 @@ Contrast-Finder 0.5.1, 2017-06-14
Upgrade-o-meter: just replace the .war file and restart Tomcat

### Security
- [#65 - Upgraded spring-security to v4.2.3](https://github.com/Asqatasun/Contrast-Finder/issues/65)
- [#65 - Upgraded spring-security to v4.2.3](https://github.com/Asqatasun/Contrast-Finder/issues/65)

### Bug
- [#61 - Added missing color names (*Grey + RebeccaPurple)](https://github.com/Asqatasun/Contrast-Finder/issues/61)
- [#63 - Allowed "rgb(255,255,255" value for "rgb(255,255,255)" in the form](https://github.com/Asqatasun/Contrast-Finder/issues/63)
- Fixed some codacy "error prone" + "code style"
- Fixed some codacy "error prone" + "code style"

### Refactoring
- [#66 - Modified project directories](https://github.com/Asqatasun/Contrast-Finder/issues/66)
- [#64 - Moved contrast-finder.log|.conf files into webapp directory](https://github.com/Asqatasun/Contrast-Finder/issues/64)
- [#66 - Modified project directories](https://github.com/Asqatasun/Contrast-Finder/issues/66)
- [#64 - Moved contrast-finder.log|.conf files into webapp directory](https://github.com/Asqatasun/Contrast-Finder/issues/64)


Contrast-Finder 0.5.0, 2017-06-09
Expand All @@ -226,7 +263,7 @@ Upgrade-o-meter: just replace the .war file and restart Tomcat
- [#58 - Associated the user tips with the color fields](https://github.com/Asqatasun/Contrast-Finder/issues/58)
- [#60 - Added the "required" attribute to the color fields](https://github.com/Asqatasun/Contrast-Finder/issues/60)

### Configuration
### Configuration
- [#52 - contrast-finder.conf: added option for debugging](https://github.com/Asqatasun/Contrast-Finder/issues/52)


Expand All @@ -245,14 +282,14 @@ Upgrade-o-meter: just replace the .war file and restart Tomcat
- [#45 - Fixed docker/pre-requisites: syntax error](https://github.com/Asqatasun/Contrast-Finder/issues/45)
- [#46 - Fixed maven warnings: 'version' contains an expression but should be a constant](https://github.com/Asqatasun/Contrast-Finder/issues/46)

### Configuration
- [#50 - contrast-finder.conf: added option to override the default algorithm](https://github.com/Asqatasun/Contrast-Finder/issues/50)
- [#47 - Added prerequisites for maven (version 3.1)](https://github.com/Asqatasun/Contrast-Finder/issues/47)
- [#49 - Dockerfile: added HEALTHCHECK instruction](https://github.com/Asqatasun/Contrast-Finder/issues/49)
### Configuration
- [#50 - contrast-finder.conf: added option to override the default algorithm](https://github.com/Asqatasun/Contrast-Finder/issues/50)
- [#47 - Added prerequisites for maven (version 3.1)](https://github.com/Asqatasun/Contrast-Finder/issues/47)
- [#49 - Dockerfile: added HEALTHCHECK instruction](https://github.com/Asqatasun/Contrast-Finder/issues/49)

### Documentation
- [#42 - Fixed Javadoc warnings](https://github.com/Asqatasun/Contrast-Finder/issues/42)
- [#12 - Added documentation for releasing a new version](https://github.com/Asqatasun/Contrast-Finder/issues/12)
- [#42 - Fixed Javadoc warnings](https://github.com/Asqatasun/Contrast-Finder/issues/42)
- [#12 - Added documentation for releasing a new version](https://github.com/Asqatasun/Contrast-Finder/issues/12)


Contrast-Finder 0.4.6, 2017-04-12
Expand All @@ -263,11 +300,11 @@ Upgrade-o-meter: just replace the .war file and restart Tomcat
### Security
- [#35 - Added HTTP security headers without HTTP no-cache headers](https://github.com/Asqatasun/Contrast-Finder/issues/35)
- [#36 - Added the maven plugin "OWASP Dependency-Check"](https://github.com/Asqatasun/Contrast-Finder/issues/36)
- [#38 - Upgraded maven-compiler-plugin and maven-surefire-plugin](https://github.com/Asqatasun/Contrast-Finder/issues/38)
- [#41 - Upgraded the outdated dependencies](https://github.com/Asqatasun/Contrast-Finder/issues/41)
- [#38 - Upgraded maven-compiler-plugin and maven-surefire-plugin](https://github.com/Asqatasun/Contrast-Finder/issues/38)
- [#41 - Upgraded the outdated dependencies](https://github.com/Asqatasun/Contrast-Finder/issues/41)

### Bug
- [#43 - contrast-finder.conf is not required](https://github.com/Asqatasun/Contrast-Finder/issues/43)
- [#43 - contrast-finder.conf is not required](https://github.com/Asqatasun/Contrast-Finder/issues/43)

### Configuration
- [#37 - Added maven-javadoc-plugin](https://github.com/Asqatasun/Contrast-Finder/issues/37)
Expand Down Expand Up @@ -394,10 +431,10 @@ Upgrade-o-meter: just replace the .war file and restart Tomcat

### Bug
- [#7 Paths to CSS files should be relative](https://github.com/Asqatasun/Contrast-Finder/issues/7)
- Added locally JQuery & JQuery-UI
- Added locally JQuery & JQuery-UI

### Documentation
- Updated install doc
- Updated install doc


Fork from Tanaguru/Contrast-Finder
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

:+1: First off, thanks for taking the time to contribute! :+1:

We are really glad to have you on board !
We are really glad to have you on board !
You can help in many ways:

1. Use Contrast-Finder !
1. Help translate Contrast-Finder
1. Give us [feedback on the forum](https://forum.asqatasun.org/c/contrast-finder) or [fill in bug report](https://github.com/Asqatasun/Contrast-Finder/issues)

[Pull Requests](https://github.com/Asqatasun/Contrast-Finder/pulls) are always welcome!
[Pull Requests](https://github.com/Asqatasun/Contrast-Finder/pulls) are always welcome!


## Fill in bug reports
Expand All @@ -23,7 +23,7 @@ You can help in many ways:

## Contribution to the code / Pull Request

Please always work on `develop` branch.
Please always work on `develop` branch.

`Master` is meant to be directly usable in production,
thus only contains tagged releases.
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![License : AGPL v3](https://img.shields.io/badge/License-AGPL3-blue.svg)](https://github.com/Asqatasun/Contrast-Finder/blob/master/LICENSE)
[![License : AGPL v3](https://img.shields.io/badge/License-AGPL3-blue.svg)](https://github.com/Asqatasun/Contrast-Finder/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/Asqatasun/Contrast-Finder.svg)](https://travis-ci.org/Asqatasun/Contrast-Finder)
[![Release](https://img.shields.io/github/release/asqatasun/Contrast-Finder.svg)](https://github.com/Asqatasun/Contrast-Finder/releases/latest)
[![Dependency Status](https://www.versioneye.com/user/projects/59405a130fb24f004de09e90/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/59405a130fb24f004de09e90)
Expand Down Expand Up @@ -27,20 +27,20 @@ https://app.contrast-finder.org

Just to **provide contrast solutions** !

There are lot of tools to find a good contrast on the web, but no one to suggest valid contrasts.
There are lot of tools to find a good contrast on the web, but no one to suggest valid contrasts.

All tools just tell you whether the contrast is good or not, which is fine...
but insufficient. Webdesigners / webdevelopers need to easily have a good contrast.
All tools just tell you whether the contrast is good or not, which is fine...
but insufficient. Webdesigners / webdevelopers need to easily have a good contrast.
That's the purpose of [Contrast-Finder.org](https://contrast-finder.org/)

**Contrast-Finder** is a tool which computes the contrast between two colors (background, foreground) and checks if the contrast is valid. When the contrast is not valid, the main target is to suggest some correct colors contrasts.
**Contrast-Finder** is a tool which computes the contrast between two colors (background, foreground) and checks if the contrast is valid. When the contrast is not valid, the main target is to suggest some correct colors contrasts.


## Contact and discussions

* [Asqatasun forum](https://forum.asqatasun.org/c/contrast-finder)
* [Asqatasun forum](https://forum.asqatasun.org/c/contrast-finder)
* [Twitter @Asqatasun](https://twitter.com/Asqatasun)
* email to `asqatasun AT asqatasun dot org` (only English, French and klingon is spoken :) )
* email to `asqatasun AT asqatasun dot org` (only English, French and klingon is spoken :) )


## We want you! (aka Contribute)
Expand All @@ -50,14 +50,14 @@ We would be really glad to have you on board! You can help in many ways:
* Use Contrast-Finder !
* Help translate Contrast-Finder
* Give us [feedback on the forum](https://forum.asqatasun.org/c/contrast-finder) or [fill in bug report](https://github.com/Asqatasun/Contrast-Finder/issues)
* [Pull Requests](https://github.com/Asqatasun/Contrast-Finder/pulls) are always welcome!
* [Pull Requests](https://github.com/Asqatasun/Contrast-Finder/pulls) are always welcome!

Everything is summarized in the [CONTRIBUTING](https://github.com/Asqatasun/Contrast-Finder/blob/master/CONTRIBUTING.md) file.


## Documentation

* How to use ?
* How to use ?
* How to install ?
* How to build ?

Expand All @@ -70,6 +70,6 @@ Go to the [documentation](https://github.com/Asqatasun/Contrast-Finder/blob/mast

## License

[AGPL v3](https://github.com/Asqatasun/Contrast-Finder/blob/master/LICENSE)
[AGPL v3](https://github.com/Asqatasun/Contrast-Finder/blob/master/LICENSE)


4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ docker/build_and_run-with-docker.sh -l --source-dir ${PWD} --docker-dir docker/S
In your browser, go to
`http://127.0.0.1:8087/contrast-finder/`

A lot of useful options are also available to speed up the process
A lot of useful options are also available to speed up the process
when you want to build / test / iterate.

You may run `./docker/build_and_run-with-docker.sh -h` to see them.

Loading

0 comments on commit b86084c

Please sign in to comment.