[Koha-bugs] [Bug 17047] Mana Knowledge Base : share data

2017-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047

--- Comment #160 from Alex Buckley  ---
Hi 

I am in the process of testing bug 18618 on kohadevbox and I installed the Mana
server by following the steps outlined here:
http://git.biblibre.com/biblibre/koha-mana/blob/master/README.md

I then applied the patches attached to bug 17047, changed the $MANA_IP address
to http://localhost:5000 because I am using a local instance Mana server.

Then when I tried to submit the form for creating a Mana token, the form is not
returning a security token instead it is returning the following error when I
display the outcome of the result js object in activatemana.js:

({msg:"An error occurred, mana server returned: URL must be absolute",
code:400})

Does anyone have idea as to the reason why the /cgi-bin/koha/svc/mana/getToken
is not successfully returning a security token?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 19016] Add a script to fix corrupted data

2017-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016

Michael Kuhn  changed:

   What|Removed |Added

 CC||m...@adminkuhn.ch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15752] Automatically switch from circulation to new patron when a cardnumber is scanned

2017-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15752

Katrin Fischer  changed:

   What|Removed |Added

Summary|Automatically switch patron |Automatically switch from
   |during circulation  |circulation to new patron
   ||when a cardnumber is
   ||scanned

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10105] Gate register module

2017-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10105

--- Comment #14 from Michael  ---
I am working on it , but it will take much time as i am new in perl programming
and my first contribution in Koha development , 4 months estimated time until
finish.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10105] Gate register module

2017-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10105

Michael  changed:

   What|Removed |Added

   Assignee|indr...@l2c2.co.in  |michael.r.ge...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 19328] Internal server error because of missing currency

2017-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19328

--- Comment #3 from Marc Véron  ---
Seems to be a regression.

Oh, there are more candidates for Internal server errors, maybe to be
investigated / fixed in a separate bug:

git grep 'Currencies->get_active'

C4/Biblio.pm:my $active_currency =
Koha::Acquisition::Currencies->get_active;
C4/Overdues.pm:my $active_currency =
Koha::Acquisition::Currencies->get_active;
Koha/Number/Price.pm:my $currency=
Koha::Acquisition::Currencies->get_active;
about.pl:my $warnNoActiveCurrency = (! defined
Koha::Acquisition::Currencies->get_active);
acqui/acqui-home.pl:my $cur = Koha::Acquisition::Currencies->get_active;
acqui/addorder.pl:my $currency =
Koha::Acquisition::Currencies->get_active;
acqui/addorderiso2709.pl:my $active_currency =
Koha::Acquisition::Currencies->get_active;
acqui/basket.pl:my $active_currency =
Koha::Acquisition::Currencies->get_active;
acqui/invoice.pl:currency =>
Koha::Acquisition::Currencies->get_active,
acqui/neworderempty.pl:my $active_currency =
Koha::Acquisition::Currencies->get_active;
admin/aqbudgetperiods.pl:my $active_currency =
Koha::Acquisition::Currencies->get_active;
admin/aqbudgets.pl:my $active_currency =
Koha::Acquisition::Currencies->get_active;
admin/aqplan.pl:my $active_currency =
Koha::Acquisition::Currencies->get_active;
admin/preferences.pl:my $active_currency =
Koha::Acquisition::Currencies->get_active;
opac/opac-account-pay-paypal-return.pl:my $active_currency =
Koha::Acquisition::Currencies->get_active;
opac/opac-account-pay.pl:my $active_currency =
Koha::Acquisition::Currencies->get_active;
opac/sco/sco-main.pl:if ( my $active_currency =
Koha::Acquisition::Currencies->get_active ) {
t/db_dependent/Koha/Acquisition/Currencies.t:my $active_currency =
Koha::Acquisition::Currencies->get_active;
t/db_dependent/MungeMarcPrice.t:my $active_currency =
Koha::Acquisition::Currencies->get_active;

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 10105] Gate register module

2017-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10105

Michael  changed:

   What|Removed |Added

 CC||michael.r.ge...@gmail.com
 Status|ASSIGNED|NEW

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 19328] Internal server error because of missing currency

2017-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19328

Marc Véron  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
Version|17.05   |master

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 19328] Internal server error because of missing currency

