Bugzilla – Attachment 98472 Details for
Bug 24584
Rewrite optional installation files to YAML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24584: Rewrite optional/sample_libraries to YAML
Bug-24584-Rewrite-optionalsamplelibraries-to-YAML.patch (text/plain), 4.30 KB, created by
Bernardo Gonzalez Kriegel
on 2020-02-05 13:00:58 UTC
(
hide
)
Description:
Bug 24584: Rewrite optional/sample_libraries to YAML
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2020-02-05 13:00:58 UTC
Size:
4.30 KB
patch
obsolete
>From 86cd31620a13c8f42ec08140e213fed0bdf60846 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Wed, 5 Feb 2020 09:42:17 -0300 >Subject: [PATCH] Bug 24584: Rewrite optional/sample_libraries to YAML > >YAML version of optional sample_libraries > >To test: >1) Same test plan of first patch, only check table > branches >--- > .../mysql/en/optional/sample_libraries.sql | 16 ---- > .../mysql/en/optional/sample_libraries.txt | 1 - > .../mysql/en/optional/sample_libraries.yml | 75 +++++++++++++++++++ > 3 files changed, 75 insertions(+), 17 deletions(-) > delete mode 100644 installer/data/mysql/en/optional/sample_libraries.sql > delete mode 100644 installer/data/mysql/en/optional/sample_libraries.txt > create mode 100644 installer/data/mysql/en/optional/sample_libraries.yml > >diff --git a/installer/data/mysql/en/optional/sample_libraries.sql b/installer/data/mysql/en/optional/sample_libraries.sql >deleted file mode 100644 >index 234cba5498..0000000000 >--- a/installer/data/mysql/en/optional/sample_libraries.sql >+++ /dev/null >@@ -1,16 +0,0 @@ >-INSERT INTO branches ( `branchcode`,`branchname`,`branchaddress1`) VALUES >- >-('MPL','Midway','372 Forest Street'), >-('SPL','Springfield','Highland Boulevard'), >-('RPL','Riverside','Johnson Terrace'), >-('CPL','Centerville','Jefferson Summit'), >-('FPL','Fairview','Hickory Squere'), >-('FFL','Fairfield','River Station'), >-('IPT','Institut Protestant de Théologie',''), >-('PVL','Pleasant Valley','Meadow Grove'), >-('TPL','Troy','Valley Way'), >-('FRL','Franklin','Smith Heights'), >-('LPL','Liberty','East Hills'), >-('UPL','Union','Chestnut Hollow') >-; >- >diff --git a/installer/data/mysql/en/optional/sample_libraries.txt b/installer/data/mysql/en/optional/sample_libraries.txt >deleted file mode 100644 >index 2a1bd9a5f2..0000000000 >--- a/installer/data/mysql/en/optional/sample_libraries.txt >+++ /dev/null >@@ -1 +0,0 @@ >-Sample libraries. >diff --git a/installer/data/mysql/en/optional/sample_libraries.yml b/installer/data/mysql/en/optional/sample_libraries.yml >new file mode 100644 >index 0000000000..b1abd1f8a4 >--- /dev/null >+++ b/installer/data/mysql/en/optional/sample_libraries.yml >@@ -0,0 +1,75 @@ >+--- >+# >+# Copyright 2020 Koha Development Team >+# >+# This file is part of Koha. >+# >+# Koha is free software; you can redistribute it and/or modify it under the >+# terms of the GNU General Public License as published by the Free Software >+# Foundation; either version 2 of the License, or (at your option) any later >+# version. >+# >+# Koha is distributed in the hope that it will be useful, but WITHOUT ANY >+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR >+# A PARTICULAR PURPOSE. See the GNU General Public License for more details. >+# >+# You should have received a copy of the GNU General Public License along >+# with Koha; if not, write to the Free Software Foundation, Inc., >+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. >+# >+ >+description: >+ - "Sample libraries." >+ >+tables: >+ - branches: >+ translatable: [ ] >+ multiline: [] >+ rows: >+ - branchcode: MPL >+ branchname: "Midway" >+ branchaddress1: "372 Forest Street" >+ >+ - branchcode: SPL >+ branchname: "Springfield" >+ branchaddress1: "Highland Boulevard" >+ >+ - branchcode: RPL >+ branchname: "Riverside" >+ branchaddress1: "Johnson Terrace" >+ >+ - branchcode: CPL >+ branchname: "Centerville" >+ branchaddress1: "Jefferson Summit" >+ >+ - branchcode: FPL >+ branchname: "Fairview" >+ branchaddress1: "Hickory Squere" >+ >+ - branchcode: FFL >+ branchname: "Fairfield" >+ branchaddress1: "River Station" >+ >+ - branchcode: IPT >+ branchname: "Institut Protestant de Théologie" >+ branchaddress1: "" >+ >+ - branchcode: PVL >+ branchname: "Pleasant Valley" >+ branchaddress1: "Meadow Grove" >+ >+ - branchcode: TPL >+ branchname: "Troy" >+ branchaddress1: "Valley Way" >+ >+ - branchcode: FRL >+ branchname: "Franklin" >+ branchaddress1: "Smith Heights" >+ >+ - branchcode: LPL >+ branchname: "Liberty" >+ branchaddress1: "East Hills" >+ >+ - branchcode: UPL >+ branchname: "Union" >+ branchaddress1: "Chestnut Hollow" >-- >2.17.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24584
:
98464
|
98465
|
98466
|
98467
|
98468
|
98469
|
98470
|
98471
|
98472
|
98473
|
98474
|
98475
|
98476
|
98477
|
99402
|
99403
|
99404
|
99405
|
99406
|
99407
|
99408
|
99409
|
99410
|
99411
|
99412
|
99413
|
99414
|
99415
|
100352
|
100353
|
100354
|
100355
|
100356
|
100357
|
100358
|
100359
|
100360
|
100361
|
100362
|
100363
|
100364
|
100365