This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".
The branch, master has been updated
via b61782f1e78c771d66351b380755182e111eaf81 (commit)
via e835e03ccf1c7f8cf9f2e9949d2d19889c3610a5 (commit)
via cb28aa454a4c97d0dcf7772d13dfb14635596291 (commit)
via b9ae37ae38886a1b37293f7238302a5300d86087 (commit)
via 46a2585b01255b4257ccb6ca4617e341b0bbb301 (commit)
via a18819f408b1d9051ae181b5f6098853ec41fa32 (commit)
via a04b5f0849027f8f37e641c1ef738d8bb1cee3d4 (commit)
via 78da33100def3b478d68cec25109449cc239597d (commit)
from 1ea3465d30b1b0fcd12a5592ce5a4c34a9a58462 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b61782f1e78c771d66351b380755182e111eaf81
Author: Jonathan Druart <[email protected]>
Date: Tue Jun 16 17:39:16 2015 +0200
Bug 14253: (follow-up) Same fix for the basket page
Signed-off-by: Jonathan Druart <[email protected]>
Signed-off-by: Tomas Cohen Arazi <[email protected]>
commit e835e03ccf1c7f8cf9f2e9949d2d19889c3610a5
Author: Katrin Fischer <[email protected]>
Date: Tue Jun 9 03:01:08 2015 +0200
Bug 14253: Acq - notify borrowers popup needs to allow scrolling
The 'notify on receiving' patron search on the new order form
in acquisitions didn't allow you to scroll, so there was no
way to select users from the bottom of a longer result list.
To test:
- Create a new order in acquisitions
- On the order form, use the 'Add user' button to open
the popup
- Perform a patron research with a lot of results
- Verify that with the patch you can scroll, but
that you couldn't without it
Signed-off-by: Mirko Tietgen <[email protected]>
without patch: no scroll bar in Firefox 38
with patch: scrolling works fine
Signed-off-by: Jonathan Druart <[email protected]>
Signed-off-by: Tomas Cohen Arazi <[email protected]>
commit cb28aa454a4c97d0dcf7772d13dfb14635596291
Author: Mark Tompsett <[email protected]>
Date: Tue Jun 16 04:39:31 2015 +0000
Bug 5025: discrepancy between opac doc-head-open.inc and staff
doc-head-open.inc
http://library.debiankoha.ca/cgi-bin/koha/errors/400.pl
http://library.debiankoha.ca/cgi-bin/koha/errors/401.pl
http://library.debiankoha.ca/cgi-bin/koha/errors/402.pl
http://library.debiankoha.ca/cgi-bin/koha/errors/403.pl
http://library.debiankoha.ca/cgi-bin/koha/errors/404.pl
http://library.debiankoha.ca/cgi-bin/koha/errors/500.pl
http://library.debiankoha.ca/cgi-bin/koha/ilsdi.pl
Set OpacMaintenance to "Show" in the Staff client system preferences.
http://library.debiankoha.ca/cgi-bin/koha/maintenance.pl
Set OpacMaintenance to "Don't show" in the Staff client system preferences.
http://library.debiankoha.ca/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=5390
http://library.debiankoha.ca/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=5390
Log into OPAC Client
http://library.debiankoha.ca/cgi-bin/koha/opac-account.pl
http://library.debiankoha.ca/cgi-bin/koha/opac-search.pl
-- This is actually the advanced search.
FIXME: Don't know how to trigger opac-alert-subscribe.tt
FIXME: Don't know how to trigger opac-auth-MARCdetail.tt
FIXME: Don't know how to trigger opac-auth-detail.tt
FIXME: Don't know how to trigger opac-auth.tt
Click 'Authority search' in OPAC
Click 'Submit'
Search for something in the catalog
Click 'Select all'
Change 'With selected titles:' drop down to 'cart'
View the cart.
Click 'Send'
Click 'Cancel'
Click 'Download'
Click 'Cancel'
Close cart window
Search for something in the catalog
Select 'Select all'
Change 'With selected titles:' drop down to '[ New List ]'
Save the list
Click 'Lists'
Click the list you saved
Click 'Download list'
Click 'Cancel'
Click 'Send list'
Click 'Cancel'
Copy the URL from download list and remove the '&context=modal'
Click 'Cancel'
http://library.debiankoha.ca/cgi-bin/koha/opac-blocked.pl
http://library.debiankoha.ca/cgi-bin/koha/opac-browser.pl
FIXME: Don't know how to trigger opac-course-details.tt
http://library.debiankoha.ca/cgi-bin/koha/opac-course-reserves.pl
http://library.debiankoha.ca/cgi-bin/koha/opac-detail.pl?biblionumber=5336
FIXME: Don't know how to trigger opac-full-serial-issues.tt
http://library.debiankoha.ca/cgi-bin/koha/opac-imageviewer.pl
http://library.debiankoha.ca/cgi-bin/koha/opac-main.pl
Click on the user name in the top area.
Click the 'your personal details' tab.
Change the birth date.
Click 'Submit'
http://library.debiankoha.ca/cgi-bin/koha/opac-messaging.pl
http://library.debiankoha.ca/cgi-bin/koha/opac-overdrive-search.pl
Click on the user name in the top area.
Click the 'change your password' tab.
Set OPACPrivacy to "Allow" in the Staff client system preferences.
Refresh OPAC page
click on the user name in the top area.
Click the 'your privacy' tab.
Click the 'your reading history' tab.
Change the PatronSelfRegistration to "Allow" in the Staff client system
preferences.
Change the PatronSelfRegistrationCategory to "PT" or some other valid
patron category code.
Change the PatronSelfRegistrationAdditionalInstructions to something.
Refresh OPAC page
Log out
Click the 'Register Here' link.
Signed-off-by: Bernardo Gonzalez Kriegel <[email protected]>
Tested most pages, inspected all of them.
No errors
Signed-off-by: Jonathan Druart <[email protected]>
Signed-off-by: Tomas Cohen Arazi <[email protected]>
commit b9ae37ae38886a1b37293f7238302a5300d86087
Author: Jonathan Druart <[email protected]>
Date: Thu Jun 18 18:14:36 2015 +0200
Bug 11804: Remove references to circ-menu.tt
Signed-off-by: Jonathan Druart <[email protected]>
Signed-off-by: Tomas Cohen Arazi <[email protected]>
commit 46a2585b01255b4257ccb6ca4617e341b0bbb301
Author: Katrin Fischer <[email protected]>
Date: Sat Jun 6 13:03:43 2015 +0200
Bug 11804: Remove unused circ-menu.tt
The formerly used circ-menu.tt is no longer referenced in the
templates and can be removed.
To test:
- Verify all tabs in the patron account still work as
they should.
- git grep circ-menu.tt
Signed-off-by: Bernardo Gonzalez Kriegel <[email protected]>
No problems on patron pages, no more circ-menu.tt
No errors
Signed-off-by: Jonathan Druart <[email protected]>
Signed-off-by: Tomas Cohen Arazi <[email protected]>
commit a18819f408b1d9051ae181b5f6098853ec41fa32
Author: Tomas Cohen Arazi <[email protected]>
Date: Mon Jun 22 16:40:57 2015 -0300
Bug 7793: DBRev 3.21.00.010
Signed-off-by: Tomas Cohen Arazi <[email protected]>
commit a04b5f0849027f8f37e641c1ef738d8bb1cee3d4
Author: Kyle M Hall <[email protected]>
Date: Fri Mar 20 08:15:41 2015 -0400
Bug 7793: Simplify db update
Since message_id is not linked to anything else in the database, we
can ensure the message_id's are unique by simply dropping the column
and recreating it.
Signed-off-by: Bernardo Gonzalez Kriegel <[email protected]>
Signed-off-by: Jonathan Druart <[email protected]>
Signed-off-by: Tomas Cohen Arazi <[email protected]>
commit 78da33100def3b478d68cec25109449cc239597d
Author: Olli-Antti Kivilahti <[email protected]>
Date: Tue Feb 24 19:00:23 2015 +0200
Bug 7793: redefine the field message_id as PRIMARY KEY of message_queue
Making message_queue work nicely with DBIx.
DROP the existing KEY and replace with an PRIMARY KEY.
If somebody has managed to get duplicate message_ids in his/her
message_queue-table, this patch takes care of them as well, but givin
all duplicate message_id's a new id.
TEST INSTRUCTIONS: in the patch.
Signed-off-by: Jonathan Druart <[email protected]>
Signed-off-by: Kyle M Hall <[email protected]>
Signed-off-by: Jonathan Druart <[email protected]>
Amended patch: Remove change to Koha/Schema/Result/MessageQueue.pm, will
be done by the RM
Signed-off-by: Tomas Cohen Arazi <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
Koha.pm | 2 +-
Koha/Schema/Result/MessageQueue.pm | 16 +++-
installer/data/mysql/kohastructure.sql | 2 +-
installer/data/mysql/updatedatabase.pl | 14 +++
.../intranet-tmpl/prog/en/includes/circ-menu.tt | 100 --------------------
.../intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +-
.../prog/en/modules/acqui/neworderempty.tt | 2 +-
.../bootstrap/en/includes/doc-head-close.inc | 1 -
.../bootstrap/en/includes/doc-head-open.inc | 1 -
.../opac-tmpl/bootstrap/en/modules/errors/400.tt | 3 +-
.../opac-tmpl/bootstrap/en/modules/errors/401.tt | 3 +-
.../opac-tmpl/bootstrap/en/modules/errors/402.tt | 3 +-
.../opac-tmpl/bootstrap/en/modules/errors/403.tt | 5 +-
.../opac-tmpl/bootstrap/en/modules/errors/404.tt | 3 +-
.../opac-tmpl/bootstrap/en/modules/errors/500.tt | 3 +-
koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt | 4 +-
.../opac-tmpl/bootstrap/en/modules/maintenance.tt | 2 +-
.../bootstrap/en/modules/opac-ISBDdetail.tt | 3 +-
.../bootstrap/en/modules/opac-MARCdetail.tt | 3 +-
.../opac-tmpl/bootstrap/en/modules/opac-account.tt | 3 +-
.../bootstrap/en/modules/opac-addbybiblionumber.tt | 2 +-
.../bootstrap/en/modules/opac-advsearch.tt | 3 +-
.../bootstrap/en/modules/opac-alert-subscribe.tt | 3 +-
.../bootstrap/en/modules/opac-auth-MARCdetail.tt | 3 +-
.../bootstrap/en/modules/opac-auth-detail.tt | 3 +-
.../opac-tmpl/bootstrap/en/modules/opac-auth.tt | 4 +-
.../bootstrap/en/modules/opac-authorities-home.tt | 3 +-
.../en/modules/opac-authoritiessearchresultlist.tt | 3 +-
.../opac-tmpl/bootstrap/en/modules/opac-basket.tt | 2 +-
.../opac-tmpl/bootstrap/en/modules/opac-blocked.tt | 2 +-
.../opac-tmpl/bootstrap/en/modules/opac-browser.tt | 3 +-
.../bootstrap/en/modules/opac-course-details.tt | 2 +-
.../bootstrap/en/modules/opac-course-reserves.tt | 2 +-
.../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 3 +-
.../bootstrap/en/modules/opac-downloadcart.tt | 3 +-
.../bootstrap/en/modules/opac-downloadshelf.tt | 3 +-
.../en/modules/opac-full-serial-issues.tt | 3 +-
.../bootstrap/en/modules/opac-imageviewer.tt | 2 +-
.../opac-tmpl/bootstrap/en/modules/opac-main.tt | 2 +-
.../modules/opac-memberentry-update-submitted.tt | 2 +-
.../bootstrap/en/modules/opac-memberentry.tt | 2 +-
.../bootstrap/en/modules/opac-messaging.tt | 3 +-
.../bootstrap/en/modules/opac-overdrive-search.tt | 2 +-
.../opac-tmpl/bootstrap/en/modules/opac-passwd.tt | 3 +-
.../opac-tmpl/bootstrap/en/modules/opac-privacy.tt | 3 +-
.../bootstrap/en/modules/opac-readingrecord.tt | 2 +-
.../en/modules/opac-registration-confirmation.tt | 2 +-
.../en/modules/opac-registration-email-sent.tt | 2 +-
.../en/modules/opac-registration-invalid.tt | 2 +-
.../opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 +-
.../bootstrap/en/modules/opac-results-grouped.tt | 4 +-
.../opac-tmpl/bootstrap/en/modules/opac-results.tt | 4 +-
.../opac-tmpl/bootstrap/en/modules/opac-review.tt | 2 +-
.../bootstrap/en/modules/opac-search-history.tt | 2 +-
.../bootstrap/en/modules/opac-sendbasketform.tt | 3 +-
.../bootstrap/en/modules/opac-sendshelfform.tt | 3 +-
.../bootstrap/en/modules/opac-serial-issues.tt | 3 +-
.../bootstrap/en/modules/opac-shareshelf.tt | 3 +-
.../opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 3 +-
.../bootstrap/en/modules/opac-showmarc.tt | 2 +-
.../bootstrap/en/modules/opac-showreviews.tt | 3 +-
.../bootstrap/en/modules/opac-suggestions.tt | 5 +-
.../opac-tmpl/bootstrap/en/modules/opac-tags.tt | 3 +-
.../bootstrap/en/modules/opac-tags_subject.tt | 2 +-
.../bootstrap/en/modules/opac-topissues.tt | 3 +-
.../opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +-
.../opac-tmpl/bootstrap/en/modules/sco/help.tt | 3 +-
.../bootstrap/en/modules/sco/printslip.tt | 2 +-
.../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 3 +-
.../bootstrap/en/modules/svc/suggestion.tt | 3 +-
members/boraccount.pl | 1 -
members/pay.pl | 1 -
members/paycollect.pl | 2 -
73 files changed, 133 insertions(+), 180 deletions(-)
delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt
hooks/post-receive
--
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits