Skip to content

Commit

Permalink
Rilis 2309.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vickyrolanda committed Sep 20, 2023
1 parent 0ec6b54 commit 0af314a
Show file tree
Hide file tree
Showing 166 changed files with 58,425 additions and 75,504 deletions.
2 changes: 1 addition & 1 deletion app/Libraries/TinyMCE.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/Libraries/TinyMCE/KodeIsianPeristiwa.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/Models/Modul.php

Large diffs are not rendered by default.

12 changes: 4 additions & 8 deletions assets/js/tinymce-651/plugins/kodeisian/plugin.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,41 +43,37 @@ function kode_isian(editor, isian) {
let isian = value.isian;
return [
{
// Normal
type: "menuitem",
text: "Normal",
onAction: function () {
editor.insertContent(isian.normal);
},
},
{
// Kecil Semua
type: "menuitem",
text: "Lowercase",
text: "huruf kecil",
onAction: function () {
editor.insertContent(isian.lower);
},
},
{
// Huruf Besar Awal
type: "menuitem",
text: "Ucfirst",
text: "Huruf besar diawal kalimat",
onAction: function () {
editor.insertContent(isian.ucfirst);
},
},
{
// Huruf Besar Tiap Kata
type: "menuitem",
text: "Ucwords",
text: "Huruf Besar Tiap Kata",
onAction: function () {
editor.insertContent(isian.ucwords);
},
},
{
// Besar Semua
type: "menuitem",
text: "Uppercase",
text: "HURUF BESAR",
onAction: function () {
editor.insertContent(isian.upper);
},
Expand Down
22 changes: 20 additions & 2 deletions catatan_rilis.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Di rilis ini, versi 2309.0.1 berisi penambahan [untuk diisi] dan perbaikan lain yang diminta Komunitas SID.
Di rilis ini, versi 2309.0.2 berisi penambahan [untuk diisi] dan perbaikan lain yang diminta Komunitas SID.

Terima kasih pada [untuk diisi] yang terus berkontribusi.

Expand All @@ -9,6 +9,24 @@ Terima kasih pada [untuk diisi] yang terus berkontribusi.
4. [#6984](https://github.com/OpenSID/OpenSID/issues/6984) Perbaikan pencatatan laporan bulanan.
5. [#7083](https://github.com/OpenSID/OpenSID/issues/7083) Perbaikan notifikasi web pengaduan.
6. [#7076](https://github.com/OpenSID/OpenSID/issues/7076) Perbaikan tambah / ubah data teks berjalan.
7. [#7097](https://github.com/OpenSID/OpenSID/issues/7097) Perbaikan pilahan sumber data dinamis saat melakukan cetak surat tinymce.
8. [#7093](https://github.com/OpenSID/OpenSID/issues/7093) Perbaikan hak akses modul bantuan.
9. [#7103](https://github.com/OpenSID/OpenSID/issues/7103) Perbaikan headline dan slider website.
10. [#6996](https://github.com/OpenSID/OpenSID/issues/6996) Perbaikan menampilkan luas wilayah pada halaman peta.
11. [#7127](https://github.com/OpenSID/OpenSID/issues/7127) Perbaikan fungsi tambah kode isian pada data dinamis TinyMCE.
12. [#7106](https://github.com/OpenSID/OpenSID/issues/7106) Perbaikan kode isian ayah dan ibu untuk pengaturan dan cetak surat TinyMCE.
13. [#7123](https://github.com/OpenSID/OpenSID/issues/7123) Perbaikan akses impor data penduduk berdasarkan pengaturan data lengkap.
14. [#7126](https://github.com/OpenSID/OpenSID/issues/7126) Perbaikan hari pada surat keterangan lahir.
15. [#7112](https://github.com/OpenSID/OpenSID/issues/7112) Perbaikan ukuran font surat nikah N1-N5.
16. [#7122](https://github.com/OpenSID/OpenSID/issues/7122) Perbaikan sumber url feed agar bisa disesuaikan.
17. [#7098](https://github.com/OpenSID/OpenSID/issues/7098) Perbaikan pertinjau surat Keterangan Pergi Kawin TinyMCE.
18. [#7125](https://github.com/OpenSID/OpenSID/issues/7125) Perbaikan data anak ke- pada lampiran Surat Keterangan Kelahiran TinyMCE.
19. [#7115](https://github.com/OpenSID/OpenSID/issues/7115) Perbaikan periksa permohonan surat yang memiliki persyaratan.
20. [#7120](https://github.com/OpenSID/OpenSID/issues/7120) Perbaikan urut data pemerintah desa tanpa kades atau sekdes.
21. [#6990](https://github.com/OpenSID/OpenSID/issues/6990) Perbaikan pertinjau surat Keterangan Beda Identitas KIS TinyMCE.

#### Penyesuaian Teknis
1. [#2870](https://github.com/OpenSID/premium/issues/2870) Penyesuaian load database setelah penambahan wilzard installer.
1. [#2870](https://github.com/OpenSID/premium/issues/2870) Penyesuaian load database setelah penambahan wilzard installer.
2. [#6935](https://github.com/OpenSID/OpenSID/issues/6935) Penyesuaian informasi jenis surat yang ditampilkan pada pencarian cetak surat.
3. [#7096](https://github.com/OpenSID/OpenSID/issues/7096) Penyesuaian jenis format pengisian pada kode isian surat tinymcec menggunakan bahasa indonesia.
4. [#2897](https://github.com/OpenSID/premium/issues/2897) Sederhanakan fungsi pada surat master.
2 changes: 1 addition & 1 deletion donjo-app/controllers/Keluar.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion donjo-app/controllers/Penduduk.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion donjo-app/controllers/Permohonan_surat_admin.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion donjo-app/controllers/Surat.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion donjo-app/controllers/Surat_master.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion donjo-app/controllers/api/Sign.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion donjo-app/controllers/api/Surat_kecamatan.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion donjo-app/controllers/api/Tte.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion donjo-app/core/MY_Controller.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion donjo-app/helpers/donjolib_helper.php

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions donjo-app/helpers/general_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
*/

use App\Models\Config;
use App\Models\FormatSurat;
use App\Models\JamKerja;
use App\Models\Kehadiran;
use App\Models\UserGrup;
Expand Down Expand Up @@ -874,3 +875,14 @@ function buat_class($class1 = '', $class2 = '', $required = false)
return 'class="' . $class2 . ' ' . $onlyClass . '" ' . $onlyAttributes;
}
}

if (! function_exists('jenis_surat')) {
function jenis_surat($jenis)
{
if (in_array($jenis, FormatSurat::RTF)) {
return 'RTF';
}

return 'TinyMCE';
}
}
2 changes: 1 addition & 1 deletion donjo-app/helpers/opensid_helper.php

Large diffs are not rendered by default.

Loading

0 comments on commit 0af314a

Please sign in to comment.