Bugzilla – Attachment 59408 Details for
Bug 17960
Rename opac_news.new with opac_news.content
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17960: Update installed files
Bug-17960-Update-installed-files.patch (text/plain), 47.79 KB, created by
Jonathan Druart
on 2017-01-23 12:58:51 UTC
(
hide
)
Description:
Bug 17960: Update installed files
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-01-23 12:58:51 UTC
Size:
47.79 KB
patch
obsolete
>From e7093d2aadd54874c985be7b358a2be17324b75d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 20 Jan 2017 02:31:41 +0100 >Subject: [PATCH] Bug 17960: Update installed files > > git grep opac_news.new installer >should not return any occurrences in sql files >--- > installer/data/mysql/de-DE/mandatory/sample_notices.sql | 2 +- > installer/data/mysql/de-DE/optional/sample_news.sql | 2 +- > installer/data/mysql/en/mandatory/sample_notices.sql | 2 +- > installer/data/mysql/en/optional/sample_news.sql | 2 +- > installer/data/mysql/es-ES/mandatory/sample_notices.sql | 2 +- > installer/data/mysql/es-ES/optional/sample_news.sql | 2 +- > installer/data/mysql/fr-CA/facultatif/sample_news.sql | 2 +- > .../data/mysql/fr-CA/obligatoire/sample_notices.sql | 2 +- > .../data/mysql/fr-FR/1-Obligatoire/sample_notices.sql | 2 +- > installer/data/mysql/fr-FR/2-Optionel/sample_news.sql | 2 +- > installer/data/mysql/it-IT/necessari/notices.sql | 2 +- > installer/data/mysql/it-IT/necessari/sample_news.sql | 2 +- > .../data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql | 2 +- > installer/data/mysql/nb-NO/2-Valgfritt/sample_news.sql | 2 +- > installer/data/mysql/pl-PL/mandatory/sample_notices.sql | 2 +- > installer/data/mysql/pl-PL/optional/sample_news.sql | 2 +- > installer/data/mysql/ru-RU/mandatory/sample_notices.sql | 2 +- > installer/data/mysql/ru-RU/optional/sample_news.sql | 16 ++++++++-------- > installer/data/mysql/uk-UA/mandatory/sample_notices.sql | 5 ++--- > installer/data/mysql/uk-UA/optional/sample_news.sql | 16 ++++++++-------- > 20 files changed, 35 insertions(+), 36 deletions(-) > >diff --git a/installer/data/mysql/de-DE/mandatory/sample_notices.sql b/installer/data/mysql/de-DE/mandatory/sample_notices.sql >index 1fbe01f..7142cf2 100644 >--- a/installer/data/mysql/de-DE/mandatory/sample_notices.sql >+++ b/installer/data/mysql/de-DE/mandatory/sample_notices.sql >@@ -58,7 +58,7 @@ Fällig am: <<issues.date_due>><br /> > <news> > <div class="newsitem"> > <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5> >-<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p> >+<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p> > <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px"><<opac_news.timestamp>></p> > <hr /> > </div> >diff --git a/installer/data/mysql/de-DE/optional/sample_news.sql b/installer/data/mysql/de-DE/optional/sample_news.sql >index 1e02676..8cc3743 100644 >--- a/installer/data/mysql/de-DE/optional/sample_news.sql >+++ b/installer/data/mysql/de-DE/optional/sample_news.sql >@@ -1,2 +1,2 @@ >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES ('Willkommen bei Koha','Willkommen bei Koha. Koha ist ein vollständiges integriertes Bibliothekssystem. Es wurde ursprünglich in Neuseeland von Katipo Communications Ltd entwickelt und ging im Januar 2000 für den Horowhenua Library Trust zum ersten mal in Produktion. Koha wird heute von einem internationalen Team aus Support-Dienstleistern und Anwendern weiterentwickelt.','koha','2007-10-29 05:25:58','2099-01-10',1), >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES ('Willkommen bei Koha','Willkommen bei Koha. Koha ist ein vollständiges integriertes Bibliothekssystem. Es wurde ursprünglich in Neuseeland von Katipo Communications Ltd entwickelt und ging im Januar 2000 für den Horowhenua Library Trust zum ersten mal in Produktion. Koha wird heute von einem internationalen Team aus Support-Dienstleistern und Anwendern weiterentwickelt.','koha','2007-10-29 05:25:58','2099-01-10',1), > ('Was kommt jetzt?','Wie geht es weiter, nachdem Sie Koha installiert haben? Hier einige Vorschläge:\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">Lesen Sie die Koha-Dokumentation</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">Lesen oder Schreiben Sie im Koha-Wiki</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Verfolgen oder beteiligen Sie sich an Diskussionen</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">Melden Sie Bugs</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\">Erstellen Sie Fehlerkorrekturen mit GIT (Versionskontrollsystem)</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Chatten Sie mit Koha-Anwendern und -Entwicklern</a></li>\r\n</ul>\r\n','koha','2007-10-29 05:34:45','2099-01-10',2); >diff --git a/installer/data/mysql/en/mandatory/sample_notices.sql b/installer/data/mysql/en/mandatory/sample_notices.sql >index 0773005..7a5c4da 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.sql >+++ b/installer/data/mysql/en/mandatory/sample_notices.sql >@@ -59,7 +59,7 @@ Date due: <<issues.date_due>><br /> > <news> > <div class="newsitem"> > <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5> >-<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p> >+<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p> > <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p> > <hr /> > </div> >diff --git a/installer/data/mysql/en/optional/sample_news.sql b/installer/data/mysql/en/optional/sample_news.sql >index 56995bb..a060b71 100644 >--- a/installer/data/mysql/en/optional/sample_news.sql >+++ b/installer/data/mysql/en/optional/sample_news.sql >@@ -1,2 +1,2 @@ >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES ('Welcome to Koha','Welcome to Koha. Koha is a full-featured open-source ILS. Developed initially in New Zealand by Katipo Communications Ltd and first deployed in January of 2000 for Horowhenua Library Trust, Koha is currently maintained by a team of software providers and library technology staff from around the globe.','koha','2007-10-29 05:25:58','2099-01-10',1), >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES ('Welcome to Koha','Welcome to Koha. Koha is a full-featured open-source ILS. Developed initially in New Zealand by Katipo Communications Ltd and first deployed in January of 2000 for Horowhenua Library Trust, Koha is currently maintained by a team of software providers and library technology staff from around the globe.','koha','2007-10-29 05:25:58','2099-01-10',1), > ('What\'s Next?','Now that you\'ve installed Koha, what\'s next? Here are some suggestions:\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">Read Koha Documentation</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">Read/Write to the Koha Wiki</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Read and Contribute to Discussions</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">Report Koha Bugs</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\">Submit Patches to Koha using Git (Version Control System)</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Chat with Koha users and developers</a></li>\r\n</ul>\r\n','koha','2007-10-29 05:34:45','2099-01-10',2); >diff --git a/installer/data/mysql/es-ES/mandatory/sample_notices.sql b/installer/data/mysql/es-ES/mandatory/sample_notices.sql >index 23e6516..9cd1e41 100644 >--- a/installer/data/mysql/es-ES/mandatory/sample_notices.sql >+++ b/installer/data/mysql/es-ES/mandatory/sample_notices.sql >@@ -51,7 +51,7 @@ Date due: <<issues.date_due>><br /> > <news> > <div class="newsitem"> > <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5> >-<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p> >+<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p> > <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p> > <hr /> > </div> >diff --git a/installer/data/mysql/es-ES/optional/sample_news.sql b/installer/data/mysql/es-ES/optional/sample_news.sql >index 56995bb..a060b71 100644 >--- a/installer/data/mysql/es-ES/optional/sample_news.sql >+++ b/installer/data/mysql/es-ES/optional/sample_news.sql >@@ -1,2 +1,2 @@ >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES ('Welcome to Koha','Welcome to Koha. Koha is a full-featured open-source ILS. Developed initially in New Zealand by Katipo Communications Ltd and first deployed in January of 2000 for Horowhenua Library Trust, Koha is currently maintained by a team of software providers and library technology staff from around the globe.','koha','2007-10-29 05:25:58','2099-01-10',1), >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES ('Welcome to Koha','Welcome to Koha. Koha is a full-featured open-source ILS. Developed initially in New Zealand by Katipo Communications Ltd and first deployed in January of 2000 for Horowhenua Library Trust, Koha is currently maintained by a team of software providers and library technology staff from around the globe.','koha','2007-10-29 05:25:58','2099-01-10',1), > ('What\'s Next?','Now that you\'ve installed Koha, what\'s next? Here are some suggestions:\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">Read Koha Documentation</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">Read/Write to the Koha Wiki</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Read and Contribute to Discussions</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">Report Koha Bugs</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\">Submit Patches to Koha using Git (Version Control System)</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Chat with Koha users and developers</a></li>\r\n</ul>\r\n','koha','2007-10-29 05:34:45','2099-01-10',2); >diff --git a/installer/data/mysql/fr-CA/facultatif/sample_news.sql b/installer/data/mysql/fr-CA/facultatif/sample_news.sql >index e210d19..f63867b 100644 >--- a/installer/data/mysql/fr-CA/facultatif/sample_news.sql >+++ b/installer/data/mysql/fr-CA/facultatif/sample_news.sql >@@ -1 +1 @@ >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES ('Bienvenue dans Koha !','Bienvenue dans Koha 3, la toute nouvelle version du système intégré de gestion de bibliothèque (SIGB) open source de référence. Développé initialement en Nouvelle Zélande et déployé pour la première fois en janvier 2000, Koha est un projet international soutenu par des sociétés de services en logiciels libres et par des bibliothécaires du monde entier.','koha','2008-01-14 03:25:58','2099-01-10',1),('Et maintenant ?','Félicitations ! vous avez désormais une version opérationnelle de Koha. Et maintenant, que faire ?\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">lisez la documentation de Koha ;</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">lisez et participez au Wiki de Koha ;</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">abonnez-vous aux listes de discussion ;</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">signalez des bugs ;</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/doku.php?id=en:development:git_usage\">proposez des correctifs et des améliorations ;</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">discutez avec les utilisateurs et les développeurs de Koha.</a></li>\r\n</ul>\r\n','koha','2008-01-14 03:34:45','2099-01-10',2); >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES ('Bienvenue dans Koha !','Bienvenue dans Koha 3, la toute nouvelle version du système intégré de gestion de bibliothèque (SIGB) open source de référence. Développé initialement en Nouvelle Zélande et déployé pour la première fois en janvier 2000, Koha est un projet international soutenu par des sociétés de services en logiciels libres et par des bibliothécaires du monde entier.','koha','2008-01-14 03:25:58','2099-01-10',1),('Et maintenant ?','Félicitations ! vous avez désormais une version opérationnelle de Koha. Et maintenant, que faire ?\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">lisez la documentation de Koha ;</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">lisez et participez au Wiki de Koha ;</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">abonnez-vous aux listes de discussion ;</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">signalez des bugs ;</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/doku.php?id=en:development:git_usage\">proposez des correctifs et des améliorations ;</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">discutez avec les utilisateurs et les développeurs de Koha.</a></li>\r\n</ul>\r\n','koha','2008-01-14 03:34:45','2099-01-10',2); >diff --git a/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql b/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql >index 7c2c33a..241db0a 100644 >--- a/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql >+++ b/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql >@@ -4,7 +4,7 @@ INSERT INTO `letter` (module, code, branchcode, name, is_html, title, content, m > ('circulation','DUE','','Document à rendre aujourd\'hui',0,'Document à rendre aujourd\'hui','Bonjour <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nLe prêt de ce document arrive à expiration aujourd\'hui.\r\n\r\n<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)\r\n\r\nMerci de nous le retourner.\r\n\r\n<<branches.branchname>>','email'), > ('circulation','DUEDGST','','Document à rendre aujourd\'hui (Résumé)',0,'Document à rendre aujourd\'hui','Bonjour <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nVous avez <<count>> document(s) dont le prêt arrive à expiration.\r\n\r\nMerci de nous le(s) retourner rapidement.\r\n\r\n<<branches.branchname>>','email'), > ('circulation','ISSUEQSLIP','','Ticket rapide de prêts',1,'Ticket rapide de prêts','<h3><<branches.branchname>></h3>\r\nEmprunté par <<borrowers.firstname>> <<borrowers.surname>> <br />\r\n(<<borrowers.cardnumber>>) <br />\r\n\r\n<<today>><br />\r\n\r\n<h4>Emprunté(s) aujourd\'hui</h4>\r\n<checkedout>\r\n<p>\r\n<<biblio.title>><br />\r\nCode-barres : <<items.barcode>><br />\r\nDate de retour : <<issues.date_due>><br />\r\n</p>\r\n</checkedout>','email'), >-('circulation','ISSUESLIP','','Ticket de prêts',1,'Ticket de prêts','<h3><<branches.branchname>></h3>\r\nEmprunté par <<borrowers.firstname>> <<borrowers.surname>> <br />\r\n(<<borrowers.cardnumber>>) <br />\r\n\r\n<<today>><br />\r\n\r\n<h4>Emprunté(s) aujourd\'hui</h4>\r\n<checkedout>\r\n<p>\r\n<<biblio.title>> <br />\r\nCode-barres : <<items.barcode>><br />\r\nDate de retour : <<issues.date_due>><br />\r\n</p>\r\n</checkedout>\r\n\r\n<h4>Retards</h4>\r\n<overdue>\r\n<p>\r\n<<biblio.title>> <br />\r\nCode-barres : <<items.barcode>><br />\r\nDate de retour : <<issues.date_due>><br />\r\n</p>\r\n</overdue>\r\n\r\n<hr>\r\n\r\n<h4 style=\"text-align: center; font-style:italic;\">Nouvelles</h4>\r\n<news>\r\n<div class=\"newsitem\">\r\n<h5 style=\"margin-bottom: 1px; margin-top: 1px\"><b><<opac_news.title>></b></h5>\r\n<p style=\"margin-bottom: 1px; margin-top: 1px\"><<opac_news.new>></p>\r\n<p class=\"newsfooter\" style=\"font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px\">Publiée le <<opac_news.timestamp>></p>\r\n<hr />\r\n</div>\r\n</news>','email'), >+('circulation','ISSUESLIP','','Ticket de prêts',1,'Ticket de prêts','<h3><<branches.branchname>></h3>\r\nEmprunté par <<borrowers.firstname>> <<borrowers.surname>> <br />\r\n(<<borrowers.cardnumber>>) <br />\r\n\r\n<<today>><br />\r\n\r\n<h4>Emprunté(s) aujourd\'hui</h4>\r\n<checkedout>\r\n<p>\r\n<<biblio.title>> <br />\r\nCode-barres : <<items.barcode>><br />\r\nDate de retour : <<issues.date_due>><br />\r\n</p>\r\n</checkedout>\r\n\r\n<h4>Retards</h4>\r\n<overdue>\r\n<p>\r\n<<biblio.title>> <br />\r\nCode-barres : <<items.barcode>><br />\r\nDate de retour : <<issues.date_due>><br />\r\n</p>\r\n</overdue>\r\n\r\n<hr>\r\n\r\n<h4 style=\"text-align: center; font-style:italic;\">Nouvelles</h4>\r\n<news>\r\n<div class=\"newsitem\">\r\n<h5 style=\"margin-bottom: 1px; margin-top: 1px\"><b><<opac_news.title>></b></h5>\r\n<p style=\"margin-bottom: 1px; margin-top: 1px\"><<opac_news.content>></p>\r\n<p class=\"newsfooter\" style=\"font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px\">Publiée le <<opac_news.timestamp>></p>\r\n<hr />\r\n</div>\r\n</news>','email'), > ('circulation','ODUE','','Document(s) en retard',0,'Document(s) en retard','Bonjour <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nSelon nos informations, vous avez au moins un document en retard. Merci de retourner ou renouveller ce ou ces documents dans votre bibliothèque le plus rapidement possible.\r\n\r\n<<branches.branchname>>\r\n<<branches.branchaddress1>>\r\n<<branches.branchaddress2>> <<branches.branchaddress3>>\r\nTél : <<branches.branchphone>>\r\nFax : <<branches.branchfax>>\r\nCourriel : <<branches.branchemail>>\r\n\r\nSi vous avez le mot de passe de votre compte lecteur, vous pouvez renouveler directement en ligne. Sinon, merci de nous contacter.\r\n\r\nLe ou les documents suivants sont en retard :\r\n\r\n<item>\"<<biblio.title>>\" par <<biblio.author>>, <<items.itemcallnumber>>, code-barres : <<items.barcode>> Amende : <<items.fine>></item>\r\n\r\nMerci de votre attention.\r\n\r\n<<branches.branchname>>','email'), > ('circulation','PREDUE','','Document à rendre bientôt',0,'Document à rendre bientôt','Bonjour <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nNous souhaitons vous informer que le prêt de ce document arrive bientôt à expiration :\r\n\r\n<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)\r\n\r\nMerci.\r\n\r\n<<branches.branchname>>','email'), > ('circulation','PREDUEDGST','','Document à rendre bientôt (Résumé)',0,'Document(s) à rendre bientôt','Bonjour <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nVous avez <<count>> document(s) dont le prêt arrive bientôt à expiration.\r\n\r\n<<branches.branchname>>','email'), >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql >index 2681da0..3c8de13 100644 >--- a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql >+++ b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql >@@ -53,7 +53,7 @@ Retour le : <<issues.date_due>><br /> > <news> > <div class="newsitem"> > <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5> >-<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p> >+<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p> > <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p> > <hr /> > </div> >diff --git a/installer/data/mysql/fr-FR/2-Optionel/sample_news.sql b/installer/data/mysql/fr-FR/2-Optionel/sample_news.sql >index e210d19..f63867b 100644 >--- a/installer/data/mysql/fr-FR/2-Optionel/sample_news.sql >+++ b/installer/data/mysql/fr-FR/2-Optionel/sample_news.sql >@@ -1 +1 @@ >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES ('Bienvenue dans Koha !','Bienvenue dans Koha 3, la toute nouvelle version du système intégré de gestion de bibliothèque (SIGB) open source de référence. Développé initialement en Nouvelle Zélande et déployé pour la première fois en janvier 2000, Koha est un projet international soutenu par des sociétés de services en logiciels libres et par des bibliothécaires du monde entier.','koha','2008-01-14 03:25:58','2099-01-10',1),('Et maintenant ?','Félicitations ! vous avez désormais une version opérationnelle de Koha. Et maintenant, que faire ?\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">lisez la documentation de Koha ;</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">lisez et participez au Wiki de Koha ;</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">abonnez-vous aux listes de discussion ;</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">signalez des bugs ;</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/doku.php?id=en:development:git_usage\">proposez des correctifs et des améliorations ;</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">discutez avec les utilisateurs et les développeurs de Koha.</a></li>\r\n</ul>\r\n','koha','2008-01-14 03:34:45','2099-01-10',2); >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES ('Bienvenue dans Koha !','Bienvenue dans Koha 3, la toute nouvelle version du système intégré de gestion de bibliothèque (SIGB) open source de référence. Développé initialement en Nouvelle Zélande et déployé pour la première fois en janvier 2000, Koha est un projet international soutenu par des sociétés de services en logiciels libres et par des bibliothécaires du monde entier.','koha','2008-01-14 03:25:58','2099-01-10',1),('Et maintenant ?','Félicitations ! vous avez désormais une version opérationnelle de Koha. Et maintenant, que faire ?\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">lisez la documentation de Koha ;</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">lisez et participez au Wiki de Koha ;</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">abonnez-vous aux listes de discussion ;</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">signalez des bugs ;</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/doku.php?id=en:development:git_usage\">proposez des correctifs et des améliorations ;</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">discutez avec les utilisateurs et les développeurs de Koha.</a></li>\r\n</ul>\r\n','koha','2008-01-14 03:34:45','2099-01-10',2); >diff --git a/installer/data/mysql/it-IT/necessari/notices.sql b/installer/data/mysql/it-IT/necessari/notices.sql >index 6c0bd98..91585d0 100644 >--- a/installer/data/mysql/it-IT/necessari/notices.sql >+++ b/installer/data/mysql/it-IT/necessari/notices.sql >@@ -58,7 +58,7 @@ Data di scadenza: <<issues.date_due>><br /> > <news> > <div class="newsitem"> > <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5> >-<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p> >+<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p> > <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Inserite il <<opac_news.timestamp>></p> > <hr /> > </div> >diff --git a/installer/data/mysql/it-IT/necessari/sample_news.sql b/installer/data/mysql/it-IT/necessari/sample_news.sql >index 0c5f226..99a6d77 100644 >--- a/installer/data/mysql/it-IT/necessari/sample_news.sql >+++ b/installer/data/mysql/it-IT/necessari/sample_news.sql >@@ -13,6 +13,6 @@ > -- > -- Dump dei dati per la tabella 'opac_news' > -- >-INSERT INTO opac_news (title, new, lang, timestamp, expirationdate, number) VALUES >+INSERT INTO opac_news (title, content, lang, timestamp, expirationdate, number) VALUES > ('Benvenuto in Koha', '<p>Koha è un gestionale di biblioteca (ILS) completo e Open Source. Sviluppato inzialmente in New Zealand da Katipo Communications Ltd e messo in linea per la prima volta nel gennaio 2000 per il Horowhenua Library Trust, Koha è ora mantenuto da un gruppo di aziende di servizi e dipendenti di biblioteca distribuiti in tutto il mondo.</p>', 'koha', '2007-10-29 00:00:00', '2099-01-10', 1), > ('Cosa c''è di nuovo ?', '<p>Ora che hai installato cosa, qual''è il passo successivo ? Qui alcuni suggerimenti:</p>\r\n<ul>\r\n<li><a href="http://koha-community.org/documentation/">Leggi la documentazione di Koha</a></li>\r\n<li><a href="http://wiki.koha-community.org">Leggi/aggiorna il Wiki di Koha Wiki</a></li>\r\n<li><a href="http://koha-commaunity.org/support/koha-mailing-lists/">Leggi e contribusci alle liste di discussione</a></li>\r\n<li><a href="http://bugs.koha-community.org">Descrivi e segnala i bug di Koha</a></li>\r\n<li>Chatta con gli utenti e gli sviluppatori di Koha sul server irc.katipo.co.nz, porta 6667 canale #koha</li>\r\n<li><a href="http://stats.workbuffer.org/irclog/koha/today">Leggi il log della chat di Koha di oggi</a></li>\r\n</ul>\r\n', 'koha', '2007-10-29 00:00:00', '2099-01-10', 2); >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql >index c43e067..3040fdf 100644 >--- a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql >+++ b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql >@@ -74,7 +74,7 @@ Innleveringsfrist: <<issues.date_due>><br /> > <news> > <div class="newsitem"> > <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5> >-<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p> >+<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p> > <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Publisert <<opac_news.timestamp>></p> > <hr /> > </div> >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/sample_news.sql b/installer/data/mysql/nb-NO/2-Valgfritt/sample_news.sql >index f877258..6cc2f87 100644 >--- a/installer/data/mysql/nb-NO/2-Valgfritt/sample_news.sql >+++ b/installer/data/mysql/nb-NO/2-Valgfritt/sample_news.sql >@@ -1,2 +1,2 @@ >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES ('Velkommen til Koha!','Velkommen til Koha. Koha er et biblioteksystem rikt pÃ¥ funksjoner. Koha ble opprinnelig utviklet i New Zealand av Katipo Communications Ltd og først tatt i bruk i januar 2000 av Horowhenua Library Trust. I dag vedlikeholdes Koha av et verdensomspennende fellesskap av bibliotek og leverandører.','koha',DATE_SUB(NOW(), INTERVAL 1 DAY),'2099-01-10',1), >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES ('Velkommen til Koha!','Velkommen til Koha. Koha er et biblioteksystem rikt pÃ¥ funksjoner. Koha ble opprinnelig utviklet i New Zealand av Katipo Communications Ltd og først tatt i bruk i januar 2000 av Horowhenua Library Trust. I dag vedlikeholdes Koha av et verdensomspennende fellesskap av bibliotek og leverandører.','koha',DATE_SUB(NOW(), INTERVAL 1 DAY),'2099-01-10',1), > ('Hva nÃ¥?','Hva kan du gjøre nÃ¥ som du har installert Koha? Her er noen forslag:\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">Les dokumentasjon</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">Les eller bidra til Koha sin wiki</a></li>\r\n<li><a href=\"http://koha-community.org/get-involved/\">Les og delta i diskusjoner</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">Meld fra om feil og mangler</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\">Send inn feilrettinger med Git (versjonskontrollsystem)</a></li>\r\n<li><a href=\"http://koha-community.org/get-involved/irc/\">Chat med Koha-brukere og -utviklere</a></li>\r\n</ul>\r\n','koha',DATE_SUB(NOW(), INTERVAL 1 DAY),'2099-01-10',2); >diff --git a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql b/installer/data/mysql/pl-PL/mandatory/sample_notices.sql >index 8c06e62..6339462 100644 >--- a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql >+++ b/installer/data/mysql/pl-PL/mandatory/sample_notices.sql >@@ -52,7 +52,7 @@ Date due: <<issues.date_due>><br /> > <news> > <div class="newsitem"> > <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5> >-<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p> >+<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p> > <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p> > <hr /> > </div> >diff --git a/installer/data/mysql/pl-PL/optional/sample_news.sql b/installer/data/mysql/pl-PL/optional/sample_news.sql >index d7fa817..7e10ab5 100644 >--- a/installer/data/mysql/pl-PL/optional/sample_news.sql >+++ b/installer/data/mysql/pl-PL/optional/sample_news.sql >@@ -1,3 +1,3 @@ >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES ('Witaj w Koha.','Koha to profesjonalny system biblioteczny o otwartym kodzie. Stworzony w Nowej Zelandii przez Katipo Communications Ltd (wdrożony po raz pierwszy w styczniu 2000 r. Horowhenua Library Trust) jest obecnie rozwijany przez grupe programistów i bibliotekarzy z caÅego Åwiata..','koha','2007-10-29 05:25:58','2099-01-10',1), >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES ('Witaj w Koha.','Koha to profesjonalny system biblioteczny o otwartym kodzie. Stworzony w Nowej Zelandii przez Katipo Communications Ltd (wdrożony po raz pierwszy w styczniu 2000 r. Horowhenua Library Trust) jest obecnie rozwijany przez grupe programistów i bibliotekarzy z caÅego Åwiata..','koha','2007-10-29 05:25:58','2099-01-10',1), > ('Co dalej?','ZainstalowaÅeÅ Koha - i co dalej? Poniżej znajdziesz kilka wskazówek: > \r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">Zapoznaj siÄ z dokumentacjÄ</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">Czytaj/Edytuj Koha Wiki</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Weź udziaÅ w dyskusji</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">ZgÅoÅÄ bÅÄd</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\">WyÅlij patch przy uzyciu Git (Version Control System)</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Porozmawiaj z twórcami i użytkownikami Koha</a></li>\r\n</ul>\r\n','koha','2007-10-29 05:34:45','2099-01-10',2); >diff --git a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql b/installer/data/mysql/ru-RU/mandatory/sample_notices.sql >index 82cf1cd..d8c36f1 100644 >--- a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql >+++ b/installer/data/mysql/ru-RU/mandatory/sample_notices.sql >@@ -51,7 +51,7 @@ Date due: <<issues.date_due>><br /> > <news> > <div class="newsitem"> > <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5> >-<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p> >+<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p> > <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.tim > estamp>></p> > <hr /> >diff --git a/installer/data/mysql/ru-RU/optional/sample_news.sql b/installer/data/mysql/ru-RU/optional/sample_news.sql >index 6517ea9..43cb6f5 100644 >--- a/installer/data/mysql/ru-RU/optional/sample_news.sql >+++ b/installer/data/mysql/ru-RU/optional/sample_news.sql >@@ -1,25 +1,25 @@ >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('Welcome to Koha','Welcome to Koha. Koha is a full-featured open-source ILS. Developed initially in New Zealand by Katipo Communications Ltd and first deployed in January of 2000 for Horowhenua Library Trust, Koha is currently maintained by a team of software providers and library technology staff from around the globe.','en','2008-05-28 22:45:42','2099-01-10',1); > >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('ÐаÑкаво пÑоÑимо до ÐоÑа','ÐаÑкаво пÑоÑимо до ÐоÑа. ÐоÑа Ñ Ð¿Ð¾Ð²Ð½Ð¾ÑÑнкÑÑоналÑÐ½Ð¾Ñ ÐÐÐС з вÑдкÑиÑими джеÑелÑними кодам. РозÑоблена ÑпоÑаÑÐºÑ Ð² ÐовÑй ÐеландÑÑ ÐºÐ¾Ð¼Ð¿Ð°Ð½ÑÑÑ Katipo Communications Ltd Ñ Ð²Ð¿ÐµÑÑе випÑÑена в ÑÑÑÐ½Ñ 2000 ÑÐ¾ÐºÑ Ð´Ð»Ñ Ð±ÑблÑоÑеÑного конÑоÑÑÑÑÐ¼Ñ Ð¥Ð¾ÑоÑнеа. ÐоÑа в даний ÑÐ°Ñ Ð¿ÑдÑÑимÑÑÑÑÑÑ Ð³ÑÑÐ¿Ð¾Ñ Ð¿Ð¾ÑÑаÑалÑникÑв пÑогÑамного забезпеÑÐµÐ½Ð½Ñ Ñ ÑаÑÑвÑÑми з бÑблÑоÑеÑÐ½Ð¸Ñ ÑеÑнологÑй Ð·Ñ Ð²ÑÑÑÑ Ð·ÐµÐ¼Ð½Ð¾Ñ ÐºÑлÑ. ','uk-UA','2008-05-28 22:48:29','2099-01-10',1); > > >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('ÐобÑо пожаловаÑÑ Ð² ÐоÑа','ÐобÑо пожаловаÑÑ Ð² ÐоÑа. ÐоÑа ÑвлÑеÑÑÑ Ð¿Ð¾Ð»Ð½Ð¾ÑÑнкÑионалÑной ÐÐÐС Ñ Ð¾ÑкÑÑÑÑми иÑÑодниками. РазÑабоÑана пеÑвонаÑалÑно в Ðовой Ðеландии компанией Katipo Communications Ltd и впеÑвÑе вÑпÑÑена в ÑнваÑе 2000 года Ð´Ð»Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾ÑеÑного конÑоÑÑиÑма ХоÑоÑнеа, ÐоÑа в наÑÑоÑÑее вÑÐµÐ¼Ñ Ð¿Ð¾Ð´Ð´ÐµÑживаеÑÑÑ Ð³ÑÑппой поÑÑавÑиков пÑогÑаммного обеÑпеÑÐµÐ½Ð¸Ñ Ð¸ ÑпеÑиалиÑÑами по библиоÑеÑнÑм ÑеÑнологиÑм Ñо вÑего земного ÑаÑа. ','ru-RU','2007-10-29 05:25:58','2099-01-10',1); > >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('ÐобÑо пожаловаÑÑ Ð² ÐоÑа','ÐобÑо пожаловаÑÑ Ð² ÐоÑа. ÐоÑа ÑвлÑеÑÑÑ Ð¿Ð¾Ð»Ð½Ð¾ÑÑнкÑионалÑной ÐÐÐС Ñ Ð¾ÑкÑÑÑÑми иÑÑодниками. РазÑабоÑана пеÑвонаÑалÑно в Ðовой Ðеландии компанией Katipo Communications Ltd и впеÑвÑе вÑпÑÑена в ÑнваÑе 2000 года Ð´Ð»Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾ÑеÑного конÑоÑÑиÑма ХоÑоÑнеа, ÐоÑа в наÑÑоÑÑее вÑÐµÐ¼Ñ Ð¿Ð¾Ð´Ð´ÐµÑживаеÑÑÑ Ð³ÑÑппой поÑÑавÑиков пÑогÑаммного обеÑпеÑÐµÐ½Ð¸Ñ Ð¸ ÑпеÑиалиÑÑами по библиоÑеÑнÑм ÑеÑнологиÑм Ñо вÑего земного ÑаÑа. ','koha','2007-10-29 05:25:58','2099-01-10',1); > >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('What\'s Next?','Now that you\'ve installed Koha, what\'s next? Here are some suggestions:\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">Read Koha Documentation</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">Read/Write to the Koha Wiki</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Read and Contribute to Discussions</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">Report Koha Bugs</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\">Submit Patches to Koha using Git (Version Control System)</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Chat with Koha users and developers</a></li>\r\n</ul>\r\n','en','2007-10-29 05:34:45','2099-01-10',2); > >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('Що далÑ?','ТепеÑ, коли Ðи вÑÑановили ÐоÑа, Ñо ж далÑ? ÐÑÑ Ð´ÐµÑÐºÑ Ð¿ÑопозиÑÑÑ:\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">ЧиÑайÑе докÑменÑаÑÑÑ Ð¿Ñо ÐоÑа</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">ЧиÑайÑе/пиÑÑÑÑ Ð½Ð° ÐоÑа Wiki</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">ЧиÑайÑе Ñ Ð±ÐµÑÑÑÑ ÑÑаÑÑÑ Ð² обговоÑеннÑÑ</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">РапоÑÑÑйÑе пÑо недолÑки ÐоÑа</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\"> ÐодавайÑе паÑÑÑ Ð´Ð»Ñ ÐоÑа, викоÑиÑÑовÑÑÑи Git (ÑиÑÑема конÑÑÐ¾Ð»Ñ Ð²ÐµÑÑÑй)</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Ð§Ð°Ñ ÐºÐ¾ÑиÑÑÑваÑÑв Ñа ÑозÑобникÑв ÐоÑа</a></li>\r\n</ul>','uk-UA','2008-05-28 23:07:23','2099-01-10',2); > >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('ЧÑо далÑÑе?','ТепеÑÑ, когда ÐÑ ÑÑÑановили ÐоÑа, ÑÑо же далÑÑе? ÐÐ¾Ñ Ð½ÐµÐºÐ¾ÑоÑÑе пÑедложениÑ:\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">ЧиÑайÑе докÑменÑаÑÐ¸Ñ Ð¿Ñо ÐоÑа</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">ЧиÑайÑе/пиÑиÑе на ÐоÑа Wiki</a></li>\r\n<li><a href=\"http://koha-community.org/support/\"> ЧиÑайÑе и пÑинимайÑе ÑÑаÑÑие в обÑÑждениÑÑ</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">ÐÑиÑÑвайÑеÑÑ Ð¿Ñо недоÑеÑÑ ÐоÑа</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\"> ÐодавайÑе паÑÑи Ð´Ð»Ñ ÐоÑа, иÑполÑзÑÑ Git (ÑиÑÑема конÑÑÐ¾Ð»Ñ Ð²ÐµÑÑий)</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Ð§Ð°Ñ Ð¿Ð¾Ð»ÑзоваÑелей и ÑазÑабоÑÑиков ÐоÑа</a></li>\r\n</ul>','ru-RU','2008-05-28 23:02:25','2099-01-10',2); > >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('ЧÑо далÑÑе?','ТепеÑÑ, когда ÐÑ ÑÑÑановили ÐоÑа, ÑÑо же далÑÑе? ÐÐ¾Ñ Ð½ÐµÐºÐ¾ÑоÑÑе пÑедложениÑ:\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">ЧиÑайÑе докÑменÑаÑÐ¸Ñ Ð¿Ñо ÐоÑа</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">ЧиÑайÑе/пиÑиÑе на ÐоÑа Wiki</a></li>\r\n<li><a href=\"http://koha-community.org/support/\"> ЧиÑайÑе и пÑинимайÑе ÑÑаÑÑие в обÑÑждениÑÑ</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">ÐÑиÑÑвайÑеÑÑ Ð¿Ñо недоÑеÑÑ ÐоÑа</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\"> ÐодавайÑе паÑÑи Ð´Ð»Ñ ÐоÑа, иÑполÑзÑÑ Git (ÑиÑÑема конÑÑÐ¾Ð»Ñ Ð²ÐµÑÑий)</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Ð§Ð°Ñ Ð¿Ð¾Ð»ÑзоваÑелей и ÑазÑабоÑÑиков ÐоÑа</a></li>\r\n</ul>','koha','2008-05-28 23:02:25','2099-01-10',2); > >diff --git a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql b/installer/data/mysql/uk-UA/mandatory/sample_notices.sql >index 136cd8a..e1e56c0 100644 >--- a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql >+++ b/installer/data/mysql/uk-UA/mandatory/sample_notices.sql >@@ -50,9 +50,8 @@ Date due: <<issues.date_due>><br /> > <news> > <div class="newsitem"> > <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5> >-<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p> >-<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.tim >-estamp>></p> >+<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p> >+<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p> > <hr /> > </div> > </news>', 1), >diff --git a/installer/data/mysql/uk-UA/optional/sample_news.sql b/installer/data/mysql/uk-UA/optional/sample_news.sql >index 6f8424b..0f9afba 100644 >--- a/installer/data/mysql/uk-UA/optional/sample_news.sql >+++ b/installer/data/mysql/uk-UA/optional/sample_news.sql >@@ -1,23 +1,23 @@ >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('ÐобÑо пожаловаÑÑ Ð² ÐоÑа','ÐобÑо пожаловаÑÑ Ð² ÐоÑа. ÐоÑа ÑвлÑеÑÑÑ Ð¿Ð¾Ð»Ð½Ð¾ÑÑнкÑионалÑной ÐÐÐС Ñ Ð¾ÑкÑÑÑÑми иÑÑодниками. РазÑабоÑана пеÑвонаÑалÑно в Ðовой Ðеландии компанией Katipo Communications Ltd и впеÑвÑе вÑпÑÑена в ÑнваÑе 2000 года Ð´Ð»Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾ÑеÑного конÑоÑÑиÑма ХоÑоÑнеа, ÐоÑа в наÑÑоÑÑее вÑÐµÐ¼Ñ Ð¿Ð¾Ð´Ð´ÐµÑживаеÑÑÑ Ð³ÑÑппой поÑÑавÑиков пÑогÑаммного обеÑпеÑÐµÐ½Ð¸Ñ Ð¸ ÑпеÑиалиÑÑами по библиоÑеÑнÑм ÑеÑнологиÑм Ñо вÑего земного ÑаÑа. ','ru-RU','2007-10-29 05:25:58','2099-01-10',1); > >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('What\'s Next?','Now that you\'ve installed Koha, what\'s next? Here are some suggestions:\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">Read Koha Documentation</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">Read/Write to the Koha Wiki</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Read and Contribute to Discussions</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">Report Koha Bugs</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\">Submit Patches to Koha using Git (Version Control System)</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Chat with Koha users and developers</a></li>\r\n</ul>\r\n','en','2007-10-29 05:34:45','2099-01-10',2); > >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('Welcome to Koha','Welcome to Koha. Koha is a full-featured open-source ILS. Developed initially in New Zealand by Katipo Communications Ltd and first deployed in January of 2000 for Horowhenua Library Trust, Koha is currently maintained by a team of software providers and library technology staff from around the globe.','en','2008-05-28 22:45:42','2099-01-10',1); > >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('ÐаÑкаво пÑоÑимо до ÐоÑа','ÐаÑкаво пÑоÑимо до ÐоÑа. ÐоÑа Ñ Ð¿Ð¾Ð²Ð½Ð¾ÑÑнкÑÑоналÑÐ½Ð¾Ñ ÐÐÐС з вÑдкÑиÑими джеÑелÑними кодам. РозÑоблена ÑпоÑаÑÐºÑ Ð² ÐовÑй ÐеландÑÑ ÐºÐ¾Ð¼Ð¿Ð°Ð½ÑÑÑ Katipo Communications Ltd Ñ Ð²Ð¿ÐµÑÑе випÑÑена в ÑÑÑÐ½Ñ 2000 ÑÐ¾ÐºÑ Ð´Ð»Ñ Ð±ÑблÑоÑеÑного конÑоÑÑÑÑÐ¼Ñ Ð¥Ð¾ÑоÑнеа. ÐоÑа в даний ÑÐ°Ñ Ð¿ÑдÑÑимÑÑÑÑÑÑ Ð³ÑÑÐ¿Ð¾Ñ Ð¿Ð¾ÑÑаÑалÑникÑв пÑогÑамного забезпеÑÐµÐ½Ð½Ñ Ñ ÑаÑÑвÑÑми з бÑблÑоÑеÑÐ½Ð¸Ñ ÑеÑнологÑй Ð·Ñ Ð²ÑÑÑÑ Ð·ÐµÐ¼Ð½Ð¾Ñ ÐºÑлÑ. ','koha','2008-05-28 22:48:29','2099-01-10',1); > >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('ЧÑо далÑÑе?','ТепеÑÑ, когда ÐÑ ÑÑÑановили ÐоÑа, ÑÑо же далÑÑе? ÐÐ¾Ñ Ð½ÐµÐºÐ¾ÑоÑÑе пÑедложениÑ:\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">ЧиÑайÑе докÑменÑаÑÐ¸Ñ Ð¿Ñо ÐоÑа</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">ЧиÑайÑе/пиÑиÑе на ÐоÑа Wiki</a></li>\r\n<li><a href=\"http://koha-community.org/support/\"> ЧиÑайÑе и пÑинимайÑе ÑÑаÑÑие в обÑÑждениÑÑ</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">ÐÑиÑÑвайÑеÑÑ Ð¿Ñо недоÑеÑÑ ÐоÑа</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\"> ÐодавайÑе паÑÑи Ð´Ð»Ñ ÐоÑа, иÑполÑзÑÑ Git (ÑиÑÑема конÑÑÐ¾Ð»Ñ Ð²ÐµÑÑий)</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Ð§Ð°Ñ Ð¿Ð¾Ð»ÑзоваÑелей и ÑазÑабоÑÑиков ÐоÑа</a></li>\r\n</ul>','ru-RU','2008-05-28 23:02:25','2099-01-10',2); > >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('Що далÑ?','ТепеÑ, коли Ðи вÑÑановили ÐоÑа, Ñо ж далÑ? ÐÑÑ Ð´ÐµÑÐºÑ Ð¿ÑопозиÑÑÑ:\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">ЧиÑайÑе докÑменÑаÑÑÑ Ð¿Ñо ÐоÑа</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">ЧиÑайÑе/пиÑÑÑÑ Ð½Ð° ÐоÑа Wiki</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">ЧиÑайÑе Ñ Ð±ÐµÑÑÑÑ ÑÑаÑÑÑ Ð² обговоÑеннÑÑ</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">РапоÑÑÑйÑе пÑо недолÑки ÐоÑа</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\"> ÐодавайÑе паÑÑÑ Ð´Ð»Ñ ÐоÑа, викоÑиÑÑовÑÑÑи Git (ÑиÑÑема конÑÑÐ¾Ð»Ñ Ð²ÐµÑÑÑй)</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Ð§Ð°Ñ ÐºÐ¾ÑиÑÑÑваÑÑв Ñа ÑозÑобникÑв ÐоÑа</a></li>\r\n</ul>','koha','2008-05-28 23:07:23','2099-01-10',2); > >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('ÐаÑкаво пÑоÑимо до ÐоÑа','ÐаÑкаво пÑоÑимо до ÐоÑа. ÐоÑа Ñ Ð¿Ð¾Ð²Ð½Ð¾ÑÑнкÑÑоналÑÐ½Ð¾Ñ ÐÐÐС з вÑдкÑиÑими джеÑелÑними кодам. РозÑоблена ÑпоÑаÑÐºÑ Ð² ÐовÑй ÐеландÑÑ ÐºÐ¾Ð¼Ð¿Ð°Ð½ÑÑÑ Katipo Communications Ltd Ñ Ð²Ð¿ÐµÑÑе випÑÑена в ÑÑÑÐ½Ñ 2000 ÑÐ¾ÐºÑ Ð´Ð»Ñ Ð±ÑблÑоÑеÑного конÑоÑÑÑÑÐ¼Ñ Ð¥Ð¾ÑоÑнеа. ÐоÑа в даний ÑÐ°Ñ Ð¿ÑдÑÑимÑÑÑÑÑÑ Ð³ÑÑÐ¿Ð¾Ñ Ð¿Ð¾ÑÑаÑалÑникÑв пÑогÑамного забезпеÑÐµÐ½Ð½Ñ Ñ ÑаÑÑвÑÑми з бÑблÑоÑеÑÐ½Ð¸Ñ ÑеÑнологÑй Ð·Ñ Ð²ÑÑÑÑ Ð·ÐµÐ¼Ð½Ð¾Ñ ÐºÑлÑ. ','uk-UA','2008-05-28 22:48:29','2099-01-10',1); > >-INSERT INTO `opac_news` (`title`, `new`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES >+INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES > ('Що далÑ?','ТепеÑ, коли Ðи вÑÑановили ÐоÑа, Ñо ж далÑ? ÐÑÑ Ð´ÐµÑÐºÑ Ð¿ÑопозиÑÑÑ:\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">ЧиÑайÑе докÑменÑаÑÑÑ Ð¿Ñо ÐоÑа</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">ЧиÑайÑе/пиÑÑÑÑ Ð½Ð° ÐоÑа Wiki</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">ЧиÑайÑе Ñ Ð±ÐµÑÑÑÑ ÑÑаÑÑÑ Ð² обговоÑеннÑÑ</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">РапоÑÑÑйÑе пÑо недолÑки ÐоÑа</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\"> ÐодавайÑе паÑÑÑ Ð´Ð»Ñ ÐоÑа, викоÑиÑÑовÑÑÑи Git (ÑиÑÑема конÑÑÐ¾Ð»Ñ Ð²ÐµÑÑÑй)</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Ð§Ð°Ñ ÐºÐ¾ÑиÑÑÑваÑÑв Ñа ÑозÑобникÑв ÐоÑа</a></li>\r\n</ul>','uk-UA','2008-05-28 23:07:23','2099-01-10',2); >-- >2.1.4
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 17960
:
59406
|
59407
|
59408
|
59409
|
59488
|
59768
|
59772
|
59773
|
59774
|
59775
|
59776
|
59777
|
59861
|
59862
|
59863
|
59864
|
59865
|
59866