Skip to content

Commit

Permalink
docs(changelog): update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Oct 2, 2019
1 parent 004d4df commit 756d90f
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions CHANGELOG.md
@@ -1,54 +1,40 @@
<a name="2.9.0-nightly"></a>
# [2.9.0-nightly](https://github.com/pluginsglpi/formcreator/compare/v2.8.3...v2.9.0-nightly) (2019-09-10)
<a name="2.9.0-beta.1"></a>
# [2.9.0-beta.1](https://github.com/pluginsglpi/formcreator/compare/v2.8.3...v2.9.0-beta.1) (2019-10-02)


### Bug Fixes

* **category:** bad conversion from raw SQL to quiery builder ([9cbbfe7](https://github.com/pluginsglpi/formcreator/commit/9cbbfe7))
* **dropdownfield:** restrict itemtypes assignables to ticket ([98a76f2](https://github.com/pluginsglpi/formcreator/commit/98a76f2))
* **dropdownfield:** typo in method call ([dd30b30](https://github.com/pluginsglpi/formcreator/commit/dd30b30))
* **dropdownfield:** various errors ([2134e8e](https://github.com/pluginsglpi/formcreator/commit/2134e8e))
* **dropdownfield:** wrong var in join ([e4fdff3](https://github.com/pluginsglpi/formcreator/commit/e4fdff3))
* **dropdownfield:** wrong var in where ([cce35fa](https://github.com/pluginsglpi/formcreator/commit/cce35fa))
* **field:** default value for most fields ([f05f2de](https://github.com/pluginsglpi/formcreator/commit/f05f2de))
* **form:** anonymous forms don't load JS ([0510cc7](https://github.com/pluginsglpi/formcreator/commit/0510cc7))
* **form:** bad classname ([6ef88de](https://github.com/pluginsglpi/formcreator/commit/6ef88de))
* **form:** bad method name ([af42d41](https://github.com/pluginsglpi/formcreator/commit/af42d41))
* **form:** broken add target form ([c591a48](https://github.com/pluginsglpi/formcreator/commit/c591a48))
* **form:** duplicated form needs a different name ([404232b](https://github.com/pluginsglpi/formcreator/commit/404232b))
* **form:** get form from question ID ([2d28fe3](https://github.com/pluginsglpi/formcreator/commit/2d28fe3))
* **form:** have default values for color and icon ([c2e360e](https://github.com/pluginsglpi/formcreator/commit/c2e360e))
* **form:** import of form category with single quote ([ba82bd1](https://github.com/pluginsglpi/formcreator/commit/ba82bd1))
* **form:** import of forms in non existing entity ([00ae3b1](https://github.com/pluginsglpi/formcreator/commit/00ae3b1))
* **form:** menu name to access form from assistance menu ([abd9860](https://github.com/pluginsglpi/formcreator/commit/abd9860))
* **form:** requests for helpdesk home forms ([983c9ca](https://github.com/pluginsglpi/formcreator/commit/983c9ca))
* **form:** SQL errors when counting available forms ([66a0337](https://github.com/pluginsglpi/formcreator/commit/66a0337))
* **form:** validator setting broken ([e431d5d](https://github.com/pluginsglpi/formcreator/commit/e431d5d))
* **form_profile:** broken restrictions settings ([cd26e03](https://github.com/pluginsglpi/formcreator/commit/cd26e03))
* **form_profile:** undeclared vars ([a6c07f3](https://github.com/pluginsglpi/formcreator/commit/a6c07f3))
* **formanswer:** better restrict list of formanswers ([3a0cc92](https://github.com/pluginsglpi/formcreator/commit/3a0cc92))
* **formanswer:** more permissive READ access to formanswers ([e4d4c24](https://github.com/pluginsglpi/formcreator/commit/e4d4c24))
* **formanswer:** fix code refactor ([70bc39d](https://github.com/pluginsglpi/formcreator/commit/70bc39d))
* **formanswer:** use of undefined variables ([363366f](https://github.com/pluginsglpi/formcreator/commit/363366f))
* **glpiobject:** make items more easily searchable ([0fd617b](https://github.com/pluginsglpi/formcreator/commit/0fd617b))
* **install:** add new colomns for upgrade ([9c5d50f](https://github.com/pluginsglpi/formcreator/commit/9c5d50f))
* **install:** bad associate rule default on upgrade ([cd4007b](https://github.com/pluginsglpi/formcreator/commit/cd4007b))
* **install:** default value for a column ([5eae51c](https://github.com/pluginsglpi/formcreator/commit/5eae51c))
* **install:** inconsistency between install and upgrade ([78d4eb3](https://github.com/pluginsglpi/formcreator/commit/78d4eb3))
* **install:** move columns in somez tables ([2cecff7](https://github.com/pluginsglpi/formcreator/commit/2cecff7))
* **install:** move upgrade to 2.9 ([b9ad9a3](https://github.com/pluginsglpi/formcreator/commit/b9ad9a3))
* **install:** possible upgrade issue ([d50c7f6](https://github.com/pluginsglpi/formcreator/commit/d50c7f6))
* **install:** update matrix of version upgrade ([bd9f74a](https://github.com/pluginsglpi/formcreator/commit/bd9f74a))
* **install:** upgrade to 2.7 misses range for select and textarea ([c5ee7d1](https://github.com/pluginsglpi/formcreator/commit/c5ee7d1))
* **install:** wrong version to add item association feature in DB ([3d1afa3](https://github.com/pluginsglpi/formcreator/commit/3d1afa3))
* **integerfield,floadfield:** avoid integrity checks in parseAnswerValue ([621f036](https://github.com/pluginsglpi/formcreator/commit/621f036))
* **issue:** missing status for all statuses ([8d97354](https://github.com/pluginsglpi/formcreator/commit/8d97354))
* **linker:** inverted arguments ([0592792](https://github.com/pluginsglpi/formcreator/commit/0592792))
* **question:** handle cascaded show/hide conditions ([de58991](https://github.com/pluginsglpi/formcreator/commit/de58991))
* **question:** misplaced field ([8d98ac8](https://github.com/pluginsglpi/formcreator/commit/8d98ac8))
* **question_condition:** fix non static method ([f7df70f](https://github.com/pluginsglpi/formcreator/commit/f7df70f))
* **selectfield:** duplicate declaration of method ([45d0e34](https://github.com/pluginsglpi/formcreator/commit/45d0e34))
* **selectfield:** select field cannot support range ([eca4175](https://github.com/pluginsglpi/formcreator/commit/eca4175))
* **tags:** bad tag filter when selecting tags for target ticket ([7c3f451](https://github.com/pluginsglpi/formcreator/commit/7c3f451))
* **target:** malformed query ([4e01b38](https://github.com/pluginsglpi/formcreator/commit/4e01b38))
* **target_actor:** export / import issue ([a88df90](https://github.com/pluginsglpi/formcreator/commit/a88df90))
* **targetchange,targetticket:** PluginFormcreatorTarget itemtype removed ([dedb412](https://github.com/pluginsglpi/formcreator/commit/dedb412))
Expand All @@ -61,11 +47,9 @@
* **targetticket,targetchange:** fix array index ([5ab2460](https://github.com/pluginsglpi/formcreator/commit/5ab2460))
* **targetticket,targetchange:** fix display of actors ([93597c0](https://github.com/pluginsglpi/formcreator/commit/93597c0))
* **targetticket,targetchange:** fix misuse of constants ([04e6df0](https://github.com/pluginsglpi/formcreator/commit/04e6df0))
* **targetticket,targetchange:** fix not rendered fields ([7f67076](https://github.com/pluginsglpi/formcreator/commit/7f67076))
* **targetticket,targetchange:** return value of save() method ([fa4f785](https://github.com/pluginsglpi/formcreator/commit/fa4f785))
* **targetticket,targetchange:** set name of target ([7b90ef4](https://github.com/pluginsglpi/formcreator/commit/7b90ef4))
* **targetticket,targetchange:** unable to select email questions for actors from questions ([b466d34](https://github.com/pluginsglpi/formcreator/commit/b466d34))
* **targetticket,targetchange): fix(targetticket,targetchange:** remove HTML code tag ([9ef4fc3](https://github.com/pluginsglpi/formcreator/commit/9ef4fc3))
* **textarea,text:** question designer adjustments ([84e6b95](https://github.com/pluginsglpi/formcreator/commit/84e6b95))
* **textareafield:** paste images reachs limit of field in DB ([84e9c68](https://github.com/pluginsglpi/formcreator/commit/84e9c68))
* **textfield:** wrong method signature ([9683807](https://github.com/pluginsglpi/formcreator/commit/9683807))
Expand All @@ -79,6 +63,7 @@

### Features

* **dropdownfield:** root and depth settings for all CommonTreeDropdown ([2150e64](https://github.com/pluginsglpi/formcreator/commit/2150e64))
* **form:** customizable icon from Fonte Awesome ([8ba9c78](https://github.com/pluginsglpi/formcreator/commit/8ba9c78))
* **form:** customize color of icon ([3c340f3](https://github.com/pluginsglpi/formcreator/commit/3c340f3))
* **form:** customize icon ([7635f0e](https://github.com/pluginsglpi/formcreator/commit/7635f0e))
Expand All @@ -90,7 +75,6 @@
* **wizard:** separate faqs and forms ([a08541f](https://github.com/pluginsglpi/formcreator/commit/a08541f))



<a name="2.8.5"></a>
## [2.8.5](https://github.com/pluginsglpi/formcreator/compare/v2.8.4...v2.8.5) (2019-09-02)

Expand Down

0 comments on commit 756d90f

Please sign in to comment.