Browse Source

Release notes for 3.18.0

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
3.18.x
Tomás Cohen Arazi 10 years ago
parent
commit
be183b3c6b
  1. 589
      misc/release_notes/release_notes_3_18_0.txt

589
misc/release_notes/release_notes_3_18_0.txt

@ -1,5 +1,5 @@
RELEASE NOTES FOR KOHA 3.18.0 beta RELEASE NOTES FOR KOHA 3.18.0
17 nov 2014 28 Nov 2014
======================================================================== ========================================================================
Koha is the first free and open source software library automation package Koha is the first free and open source software library automation package
@ -9,9 +9,9 @@ The website for the Koha project is
http://koha-community.org/ http://koha-community.org/
Koha 3.18.0 beta can be downloaded from: Koha 3.18.0 can be downloaded from:
http://download.koha-community.org/koha-3.18.00-beta.tar.gz http://download.koha-community.org/koha-3.18.00.tar.gz
Installation instructions can be found at: Installation instructions can be found at:
@ -20,12 +20,30 @@ Installation instructions can be found at:
OR in the INSTALL files that come in the tarball OR in the INSTALL files that come in the tarball
Koha 3.18.0 is a major release, that comes with many new features. This beta Koha 3.18.0 is a major release, that comes with many new features.
preview is released for testing purposes. Its use on production sites
is discouraged.
It includes 14 new features, 120 enhancements and 487 bugfixes.
It includes 14 features, 114 enhancements and 412 bugfixes.
Important notice
================
* As of 3.18.0, GRS-1 indexing is deprecated and will no longer be
maintained. It will be removed in a future version.
* The "prog" and "CCSR" themes have been completely removed.
* Packages: It is now possible to use the Zebra indexer daemon instead of
a cronjob. Look at /etc/default/koha-common. (Bug 8773)
* LDAP: a new option (update_password) for LDAP configuration to avoid
storing user passwords is introduced. (Bug 9165)
* ILS-DI (API change): CancelHold now takes a reserve_id. (Bug 8868)
* overdue_notices.pl added some fields for the CSV export. (Bug 8687)
* Notices in HTML format now need explicit line-breaks (<br />). (Bug 12294)
New features in 3.18.0 New features in 3.18.0
@ -66,7 +84,7 @@ Tools
Websites, Mailing Lists, etc Websites, Mailing Lists, etc
---------- ----------
11926 HEA - Report usage statistics to Koha community 11926 Optionally report usage statistics to Koha community (HEA)
Z39.50 / SRU / OpenSearch Servers Z39.50 / SRU / OpenSearch Servers
---------- ----------
@ -115,6 +133,10 @@ Architecture, internals, and plumbing
12830 Move the order-related code into its own module 12830 Move the order-related code into its own module
12844 Introduce a centralized way to display prices 12844 Introduce a centralized way to display prices
Authentication
----------
9165 Allow preventing passwords from being stored locally when using LDAP
Cataloging Cataloging
---------- ----------
1561 Show search terms in z39.50 results 1561 Show search terms in z39.50 results
@ -140,6 +162,7 @@ Circulation
Command-line Utilities Command-line Utilities
---------- ----------
8218 Add a script to sanitize entity where "&" character was wrongly replaced with "&amp;" 8218 Add a script to sanitize entity where "&" character was wrongly replaced with "&amp;"
8337 System preferences for longoverdue cron
8687 Improvements in overdue_notices.pl 8687 Improvements in overdue_notices.pl
Course reserves Course reserves
@ -199,6 +222,7 @@ OPAC
12683 Use NoLoginInstructions to customize text for OPAC user/pass information 12683 Use NoLoginInstructions to customize text for OPAC user/pass information
12724 Show RDA tag 264 on OPAC Detail XSLT view 12724 Show RDA tag 264 on OPAC Detail XSLT view
12726 Show RDA tag 264 on OPAC Results XSLT view 12726 Show RDA tag 264 on OPAC Results XSLT view
13234 Make on-site checkouts visible in OPAC
Packaging Packaging
---------- ----------
@ -206,7 +230,7 @@ Packaging
8567 Set output directory for fines.pl in cron config created by the packages 8567 Set output directory for fines.pl in cron config created by the packages
8773 Add per-instance koha-index-daemon in .deb setup 8773 Add per-instance koha-index-daemon in .deb setup
12350 Disable apache indexes on package installation by default 12350 Disable apache indexes on package installation by default
12869 Update for 3.17 12750 koha-create should be able to configure SRU server for the created instance
Patrons Patrons
---------- ----------
@ -256,6 +280,8 @@ Templates
13112 Add name of template file in html comment for each '.tt' file. 13112 Add name of template file in html comment for each '.tt' file.
13128 Add span with id for logged in branch name, add hidden span for branchcode 13128 Add span with id for logged in branch name, add hidden span for branchcode
13139 Move treeview jQuery plugin outside of language-specific directory 13139 Move treeview jQuery plugin outside of language-specific directory
13151 Staff marc preview not wrapping
13247 Opacuserjs is not compatible with tracking's tools like Piwik
Tools Tools
---------- ----------
@ -290,6 +316,7 @@ Acquisitions
Architecture, internals, and plumbing Architecture, internals, and plumbing
---------- ----------
13215 critical Letter.code is considered as a primary key
10126 major C4::Reports::Guided is not Plack safe 10126 major C4::Reports::Guided is not Plack safe
11715 major Z39.50 search page does not check authorization 11715 major Z39.50 search page does not check authorization
13071 major Currency page shows perl error under some circumstances 13071 major Currency page shows perl error under some circumstances
@ -300,6 +327,7 @@ Authentication
---------- ----------
8148 critical Ldap authentication should FAIL if ldap contains NEW password, and user types the PREVIOUS password 8148 critical Ldap authentication should FAIL if ldap contains NEW password, and user types the PREVIOUS password
12398 critical CAS authentication not working 12398 critical CAS authentication not working
12831 critical Local only logins should still work when ldap authentication is enabled
Cataloging Cataloging
---------- ----------
@ -308,7 +336,11 @@ Cataloging
Circulation Circulation
---------- ----------
13255 blocker On-site checkout due date wrong if SpecifyDueDate is disabled
13330 blocker All overdue items with fines returned via checkouts table will have fines forgiven!
13332 blocker Items disappear from staff detail page when there is an on-site checkout
12596 critical Backdating returns with SpecifiyReturnDate causes fines for items not overdue! 12596 critical Backdating returns with SpecifiyReturnDate causes fines for items not overdue!
13293 critical Regression: Override renewal limit option broken with AJAX circ
12778 major Regression: Item lost status doesn't show in list of checkouts 12778 major Regression: Item lost status doesn't show in list of checkouts
13018 major Static fine should apply only once for a given borrower 13018 major Static fine should apply only once for a given borrower
13104 major Changing date or time format on a production server will create duplicate fines! 13104 major Changing date or time format on a production server will create duplicate fines!
@ -317,6 +349,7 @@ Circulation
Command-line Utilities Command-line Utilities
---------- ----------
12856 blocker Koha-disable fails without disabling site
13230 major Bug 12995 causes test case failures 13230 major Bug 12995 causes test case failures
Database Database
@ -348,11 +381,16 @@ Notices
OPAC OPAC
---------- ----------
13329 blocker Can't make new suggestion with AllowPurchaseSuggestionBranchChoice turned on
12371 critical Links in every patron self-registration email points to a single borrower 12371 critical Links in every patron self-registration email points to a single borrower
12784 critical A patron cannot change his personal details 12784 critical A patron cannot change his personal details
13174 critical Opac detail view with XSLT is broken 13174 critical Opac detail view with XSLT is broken
10956 major Series of OPAC searches can cause a browser crash
12517 major Download and send list popups broken in bootstrap OPAC 12517 major Download and send list popups broken in bootstrap OPAC
12701 major OPAC reading history still accessible by URL if turned OFF
12703 major OPAC privacy page still accessible when the feature is turned off
12849 major Sending a list has malformed links 12849 major Sending a list has malformed links
13271 major Subject search links broken if XSLT and OPACPopupAuthorsSearch are both off
Packaging Packaging
---------- ----------
@ -360,9 +398,12 @@ Packaging
10467 major Package dependency updates for master 10467 major Package dependency updates for master
12312 major 3.16 packages ask to change Apache configuration even if Apache version is < 2.4 12312 major 3.16 packages ask to change Apache configuration even if Apache version is < 2.4
13173 major Path changes make package build fail 13173 major Path changes make package build fail
13303 major Fix typo in debian/control
13353 major Package updates for for 3.18 release
Patrons Patrons
---------- ----------
12971 critical Regression: Patron print summary doesn't show checkouts
12833 major Patron search no longer searches extended attributes 12833 major Patron search no longer searches extended attributes
13084 major Prevent mixup of columns in deletedborrowers 13084 major Prevent mixup of columns in deletedborrowers
13232 major Patron letter browse not working 13232 major Patron letter browse not working
@ -370,6 +411,7 @@ Patrons
Reports Reports
---------- ----------
12432 major Saved reports tabs not working 12432 major Saved reports tabs not working
13288 major Saved reports tabs broken by DataTables upgrade
Searching Searching
---------- ----------
@ -411,6 +453,8 @@ Test Suite
Tools Tools
---------- ----------
13289 blocker Calendar with weekly repeating holidays completely broken by DataTables upgrade
13308 blocker The export tools is broken
12025 critical Inventory tool fails with "Could not reads headers", or sometimes a timeout 12025 critical Inventory tool fails with "Could not reads headers", or sometimes a timeout
12229 critical Tools/export.pl fix to forbid adding of invalid records 12229 critical Tools/export.pl fix to forbid adding of invalid records
12315 critical MTT FIX: Advanced notices are duplicated and not sent to the right patron 12315 critical MTT FIX: Advanced notices are duplicated and not sent to the right patron
@ -436,18 +480,23 @@ Other bugs fixed in 3.18.0
About About
---------- ----------
13347 minor Update credits for Arabic translation
7143 trivial Bug for tracking changes to the about page 7143 trivial Bug for tracking changes to the about page
Acquisitions Acquisitions
---------- ----------
11714 normal GetBudgetHierarchy needs optimization 11714 normal GetBudgetHierarchy needs optimization
12505 normal Make variable aqorders.listprice in acq claim notice work and improve error handling
12508 normal The removal of a contract which is linked to a basket does not display an error 12508 normal The removal of a contract which is linked to a basket does not display an error
12557 normal Cannot revert the changes done by AcqItemSetSubfieldsWhenReceived on canceling a receipt 12557 normal Cannot revert the changes done by AcqItemSetSubfieldsWhenReceived on canceling a receipt
12646 normal Only "top 20" rows visible in invoices search result 12646 normal Only "top 20" rows visible in invoices search result
12775 normal Only suggestion manager can order from accepted suggestion
12840 normal The budgeted cost and the total should not be manually modified
12937 normal Deleting suggestions should ask for a confirmation 12937 normal Deleting suggestions should ask for a confirmation
12956 normal Users are not linked to a fund 12956 normal Users are not linked to a fund
12992 normal Fund planning does not display actual values 12992 normal Fund planning does not display actual values
12438 minor Bad encoding in acquisition basket 12438 minor Bad encoding in acquisition basket
13055 minor Show budget name when editing it
12554 trivial C4::Biblio GetMarcPrice does not handle NORMARC 12554 trivial C4::Biblio GetMarcPrice does not handle NORMARC
13065 trivial Receive shipment error message incorrectly styled 13065 trivial Receive shipment error message incorrectly styled
13207 trivial "Branch:" on basket page should read "Library:" 13207 trivial "Branch:" on basket page should read "Library:"
@ -460,8 +509,10 @@ Architecture, internals, and plumbing
11575 normal OPACBaseURL sometimes set by ENV variable and not system preference 11575 normal OPACBaseURL sometimes set by ENV variable and not system preference
11842 normal MARC framework editing is broken when memcache is enabled 11842 normal MARC framework editing is broken when memcache is enabled
12023 normal Web installer fails under plack 12023 normal Web installer fails under plack
12298 normal The "feed" MTT does not seem to be used
12338 normal Remove smartmatch operator from C4/Serials.pm 12338 normal Remove smartmatch operator from C4/Serials.pm
12343 normal TransformKohaToMarc() is adding MARC subfields in random order 12343 normal TransformKohaToMarc() is adding MARC subfields in random order
12411 normal Encoding broken in the syspref template plugin
12456 normal The file C4/Maintainance.pm can be removed 12456 normal The file C4/Maintainance.pm can be removed
12467 normal Lost items marked as not on loan even if they are! 12467 normal Lost items marked as not on loan even if they are!
12482 normal C4::Budgets : Replacement of subroutine calls of C4::SQLHelper by DBIx::Class 12482 normal C4::Budgets : Replacement of subroutine calls of C4::SQLHelper by DBIx::Class
@ -506,7 +557,9 @@ Cataloging
12419 normal Not for loan items are not listed 12419 normal Not for loan items are not listed
12424 normal Ddc sorting of call numbers truncates long Cutter parts 12424 normal Ddc sorting of call numbers truncates long Cutter parts
12874 normal On editing an item, some fields can be set to NULL 12874 normal On editing an item, some fields can be set to NULL
13223 normal Plugin housekeeping: do not redefine wrapper
13225 normal Z39.50 result Card View doesn't work for UNIMARC 13225 normal Z39.50 result Card View doesn't work for UNIMARC
13297 normal Shelving location PROC does not work according to manual
9859 minor C4::Charset -> nsb_clean() remove  9859 minor C4::Charset -> nsb_clean() remove Â
10648 minor In records merge greatest field can not be added 10648 minor In records merge greatest field can not be added
11021 minor Delete useless 9XX field in french unimarc_complet default Framework 11021 minor Delete useless 9XX field in french unimarc_complet default Framework
@ -536,10 +589,14 @@ Circulation
13195 normal Regression: Circulation checkouts table no longer shows item type description 13195 normal Regression: Circulation checkouts table no longer shows item type description
13196 normal "Always show checkouts immediately" cookie should persist across sessions 13196 normal "Always show checkouts immediately" cookie should persist across sessions
13236 normal Regression: Table of checkouts no longer preselects overdue items for rewewal 13236 normal Regression: Table of checkouts no longer preselects overdue items for rewewal
13242 normal Slow checkin for patrons restricted indefinitely
13258 normal Clicking the "show checkouts" button should return focus to the barcode field 13258 normal Clicking the "show checkouts" button should return focus to the barcode field
12666 minor Offline Circulation has poor HTML 12666 minor Offline Circulation has poor HTML
12914 minor Wrong message 'Patron(..) is blocked for 2014-09-30 day(s). 12914 minor Wrong message 'Patron(..) is blocked for 2014-09-30 day(s).
12959 minor Check in forgets to remember arbitrary backdating of returns setting
13253 minor Unnecessary white space above checkouts table in circulation 13253 minor Unnecessary white space above checkouts table in circulation
13261 minor Better check in message for patrons with indefinite restriction
13286 minor Checkouts table due date not updated when an item is renewed.
12332 trivial Purchase-suggestions.pl tabs do not show selected 12332 trivial Purchase-suggestions.pl tabs do not show selected
12837 trivial Ajax Circ - various things out of alignment 12837 trivial Ajax Circ - various things out of alignment
@ -562,6 +619,7 @@ Database
Developer documentation Developer documentation
---------- ----------
13257 minor Update_dbix_class_files.pl need a POD 13257 minor Update_dbix_class_files.pl need a POD
13314 minor Fixes to .mailmap for the 3.18 release
12479 trivial Update mailmap for master 12479 trivial Update mailmap for master
Documentation Documentation
@ -582,6 +640,8 @@ Hold requests
4231 minor Placing holds from cart fails silently 4231 minor Placing holds from cart fails silently
11801 minor In transit hold items incorrectly labeled as "Waiting to be pulled" on request.pl 11801 minor In transit hold items incorrectly labeled as "Waiting to be pulled" on request.pl
12287 minor Hold priority for new hold incorrect if record has holds in transit 12287 minor Hold priority for new hold incorrect if record has holds in transit
12943 minor Add patron branchcode to patron search results for holds
13099 minor "Item hasn't been transferred yet" shows pickup branch rather than holding branch
I18N/L10N I18N/L10N
---------- ----------
@ -598,6 +658,7 @@ I18N/L10N
12534 normal PROG/CCSR deprecation: Make getlanguages() theme independent for opac 12534 normal PROG/CCSR deprecation: Make getlanguages() theme independent for opac
12535 normal PROG/CCSR Deprecation: Make opac translation theme independent 12535 normal PROG/CCSR Deprecation: Make opac translation theme independent
12999 normal Untranslatable string on enhanced_content.pref 12999 normal Untranslatable string on enhanced_content.pref
13328 normal Rename Kurdish translation files
11504 minor Untranslatable "Item Type" or "Collection Code" in branch transfer limits 11504 minor Untranslatable "Item Type" or "Collection Code" in branch transfer limits
12062 minor Untranslatable "Reserve not found" 12062 minor Untranslatable "Reserve not found"
12222 minor Members-update.tt has a giant hash variable 12222 minor Members-update.tt has a giant hash variable
@ -617,6 +678,8 @@ Installation and upgrade (command-line installer)
Installation and upgrade (web-based installer) Installation and upgrade (web-based installer)
---------- ----------
10582 normal Koha OPAC URL shows Perl error message before web installer was run 10582 normal Koha OPAC URL shows Perl error message before web installer was run
13147 normal Update German web installer sample files for 3.18
13199 normal Incoherence between 'en' sample notices and translated notices
13027 trivial Typo RoutlingListNote 13027 trivial Typo RoutlingListNote
Label/patron card printing Label/patron card printing
@ -650,6 +713,8 @@ Notices
3186 normal Invalid or uninstalled SMSSendDriver (or bad number format) causes process_message_queue to fail 3186 normal Invalid or uninstalled SMSSendDriver (or bad number format) causes process_message_queue to fail
12294 normal Revert BZ9372 12294 normal Revert BZ9372
12529 normal Overdue notices do not respect holidays 12529 normal Overdue notices do not respect holidays
12851 normal Order tags are not removed on claiming serials/orders
13152 normal Duplicate phone hold notices when using Talking Tech
OPAC OPAC
---------- ----------
@ -659,6 +724,7 @@ OPAC
11347 normal PROG/CCSR deprecation: Remove opacsmallimage system-preference 11347 normal PROG/CCSR deprecation: Remove opacsmallimage system-preference
11349 normal PROG/CCSR deprecation: Remove .tmpl -> .tt translation 11349 normal PROG/CCSR deprecation: Remove .tmpl -> .tt translation
11357 normal Biblio.size value not correctly displayed in list emails sent from OPAC and intranet 11357 normal Biblio.size value not correctly displayed in list emails sent from OPAC and intranet
11515 normal Encoding problem with OpacBrowseResults
12220 normal Bootstrap not responsive on all devices 12220 normal Bootstrap not responsive on all devices
12280 normal "Others..." reason for suggestions not showing in Bootstrap OPAC 12280 normal "Others..." reason for suggestions not showing in Bootstrap OPAC
12281 normal RTL display for records using 880 broken in Bootstrap 12281 normal RTL display for records using 880 broken in Bootstrap
@ -673,6 +739,7 @@ OPAC
12574 normal BiblioDefaultView doesn't affect XSLT results view 12574 normal BiblioDefaultView doesn't affect XSLT results view
12655 normal PROG/CCSR deprecation: Correct hard-coded opac-tmpl/prog path in XSLT 12655 normal PROG/CCSR deprecation: Correct hard-coded opac-tmpl/prog path in XSLT
12718 normal Show extended patron attributes in the OPAC 12718 normal Show extended patron attributes in the OPAC
12886 normal Shelfbrowser script should write headers
12901 normal BiblioDefaultView doesn't do anything with NORMARC or UNIMARC XSLT 12901 normal BiblioDefaultView doesn't do anything with NORMARC or UNIMARC XSLT
13052 normal OPAC Cart JavaScript is included twice in the footer 13052 normal OPAC Cart JavaScript is included twice in the footer
13144 normal Google transliteration does not work on bootstrap 13144 normal Google transliteration does not work on bootstrap
@ -683,6 +750,7 @@ OPAC
12668 minor Stray dollar ($) -sign in opac-reserve.pl 12668 minor Stray dollar ($) -sign in opac-reserve.pl
12697 minor Surplus closing </div> in OPAC advanced search (bootstrap) 12697 minor Surplus closing </div> in OPAC advanced search (bootstrap)
12863 minor News in OPAC: HTML broken with nested p tags and multiple thead in same table 12863 minor News in OPAC: HTML broken with nested p tags and multiple thead in same table
13050 minor Follow-up for bug 12371 on self-registration verification notice
13083 minor Hard-coded " by " in opac-tags.pl 13083 minor Hard-coded " by " in opac-tags.pl
13120 minor Invalid HTML generated by MARC21slim2OPACResults.xsl 13120 minor Invalid HTML generated by MARC21slim2OPACResults.xsl
13227 minor Display856uAsImage displays images in OPAC in original size 13227 minor Display856uAsImage displays images in OPAC in original size
@ -704,12 +772,17 @@ Patrons
4013 normal Road type missing on search results 4013 normal Road type missing on search results
7237 normal Duplicating patron not using patron's branch 7237 normal Duplicating patron not using patron's branch
7462 normal Duplicate patron shows flags 7462 normal Duplicate patron shows flags
7878 normal When duplicating a patron too many fields carrying over
7944 normal Attribute error could be clearer 7944 normal Attribute error could be clearer
9221 normal Contact note not showing 9221 normal Contact note not showing
10155 normal Patron search should remember search options selected 10155 normal Patron search should remember search options selected
11857 normal Number of patrons on a patron list not accurate 11857 normal Number of patrons on a patron list not accurate
12304 normal Creating a user via LDAP doesn't populate message preferences 12304 normal Creating a user via LDAP doesn't populate message preferences
12415 normal Fee receipt: description of charges is empty
12595 normal Finding a patron witht firstname and surname should display the patron detail 12595 normal Finding a patron witht firstname and surname should display the patron detail
12981 normal Patron attribute type limit by patron category not working on patron entry form
13107 normal Members are restricted even if the debarment is ended - opac-user
13108 normal Members are restricted even if the debarment is ended - opac-reserve
12693 minor Colspan calculation done by members/statistics.pl should be moved to template 12693 minor Colspan calculation done by members/statistics.pl should be moved to template
Reports Reports
@ -722,6 +795,7 @@ Reports
Searching Searching
---------- ----------
5304 normal Too many post find queries for items
9368 normal Specific behavior of yr and acqdate indexes 9368 normal Specific behavior of yr and acqdate indexes
12443 normal Initial re-factoring of buildQuery 12443 normal Initial re-factoring of buildQuery
12647 normal QueryParser fails tests 12647 normal QueryParser fails tests
@ -729,6 +803,7 @@ Searching
13064 normal Indexing problem with ICU on control characters 13064 normal Indexing problem with ICU on control characters
9828 minor Zebra indexes useless subfields in UNIMARC 6XX 9828 minor Zebra indexes useless subfields in UNIMARC 6XX
12405 minor Search links on callnumber fails on intranet results page 12405 minor Search links on callnumber fails on intranet results page
13157 minor Fix holdingbranch facet for UNIMARC
6149 trivial Operator Highlighted in Search Results 6149 trivial Operator Highlighted in Search Results
12600 trivial Duplicated use statement in Search.pm 12600 trivial Duplicated use statement in Search.pm
@ -738,6 +813,7 @@ Self checkout
Serials Serials
---------- ----------
12536 normal Incorrect number of irregularity issues
12659 trivial Receive is spelt wrong on subscription history page 12659 trivial Receive is spelt wrong on subscription history page
SIP2 SIP2
@ -749,12 +825,14 @@ Staff Client
---------- ----------
10571 normal IntranetBiblioDefaultView doesn't do anything with MARC21 XSLT 10571 normal IntranetBiblioDefaultView doesn't do anything with MARC21 XSLT
12698 normal If user changes home library in Opac change is not visible in staff client 12698 normal If user changes home library in Opac change is not visible in staff client
12865 normal 'Pay amount toward all fines' does not record payment note
12900 normal IntranetBiblioDefaultView doesn't do anything with NORMARC or UNIMARC XSLT 12900 normal IntranetBiblioDefaultView doesn't do anything with NORMARC or UNIMARC XSLT
12091 minor HTML from auth_subfields_structure.tt doesn't pass firefox's html validator 12091 minor HTML from auth_subfields_structure.tt doesn't pass firefox's html validator
12744 minor Set library in staff client should have 'Cancel' link 12744 minor Set library in staff client should have 'Cancel' link
12866 minor Incorrect display of Email Address in Alternate Address Patron Details 12866 minor Incorrect display of Email Address in Alternate Address Patron Details
10878 trivial Display856uAsImage works in Results pages, can remove caveat text from system preference. 10878 trivial Display856uAsImage works in Results pages, can remove caveat text from system preference.
11888 trivial Random password suggestion does not work twice 11888 trivial Random password suggestion does not work twice
12132 trivial Show guarantees in staff patron details too
12746 trivial Remove empty onclick attribute from memberentrygen.tt 12746 trivial Remove empty onclick attribute from memberentrygen.tt
System Administration System Administration
@ -778,6 +856,8 @@ Task Scheduler
Templates Templates
---------- ----------
10749 normal Patron permissions typos
11271 normal Serials table off the screen in smaller viewports
11638 normal Remove HTML from addbiblio.pl 11638 normal Remove HTML from addbiblio.pl
12261 normal Staff client next/previous links lead to unknown record 12261 normal Staff client next/previous links lead to unknown record
12429 normal Patron seeing fines codes 12429 normal Patron seeing fines codes
@ -797,6 +877,9 @@ Templates
12707 normal Remove CGI::scrolling_list from some Reports 12707 normal Remove CGI::scrolling_list from some Reports
12708 normal Unexpected behaviour in IE 9 and lower when using openWindow 12708 normal Unexpected behaviour in IE 9 and lower when using openWindow
12986 normal Upgrade the DataTables jQuery plugin to the latest version 12986 normal Upgrade the DataTables jQuery plugin to the latest version
13037 normal Staff client cart should exclude articles when sorting by title
13039 normal Vendor search: sorting of "item count" and "biblio count" columns can be incorrect
13053 normal Do not use template cache when from commandline
13089 normal Tab key triggers JavaScript error in the checkEnter function 13089 normal Tab key triggers JavaScript error in the checkEnter function
13138 normal Remove jQuery plugins which were used by Solr 13138 normal Remove jQuery plugins which were used by Solr
2889 minor Templates should not use [% IF ( loop.odd ) %] 2889 minor Templates should not use [% IF ( loop.odd ) %]
@ -813,14 +896,19 @@ Templates
12695 minor Remove CGI::scrolling_list from marc21_linking_section.pl 12695 minor Remove CGI::scrolling_list from marc21_linking_section.pl
12829 minor Incorrect ISBN visualization on the normal view if invalid/cancelled ISBN present 12829 minor Incorrect ISBN visualization on the normal view if invalid/cancelled ISBN present
12890 minor Improve title and breadcrumbs when editing saved SQL report 12890 minor Improve title and breadcrumbs when editing saved SQL report
12893 minor 'Clear date' links on start and expiration hold date in staff not working
13036 minor Exclude control columns from sorting on staff client catalog detail page
13043 minor Remove incorrect link to unused DataTables columnFilter plugin on staff client search history page 13043 minor Remove incorrect link to unused DataTables columnFilter plugin on staff client search history page
13105 minor Columns misplaced in member search result 13105 minor Columns misplaced in member search result
13164 minor Incorrect ISSN visualization on the normal view if invalid/cancelled ISSN present 13164 minor Incorrect ISSN visualization on the normal view if invalid/cancelled ISSN present
13229 minor Suggestion date filters have a style problem
13233 minor Patron search by birth date tooltip broken 13233 minor Patron search by birth date tooltip broken
9177 trivial Duplicate patron: Prepopulated fields are cleared when setting cursor
12106 trivial Capitalization: Patron Attributes on tools/patron import 12106 trivial Capitalization: Patron Attributes on tools/patron import
12147 trivial Column width for action links on invoices too small 12147 trivial Column width for action links on invoices too small
12184 trivial Typo "retricted" in returns.tt 12184 trivial Typo "retricted" in returns.tt
12255 trivial Amazon cover images have useless image alt text in bootstrap 12255 trivial Amazon cover images have useless image alt text in bootstrap
12376 trivial Blinking cursor not clear in larger resolutions
12386 trivial 'Days in advance' pull down in bootstrap OPAC is huge 12386 trivial 'Days in advance' pull down in bootstrap OPAC is huge
12560 trivial Wrong capitalization on acquisition statistics page 12560 trivial Wrong capitalization on acquisition statistics page
12562 trivial Capitalization: 'Save Report' when saving a new SQL report 12562 trivial Capitalization: 'Save Report' when saving a new SQL report
@ -834,6 +922,7 @@ Templates
12779 trivial Capitalization: strings on subscription add page 12779 trivial Capitalization: strings on subscription add page
12821 trivial Capitalization: about page fixes 12821 trivial Capitalization: about page fixes
13103 trivial No checkouts count on member details page 13103 trivial No checkouts count on member details page
13133 trivial Mangled UTF8 in pay.tt
13256 trivial Typographical error on item search template 13256 trivial Typographical error on item search template
Test Suite Test Suite
@ -852,6 +941,16 @@ Test Suite
12653 normal PROG/CCSR deprecation: Correct hard-coded opac-tmpl/prog path in tests 12653 normal PROG/CCSR deprecation: Correct hard-coded opac-tmpl/prog path in tests
12782 normal T/db_dependent/XISBN.t should work on DOM too 12782 normal T/db_dependent/XISBN.t should work on DOM too
12918 normal Error in test case causes test failure 12918 normal Error in test case causes test failure
13274 normal T/00-load.t shouldn't depend on the DB
13276 normal T/XSLT.t shouldn't depend on the DB
13277 normal T/SuggestionEngine_AuthorityFile.t shouldn't depend on the DB
13278 normal T/Search.t shouldn't depend on the DB
13279 normal T/Breeding.t shouldn't depend on the DB
13280 normal T/Circulation_barcodedecode.t shouldn't depend on the DB
13281 normal T/ImportBatch.t shouldn't depend on the DB
13282 normal T/Message.t shouldn't depend on the DB
13283 normal T/Overdues.t shouldn't depend on the DB
13284 normal T/RotatingCollections.t shouldn't depend on the DB
12264 trivial Tiny typo in t/db_dependent/Items.t 12264 trivial Tiny typo in t/db_dependent/Items.t
12570 trivial Warnings in t/Biblio.t could be tested 12570 trivial Warnings in t/Biblio.t could be tested
12753 trivial Warnings in t/SIP_Sip.t could be tested 12753 trivial Warnings in t/SIP_Sip.t could be tested
@ -865,6 +964,7 @@ Tools
11413 normal Marc modification template has not the expected behavior if the condition and source fields are on the same field 11413 normal Marc modification template has not the expected behavior if the condition and source fields are on the same field
12507 normal News does not always display in staff or OPAC 12507 normal News does not always display in staff or OPAC
12705 normal News not possible for one sublanguage if two sublanguages are installed 12705 normal News not possible for one sublanguage if two sublanguages are installed
12909 normal Item withdrawn is missing in inventory results
12929 normal Bug 12716 introduces a regression on the patron import tools 12929 normal Bug 12716 introduces a regression on the patron import tools
13082 normal Tools/export.pl fix to forbid adding of all invalid records 13082 normal Tools/export.pl fix to forbid adding of all invalid records
9312 minor Strict perl for picture-upload.pl 9312 minor Strict perl for picture-upload.pl
@ -872,6 +972,7 @@ Tools
12458 minor Holidays calendar has wrong colors for weekly and yearly repeatable 12458 minor Holidays calendar has wrong colors for weekly and yearly repeatable
12660 minor Mispelling of Accomodation in two tools templates - in comments 12660 minor Mispelling of Accomodation in two tools templates - in comments
12740 minor It should not be possible to store empty news 12740 minor It should not be possible to store empty news
13162 minor Label batch editor title sorting by default, rather then label number
12367 trivial Import patrons still says "MD5 hash" 12367 trivial Import patrons still says "MD5 hash"
Web services Web services
@ -884,12 +985,33 @@ Z39.50 / SRU / OpenSearch Servers
12864 minor Add LOC SRU server to sample z3950servers.sql 12864 minor Add LOC SRU server to sample z3950servers.sql
New user permissions in 3.18.0
==============================
* editcatalogue/edit_items_restricted:
Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing
preference (please note that edit_item is still required)
* editcatalogue/delete_all_items:
Delete all items at once
* tools/items_batchmod_restricted: Limit batch item modification
to subfields defined in the SubfieldsToAllowForRestrictedBatchmod preference (please note
that items_batchmod is still required)
* tools/records_batchdel:
Perform batch deletion of records (bibliographic or authority)
New system preferences in 3.18.0 New system preferences in 3.18.0
====================== ================================
* AcqEnableFiles * AcqEnableFiles
* AcqItemSetSubfieldsWhenReceiptIsCancelled * AcqItemSetSubfieldsWhenReceiptIsCancelled
* AllowRenewalIfOtherItemsAvailable * AllowRenewalIfOtherItemsAvailable
* DefaultLongOverdueChargeValue
* DefaultLongOverdueDays
* DefaultLongOverdueLostValue
* ExpireReservesOnHolidays * ExpireReservesOnHolidays
* FacetMaxCount * FacetMaxCount
* GoogleIndicTransliteration * GoogleIndicTransliteration
@ -925,20 +1047,15 @@ New system preferences in 3.18.0
* UsageStatsLibraryType * UsageStatsLibraryType
* UsageStatsLibraryUrl * UsageStatsLibraryUrl
Renamed system preferences in 3.18.0 Renamed system preferences in 3.18.0
==================================== ====================================
* AuthoritySeparator (renamed from authoritysep) * AuthoritySeparator (renamed from authoritysep)
System requirements
======================
Important warnings:
* CCSR and PROG themes have been completely removed. System requirements
* ILS-DI (API change): CancelHold now takes a reserve_id. (Bug 8868) ===================
* overdue_notices.pl added some fields for the CSV export. (Bug 8687)
* Notices in HTML format now need explicit line-breaks (<br />). (Bug 12294)
Important notes: Important notes:
@ -947,9 +1064,9 @@ System requirements
Documentation Documentation
====================== =============
The Koha manual is maintained in DocBook.The home page for Koha The Koha manual is maintained in DocBook. The home page for Koha
documentation is documentation is
http://koha-community.org/documentation/ http://koha-community.org/documentation/
@ -965,28 +1082,27 @@ The Git repository for the Koha manual can be found at
Translations Translations
====================== ============
Complete or near-complete translations of the OPAC and staff Complete or near-complete translations of the OPAC and staff
interface are available in this release for the following languages: interface are available in this release for the following languages:
* English (USA) * English (USA)
* Arabic (95%) * Arabic (94%)
* Armenian (95%) * Armenian (97%)
* Czech (99%) * Czech (99%)
* Danish (82%) * Danish (81%)
* French (90%) * French (93%)
* German (98%) * German (100%)
* Italian (95%) * Italian (98%)
* Kurdish (64%) * Kurdish (64%)
* Polish (82%) * Polish (82%)
* Portuguese (94%) * Portuguese (94%)
* Slovak (95%) * Slovak (99%)
* Spanish (99%) * Spanish (100%)
* Swedish (83%) * Swedish (82%)
* Turkish (99%) * Turkish (99%)
* Vietnamese (92%) * Vietnamese (91%)
Partial translations are available for various other languages. Partial translations are available for various other languages.
@ -1006,7 +1122,7 @@ The most up-to-date translations can be found at:
Release Team Release Team
====================== ============
The release team for Koha 3.18.0 is The release team for Koha 3.18.0 is
@ -1030,11 +1146,13 @@ The release team for Koha 3.18.0 is
Release Maintainer (3.14.x): Fridolin Somers <fridolin.somers@biblibre.com> Release Maintainer (3.14.x): Fridolin Somers <fridolin.somers@biblibre.com>
Release Maintainer (3.12.x): Kyle Hall <kyle@bywatersolutions.com> Release Maintainer (3.12.x): Kyle Hall <kyle@bywatersolutions.com>
Credits Credits
====================== ======================
We thank the following libraries who are known to have sponsored We thank the following libraries who are known to have sponsored
new features in Koha 3.18.0: new features in Koha 3.18.0:
* BSZ * BSZ
* CCSR * CCSR
* Hochschule für Gesundheit (hsg), Germany * Hochschule für Gesundheit (hsg), Germany
@ -1043,200 +1161,243 @@ new features in Koha 3.18.0:
* Ville de Victoriaville, QC * Ville de Victoriaville, QC
We thank the following individuals who contributed patches to Koha 3.18.0. We thank the following individuals who contributed patches to Koha 3.18.0.
* 14 Jacek Ablewicz
* 197 Tomás Cohen Arazi * Jacek Ablewicz (14)
* 1 Alex Arnaud * Alex Arnaud (1)
* 3 Petter Goksoyr Asen * Maxime Beaulieu (5)
* 1 Héctor Eduardo Castro Avalos * Natalie Bennison (3)
* 3 Natalie Bennison * Gaetan Boisson (1)
* 1 Gaetan Boisson * Jared Camins-Esakov (4)
* 4 Jared Camins-Esakov * Colin Campbell (6)
* 6 Colin Campbell * Frédérick Capovilla (3)
* 2 Frédérick Capovilla * Galen Charlton (32)
* 31 Galen Charlton * Evonne Cheung (2)
* 2 Evonne Cheung * Nick Clemens (1)
* 1 Nick Clemens * Tomás Cohen Arazi (226)
* 15 David Cook * David Cook (15)
* 26 Chris Cormack * Chris Cormack (27)
* 5 Stéphane Delaune * Stéphane Delaune (6)
* 3 Frédéric Demians * Frédéric Demians (8)
* 181 Jonathan Druart * Marcel de Rooy (57)
* 26 Yohann Dufour * Simith D'Oliveira (10)
* 4 Nicole Engard * Jonathan Druart (206)
* 6 Magnus Enger * Yohann Dufour (26)
* 35 Katrin Fischer * Héctor Eduardo Castro Avalos (1)
* 1 Brendon Ford * Nicole Engard (4)
* 1 Brendan Gallagher * Magnus Enger (6)
* 2 Amit Gupta * Charles Farmer (1)
* 102 Kyle M Hall * Katrin Fischer (39)
* 2 Sean Hamlin * Brendon Ford (1)
* 2 Mason James * Brendan Gallagher (1)
* 1 Janusz Kaczmarek * Petter Goksøyr Åsen (3)
* 5 Pasi Kallinen * Bernardo González Kriegel (55)
* 13 Olli-Antti Kivilahti * Amit Gupta (2)
* 2 Admin User Koha * Sean Hamlin (2)
* 7 Rafal Kopaczka * Mason James (2)
* 50 Bernardo González Kriegel * Srdjan Jankovic (2)
* 1 Nicolas Legrand * Janusz Kaczmarek (1)
* 93 Owen Leonard * Pasi Kallinen (5)
* 1 Jesse Maseto * Olli-Antti Kivilahti (13)
* 16 Julian Maurice * Rafal Kopaczka (7)
* 1 Janet McGowan * Nicolas Legrand (1)
* 9 Holger Meißner * Owen Leonard (109)
* 2 Karl Menzies * Jesse Maseto (1)
* 2 Matthias Meusburger * Julian Maurice (16)
* 2 Sophie Meynieux * Janet McGowan (1)
* 2 Brian Norris * Holger Meißner (9)
* 5 Dobrica Pavlinusic * Karl Menzies (2)
* 1 Maxime Pelletier * Matthias Meusburger (2)
* 3 Paul Poulain * Sophie Meynieux (2)
* 4 Liz Rea * Kyle M Hall (113)
* 18 Martin Renvoize * Brian Norris (2)
* 1 David Roberts * Dobrica Pavlinusic (5)
* 51 Marcel de Rooy * Maxime Pelletier (1)
* 3 Fridolyn SOMERS * Paul Poulain (3)
* 9 Mathieu Saby * Liz Rea (5)
* 5 Viktor Sarge * Martin Renvoize (21)
* 3 Juhani Seppälä * David Roberts (1)
* 21 Robin Sheat * Mathieu Saby (9)
* 19 Fridolin Somers * Viktor Sarge (5)
* 3 Zeno Tajoli * Juhani Seppälä (3)
* 19 Mark Tompsett * Robin Sheat (26)
* 24 Marc Véron * Fridolin Somers (27)
* 2 Reed Wade * ByWater Staff (1)
* 2 Jesse Weaver * Zeno Tajoli (3)
* 1 charles * Mark Tompsett (19)
* 3 mbeaulieu * Admin User Koha (2)
* 7 simith * Marc Véron (27)
* Reed Wade (2)
We thank the following companies who contributed patches to Koha 3.18.0 * Jesse Weaver (2)
* 93 ACPL
* 44 BSZ BW We would like to congratulate the individuals who had their very first patches
* 233 BibLibre pushed during the 3.18.0 release cycle:
* 7 BigBallOfWax
* 108 ByWater-Solutions * Viktor Sarge
* 4 C & P Bibliography * Yohann Dufour
* 55 Catalyst * Nick Clemens
* 31 Equinox * Brendon Ford
* 9 Hochschule für Gesundheit * Juhani Seppälä
* 2 KohaAloha * Simith D'Olivera
* 3 Libeo * Petter Goksøyr Åsen
* 1 Libriotech * Natalie Bennison
* 26 PTFS-Europe * Brian Norris
* 15 Prosentient Systems * Karl Menzies
* 51 Rijksmuseum * Evonne Cheung
* 3 Tamil * Sean Hamlin
* 247 Universidad Nacional de Córdoba * Maxime Beaulieu
* 4 Université Rennes 2 * Charles Farmer
* 14 biblos.pk.edu.pl * Janet McGowan
* 1 bulac.fr * Héctor Eduardo Castro Avalos
* 3 cineca.it
* 2 informaticsglobal.com We thank the following libraries, companies, and other institutions who contributed
* 11 inlibro.com patches to Koha 3.18.0
* 13 jns.fi
* 2 localhost * ACPL (109)
* 1 manhattan.edu * BSZ BW (39)
* 7 poczta.onet.pl * BibLibre (264)
* 5 pttk.fi * BigBallOfWax (7)
* 1 quecheelibrary.org * ByWater-Solutions (120)
* 5 regionhalland.se * C & P Bibliography (4)
* 5 rot13.org * Catalyst (64)
* 3 student.uef.fi * Cineca (3)
* 2 typist.geek.nz * Equinox (32)
* 62 unidentified * Hochschule für Gesundheit (hsg), Germany (9)
* 24 veron.ch * KohaAloha (2)
* Libeo (4)
* Libriotech (1)
* Oslo Public Library (8)
* PTFS-Europe (29)
* Prosentient Systems (15)
* Rijksmuseum (57)
* Solutions inLibro inc (16)
* Tamil (8)
* Universidad Nacional de Córdoba (281)
* Université Rennes 2 (4)
* biblos.pk.edu.pl (14)
* bulac.fr (1)
* informaticsglobal.com (2)
* jns.fi (13)
* localhost (2)
* manhattan.edu (1)
* poczta.onet.pl (7)
* pttk.fi (5)
* quecheelibrary.org (1)
* regionhalland.se (5)
* rot13.org (5)
* student.uef.fi (3)
* typist.geek.nz (2)
* unidentified (54)
* veron.ch (27)
We also especially thank the following individuals who tested patches We also especially thank the following individuals who tested patches
for Koha 3.18.0. for Koha 3.18.0.
* 2 Koha Team Lyon 3
* 9 Koha Team AMU * Aleisha Amohia (19)
* 3 Jacek Ablewicz * Axelle Clarisse (1)
* 16 Aleisha * Benjamin Rokseth (1)
* 2 Cindy Murdock Ames * Blou (1)
* 2 Aleisha Amohia * Brendan Gallagher (32)
* 7 Giuseppe Angilella * Britta Cramer (2)
* 963 Tomas Cohen Arazi * Broust (1)
* 5 Petter Goksoyr Asen * cachan (1)
* 1 Coralie Barsacq * Cathi Wiggins (1)
* 2 Ian Beardslee * Cedric Vita (1)
* 3 Gaetan Boisson * Chris Cormack (193)
* 19 Christopher Brannon * Chris Rohde (1)
* 2 Corinne Bulac * Christopher Brannon (19)
* 1 Jason Burds * Coralie Barsacq (1)
* 4 Jared Camins-Esakov * Corinne Bulac (2)
* 94 Galen Charlton * David Cook (15)
* 6 Chris * Delaye Stephane (2)
* 1 Axelle Clarisse * Dobrica Pavlinusic (5)
* 38 Nick Clemens * Frederic Demians (23)
* 15 David Cook * Fridolin Somers (4)
* 169 Chris Cormack * Gaetan Boisson (3)
* 2 Britta Cramer * Galen Charlton (95)
* 17 Frederic Demians * George Williams (1)
* 195 Jonathan Druart * Giuseppe Angilella (7)
* 2 Yohann Dufour * Havilah Lyon (1)
* 12 Nicole C. Engard * Holger Meissner (1)
* 8 Magnus Enger * Ian Beardslee (2)
* 486 Katrin Fischer * Jacek Ablewicz (3)
* 31 Brendan Gallagher * Jared Camins-Esakov (4)
* 162 Kyle M Hall * Jason Burds (1)
* 2 Robert Higgins * Jason Robb (1)
* 2 Olli-Antti Kivilahti * jeremie.benarros (1)
* 1 Ulrich Kleiber * Jesse Maseto (1)
* 1 Rafal Kopaczka * Jesse Weaver (2)
* 109 Bernardo Gonzalez Kriegel * jmbroust (1)
* 1 Leila * Joel Sasse (2)
* 1 Veronica Lencinas * Jonathan Druart (210)
* 89 Owen Leonard * Juhani Seppälä (2)
* 1 Havilah Lyon * Julian Maurice (4)
* 1 Holger Meissner * Karam Qubsi (1)
* 6 Matthias Meusburger * Katrin Fischer (552)
* 5 Dobrica Pavlinusic * Leila (1)
* 16 Paul Poulain * Liz Rea (5)
* 1 Karam Qubsi * Magnus Enger (11)
* 4 Liz Rea * Marc Véron (58)
* 66 Martin Renvoize * marjorie barry-vila (2)
* 1 Jason Robb * Mark Tompsett (17)
* 1 Chris Rohde * Martin Renvoize (68)
* 1 Benjamin Rokseth * Mason James (1)
* 76 Marcel de Rooy * Mathieu Saby (1)
* 53 Paola Rossi * Matthias Meusburger (6)
* 1 Mathieu Saby * Mirko Tietgen (3)
* 2 Joel Sasse * Nick Clemens (44)
* 2 Juhani Seppälä * Olli-Antti Kivilahti (2)
* 6 Robin Sheat * Owen Leonard (103)
* 4 Fridolin Somers * Paola Rossi (60)
* 1 Leila and Sonia * Paul Poulain (16)
* 3 Srdjan * Rafal Kopaczka (1)
* 2 Delaye Stephane * Robert Higgins (2)
* 2 Zeno Tajoli * Robin Sheat (14)
* 14 Mark Tompsett * Sean McGarvey (1)
* 8 Marc Veron * Simith D'Olivera (1)
* 1 Cedric Vita * Srdjan (3)
* 45 Marc Véron * Ulrich Kleiber (1)
* 2 Jesse Weaver * Veronica Lencinas (1)
* 1 Cathi Wiggins * Yohann Dufour (2)
* 1 George Williams * Zeno Tajoli (2)
* 2 marjorie barry-vila * Cindy Murdock Ames (2)
* 1 cachan * Koha Team AMU (9)
* 1 bondiurbano costalc@gmail.com * Tomas Cohen Arazi (1096)
* 1 jeremie.benarros * Petter Goksoyr Asen (5)
* 1 jmbroust * Nicole C. Engard (12)
* 1 simith * Leila and Fridos help (1)
* Kyle M Hall (175)
* Bernardo Gonzalez Kriegel (113)
* Koha Team Lyon 3 (2)
* Marcel de Rooy (87)
* Leila and Sonia (1)
We regret any omissions. If a contributor has been inadvertently missed, We regret any omissions. If a contributor has been inadvertently missed,
please send a patch against these release notes to please send a patch against these release notes to
koha-patches@lists.koha-community.org. koha-patches@lists.koha-community.org.
Thanks
======
Thanks from the Release Manager:
- My lovely wife Cecilia, and my son Manuel, for their patience and
willingness to overlook late nights working on Koha.
- Katrin, Jonathan and Bernardo for this 6 month cycle working side by side daily.
- Zeno, Paola and everyone testing other people's work. It is amazing.
- My personal idiomatic and Zebra advisor, Jared.
- Adam Dickmeiss from IndexData, for his willingness to help with Zebra facets.
- My employer, UNC, for giving me the chance to work on Koha.
Revision control notes Revision control notes
====================== ======================
The Koha project uses Git for version control. The current development The Koha project uses Git for version control. The current development
version of Koha can be retrieved by checking out the master branch of version of Koha can be retrieved by checking out the master branch of
git://git.koha-community.org/koha.git git://git.koha-community.org/koha.git
The branch for this version of Koha and future bugfixes in this release line is clean_master. The branch for this version of Koha and future bugfixes in this release line is 3.18.x.
Bugs and feature requests Bugs and feature requests
@ -1251,4 +1412,4 @@ tracker at
He rau ringa e oti ai. He rau ringa e oti ai.
(Many hands finish the work) (Many hands finish the work)
##### Autogenerated release notes updated last on 17 nov 2014 13:27:41 Z ##### ##### Autogenerated release notes updated last on 28 nov 2014 13:11:57 Z #####

Loading…
Cancel
Save