Skip to content

Commit 0a43ab8

Browse files
committed
Merge branch 'release/2.12.6' into support/2.12.0
2 parents 16451d9 + c2901a8 commit 0a43ab8

File tree

6 files changed

+50
-15
lines changed

6 files changed

+50
-15
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="2.12.6"></a>
2+
## [2.12.6](https://github.com/pluginsglpi/formcreator/compare/v2.12.5..2.12.6) (2022-05-19)
3+
4+
5+
### Bug Fixes
6+
7+
* **abstracttarget:** retrieve sub itemtype from question ([eccf3d1a](https://github.com/pluginsglpi/formcreator/commit/eccf3d1a))
8+
* **condition:** empty sql IN statement ([8e4d0491](https://github.com/pluginsglpi/formcreator/commit/8e4d0491))
9+
* **dropdownfield,glpiselectfield:** shiw item ID only on user preference ([53dc3aeb](https://github.com/pluginsglpi/formcreator/commit/53dc3aeb))
10+
* **form:** lightbulb always gray in darker theme ([76a42bb4](https://github.com/pluginsglpi/formcreator/commit/76a42bb4))
11+
* **glpiselectfield:** bad WHERE criteria with entities ([154a3531](https://github.com/pluginsglpi/formcreator/commit/154a3531))
12+
* **glpiselectfield:** comparison with regex ([e6986b04](https://github.com/pluginsglpi/formcreator/commit/e6986b04))
13+
* **issue:** performance problem in sync issue query ([0e1761c9](https://github.com/pluginsglpi/formcreator/commit/0e1761c9))
14+
* **issue:** performance problem in sync issue query ([74b38ec0](https://github.com/pluginsglpi/formcreator/commit/74b38ec0))
15+
* **issue:** requester replaced by author on ticket update ([a8580a79](https://github.com/pluginsglpi/formcreator/commit/a8580a79))
16+
* **issue:** sync issues problem when a ticket has several validators (backport 2.12) (#2971) ([e3011590](https://github.com/pluginsglpi/formcreator/commit/e3011590))
17+
* **radiosfield:** accessibility from keyboard ([e528aae7](https://github.com/pluginsglpi/formcreator/commit/e528aae7))
18+
* **targetticket:** assign group actor from object ([42aaadd4](https://github.com/pluginsglpi/formcreator/commit/42aaadd4))
19+
* **textareafield:** compatibility with GLPI 9.10 ([a325a948](https://github.com/pluginsglpi/formcreator/commit/a325a948))
20+
* **textareafield:** compatibility with GLPI 9.5.10 ([7f2ff1a9](https://github.com/pluginsglpi/formcreator/commit/7f2ff1a9))
21+
* **textfield:** remove invalid '\r\n' tokens (#3065) ([da9d8dca](https://github.com/pluginsglpi/formcreator/commit/da9d8dca))
22+
* **wizard:** bad label when searching KB items ([f469d048](https://github.com/pluginsglpi/formcreator/commit/f469d048))
23+
24+
25+
### Features
26+
27+
* **ldapselectfield:** lazy loading ([1afc6753](https://github.com/pluginsglpi/formcreator/commit/1afc6753))
28+
29+
30+
131
<a name="v2.12.5"></a>
232
## [v2.12.5](https://github.com/pluginsglpi/formcreator/compare/v2.12.4..v2.12.5) (2022-02-23)
333

locales/tr_TR.mo

42 Bytes
Binary file not shown.

locales/tr_TR.po

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ msgstr[1] "Formlar"
3838

3939
#: hook.php:590
4040
msgid "Cancel my ticket"
41-
msgstr "Çağrı kaydımı iptal et"
41+
msgstr "Destek kaydımı iptal et"
4242

4343
#: setup.php:274 inc/form.class.php:111 inc/formlist.class.php:55
4444
#: inc/formlist.class.php:56
@@ -201,7 +201,7 @@ msgstr "sorunun yanıtına eşit olan"
201201

202202
#: inc/abstracttarget.class.php:233
203203
msgid "calculated from the ticket creation date"
204-
msgstr "çağrı oluşturma zamanından hesaplanan"
204+
msgstr "destek kaydı oluşturma zamanından hesaplanan"
205205

206206
#: inc/abstracttarget.class.php:234
207207
msgid "calculated from the answer to the question"
@@ -300,7 +300,7 @@ msgstr "Önem düzeyi"
300300

301301
#: inc/abstracttarget.class.php:1263
302302
msgid "Ticket tags"
303-
msgstr "Çağrı etiketleri"
303+
msgstr "Destek kaydı etiketleri"
304304

305305
#: inc/abstracttarget.class.php:1311
306306
msgid "Tags"
@@ -961,11 +961,11 @@ msgstr[1] "Sorunlar"
961961

962962
#: inc/issue.class.php:53
963963
msgid "Update issue data from tickets and form answers"
964-
msgstr "Sorun verileri çağrı kaydı ve form yanıtlarından güncellensin"
964+
msgstr "Sorun verileri destek kaydı ve form yanıtlarından güncellensin"
965965

966966
#: inc/issue.class.php:612
967967
msgid "Ticket approver"
968-
msgstr "Çağrı kaydını onaylayan"
968+
msgstr "Destek kaydını onaylayan"
969969

970970
#: inc/issue.class.php:730
971971
msgid "Not validated"
@@ -1234,8 +1234,8 @@ msgstr "Hedefin oluşturulacağı koşul"
12341234
#: inc/targetticket.class.php:52 inc/targetticket.class.php:182
12351235
msgid "Target ticket"
12361236
msgid_plural "Target tickets"
1237-
msgstr[0] "Hedef çağrı"
1238-
msgstr[1] "Hedef çağrılar"
1237+
msgstr[0] "Hedef destek kaydı"
1238+
msgstr[1] "Hedef destek kayıtları"
12391239

12401240
#: inc/targetticket.class.php:94
12411241
msgid "None"
@@ -1255,23 +1255,23 @@ msgstr "Belirli tür"
12551255

12561256
#: inc/targetticket.class.php:125 inc/targetticket.class.php:185
12571257
msgid "Ticket title"
1258-
msgstr "Çağrı başlığı"
1258+
msgstr "Destek kaydı başlığı"
12591259

12601260
#: inc/targetticket.class.php:255
12611261
msgid "Add validation message as first ticket followup"
1262-
msgstr "İlk çağrı izlemesine değerlendirme iletisi eklensin"
1262+
msgstr "İlk destek kaydı izlemesine değerlendirme iletisi eklensin"
12631263

12641264
#: inc/targetticket.class.php:309
12651265
msgid "Link to an other ticket"
1266-
msgstr "Başka bir çağrıya bağlantı"
1266+
msgstr "Başka bir destek kaydıyla bağlantı"
12671267

12681268
#: inc/targetticket.class.php:318
12691269
msgid "An other destination of this form"
12701270
msgstr "Bu form için farklı bir hedef"
12711271

12721272
#: inc/targetticket.class.php:319
12731273
msgid "An existing ticket"
1274-
msgstr "Var olan bir çağrı"
1274+
msgstr "Var olan bir destek kaydı"
12751275

12761276
#: inc/targetticket.class.php:628
12771277
msgid "Invalid link type"
@@ -1425,7 +1425,7 @@ msgstr "ODA"
14251425

14261426
#: inc/field/dropdownfield.class.php:138
14271427
msgid "Show ticket categories"
1428-
msgstr "Çağrı kategorilerini görüntüle"
1428+
msgstr "Destek kaydı kategorilerini görüntüle"
14291429

14301430
#: inc/field/dropdownfield.class.php:143 inc/field/dropdownfield.class.php:145
14311431
msgid "Request categories"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"tag": true
1515
}
1616
},
17-
"version": "2.12.5"
17+
"version": "2.12.6"
1818
}

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ Features
7676
<compatibility>~10.0</compatibility>
7777
<download_url>https://github.com/pluginsGLPI/formcreator/releases/download/2.13.0-alpha.1/glpi-formcreator-2.13.0-alpha.1.tar.bz2</download_url>
7878
</version>
79+
<version>
80+
<num>2.12.6</num>
81+
<compatibility>~9.5.5</compatibility>
82+
<download_url>https://github.com/pluginsGLPI/formcreator/releases/download/v2.12.6/glpi-formcreator-2.12.6.tar.bz2</download_url>
83+
</version>
7984
<version>
8085
<num>2.12.5</num>
8186
<compatibility>~9.5.5</compatibility>

setup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131

3232
global $CFG_GLPI;
3333
// Version of the plugin (major.minor.bugfix)
34-
define('PLUGIN_FORMCREATOR_VERSION', '2.12.5');
34+
define('PLUGIN_FORMCREATOR_VERSION', '2.12.6');
3535
// Schema version of this version (major.minor only)
3636
define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.12');
3737
// is or is not an official release of the plugin
38-
define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', false);
38+
define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', true);
3939

4040
// Minimal GLPI version, inclusive
4141
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '9.5');

0 commit comments

Comments
 (0)