Update 3.12 release notes for Koha 3.12.0-rc2
[koha.git] / misc / release_notes / release_notes_3_12_0.txt
1 RELEASE NOTES FOR KOHA 3.12.0-rc2
2 16 May 2013
3 ========================================================================
4
5 Koha is the first free and open source software library automation package 
6 (ILS). Development is sponsored by libraries of varying types and sizes, 
7 volunteers, and support companies from around the world.  
8 The website for the Koha project is 
9
10     http://koha-community.org/
11
12 Koha 3.12.0-rc2 can be downloaded from:
13
14     http://download.koha-community.org/koha-3.12.00-rc2.tar.gz
15
16 Installation instructions can be found at:
17
18     http://wiki.koha-community.org/wiki/Installation_Documentation
19     
20     OR in the INSTALL files that come in the tarball
21
22
23 This is a release candidate for Koha 3.12 and may not be ready yet  for
24 use in production. It has many new features compared to 3.10.
25
26
27 It includes 21 features, 160 enhancements and 432 bugfixes.
28
29
30 New features in 3.12.0-rc2
31 ======================
32
33 Architecture, internals, and plumbing
34 ----------
35         7167    Updatedatabase improvements
36         7387    Add Template::Toolkit plugin to allow caching of includes
37
38 Authentication
39 ----------
40         7973    Allow for new type of LDAP authentication
41         9587    Allow login via mozilla persona - https://www.mozilla.org/en-US/persona/
42
43 Cataloging
44 ----------
45         7674    Separate tabs for my holdings and others holdings
46         7919    Display of values depending on the connexion library (authorised values, patron categories, extended attributes)
47
48 Circulation
49 ----------
50         4906    Allow fine calculation to exclude grace period
51         7189    Preference to control if returning lost items gives refund
52         8220    Allow koc uploads to go to process queue instead of being applied directly.
53         8365    Renewal duration in issuingules
54         9151    Renewal notice according to patron alert preferences
55
56 Hold requests
57 ----------
58         9206    Only allow place holds in records that the patron don't have in his possession
59
60 OPAC
61 ----------
62         7740    Highlight items in own library in search results/detail page in OPAC
63         8377    Show HTML5 video/ audio for media files in OPAC and staff client
64         8733    Adding critic reviews to book pages
65         8917    Track clicks to links external to Koha
66
67 Patrons
68 ----------
69         7067    Allow patron self registration via the opac
70
71 Serials
72 ----------
73         5343    Subscription cost (Link serial and acqui modules)
74         8782    Add a feature to close a subscription
75
76 Templates
77 ----------
78         9420    Work on Bootstrap for Koha
79
80 Tools
81 ----------
82         7804    Add Koha Plugin System
83
84
85 Enhancements in 3.12.0-rc2
86 ======================
87
88 About
89 ----------
90         8641    Add information warning about log-in as root user to About->System information
91
92 Acquisitions
93 ----------
94         8117    Divide budget periods into two tabs
95         8240    There is dead code in orderreceive.tt
96         8795    Just add the login branch In orderreveive.tt
97         8913    Improve acquisitions navigation
98         9030    There is no constraint on aqorders_items
99         9130    Remove old javascript from Parcel
100
101 Architecture, internals, and plumbing
102 ----------
103         8089    Use Koha::Cache everywhere
104         8164    Replace IFNULL() with COALESCE() in all database calls
105
106 Authentication
107 ----------
108         9704    Add persona login to the CCSR theme
109
110 Cataloging
111 ----------
112         3549    Framework sorting in addbook
113         6945    Add a link to show a MARC preview in the normal view
114         8347    Koha forces UNIMARC 100 field code language to 'fre'
115         9025    Add new icons for item types
116         9034    Add sorting and filtering on items table (catalogue/detail.pl)
117         9154    On item edit page, highlight row of item being edited
118         9162    Add a system preference to set which notes fields appears on title notes/description separator
119         9356    Show Dissertation note (MARC21 502) in XSLT
120         9357    Missing 'c' option in LEADER_18 value builder
121         9363    Show Patent control information and report number (MARC21, XSLT, detail pages)
122
123 Circulation
124 ----------
125         7243    Do not take rentals as fines
126         8758    Code seems useless in circ/returns.pl
127         9014    Add time due to slips
128         9263    Trim barcodes in offline circulation
129         9283    Change structure of export checkouts form
130         9332    Display call number in "Holds waiting" notice (checkout page)
131         9367    Code optimization: CheckReserves is too often called
132         9423    Add notforloan value to issue confirmation or blocking message
133         9604    Filter overdues with homebranch and holdingbranch
134
135 Command-line Utilities
136 ----------
137         5608    Tool to move MARC21 series info to 490 tag
138         5635    Bulkmarcimport new parameters & features
139         8519    Make koha-index-daemon run on startup
140         9012    Allow bulkmarcimport to specify a framework code when importing MARC
141         9045    Adding some parameters to export_borrowers.pl
142
143 I18N/L10N
144 ----------
145         2832    Make alphabet localizable
146         5709    Adding the ability to translate HTML5 placeholder text in an input field
147         9610    Spanish translation of MARC21 default bibliographic framework
148
149 Installation and upgrade (command-line installer)
150 ----------
151         9191    Updatedatabase.pl must have ability to run updates only up to a particular revision
152
153 Installation and upgrade (web-based installer)
154 ----------
155         9101    Add REPORT_GROUP to authorised values sample data
156
157 Lists
158 ----------
159         8032    Sort lists by call number
160         9167    The sort field copyrightdate is not standardized
161         9458    Add sorting to lists
162
163 Notices
164 ----------
165         6835    Ability to specify types of email address in overdue_notices.pl
166
167 OPAC
168 ----------
169         5079    Make display of shelving location and call number in XSLT results controlled by sysprefs
170         5888    Opac-detail subject/author links improvements
171         7620    OPACNoResult, add search string to available parameters
172         8712    We should use WAI-ARIA guidelines to help with accessibility -OMNIBUS bug
173         9068    Babelthèque: New podcasts area
174         9257    Add "groups" to normal search pulldown
175         10100   OPAC News dates need an CSS handle (class)
176
177 Packaging
178 ----------
179         8878    Koha-shell: a command to make using koha commands easier
180         9143    Package related updates for master
181         9250    Provide commands to allow handling of SIP servers in the packages
182         9880    Package updates to make master build
183
184 Patrons
185 ----------
186         7969    Select all / unselect all on fines page
187         9076    Add ability to delete borrowers by expiration date and category code to cleanborrowers.pl
188         9718    Add POD and comments for Check_Userid and Generate_Userid subs
189         9751    Patron flags red in moremember.pl like in circulation.pl
190
191 Reports
192 ----------
193         7678    Statistics wizard: patrons
194         7896    Acquisition statistics wizard: add filters and cell values
195         9117    Reports hierarchies management improvements
196         9417    Allow number of results per page to be selectable for guided reports
197
198 Searching
199 ----------
200         9134    There is no previous link on the second page of the search results page
201         9239    Koha should share Evergreen's QueryParser module for parsing queries
202         9403    Material type icons not showing for XSLT default view in intranet
203
204 Self checkout
205 ----------
206         8033    Add print receipt option to Koha self-check
207         9009    Add separate user js and css for SCO module
208
209 Serials
210 ----------
211         7688    Change subscriptions numbering pattern and frequencies
212         8509    Allowing the Expected status even if another status has been saved
213         8715    Select all serials for a year
214
215 SIP2
216 ----------
217         8125    SIP should send Zipcode with address
218
219 Staff Client
220 ----------
221         6209    Standardize on one javascript library for client-side form validation
222
223 System Administration
224 ----------
225         4354    Cannot edit existing issuing rules
226         5634    Ordering branches should be case independent
227         8664    Add floating toolbar with save button to system preferences editor
228         8906    Improve OAI management interface
229         9760    Simplify local use preferences
230
231 Templates
232 ----------
233         6261    Consolidate patron toolbar include files
234         7731    Library should be used instead of branch and site
235         8710    Do not show the images tab in the OPAC if the record has no local cover images
236         8877    MARC21 field 511 missing from XSLT
237         8893    Show more information on printout
238         9137    Focus when editing/adding new itemtypes/authorised values
239         9169    Wrap relator code in <span> to allow for CSS customization
240         9265    Switch to HTML5 doctype in OPAC and staff client
241         9428    Use DataTables in Authority MARC frameworks page
242         9429    Use DataTables on Authorized Values page
243         9430    Use DataTables on library transfer limits page
244         9431    Use DataTables on Patron Category Administration page
245         9435    Use DataTables on libraries and groups administration page
246         9436    Use DataTables on cities administration page
247         9437    Use DataTables on itemtypes administration page
248         9439    Enforce superlibrarian mutual exclusivity of other permissions
249         9444    Use DataTables in system preferences editor
250         9445    Use DataTables in local use system preferences editor
251         9446    Use DataTables on Z39.50 servers administration page
252         9450    Use DataTables in cataloging Z39.50 search results
253         9457    Ordering branches should be case independent (2)
254         9460    Use DataTables on transfers to receive report page
255         9461    Use DataTables on holds awaiting pickup report page
256         9462    Use DataTables on patron detail page
257         9464    Update DataTables configuration on patron statistics page
258         9465    Use DataTables on update child to adult patron page
259         9466    Use DataTables on saved reports page
260         9467    Use DataTables on catalog by item type report page
261         9469    Use Datatables in serials statistics wizard
262         9471    Use DataTables on serials claims page
263         9473    Use DataTables on tags list page
264         9476    Use Datatables on Koha news page
265         9477    Use Datatables on notices page
266         9483    Use DataTables on batch patron modifications page
267         9521    Move common jQuery assets to koha-tmpl/intranet-tmpl/lib
268         9615    Combine staff home page images into single sprite
269         9616    Replace YUI menu on patrons page with Bootstrap
270         9617    Replace YUI menu on catalog pages with Bootstrap
271         9619    Replace YUI buttons on libraries administration page with Bootstrap
272         9621    Replace YUI menu on lists pages with Bootstrap
273         9622    Replace YUI button on MARC frameworks page with Bootstrap
274         9623    Replace YUI button on authority types administration page with Bootstrap
275         9624    Replace YUI button on reports dictionary page with Bootstrap
276         9625    Replace YUI buttons and menus on reports pages with Bootstrap
277         9627    Replace YUI buttons and menus on serials pages with Bootstrap
278         9628    Replace YUI buttons and menus on budgets administration pages with Bootstrap
279         9629    Replace YUI button on patron category administration pages with Bootstrap
280         9630    Replace YUI button on cities and towns administration page with Bootstrap
281         9631    Replace YUI buttons on classification sources administration page with Bootstrap
282         9632    Replace YUI button on the currencies administration page with Bootstrap
283         9633    Replace YUI button on the itemtypes administration page with Bootstrap
284         9635    Replace YUI buttons on label batches pages with Bootstrap
285         9636    Replace YUI buttons on labels pages with Bootstrap
286         9637    Replace YUI button on local use system preferences page with Bootstrap
287         9639    Replace YUI button on MARC tag structure toolbar with Bootstrap
288         9640    Replace YUI button on record matching rules page with Bootstrap
289         9641    Replace YUI button on the Koha news management page with Bootstrap
290         9642    Replace YUI button on the patron attribute types administration page with Bootstrap
291         9643    Replace YUI button on the road types administration page with Bootstrap
292         9644    Replace YUI button on the suggestions management page with Bootstrap
293         9645    Replace YUI buttons on the quotes management page with Bootstrap
294         9646    Replace YUI buttons on the printers administration page with Bootstrap
295         9647    Replace YUI buttons on Z39.50 servers administration page with Bootstrap
296         9648    Replace YUI buttons on authorized values administration page with Bootstrap
297         9649    Replace YUI buttons on cataloging home page with Bootstrap
298         9650    Show message if there are no notices
299         9669    Replace YUI buttons on staff client cart toolbar
300         9672    Replace YUI buttons on MARC editor page with Bootstrap
301         9674    Replace YUI buttons and menu on acquisitions pages with Bootstrap
302         9675    Replace YUI buttons on authorities home page with Bootstrap
303         9676    Replace YUI buttons on authorities editor page with Bootstrap
304         9688    Replace YUI button on Authority MARC framework toolbar with Bootstrap
305         9689    Replace YUI buttons on the OAI sets administration page with Bootstrap
306         9690    Replace YUI buttons on the catalog search results page with Bootstrap
307         9693    Remove YUI styling from buttons on the patron card creator's image manage page
308         9694    Remove YUI styling from buttons on the patron card creator manage pages
309         9696    Remove YUI styling from buttons on patron card creator edit pages
310         9698    Replace YUI buttons on patron card creator manage toolbar with Bootstrap
311         9764    Replace YUI buttons on the authority search popup with Bootstrap
312         9765    Remove unused include file: budgetperiods-admin.inc
313         9769    Replace YUI buttons on acquisitions basket page with Bootstrap
314         9771    Replace YUI buttons on acquisitions basket groups page with Bootstrap
315
316 Test Suite
317 ----------
318         8300    Koha should have mechanized testing suite
319
320
321 Critical bugs fixed in 3.12.0-rc2
322 ======================
323
324 (this list include all bugfixes since the previous major version. Most of them have already been fixed in maintainance releases)
325
326
327 Acquisitions
328 ----------
329         9928    blocker No way to see all purchase suggestions at all
330         7018    critical        Need all acq permissions to search
331         9106    critical        Filtering list of uncertain price list by owner empties order information
332         9126    critical        Receiving orders create too much items
333         9346    critical        Acqui/neworderempty.pl ignores exchange rates and destroys user data on page load
334         10088   critical        Software error when filling a basket with staged record
335         4266    major   Encumbrance and expenditure not used in code
336         7228    major   Can't order more than 1 when importing all from staged file
337         7449    major   Billingplace and freedeliveryplace not saved when creating a new basketgroup
338         7593    major   Merging bib records loses connection to order line
339         8853    major   Clicking basketgroup name in closed basketgroups reopens it
340         9236    major   Deleting an order when receiving redirects to closed basket
341         9281    major   Impossible to create an order from a staged file
342         9432    major   Acqui/addorderiso2409.pl is not Plack-friendly
343         9454    major   NewBasket does not use placeholders in sql
344         9503    major   Link from histsearch via invoicenumber results in error
345         9653    major   Filters on suggestion page in intranet are broken
346         9923    major   Correction of a bug due to bz 7129
347
348 Architecture, internals, and plumbing
349 ----------
350         9907    blocker Plugins test dies early on some servers
351         10085   blocker Unapi does not function under Plack
352         6554    critical        Resolve encoding problems with corrected UTF8 handling in templates
353         9574    critical        Serials/subscription-add.pl does not work right under Plack
354         9832    critical        QueryParser causes software error if koha-conf.xml has not been updated
355         9971    critical        Plugins system is broken!
356         9136    major   C4::Tags not Plack-compatible
357         9434    major   Introduce new tied cache system
358         10074   major   Encoding problems for login and installer
359         10176   major   Invalid URLs in 'Refine Search Results' when it uses UNICODE symbols
360
361 Authentication
362 ----------
363         10019   major   Encoding problem with utf8 chars in userid
364
365 Browser compatibility
366 ----------
367         10108   major   Can't print more than one page of overdues
368
369 bugs.koha-community.org
370 ----------
371         9246    blocker Upon running koha installer, mysql "Error 1166 at line 1871: Incorrect column name 'closed" appears and crashes install.
372
373 Cataloging
374 ----------
375         7253    major   Fast cataloging not always checking out
376         9392    major   Confirmation does not appear for negative notforloan items issues
377         9662    major   Z3950_search.pl ISSN search field not passed to Z3950Search
378         9684    major   Z39.50 Card View broken in CCSR
379         9908    major   OCLC Connexion Desktop Client Doesn't Work
380
381 Circulation
382 ----------
383         8770    blocker Amount does not equal amountoutstanding on a fine with no payments or credits
384         9933    blocker Changing/editing circulation rules for specific library affects all libraries
385         9380    critical        Branch not recording right on writeoff
386         9953    major   When OpacMaintenance breaks lifting debarment
387         10030   major   MaxFines checks against amount, not amount outstanding
388         10079   major   HomeOrHoldingBranch should not control who can delete when IndependantBranches is enabled
389
390 Command-line Utilities
391 ----------
392         9103    major   Overdue_notices.pl should use AutoEmailPrimaryAddress syspref
393         9656    major   Fines.pl creating a log file should be optional
394
395 Database
396 ----------
397         9919    blocker Syntax error in kohastructure.sql
398         10185   blocker Updatedatabase.pl remove all reserves
399
400 Hold requests
401 ----------
402         9922    critical        Holds queue shows home library with AutomaticReturn
403         5801    major   C4::Circulation::_GetCircControlBranch should not be used in opac-reserve.pl
404         8294    major   Enumeration should show in copy specific hold menu
405         9575    major   Serious Holds Problem with IndependantBranches
406         10166   major   Can't place holds on multiple titles if one or more are un-holdable
407
408 I18N/L10N
409 ----------
410         8061    major   Koha's templates do not cope well with right-to-left languages
411         9414    major   Fix sample letters for German and Norwegian
412
413 Installation and upgrade (command-line installer)
414 ----------
415         9135    blocker Updatedatabase.pl fails when DEBUG is set
416         9812    blocker Several files shouldn't be exposed or browseable through a URL
417         9843    blocker OpenILS/QueryParser.pm not (always) installed when installing from tarball
418         9914    blocker Dependency updates for 3.12
419         9767    critical        Fix for updatedatabase.pl (mixed version numbers)
420
421 Installation and upgrade (web-based installer)
422 ----------
423         9413    blocker Renewal notice features breaks English installer
424
425 MARC Authority data support
426 ----------
427         9132    major   Paging through OPAC authority search results does not work
428         9145    major   Authorities: standard language for UNIMARC
429
430 MARC Bibliographic record staging/import
431 ----------
432         9839    major   When importing MARC records, item record not created even when set to "always add"
433
434 Notices
435 ----------
436         8378    major   <fine> syntax not working on overdues anymore
437
438 OPAC
439 ----------
440         10072   critical        "my suggestions" always says "There are no pending purchase suggestions."
441         10217   critical        Make sure direct links to detail views work when there is no session
442         8883    major   Opacsmallimage doesn't work in ccsr theme
443         8979    major   "News" does not work with CCSR
444         9147    major   OPAC hidden fields are not hidden in ISBD view
445         9679    major   Can't place hold from cart in CCSR
446         9711    major   OPACPopupAuthorsSearch  ugly in CSSR
447         9995    major   For reference items no longer listed in XSLT result lists
448         10070   major   History of anonymous searches is not kept
449         10201   major   Old OPAC patron update system should be removed
450
451 Packaging
452 ----------
453         9052    blocker YUI assets installed in the wrong place by packages
454         9256    critical        Search is broken for 3.10 package-installs when marcflavour != marc21
455         10061   critical        Fix the tiny_mce error when building packages
456         9918    major   Packaging updates for 3.12
457
458 Patrons
459 ----------
460         6506    critical        Deleting patron history missing errors
461         9930    critical        Can't update patron info in ccsr
462
463 Reports
464 ----------
465         6898    major   Circulation librarians can't run overdues without reports permissions
466
467 Searching
468 ----------
469         9980    blocker Anonymous searches in the OPAC entirely broken
470         8620    critical        Barcode searching not working correctly
471         7440    major   Vestiges of NoZebra should be removed
472         8746    major   Rebuild_zebra_sliced.sh don't work where Record length of 106041 is larger than the MARC spec allows
473         9341    major   Problem with UNIMARC authors facets
474         9395    major   Problem with callnumber and standard number search in OPAC and Staff Client
475         9620    major   IncludeSeeFromInSearches ON and data in $9 subfields can break indexing
476         9961    major   Truncation and QueryAutoTruncate not working properly with new QueryParser
477
478 Serials
479 ----------
480         9902    major   Item subfields not populating
481
482 Staff Client
483 ----------
484         9591    blocker Set Library changes after viewing Holds Queue >> reserves item
485         9272    major   Plack goes into paroxysms of horror when faced with deleting an authorized value
486
487 System Administration
488 ----------
489         8401    critical        Search term deleted from system preference content
490
491 Templates
492 ----------
493         9529    major   Adding a patron shows javascript on screen under login section
494         9570    major   View plain not working in ccsr
495
496 Test Suite
497 ----------
498         9142    blocker Failing test case in 3.10.0 release.
499         9486    blocker T/Letters.t loads modules in wrong order
500         9909    blocker If plugins directory isn't writable, plugins test shouldn't try to write to it
501         9911    blocker Remove two invalid tests
502         9912    blocker DateUtils.t must not access database
503
504 Tools
505 ----------
506         9883    blocker Koha::Plugins::* should not require koha-conf to load
507         9884    blocker Plugin permissions not added to translations
508         9900    blocker Plugins should not be enabled by default
509         8264    major   Local cover images not working in IE8
510         9065    major   Upload local cover image permission implementation error
511         9421    major   Tools/picture-upload.pl not Plack-compatible
512         9535    major   Patron card creator "Remove duplicates" function doesn't work
513
514 Transaction logs
515 ----------
516         9293    major   Action_logs not tracking payments
517
518 Z39.50 / SRU / OpenSearch Servers
519 ----------
520         9986    major   Two fixes on Z3950 Search
521
522
523 Other bugs fixed in 3.12.0-rc2
524 ======================
525
526 (this list include all bugfixes since the previous major version. Most of them have already been fixed in maintainance releases)
527
528
529 About
530 ----------
531         9595    normal  Update About page for license update to GPL3
532         9813    normal  Update About page with license information about Bootstrap and jQuery
533         7143    trivial Bug for tracking changes to the about page
534         9418    trivial Some corrections and additions to about.tt
535         9956    trivial Add missing translators to the about page
536
537 Acquisitions
538 ----------
539         2046    normal  Suggestions: Title Field too small
540         7358    normal  Basket.pl : it is possible to affect a closed basket to a  closed basketgroup
541         8443    normal  Suggestions : publication year and copyright date
542         8557    normal  In orderreceive.tt and serials-edit.tt the use of a barcode scan send the form unexpectedly
543         9168    normal  Software error when filtering in receipt summary
544         9280    normal  Bad price calculation when filling a basket with staged records
545         9506    normal  Values are false in the generated pdf for basketgroups
546         9937    normal  Routines introduced for creating a subscription from an order need unit tests.
547         10065   normal  Style invoice edit form according to standard structure
548         10115   normal  Hiding advanced search in Orders search tab removes plus button
549         10152   normal  Default sorting wrong in parcels.pl
550         9116    minor   Code cleaning: Remove some useless temp variables
551         9226    minor   Wrong branch filter after suggestion creation
552         9364    minor   Wrong billing/delivery addresses when creating a basket
553         9438    minor   Biblio notes displayed when ordering
554         9685    minor   Allow sort baskets by number
555         10106   minor   Markup error causing misplacement of "reopen" checkbox on invoice edit screen
556         7875    trivial Pending suggestion link (the numbers) from staff client home directs to accepted suggestions instead of pending
557         9062    trivial Tax and discount should be formatted the same
558         9268    trivial Scanning in barcode or ISBN in Acquisitions -> new order submits the form unexpectedly
559         9455    trivial Embedded mysql quotes in sql string
560         9791    trivial Some tables are displayed with a pixel before and after
561
562 Architecture, internals, and plumbing
563 ----------
564         7853    normal  Opac-maintanance.pl should correctly redirect back to opac-main.pl, if no updates are outstanding
565         9183    normal  C4::Search should only have one ZOOM event loop
566         9546    normal  MANIFEST.SKIP breaking regexp when running make manifest tardist
567         9552    normal  BIB1 Relation "Greater Than" Attribute Not Mapped Properly in CCL.Properties
568         9683    normal  Allow disable rewrite apache mod
569         9727    normal  Typo in code causes compilation failure with Solr enabled
570         9894    normal  'hidden' value is hard to understand in frameworks
571         9926    normal  Missing perl modules in Koha
572         9951    normal  Resolve encoding problems where script parameters are not decoded
573         8429    minor   Unnecessary use of Exporter in SIP/ILS objects
574         9292    minor   Remove dead code related to 'publictype'
575         9401    minor   Javascript used for tags handling wants access to CGISESSID cookie
576         9582    minor   Unused code in members/pay.pl
577         10054   minor   When SingleBranchMode is enabled, allow superlibrarians to set logged in library
578         10143   minor   Fix FSF address in license headers
579         9609    trivial Rebuild zebra reports double numbers for exported records with -z option
580         10156   trivial Fix usr/bin/perl path for get_report_social_data.pl
581
582 Authentication
583 ----------
584         9008    normal  Warn if librarian logged-in with mysql/admin account
585         9827    normal  Remove 'insecure' system preference
586         9841    minor   Improve the link from the "logged in as mysql-user"-warning
587
588 Browser compatibility
589 ----------
590         7687    minor   Remove problematic CSS gradient declarations targeting Internet Explorer
591
592 Cataloging
593 ----------
594         5790    normal  Deleting a biblio should alert/fail if there are existent holds
595         9123    normal  Authorities search ordered by authid does not work
596         9358    normal  Fixed field plugins for MARC21 should be updated for MARC21 update #15
597         9377    normal  Itemtype in duplicate biblio search
598         9497    normal  Make it easier to add to the the list of possible encodings for Z39.50 servers and add ISO 8859-1
599         9523    normal  Trying to import staged marc records where a matched bib has been deleted caused the import to hang
600         10225   normal  If an item isn't editable, don't show the onclick Edit/Delete menu
601         9019    minor   ILS-DI: GetRecords should return item fields in marcxml
602         9207    minor   Improve z39.50 speed slowdowns for sites with many records
603         9353    minor   Missing subfields on MARC21 frameworks
604         9494    minor   Library of Congress Z39.50 target seed data outdated
605         9759    minor   Last subfield can be deleted
606         10033   minor   Dangerous query in _koha_modify_item
607         9534    trivial No way to get back to bib detail from edit record screen
608         10093   trivial Typo in marc21_leader.tt
609
610 Circulation
611 ----------
612         8054    normal  Can hit submit twice when paying fines
613         8079    normal  Opac not showing fines - says 'no'
614         8559    normal  Conflicting item statuses
615         8682    normal  Quick slip: renewals do not appear on quick slips
616         9219    normal  Show damaged and lost statuses for issues on circulation.pl as they are on moremember.pl
617         9860    normal  Incorrect box heading 'Cannot check in' when a late document is returned
618         9875    normal  Don't display empty tab when using (OPAC)SeparateHoldings
619         8781    minor   Access to Transfer page while "independent branches" is on
620         9289    minor   Adjacent checkbox behavior broken on circulation.pl
621         9720    minor   Uninitialized value warnings in circulation
622         9526    trivial Patron statistics table is not pretty, the page needs the circ toolbar added
623
624 Command-line Utilities
625 ----------
626         2013    normal  New Overdues.pm breaks fines2.pl
627         8840    normal  Ubuntu-pkg-check.sh fix and extend functionality
628         9496    normal  Rebuild_zebra.pl should handle invalid XML records better
629         9885    normal  Passwords generated by command line scripts are weak
630         9104    minor   Country in CSV in overdue_notices.pl
631         9235    minor   Hardcoded values in cronjobs/backup.sh
632         8200    trivial /home/chris/git/koha.git in /usr/share/koha/misc/translator/update.pl
633         9671    trivial Fines.pl cronjob help lists wrong values for finesmode syspref
634
635 Database
636 ----------
637         9681    normal  Add some indexes in database
638         9745    trivial Don't nuke translated permissions with changes introduced in bug 9382
639
640 Documentation
641 ----------
642         8945    normal  Koha 3.10 Help Files Update
643         9267    normal  Ubuntu 12.04 install docs broken
644         9850    normal  Koha 3.12 Help Files Update
645         9440    trivial Update Koha's LICENSE file from GPL2 to GPL3
646         10042   trivial Minor typo ("Communnity") in packages docs
647
648 Hold requests
649 ----------
650         8419    normal  Suspended holds appear on the daily holds queue
651         9320    normal  Pending reserves is showing reserves already waiting
652         8508    minor   Holds to Pull : Library dropdown options are erroneously concatenated by br tags
653
654 Holidays
655 ----------
656         9211    normal  Days_between wrong behaviour
657
658 I18N/L10N
659 ----------
660         6574    normal  Js error in en-GB template breaks circulation toolbar
661         6709    normal  Marc21_field_006.xml and marc21_field_008.xml can't be translated.
662         7938    normal  The -v option to the translate script is not documented
663         9112    normal  Update of SQL file for italian setup
664         9140    normal  Untranslatable strings in item circulation history
665         9141    normal  Untranslatable strings on "pay an amount..." page
666         9266    normal  Untranslated strings in tags moderation
667         9331    normal  Untranslatable strings in ajax.js
668         9797    normal  Untranslatable strings have returned to ajax.js
669         9818    normal  "Overdue Fines Cap ($)" should not use $ (I18N)
670         10017   normal  Opac CCSR template do not cope well with right-to-left languages
671         10083   normal  In Transit string doesn't get translated in the staff interface
672         10214   normal  Malformed syspref.po file
673         9056    minor   Add more translations to table language_descriptions
674         9493    minor   Confirmations for user holds in opac are not translatable
675         9020    trivial Translate new permissions for 3.10
676         9381    trivial Add Catalan language
677
678 Installation and upgrade (command-line installer)
679 ----------
680         9734    normal  String::Random is marked as optional, but C4::Members requires it
681         9315    trivial Bad version of String::Random reported by koha_perl_deps.pl
682
683 Installation and upgrade (web-based installer)
684 ----------
685         9498    normal  Update encoding for Norwegian sample Z39.50 servers
686         9752    normal  Set marcflavor = normarc when NORMARC is chosen in the web installer
687         9837    normal  Fix Norwegian authorized values for the web installer
688         10050   normal  Update German web installer files for 3.12
689         9831    minor   Wrong and missing values in installer for French UNIMARC
690         9863    trivial 'import' button in web installer should read 'Import'
691
692 Label printing
693 ----------
694         8943    normal  Add table sorting to labels
695
696 MARC Bibliographic data support
697 ----------
698         7054    normal  NORMARC: wrong default for 000 position 17
699         7055    normal  NORMARC: Links and defaults for 008 position 15-17 and 35-37
700         9213    normal  Implement analytics for NORMARC XSLT
701         9274    normal  Software error in bibtex export
702         9804    trivial Fix name for NORMARC biblio-koha-indexdefs.xml
703
704 MARC Bibliographic record staging/import
705 ----------
706         5333    normal  Undefined value stops import from z39.50
707         9035    trivial Remove deprecated 'bulkauthimport.pl' file
708         9144    trivial Bulkmarcimport.pl - Problem identifying errors
709
710 Notices
711 ----------
712         8299    normal  Overdue_notice.pl shows warning messages
713         9348    minor   Format dates in HOLD notices consistently
714         9886    minor   ParseLetter removes too often punctuation characters from fields
715         9499    trivial --itemscontent= option is undocumented in advanced-notice.pl cronjob + default date should be date_due, not issuedate
716
717 OPAC
718 ----------
719         8108    normal  Remove unused images from the OPAC
720         8515    normal  OPAC password change does not obey OpacPasswordChange
721         8660    normal  Tag status does not show on multiple tag add
722         8955    normal  Self checkout should degrade gracefully with JavaScript turned off
723         9102    normal  [SECURITY] We should set httponly on our session cookie
724         9115    normal  [3.6.X] basket window should close automatically when placing a hold
725         9166    normal  OPAC needs configuration file for datepicker
726         9174    normal  Item type image does not display for biblio-level itemtypes in list display in OPAC
727         9276    normal  Display of biblio-level authorized values on OPAC search results broken
728         9287    normal  Socialnetworks is enabled by default
729         9504    normal  URL escape in OPAC more searches
730         9572    normal  Opac info tooltip from branches is not well positioned
731         9660    normal  OpenLibrary covers are too small on OPAC search results
732         9731    normal  Remove changelanguage.pl in favor of (already present) opac-changelanguage.pl
733         9932    normal  Broken calendar image and misplaced masthead include for CCSR theme
734         9970    normal  Add datepicker widget default configuration to OPAC patron entry form
735         10026   normal  OPAC cart not showing location anymore
736         10107   normal  Opacbookbag shouldn't prevent from adding items to a list in the OPAC
737         10204   normal  Patron image no longer appears in the OPAC
738         4862    minor   "Browse by subject" is misnamed
739         7657    minor   Google and OpenLibrary image conflict
740         8981    minor   Remove Nonpublic General Note from OPAC authorities display
741         8983    minor   Typo error in UNIMARCslim2OPACResults.xsl
742         9003    minor   Add css fix for opac news items with strong and em
743         9098    minor   Replace tabulations by spaces in opac-user.pl
744         9158    minor   Correcting whitespace around display of series 440 marc fields
745         9308    minor   Logo-koha.png not transparent in ccsr theme.
746         9309    minor   "OPACurlOpenInNewWindow" isn't respected for 856$u links shown in OPAC when not using XSLT
747         9329    minor   Wrong message for already expired cards
748         9585    minor   Fix spelling mistake in default tab conditional for opac-detail
749         9756    minor   Patron self registration missing the system preference PatronSelfRegistrationAdditionalInstructions
750         9935    minor   Social icons missing in CSSR theme
751         9946    minor   Opac-topissues with no time limit
752         10073   minor   Show ccode or location also if not bound to Authorized Values in XSLT
753         8546    trivial Error in description of OPAC Advanced Search Publication date range search
754         9059    trivial Increase size of opac-sendbasket window
755         10006   trivial Holding branch is not available to XSLT display
756
757 Packaging
758 ----------
759         8816    normal  Add WARNING to debian/control file, to not manually edit
760         9260    normal  Koha-run-backups complains "[: 97: missing ]"
761         9890    normal  Fix the new plugin system for package installs
762         10041   normal  Provide a koha-translate script to aid package users on installing translations
763         10094   normal  Koha-list should have an --disabled option
764         10101   normal  Koha-enable error handling
765         10104   normal  Koha-disable error handling
766         10144   normal  Koha-start-zebra error handling
767         10146   normal  Koha-stop-zebra error handling
768         10149   normal  Koha-restart-zebra error handling
769         10150   normal  Koha-email-disable error handling
770         10157   normal  Koha-email-enable error handling
771         10159   normal  Koha-rebuild-zebra error handling
772         9592    minor   Package dependency updates for master
773         9784    minor   Koha-shell missing from koha-common man page
774         9802    minor   Add test case to verify package man pages are well formatted
775         10084   minor   YUI path wrong in CCSR theme with packages
776
777 Patrons
778 ----------
779         207     normal  Display of institutional member's info gives strange information
780         9002    normal  Remove Problematic Logic from Patron Messaging Preferences Form
781         9479    normal  The member notices page does not display dates in the syspref format
782         9556    normal  Changing patron category does not fully update patron messaging preferences
783         9772    normal  Displayed Norwegian chars correctly in the patron category dropdown on the Patrons page
784         9783    normal  Can hit submit twice when adding patrons
785         9917    normal  Routing list tab on patron account should depend on syspref/permission
786         10053   normal  Borrowers.branchcode cannot be null
787         9406    minor   No confirmation displayed after renewing a patron from details page
788         9407    minor   Patrons search should match substrings
789         9484    minor   Userid not generated consistently (different editing pages)
790         9997    minor   Suspected typo in patron self registration code
791         9330    trivial Patron duplication : should duplicate with empty title (salutation field)
792         9981    trivial Sort1 not automatically cleared when duplicating a patron
793
794 Reports
795 ----------
796         6602    normal  Reports dictionary doesn't properly recognize text columns
797         9033    normal  Wide character error in runreport.pl
798         9451    normal  Borrower_stats.pl gives off warnings and is not Plack-compatible
799         9659    normal  Undefined authorised value category yields empty dropdown menu on SQL reports
800         9719    normal  Changing the rows per page on a custom report fails if it has user supplied parameters
801         10110   normal  Problems with diacritics in saved SQL reports
802         9182    trivial Saved reports list : wrong sortable columns
803
804 Searching
805 ----------
806         7507    normal  Audience Subtype limit on Advanced Search does not have all Audiences
807         8984    normal  Zebra does not index some fields in UNIMARC biblio records
808         9049    normal  Rebuild_zebra should not use shadow when called with -r
809         8946    minor   Wrong label and missing values in UNIMARC coded fields advanced search
810         9419    minor   The highlight feature can cause a browser freeze
811         9588    minor   Weighted search query with index
812         9402    trivial Useless letter "v" between 2 <option> tags
813
814 Self checkout
815 ----------
816         9748    minor   Noitemlinks not being enforced
817
818 Serials
819 ----------
820         7608    normal  Manual history is always 'enabled'
821         8896    normal  Delete serials no more missing from missinglist
822         9323    normal  Untranslatable string in serials search
823         9391    normal  Issues on serial collection page no longer show status
824         10183   normal  Serials collection table is displayed with a single pixel before and after
825         9222    minor   Manual history reversed in subscription-detail.pl
826         9229    minor   Branch code instead of name in subscription-detail.pl
827         9947    minor   Creating item for received serial prefills enumchron subfield
828
829 SIP2
830 ----------
831         8039    normal  Self Checkout/SIP: Allow authentication with userid and password
832         9343    minor   SIP doesn't handle debarred date/status correctly
833         8433    trivial Use English not needed in modules not using English
834         9838    trivial SIP tests : fix in 04patron_status.t
835
836 Staff Client
837 ----------
838         9663    normal  Individual bibliographic record "Save" option requires export permission
839         9873    normal  Quiet errors in the log from XSLT.pm
840         9335    minor   Message Log Popups don't disappear?
841         9376    minor   Problem with dateexpiry display in moremember.tt
842         9726    minor   XISBN service throttle not initialized
843         7368    trivial General staff client typo omnibus
844         9179    trivial Incorrect capitalization in serials-collection.pl
845         9382    trivial Bold necessary permissions for staff client access.
846         9397    trivial Error Messages hard to find for Visually Impaired Users (Accessibility) [Returning Items]
847         9398    trivial [ ? ] Link Lacks Context for All General Users (Accessibility) [Contexual Help]
848         9658    trivial Breadcrumb wrong on reports dictionary
849
850 System Administration
851 ----------
852         7596    normal  System preferences editor JavaScript contains untranslatable English string
853         9201    normal  OAI-PMH mapping value cannot be 0
854         10103   minor   UniqueItemFields is missing from sysprefs.sql
855         8163    trivial Click to populate XSLT preferences with "default" or empty values
856
857 Templates
858 ----------
859         6329    normal  Patron categories should show which fields are required
860         8068    normal  Acq stats refers to budgets when it should be funds
861         8278    normal  Replace YUI autocomplete in UNIMARC 210c plugin
862         8986    normal  Batch patron modification template corrections
863         9073    normal  Download option from the cart should match the menu button in lists
864         9108    normal  Add uk/euro date sort filter to pages which require it
865         9172    normal  Move TinyMCE library outside of language-specific directory
866         9284    normal  JavaScript should conform to coding guidelines recommended by JSHint
867         9310    normal  Patron image upload template corrections
868         9443    normal  Use DataTables on MARC frameworks administration page
869         9459    normal  Use DataTables on hold ratios report page
870         9463    normal  Use DataTables on patron sent notices page
871         9554    normal  Single quote in didyoumean
872         9555    normal  Template files contain single quote strings
873         9583    normal  OPAC cart button display problem in Chromium
874         9680    normal  Cart aligned right in CCSR
875         9695    normal  Use alphabet system preference on page used to browse patrons for patron card batches
876         9697    normal  Replace YUI buttons on the patron cards batch edit page with Bootstrap
877         9737    normal  Local Covers sometimes appear then disappear on OPAC Search Results/Lists
878         9766    normal  Remove YUI menu on budget planning page in favor of different column-hiding system
879         9877    normal  Use DataTables on funds administration page
880         9879    normal  Use DataTables on suggestions management page
881         9881    normal  Remove unused tablesorter plugin from offline circulation page
882         9882    normal  Use DataTables on batch modifications pages
883         9887    normal  Use DataTables on circulation page
884         9903    normal  Sort by date broken on patron detail page
885         9904    normal  Link to plugins management should not be in global navigation
886         9905    normal  Use DataTables on calendar page
887         9925    normal  Remove unused table-pager include
888         9945    normal  Pretty icon display in authorised values configuration
889         10023   normal  Degree notation in acq
890         10044   normal  Doubled up paging on order receive
891         10134   normal  Set XSLT usage ON as default, for new Koha installs
892         10145   normal  The acquisition details block is badly placed
893         10153   normal  Patron header search form is too wide
894         10196   normal  Items table partially hidden in marc view in ccsr
895         5648    minor   Icons clumping together
896         8899    minor   Remove unused CSS declarations from staff client CSS
897         9196    minor   Authorities editor overlapping box
898         9215    minor   Non translatable string in manage-marc-import
899         9278    minor   Remove unused OPAC CSS file sanop.css
900         9306    minor   Update  SeparateHoldings  preference descriptions
901         9385    minor   Patron add labels right aligned in chrome
902         9545    minor   Fix Import Marc Bibliographic Framework Text Label
903         9571    minor   Fix width for textareas in Edit Item screen
904         9586    minor   Remove $ENV{DEBUG} info from Member Template
905         9608    minor   White background on header on check in
906         9613    minor   Items namespace missing in XSLT
907         9651    minor   When deleting a fund, button is wrongly labelled with 'Delete this budget'
908         9803    minor   Question mark in cataloging not clearly a link
909         9984    minor   The hold ratios table uses a server-side sort
910         10045   minor   Suggestions refer to budgets, but should be funds
911         10046   minor   Label budget should be fund on invoices page
912         10049   minor   Comments tab shows ( ) instead of ( 0 ) on translated templates
913         10097   minor   Hide framework selection when importing staged authority records
914         10111   minor   Layout on basket summary page a bit inconsistent
915         2835    trivial Inconsistent use of colon at the end of sentences
916         6680    trivial Cart download choices not understandable to patrons
917         9275    trivial Missing '<' closing pharagraph tag
918         9655    trivial Capitalization wrong on 'Close and Print' button in basket groups
919         9952    trivial MARC tab: tab 0 is not translated correctly
920         9957    trivial Missing cancel link on subfield editing page
921         10000   trivial Little typo in intranet-tmpl/prog/en/modules/help/tools/letter.tt: sliip
922         10002   trivial Don't include line breaks in strings that are translated
923         10008   trivial Serials search results 'Opened' tab should be 'Open'
924         10040   trivial Capitalization wrong on alert when deleting subfields from authority frameworks
925         10233   trivial Toolbar background missing from staff client catalogue page
926
927 Test Suite
928 ----------
929         9209    normal  Mocked Koha::Calendar tests
930         8924    minor   Some modules erroneously skipped by 00-load
931
932 Tools
933 ----------
934         5521    normal  Item edit form appears if no items found
935         8745    normal  Disallow rebuild_zebra.pl from executing, when run by root user
936         8977    normal  Printoverdues.sh call an uninitialized variable
937         9360    normal  Clean borrowers tool wording and layout problematic
938         9415    normal  XML catalog export is missing root node
939         9509    normal  BatchMod.pl does not ensure each barcode is unique
940         9605    normal  Rotating collections permissions are wrong
941         10022   normal  Multiple tags moderation doesn't work on translated page
942         9954    minor   CSV profile encoding not selected on editing
943
944 Transaction logs
945 ----------
946         7241    normal  Circulation action logs record biblionumber instead of item number
947
948 translate.koha-community.org
949 ----------
950         8942    normal  Translation process breaks javascript in calendar.inc
951
952 Z39.50 / SRU / OpenSearch Servers
953 ----------
954         9105    normal  Moving Z3950 search code to Breeding.pm
955         10058   normal  Fix unapi for NORMARC
956         9520    minor   Update default LOC Z39.50 target
957
958
959 New sysprefs in 3.12.0-rc2
960 ======================
961
962   * AllowHoldsOnPatronsPossessions
963   * alphabet
964   * DisplayIconsXSLT
965   * DisplayOPACiconsXSLT
966   * FinesIncludeGracePeriod
967   * HTML5MediaEnabled
968   * HTML5MediaExtensions
969   * HighlightOwnItemsOnOPAC
970   * HighlightOwnItemsOnOPACWhich
971   * IDreamBooksReadometer
972   * IDreamBooksResults
973   * IDreamBooksReviews
974   * IntranetNumbersPreferPhrase
975   * ManInvInNoissuesCharge
976   * NotesBlacklist
977   * OPACNumbersPreferPhrase
978   * OpacItemLocation
979   * OpacSeparateHoldings
980   * OpacSeparateHoldingsBranch
981   * PatronSelfRegistrationAdditionalInstructions
982   * Persona
983   * RefundLostItemFeeOnReturn
984   * RenewalSendNotice
985   * RentalsInNoissuesCharge
986   * SCOUserCSS
987   * SCOUserJS
988   * SeparateHoldings
989   * SeparateHoldingsBranch
990   * SocialNetworks
991   * TimeFormat
992   * TrackClicks
993   * UNIMARCAuthorityField100
994   * UNIMARCAuthorsFacetsSeparator
995   * UNIMARCField100Language
996   * UniqueItemFields
997   * UseKohaPlugins
998   * UseQueryParser
999
1000
1001 System requirements
1002 ======================
1003
1004     Important notes:
1005     
1006     * Perl 5.10 is required
1007     * Zebra is required
1008
1009
1010 Documentation
1011 ======================
1012
1013 The Koha manual is maintained in DocBook.The home page for Koha 
1014 documentation is 
1015
1016     http://koha-community.org/documentation/
1017
1018 As of the date of these release notes, only the English version of the
1019 Koha manual is available:
1020
1021     http://manual.koha-community.org/3.12.0/en/
1022
1023 The Git repository for the Koha manual can be found at
1024
1025     http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary
1026
1027
1028 Translations
1029 ======================
1030
1031 Complete or near-complete translations of the OPAC and staff
1032 interface are available in this release for the following languages:
1033
1034
1035   * English (USA)
1036   * Arabic (91%)
1037   * Armenian (94%)
1038   * Chinese (China) (84%)
1039   * Chinese (Taiwan) (94%)
1040   * Danish (100%)
1041   * English (New Zealand) (94%)
1042   * French (91%)
1043   * French (Canada) (61%)
1044   * German (100%)
1045   * German (Switzerland) (94%)
1046   * Greek (56%)
1047   * Italian (95%)
1048   * Norwegian Bokmål (64%)
1049   * Portuguese (93%)
1050   * Portuguese (Brazil) (90%)
1051   * Slovak (99%)
1052   * Spanish (98%)
1053   * Turkish (98%)
1054
1055
1056 Partial translations are available for various other languages.
1057
1058 The Koha team welcomes additional translations; please see
1059
1060     http://wiki.koha-community.org/wiki/Translating_Koha
1061
1062 for information about translating Koha, and join the koha-translate 
1063 list to volunteer:
1064
1065     http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate
1066
1067 The most up-to-date translations can be found at:
1068
1069     http://translate.koha-community.org/
1070
1071
1072 Release Team
1073 ======================
1074
1075 The release team for Koha 3.12 is
1076
1077   Release Manager:       Jared Camins-Esakov <jcamins@cpbibliography.com>
1078   Documentation Manager: Nicole C Engard <nengard@gmail.com>
1079   Installation Documentation Manager: Mason James <mtj@kohaaloha.com>
1080   Translation Manager:   Ruth Bavousett <druthb@bywatersolutions.com>
1081   QA Manager:            Katrin Fischer <Katrin.Fischer@bsz-bw.de>
1082   QA Team:               Marcel de Rooy <M.de.Rooy@rijksmuseum.nl>,
1083                          Elliott Davis <elliott@bywatersolutions.com>,
1084                          Jonathan Druart <jonathan.druart@biblibre.com>,
1085                          Mason James <mtj@kohaaloha.com>
1086                          Paul Poulain <paul.poulain@biblibre.com>
1087   Bug Wranglers:         Magnus Enger <magnus@enger.priv.no>,
1088                          Chris Hall
1089                          Mirko Tietgen
1090                          Marc Veron
1091   Packaging Manager:     Robin Sheat <robin@catalyst.net.nz>
1092   Live CD Manager:       Vimal Kumar V.
1093
1094   Release Maintainer (3.6.x): Liz Rea <lrea@catalyst.net.nz>
1095   Release Maintainer (3.8.x): Chris Cormack <chrisc@catalyst.net.nz>
1096   Release Maintainer (3.10.x): Chris Cormack <chrisc@catalyst.net.nz>
1097
1098
1099 Credits
1100 ======================
1101
1102 We thank the following libraries who are known to have sponsored
1103 new features in Koha 3.12.0-rc2:
1104   * Arcadia Public Library
1105   * Athens County Public Libraries
1106   * BdP de la Meuse
1107   * Brooklyn Law School Library
1108   * Central Kansas Library System (CKLS), Plum Creek Library System and Washoe County Library System
1109   * Corpus Christi Public Libraries
1110   * KEEP SOLUTIONS
1111   * Library of the Józef Piłsudski Institute of America
1112   * Los Gatos Public Library and Harrison Carmel Public Library
1113   * North Central Regional Library (NCRL)
1114   * Northeast Kansas Library System (NEKLS)
1115   * Rolling Hills Consolidated Libraries
1116   * software.coop
1117   * Talking Tech
1118   * Universidad Nacional de Córdoba
1119   * Université d'Aix-Marseille
1120   * Université de Lyon 3
1121   * Université de Rennes 2
1122   * Université de St Etienne
1123   * VOKAL
1124   * Washoe County Library System
1125
1126 We thank the following individuals who contributed patches to Koha 3.12.0-rc2.
1127   *     33      Tomas Cohen Arazi
1128   *      1      Alex Arnaud
1129   *      1      Edmund Balnaves
1130   *      1      Stefano Bargioni
1131   *      4      D Ruth Bavousett
1132   *    613      Jared Camins-Esakov
1133   *      9      Colin Campbell
1134   *      1      Barry Cannon
1135   *      7      Galen Charlton
1136   *     17      David Cook
1137   *     29      Chris Cormack
1138   *      4      Christophe Croullebois
1139   *      2      Hugh Davenport
1140   *      1      Elliott Davis
1141   *      2      Stéphane Delaune
1142   *      1      Frédéric Demians
1143   *      1      Srikanth Dhondi
1144   *     87      Jonathan Druart
1145   *     24      Nicole Engard
1146   *     18      Magnus Enger
1147   *     13      Vitor FERNANDES
1148   *     24      Katrin Fischer
1149   *      3      Corey Fuimaono
1150   *      3      Michael Hafen
1151   *      1      Chris Hall
1152   *     78      Kyle M Hall
1153   *      2      Kristina D.C. Hoeppner
1154   *      1      Rolando Isidoro
1155   *      6      Mason James
1156   *      3      Srdjan Jankovic
1157   *      5      Peter Crellan Kelly
1158   *     21      Bernardo Gonzalez Kriegel
1159   *    187      Owen Leonard
1160   *     32      Julian Maurice
1161   *      1      Melia Meggs
1162   *      1      Matthias Meusburger
1163   *      4      Sophie Meynieux
1164   *      1      Nadia Nicolaides
1165   *      1      Chris Nighswonger
1166   *      7      Dobrica Pavlinusic
1167   *      1      Maxime Pelletier
1168   *      1      Fred Pierre
1169   *     18      Paul Poulain
1170   *      7      Karam Qubsi
1171   *      1      Romina Racca
1172   *      3      MJ Ray
1173   *     15      Liz Rea
1174   *      1      Thatcher Rea
1175   *      2      Martin Renvoize
1176   *     37      Marcel de Rooy
1177   *     53      Fridolyn SOMERS
1178   *      9      Mathieu Saby
1179   *     16      Adrien Saurat
1180   *     16      Robin Sheat
1181   *      1      Will Stokes
1182   *      1      ByWater Migration Support
1183   *      1      Zeno Tajoli
1184   *      3      Lyon3 Team
1185   *      5      Mirko Tietgen
1186   *      1      Mark Tompsett
1187   *      1      Ed Veal
1188   *      2      Marc Veron
1189   *      2      Aaron Wells
1190   *      1      Jen Zajac
1191   *      1      koha-preprod
1192
1193 We thank the following companies who contributed patches to Koha 3.12.0-rc2
1194   *     187 ACPL                                                                                          
1195   *      24 BSZ BW                                                                                         
1196   *     218 BibLibre                                                                                    
1197   *      11 BigBallOfWax                                                                          
1198   *     106 ByWater-Solutions                                                                   
1199   *     613 C & P Bibliography                                                                    
1200   *      65 Catalyst                                                                                 
1201   *       7 Equinox                                                                                   
1202   *       1 Foundations                                                                              
1203   *       6 KohaAloha                                                                                  
1204   *       1 Libeo                                                                                       
1205   *       1 Libeo                                                                                          
1206   *      18 Libriotech                                                                                 
1207   *      11 PTFS-Europe                                                                              
1208   *      18 Prosentient Systems
1209   *      37 Rijksmuseum                                                                               
1210   *       3 Software.coop                                                                             
1211   *       1 Tamil                                                                                           
1212   *       3 Université Jean Moulin Lyon 3
1213   *       9 Université Rennes 2
1214   *       5 abunchofthings.net
1215   *       1 cineca.it
1216   *       2 davenport.net.nz
1217   *       1 di.unc.edu.ar
1218   *      13 keep.pt
1219   *       1 oslo.ie
1220   *       1 pusc.it
1221   *       7 rot13.org                                                                                      
1222   *       1 smfpl.org
1223   *       3 tech.washk12.org
1224   *      72 unidentified
1225   *       2 veron.ch
1226
1227 We also especially thank the following individuals who tested patches
1228 for Koha 3.12.0-rc2.
1229   *       1 Koha Team Lyon 3
1230   *       4 Pierre Angot
1231   *      10 Tomas Cohen Arazi
1232   *       5 Leila Arkab
1233   *       1 Larry Baerveldt
1234   *       1 Bob Birchall
1235   *       2 Nora Blake
1236   *       3 Brendan
1237   *       2 Broust
1238   *       1 Corinne Bulac
1239   *    1057 Jared Camins-Esakov
1240   *       1 Colin Campbell
1241   *      36 Galen Charlton
1242   *      10 David Cook
1243   *     124 Chris Cormack
1244   *       3 Hugh Davenport
1245   *      31 Elliott Davis
1246   *       4 Frédéric Demians
1247   *       2 Srikanth Dhondi
1248   *     251 Jonathan Druart
1249   *       1 Jonathan Druarth
1250   *       1 Frédéric Durand
1251   *       4 Frederic Durand
1252   *      32 Nicole C. Engard
1253   *      14 Magnus Enger
1254   *       1 Vitor FERNANDES
1255   *       1 Vitor Fernandes
1256   *     382 Katrin Fischer
1257   *     141 Kyle M Hall
1258   *       2 Claire Hernandez
1259   *       3 Rolando Isodoro
1260   *      35 Mason James
1261   *     133 Bernardo Gonzalez Kriegel
1262   *     103 Owen Leonard
1263   *       7 Julian Maurice
1264   *      26 Melia Meggs
1265   *       1 Sophie Meynieux
1266   *       1 Pascale Nalon
1267   *      19 Chris Nighswonger
1268   *       3 Dobrica Pavlinusic
1269   *      80 Paul Poulain
1270   *       2 Karam Qubsi
1271   *       3 MJ Ray
1272   *      19 Liz Rea
1273   *       1 Martin Renvoize
1274   *      77 Marcel de Rooy
1275   *       1 M. de Rooy
1276   *       2 Fridolyn SOMERS
1277   *       1 Marc Sabin
1278   *      10 Mathieu Saby
1279   *       1 Adrien Saurat
1280   *       8 Robin Sheat
1281   *       2 Delaye Stephane
1282   *       1 Zeno Tajoli
1283   *      20 Mirko Tietgen
1284   *       1 Ed Veal
1285   *      12 Marc Veron
1286   *       2 Cedric Vita
1287   *       2 Ian Walls
1288   *       3 koha.aixmarseille
1289   *       3 mathieu saby
1290   *       2 wajasu
1291
1292 We regret any omissions.  If a contributor has been inadvertently missed,
1293 please send a patch against these release notes to 
1294 koha-patches@lists.koha-community.org.
1295
1296
1297 Revision control notes
1298 ======================
1299
1300 The Koha project uses Git for version control.  The current development 
1301 version of Koha can be retrieved by checking out the master branch of 
1302
1303     git://git.koha-community.org/koha.git
1304
1305 The branch for this version of Koha and future bugfixes in this release line is 3.12-master.
1306
1307
1308 Bugs and feature requests
1309 ======================
1310
1311 Bug reports and feature requests can be filed at the Koha bug
1312 tracker at
1313
1314     http://bugs.koha-community.org/
1315
1316
1317 He rau ringa e oti ai.
1318 (Many hands finish the work)
1319
1320 ##### Autogenerated release notes updated last on 16 May 2013 02:09:47 Z #####