[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-10-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 Martin Renvoize changed: What|Removed |Added Status|Pushed to Stable|RESOLVED

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-10-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 Fridolin SOMERS changed: What|Removed |Added CC|

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-10-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 Martin Renvoize changed: What|Removed |Added Status|Pushed to Master|Pushed to Stable ---

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-10-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 --- Comment #16 from Jonathan Druart --- I have *not* run the whole test suite locally to make sure everything was ok. -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-10-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 --- Comment #15 from Jonathan Druart --- Created attachment 79889 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79889=edit Bug 21133: [18.05.x] Fix use statements order Basically the idea is: 1. Undefined

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-10-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 --- Comment #14 from Jonathan Druart --- Bug 21396 has been pushed to 18.05.x and tests are failing: Undefined subroutine ::Items::ModZebra called at /home/vagrant/kohaclone/C4/Items.pm line 302. This error can be fixed with

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-08-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 --- Comment #13 from Jonathan Druart --- (In reply to Victor Grousset/tuxayo from comment #12) > (In reply to Martin Renvoize from comment #11) > > This one is somewhat of a nightmare to backport. I'm going to hold off and > > see

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-08-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 --- Comment #12 from Victor Grousset/tuxayo --- (In reply to Martin Renvoize from comment #11) > This one is somewhat of a nightmare to backport. I'm going to hold off and > see if there are any side effects in master before

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 Martin Renvoize changed: What|Removed |Added CC|

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 Bug 21133 depends on bug 21087, which changed state. Bug 21087 Summary: Patron's password is hashed twice when the object is saved https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21087 What|Removed

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-08-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 --- Comment #10 from Tomás Cohen Arazi --- Follow-up pushed as well, thanks Jonathan! -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-07-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 Victor Grousset/tuxayo changed: What|Removed |Added CC|

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-07-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 --- Comment #9 from Jonathan Druart --- Created attachment 77345 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77345=edit Bug 21133: Fix use statements order Basically the idea is: 1. Undefined subroutine

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-07-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 Jonathan Druart changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-07-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 --- Comment #8 from Jonathan Druart --- I am fixing this, in tests. Basically the idea is: 1. Undefined subroutine ::Items::ModZebra called at /home/vagrant/kohaclone/C4/Items.pm line 302. => Then use C4::Items before C4::Biblio

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-07-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 --- Comment #7 from Jonathan Druart --- We broke some tests with this patch, it adds circular dependencies. koha_1 | Undefined subroutine ::Items::ModZebra called at /kohadevbox/koha/C4/Items.pm line 302. koha_1 |

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-07-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 Tomás Cohen Arazi changed: What|Removed |Added Attachment #77341|0 |1 is obsolete|

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-07-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 Tomás Cohen Arazi changed: What|Removed |Added Status|Passed QA |Pushed to Master ---

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-07-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 Tomás Cohen Arazi changed: What|Removed |Added QA Contact|testo...@bugs.koha-communit |tomasco...@gmail.com

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-07-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 Tomás Cohen Arazi changed: What|Removed |Added Status|Signed Off |Passed QA -- You are

[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

2018-07-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133 Tomás Cohen Arazi changed: What|Removed |Added Summary|Missing use C4::Accountz|Missing use