Skip to content

Commit d59fcef

Browse files
authored
chore(docs/decisions-log.md): mention about a non-minified CSS file in selectize.js
[skip ci]
1 parent 9c7b457 commit d59fcef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/decisions-log.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@
2626
| 06.01.2017 Workaround | [php-coder/mystamps#434](https://github.com/php-coder/mystamps/issues/434) I was needed to render categories with its subcategories. Database returns data in a form (sub category name + category name or null). It turns out that it's impossible to render this data with **Thymeleaf** as a `<select>` with `<optgroup>` elements. I had to do data transformation inside of a service method. Commits: [b7fe1dac](https://github.com/php-coder/mystamps/commit/b7fe1dac7a7f0bc09e9e153a8408687fd899c79f) Example: https://gist.github.com/php-coder/d3020e4d8d00b8c5befe755c46f06f1b |
2727
| 28.09.2016 Workaround | Because **Travis CI** has **MySQL** version 5.5.53 (that is less than 5.6.5 but the latest for Ubuntu 12.04), we couldn't create a column with `NOW()` as a default value. We did the same in 3 steps to support this old version. Commits: [d55cd6cc](https://github.com/php-coder/mystamps/commit/d55cd6cc0842bc938c5c30f9aaaf78697ba84f45), [566d72f0](https://github.com/php-coder/mystamps/commit/566d72f053d785afb58234a6c7d69510a35bb7c4) |
2828
| 30.01.2016 Workaround | **html5validator** complained about `An "img" element must have an "alt" attribute`. I've suppressed this error until [php-coder/mystamps#314](https://github.com/php-coder/mystamps/issues/314) is fixed. Commits: [ec40a6ad](https://github.com/php-coder/mystamps/commit/ec40a6ad431b77c922195bd3225a4963416cea43) |
29+
| 14.08.2015 Workaround | When I added a dependency on **selectize.js** library, I found that it doesn't contain a minified version of the one of its resources (`selectize.bootstrap3.css`). While this doesn't affect production as we use CDN there, I have created an issue in the webjars repository anyway. Issue: https://github.com/webjars/selectize.js/issues/3 Commits: [3708eac0](https://github.com/php-coder/mystamps/commit/3708eac0c7f8554b0b26005567d22e5128cbc937)<br/>UPDATE(03.09.2015): because WebJar's author said that it's the issue with selectize.js, I have submitted request there: https://github.com/selectize/selectize.js/issues/899 |

0 commit comments

Comments
 (0)