2017-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19328

--- Comment #2 from Marc Véron  ---
Created attachment 67179
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67179=edit
Bug 19328 - Internal server error because of missing currency

This patch fixes internal server errors because of missing active currency
in files aqbudgetperiods.pl, aqbudgets.pl and aqplan.pl.

To reproduce:
- Make sure that no active currency is defined. You can undefine the active
  currency in Administration->Currencies and exchange rates
- Try to go to Administration->Budgets and Admistration->Funds
Result: Internal server error

To test:
- Apply patch
- Restart plack
- Try to reproduce issue, it should no longer occur. There should be a
  yellow message box "No active currency is defined"
- From Administration-> Budgets administration try to edit a fund and go to
  "Planning". Verify that the message box appears here as well.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 19328] Internal server error because of missing currency

2017-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19328

Marc Véron  changed:

   What|Removed |Added

 CC||ve...@veron.ch
   Assignee|koha-b...@lists.koha-commun |ve...@veron.ch
   |ity.org |

--- Comment #1 from Marc Véron  ---
Confirmed on current master.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 19330] Selenium test for Tool module functionality

2017-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19330

Alex Buckley  changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 19330] Selenium test for Tool module functionality

2017-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19330

--- Comment #1 from Alex Buckley  ---
Created attachment 67178
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67178=edit
Bug 19330 - Selenium test for Tools module

This test tests the following functionality in the tools module:
* Create patron list
* Create patron club  template
* Create patron club
* Create notice
* Create overdue notice and status trigger
* Create patron card batch
* Create patron card text layout
* Create patron card template
* Set holidays with calendar
* Create CSV profile
* View logs
* Create news item
* Add new quote

Test plan (this test plan includes how to install Selenium as well as how to
run this test, for the benefit of people who have not got
Selenium installed on their machines):

1. wget
https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar

2. vim /etc/apt/sources.list.d/firefox.list

3. Paste into the file:
deb http://packages.linuxmint.com debian import

4. sudo apt-get update

5. sudo apt-get install firefox

6. sudo apt-get install xvfb

7. Set the SELENIUM_PATH vartiable:
SELENIUM_PATH=/home/vagrant//selenium-server-standalone-2.53.0.jar

8. Xvfb :1 -screen 0 1024x768x24 2>&1 >/dev/null &

9. DISPLAY=:1 java -jar $SELENIUM_PATH

Note: This will start up the selenium server. Everytime you want to
shutdown this terminal window and want to restart Selenium just run the
step

9 command to restart the Selenium server

10. Open a new terminal window and write in:
git clone https://github.com/gempesaw/Selenium-Remote-Driver --branch
build/master --single-branch --depth 1

11. cd Selenium-Remote-Driver

12. perl Makefile.PL

13. make

14. make test

15. sudo make install

16. Now everything is installed and you can et up for running the
selenium tests

17. Create a superlibrarian user with the username koha and password
koha

18. If your usual port configuration for the intranet and OPAC is
8081 and 8080 respectively then set the staffClientBaseURL and
OPACBaseURL system preferences to localhost:8080 and localhost:80 respectively

19. sudo koha-shell 

20. perl t/db_dependent/selenium/tools_workflow.t

21. The test should pass.
Note: The time_diff comments in the test output showing what the
test is doing

Note: If you have issues with installing Selenium and
Selenium::Remote::Driver please write a comment on the bug report
and I will be more than happy to create a screencapture video showing all
the steps

Sponsored-By: Catalyst IT

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 19330] New: Selenium test for Tool module functionality

2017-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19330

Bug ID: 19330
   Summary: Selenium test for Tool module functionality
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: ASSIGNED
  Severity: enhancement
  Priority: P5 - low
 Component: Test Suite
  Assignee: alexbuck...@catalyst.net.nz
  Reporter: alexbuck...@catalyst.net.nz
QA Contact: testo...@bugs.koha-community.org

The test for this bug report will test the following functionality:

* Create patron list
* Create patron club  template
* Create patron club
* Create notice
* Create overdue notice and status trigger
* Create patron card batch
* Create patron card text layout
* Create patron card template
* Set holidays with calendar 
* Create CSV profile
* View logs
* Create news item
* Add new quote

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/