[Koha-bugs] [Bug 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2023-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

--- Comment #40 from Katrin Fischer  ---
Any update on this one?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2023-01-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Martin Renvoize  changed:

   What|Removed |Added

 CC||martin.renvoize@ptfs-europe
   ||.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-03-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Jonathan Druart  changed:

   What|Removed |Added

 CC||jonathan.druart+koha@gmail.
   ||com

--- Comment #39 from Jonathan Druart  ---
After dicsussion at the hackfest

BibLibre:
* Squash + clear (perltidy) patches and changes
* Test the Koha patches (ie. fix it as it do not work)
  DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st
execute failed: Field 'biblionumber1' doesn't have a default value at
/kohadevbox/koha/Koha/Object.pm line 170
* Make sure the PR in up-to-date on gitlab
* Write release notes + doc + test plan (provide title to get relevant
suggestions)
* exportemail + securitytoken => Why?
* Route shouldn't be ".json"

Joubu:
* Improve DB structure (biblionumberX)
* Remove/Adjust Koha::Utils methods + Koha::Biblio->normalize_isbn, etc.
* Remove useless tests
* Test new Koha code with prod/old server code (to make sure we won't introduce
regression when upgrading the server)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-03-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

--- Comment #38 from Alex Arnaud  ---
Created attachment 132691
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132691=edit
Bug 18618: Update database

create the atomicupdate file

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-03-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Alex Arnaud  changed:

   What|Removed |Added

 Attachment #130735|0   |1
is obsolete||
 Attachment #130736|0   |1
is obsolete||
 Attachment #130737|0   |1
is obsolete||
 Attachment #130738|0   |1
is obsolete||
 Attachment #130739|0   |1
is obsolete||
 Attachment #130740|0   |1
is obsolete||
 Attachment #130741|0   |1
is obsolete||
 Attachment #130742|0   |1
is obsolete||
 Attachment #130743|0   |1
is obsolete||
 Attachment #130744|0   |1
is obsolete||

--- Comment #37 from Alex Arnaud  ---
Created attachment 132690
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132690=edit
Bug 18618: Mana readings pairs

- There are 2 differents scripts:
misc/cronjobs/mana_send_pairs.pl -> please use it if Mana is installed
misc/cronjobs/mana_send_pairs_without_mana.pl -> designed to work if mana isn't
enabled

- Both of scripts anonymize the datas and send them to mana.

Bug 18618: Mana - Add reading suggestion

There is now a module to get suggestions from Mana.

- It is activated by default on Mana.
- When you browse on a notice, there is now a tab called "Suggestions"
- On click on the tab, it will check in the database if it has suggestions.
- Else, it will ask to Mana for suggestions and will store in the database.

- The suggestions are stored in the NEW table reading_pairs
- Implement new dbix objets: Reading_suggestion and Reading_suggestions

Bug 18618: Add a pagination for suggestions

*** Suggestions are now sent from Mana as follows

- Koha requests the first 20 suggestions
- It processes them and estimates how much it will need to get all suggestions
- It requests Mana the number of suggestions needed
- It repeats the 3 first steps until
(1) Mana doesn't have suggestions anymore
(2) It got 10 suggestions to display

*** Koha interface is a bit more verbose while searching (just a bit).

Bug 18618: Correct Plack issues

Split one command line into two in order to be accepted by Plack

Bug 18618: Rebase modification

Remove mana_send_pairs_without_mana.pl
  This script was here for testing purpose and is not usefull anymore
Fix name issues (some function have been renamed)
Fix a compilation issues (redeclared variable)
Remove an unused variable
Remove an extra % in an sql request
Fix display problem when getting info from mana
  When getting info from mana the biblios array contain blessed references
  but the template don't deal with that properly.
  It work fine whe koha is getting info from it's interne database because
  biblios array contain unblessed references.

Bug 18618 : Many small refacto and improvement

* change duration before refresh and improve the use of $temp variable
* improve SQL request for extracting pairs
 fix condition
 create pair with old_issues
 use placeholders
* improve SQL request for getting suggestion
add the possibility to look in metadata for the id
* execute the script only if mana is activated
* optimize imbricate foreach loop
* add a max number of simultaneous issues
* remove unused option

Bug 18618: Add a better support for different id types

Add a better support for ISMN, ISRN, ISRC and UPC

Add normalization function for some of these ids.

When sending pairs to mana and when getting suggestions these ids are
now taken into account correctly.

Documents with multiple identifier were causing various trouble.
It was needed to add functions to normalize all ids

This patch add the possibility to:
- create pairs with documents with multiple ids (all the possible pairs will be
created)
- get suggestion for a document with multiple ids
- display correctly the document when the suggested document has multiple ids

Bug 18618: Add MARC21 support

This functionnality is now working for both MARC21 and UNIMARC.

Bug 18618 : refacto to allow unit test and add unit test

Re-write pairs extraction script to use testable function
Re-write getSuggestion script to use testable function
Add unit test for normalizaation functions
Add unit test for pairs extractions function
Add unit test for getSuggestion function
Fix many small problems found while writing unit test

-- 
You are receiving this mail because:
You are watching all bug changes.

[Koha-bugs] [Bug 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

marion.dur...@biblibre.com changed:

   What|Removed |Added

 Attachment #130715|0   |1
is obsolete||

--- Comment #36 from marion.dur...@biblibre.com ---
Created attachment 130744
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130744=edit
Bug 18618: Update database

create the atomicupdate file

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

marion.dur...@biblibre.com changed:

   What|Removed |Added

 Attachment #130714|0   |1
is obsolete||

--- Comment #35 from marion.dur...@biblibre.com ---
Created attachment 130743
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130743=edit
Bug 18618 : refacto to allow unit test and add unit test

Re-write pairs extraction script to use testable function
Re-write getSuggestion script to use testable function
Add unit test for normalizaation functions
Add unit test for pairs extractions function
Add unit test for getSuggestion function
Fix many small problems found while writing unit test

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

marion.dur...@biblibre.com changed:

   What|Removed |Added

 Attachment #130713|0   |1
is obsolete||

--- Comment #34 from marion.dur...@biblibre.com ---
Created attachment 130742
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130742=edit
Bug 18618: Add MARC21 support

This functionnality is now working for both MARC21 and UNIMARC.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

marion.dur...@biblibre.com changed:

   What|Removed |Added

 Attachment #130712|0   |1
is obsolete||

--- Comment #33 from marion.dur...@biblibre.com ---
Created attachment 130741
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130741=edit
Bug 18618: Add a better support for different id types

Add a better support for ISMN, ISRN, ISRC and UPC

Add normalization function for some of these ids.

When sending pairs to mana and when getting suggestions these ids are
now taken into account correctly.

Documents with multiple identifier were causing various trouble.
It was needed to add functions to normalize all ids

This patch add the possibility to:
- create pairs with documents with multiple ids (all the possible pairs will be
created)
- get suggestion for a document with multiple ids
- display correctly the document when the suggested document has multiple ids

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

marion.dur...@biblibre.com changed:

   What|Removed |Added

 Attachment #130711|0   |1
is obsolete||

--- Comment #32 from marion.dur...@biblibre.com ---
Created attachment 130740
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130740=edit
Bug 18618 : Many small refacto and improvement

* change duration before refresh and improve the use of $temp variable
* improve SQL request for extracting pairs
 fix condition
 create pair with old_issues
 use placeholders
* improve SQL request for getting suggestion
add the possibility to look in metadata for the id
* execute the script only if mana is activated
* optimize imbricate foreach loop
* add a max number of simultaneous issues
* remove unused option

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

marion.dur...@biblibre.com changed:

   What|Removed |Added

 Attachment #130710|0   |1
is obsolete||

--- Comment #31 from marion.dur...@biblibre.com ---
Created attachment 130739
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130739=edit
Bug 18618: Rebase modification

Remove mana_send_pairs_without_mana.pl
  This script was here for testing purpose and is not usefull anymore
Fix name issues (some function have been renamed)
Fix a compilation issues (redeclared variable)
Remove an unused variable
Remove an extra % in an sql request
Fix display problem when getting info from mana
  When getting info from mana the biblios array contain blessed references
  but the template don't deal with that properly.
  It work fine whe koha is getting info from it's interne database because
  biblios array contain unblessed references.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

marion.dur...@biblibre.com changed:

   What|Removed |Added

 Attachment #130709|0   |1
is obsolete||

--- Comment #30 from marion.dur...@biblibre.com ---
Created attachment 130738
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130738=edit
Bug 18618: Correct Plack issues

Split one command line into two in order to be accepted by Plack

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

marion.dur...@biblibre.com changed:

   What|Removed |Added

 Attachment #130708|0   |1
is obsolete||

--- Comment #29 from marion.dur...@biblibre.com ---
Created attachment 130737
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130737=edit
Bug 18618: Add a pagination for suggestions

*** Suggestions are now sent from Mana as follows

- Koha requests the first 20 suggestions
- It processes them and estimates how much it will need to get all suggestions
- It requests Mana the number of suggestions needed
- It repeats the 3 first steps until
(1) Mana doesn't have suggestions anymore
(2) It got 10 suggestions to display

*** Koha interface is a bit more verbose while searching (just a bit).

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

marion.dur...@biblibre.com changed:

   What|Removed |Added

 Attachment #130707|0   |1
is obsolete||

--- Comment #28 from marion.dur...@biblibre.com ---
Created attachment 130736
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130736=edit
Bug 18618: Mana - Add reading suggestion

There is now a module to get suggestions from Mana.

- It is activated by default on Mana.
- When you browse on a notice, there is now a tab called "Suggestions"
- On click on the tab, it will check in the database if it has suggestions.
- Else, it will ask to Mana for suggestions and will store in the database.

- The suggestions are stored in the NEW table reading_pairs
- Implement new dbix objets: Reading_suggestion and Reading_suggestions

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

marion.dur...@biblibre.com changed:

   What|Removed |Added

 Attachment #130706|0   |1
is obsolete||

--- Comment #27 from marion.dur...@biblibre.com ---
Created attachment 130735
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130735=edit
Bug 18618: Mana - Add scripts to send readings

- There are 2 differents scripts:
misc/cronjobs/mana_send_pairs.pl -> please use it if Mana is installed
misc/cronjobs/mana_send_pairs_without_mana.pl -> designed to work if mana isn't
enabled

- Both of scripts anonymize the datas and send them to mana.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Solene D  changed:

   What|Removed |Added

 CC||solene.desv...@biblibre.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

marion.dur...@biblibre.com changed:

   What|Removed |Added

 Status|Patch doesn't apply |ASSIGNED
 CC||marion.dur...@biblibre.com

--- Comment #26 from marion.dur...@biblibre.com ---
This feature adds reading suggestion for Koha using Mana.
It is based on pairs of document borrowed by the same patron. (If two document
are often borrowed together, it is probably interesting to suggest the second
while looking for suggestion linked with the first)

This feature is divided in two part : 
- One part for extracting pair to feed Mana database
- One part for getting and displaying suggestions on the OPAC

Testing is only possible with the test server of Mana because mana-side code is
not integrated yet (you can find it here
https://gitlab.com/koha-community/koha-mana/-/merge_requests/13)
We will let you know here when it's ready.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

--- Comment #25 from marion.dur...@biblibre.com ---
Created attachment 130715
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130715=edit
Bug 18618: Update database

create the atomicupdate file

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

--- Comment #24 from marion.dur...@biblibre.com ---
Created attachment 130714
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130714=edit
Bug 18618 : refacto to allow unit test and add unit test

Re-write pairs extraction script to use testable function
Re-write getSuggestion script to use testable function
Add unit test for normalizaation functions
Add unit test for pairs extractions function
Add unit test for getSuggestion function
Fix many small problems found while writing unit test

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

--- Comment #23 from marion.dur...@biblibre.com ---
Created attachment 130713
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130713=edit
Bug 18618: Add MARC21 support

This functionnality is now working for both MARC21 and UNIMARC.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

--- Comment #22 from marion.dur...@biblibre.com ---
Created attachment 130712
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130712=edit
Bug 18618: Add a better support for different id types

Add a better support for ISMN, ISRN, ISRC and UPC

Add normalization function for some of these ids.

When sending pairs to mana and when getting suggestions these ids are
now taken into account correctly.

Documents with multiple identifier were causing various trouble.
It was needed to add functions to normalize all ids

This patch add the possibility to:
- create pairs with documents with multiple ids (all the possible pairs will be
created)
- get suggestion for a document with multiple ids
- display correctly the document when the suggested document has multiple ids

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

--- Comment #21 from marion.dur...@biblibre.com ---
Created attachment 130711
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130711=edit
Bug 18618 : Many small refacto and improvement

* change duration before refresh and improve the use of $temp variable
* improve SQL request for extracting pairs
 fix condition
 create pair with old_issues
 use placeholders
* improve SQL request for getting suggestion
add the possibility to look in metadata for the id
* execute the script only if mana is activated
* optimize imbricate foreach loop
* add a max number of simultaneous issues
* remove unused option

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

--- Comment #20 from marion.dur...@biblibre.com ---
Created attachment 130710
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130710=edit
Bug 18618: Rebase modification

Remove mana_send_pairs_without_mana.pl
  This script was here for testing purpose and is not usefull anymore
Fix name issues (some function have been renamed)
Fix a compilation issues (redeclared variable)
Remove an unused variable
Remove an extra % in an sql request
Fix display problem when getting info from mana
  When getting info from mana the biblios array contain blessed references
  but the template don't deal with that properly.
  It work fine whe koha is getting info from it's interne database because
  biblios array contain unblessed references.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

marion.dur...@biblibre.com changed:

   What|Removed |Added

  Attachment #65070|0   |1
is obsolete||

--- Comment #19 from marion.dur...@biblibre.com ---
Created attachment 130709
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130709=edit
Bug 18618: Correct Plack issues

Split one command line into two in order to be accepted by Plack

Signed-off-by: Brendan A Gallagher 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

marion.dur...@biblibre.com changed:

   What|Removed |Added

  Attachment #65069|0   |1
is obsolete||

--- Comment #18 from marion.dur...@biblibre.com ---
Created attachment 130708
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130708=edit
Bug 18618: Add a pagination for suggestions

*** Suggestions are now sent from Mana as follows

- Koha requests the first 20 suggestions
- It processes them and estimates how much it will need to get all suggestions
- It requests Mana the number of suggestions needed
- It repeats the 3 first steps until
(1) Mana doesn't have suggestions anymore
(2) It got 10 suggestions to display

*** Koha interface is a bit more verbose while searching (just a bit).

Signed-off-by: Brendan A Gallagher 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

marion.dur...@biblibre.com changed:

   What|Removed |Added

  Attachment #65068|0   |1
is obsolete||

--- Comment #17 from marion.dur...@biblibre.com ---
Created attachment 130707
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130707=edit
Bug 18618: Mana - Add reading suggestion

There is now a module to get suggestions from Mana.

- It is activated by default on Mana.
- When you browse on a notice, there is now a tab called "Suggestions"
- On click on the tab, it will check in the database if it has suggestions.
- Else, it will ask to Mana for suggestions and will store in the database.

- The suggestions are stored in the NEW table reading_pairs
- Implement new dbix objets: Reading_suggestion and Reading_suggestions

Signed-off-by: Brendan A Gallagher 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2022-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

marion.dur...@biblibre.com changed:

   What|Removed |Added

  Attachment #65067|0   |1
is obsolete||

--- Comment #16 from marion.dur...@biblibre.com ---
Created attachment 130706
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130706=edit
Bug 18618: Mana - Add scripts to send readings

- There are 2 differents scripts:
misc/cronjobs/mana_send_pairs.pl -> please use it if Mana is installed
misc/cronjobs/mana_send_pairs_without_mana.pl -> designed to work if mana isn't
enabled

- Both of scripts anonymize the datas and send them to mana.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2021-04-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

David Nind  changed:

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply
 CC||da...@davidnind.com

--- Comment #15 from David Nind  ---
Patch no longer applies 8-(..

Apply? [(y)es, (n)o, (i)nteractive] y
Applying: Bug 18618: Mana - Add scripts to send readings
Applying: Bug 18618: Mana - Add reading suggestion
Using index info to reconstruct a base tree...
M   Koha/Biblio.pm
M   koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt
Falling back to patching base and 3-way merge...
Auto-merging koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt
CONFLICT (content): Merge conflict in
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt
Auto-merging Koha/Biblio.pm
error: Failed to merge in the changes.
Patch failed at 0001 Bug 18618: Mana - Add reading suggestion

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2019-07-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Sally Healey  changed:

   What|Removed |Added

 CC||sally.healey@cheshireshared
   ||services.gov.uk

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2019-07-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

--- Comment #14 from Arthur Suzuki  ---
Applies and test fine, not blocked anymore since Bz17047 is now pushed to
master.
Shall I remove the dependancy?

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2019-07-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Arthur Suzuki  changed:

   What|Removed |Added

 Status|BLOCKED |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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2019-05-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Arthur Suzuki  changed:

   What|Removed |Added

   See Also||https://bugs.koha-community
   ||.org/bugzilla3/show_bug.cgi
   ||?id=6772

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2019-02-07 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Arthur Suzuki  changed:

   What|Removed |Added

 CC||arthur.suz...@biblibre.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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2019-01-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618
Bug 18618 depends on bug 17047, which changed state.

Bug 17047 Summary: Mana Knowledge Base : share data
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047

   What|Removed |Added

 Status|Pushed to Master|RESOLVED
 Resolution|--- |FIXED

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2018-09-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Alex Arnaud  changed:

   What|Removed |Added

 CC||alex.arn...@biblibre.com
   Assignee|koha-b...@lists.koha-commun |alex.arn...@biblibre.com
   |ity.org |

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2018-03-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

--- Comment #13 from Alex Buckley  ---
*** Bug 18646 has been marked as a duplicate of this bug. ***

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2018-02-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Katrin Fischer  changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de
 Status|Signed Off  |BLOCKED

--- Comment #12 from Katrin Fischer  ---
BLOCKED by failed base patch bug 17047

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2018-02-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 CC||victor.grous...@biblibre.co
   ||m
   Assignee|baptiste.wojtkowski@biblibr |koha-b...@lists.koha-commun
   |e.com   |ity.org

--- Comment #11 from Victor Grousset/tuxayo  ---
Baptiste doesn't work anymore at BibLibre.
Unassigning to avoid signaling that this bug it still being supervized. Which
could wrongly discourage someone to continue the work.

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2017-07-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Brendan Gallagher  changed:

   What|Removed |Added

  Attachment #65066|0   |1
is obsolete||

--- Comment #7 from Brendan Gallagher  ---
Created attachment 65067
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65067=edit
Bug 18618: Mana - Add scripts to send readings

- There are 2 differents scripts:
misc/cronjobs/mana_send_pairs.pl -> please use it if Mana is installed
misc/cronjobs/mana_send_pairs_without_mana.pl -> designed to work if mana isn't
enabled

- Both of scripts anonymize the datas and send them to mana.

Signed-off-by: Brendan A Gallagher 

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2017-07-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Brendan Gallagher  changed:

   What|Removed |Added

  Attachment #64531|0   |1
is obsolete||

--- Comment #9 from Brendan Gallagher  ---
Created attachment 65069
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65069=edit
Bug 18618: Add a pagination for suggestions

*** Suggestions are now sent from Mana as follows

- Koha requests the first 20 suggestions
- It processes them and estimates how much it will need to get all suggestions
- It requests Mana the number of suggestions needed
- It repeats the 3 first steps until
(1) Mana doesn't have suggestions anymore
(2) It got 10 suggestions to display

*** Koha interface is a bit more verbose while searching (just a bit).

Signed-off-by: Brendan A Gallagher 

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2017-07-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Brendan Gallagher  changed:

   What|Removed |Added

  Attachment #63497|0   |1
is obsolete||

--- Comment #8 from Brendan Gallagher  ---
Created attachment 65068
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65068=edit
Bug 18618: Mana - Add reading suggestion

There is now a module to get suggestions from Mana.

- It is activated by default on Mana.
- When you browse on a notice, there is now a tab called "Suggestions"
- On click on the tab, it will check in the database if it has suggestions.
- Else, it will ask to Mana for suggestions and will store in the database.

- The suggestions are stored in the NEW table reading_pairs
- Implement new dbix objets: Reading_suggestion and Reading_suggestions

Signed-off-by: Brendan A Gallagher 

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2017-07-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Brendan Gallagher  changed:

   What|Removed |Added

  Attachment #64960|0   |1
is obsolete||

--- Comment #10 from Brendan Gallagher  ---
Created attachment 65070
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65070=edit
Bug 18618: Correct Plack issues

Split one command line into two in order to be accepted by Plack

Signed-off-by: Brendan A Gallagher 

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2017-07-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Brendan Gallagher  changed:

   What|Removed |Added

  Attachment #63496|0   |1
is obsolete||

--- Comment #6 from Brendan Gallagher  ---
Created attachment 65066
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65066=edit
Bug 18618: Mana - Add scripts to send readings

- There are 2 differents scripts:
misc/cronjobs/mana_send_pairs.pl -> please use it if Mana is installed
misc/cronjobs/mana_send_pairs_without_mana.pl -> designed to work if mana isn't
enabled

- Both of scripts anonymize the datas and send them to mana.

Signed-off-by: Brendan A Gallagher 

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2017-07-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Brendan Gallagher  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2017-07-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

--- Comment #5 from Baptiste  ---
Created attachment 64960
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64960=edit
Bug 18618: Correct Plack issues

Split one command line into two in order to be accepted by Plack

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2017-07-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Baptiste  changed:

   What|Removed |Added

  Component|Cataloging  |Web services

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2017-06-28 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Lisette  changed:

   What|Removed |Added

 CC||lisettesla...@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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2017-06-23 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Baptiste  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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2017-06-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

--- Comment #4 from Baptiste  ---
Created attachment 64531
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64531=edit
Bug 18618: Add a pagination for suggestions

*** Suggestions are now sent from Mana as follows

- Koha requests the first 20 suggestions
- It processes them and estimates how much it will need to get all suggestions
- It requests Mana the number of suggestions needed
- It repeats the 3 first steps until
(1) Mana doesn't have suggestions anymore
(2) It got 10 suggestions to display

*** Koha interface is a bit more verbose while searching (just a bit).

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2017-06-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Baptiste  changed:

   What|Removed |Added

   Patch complexity|--- |Medium patch

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2017-06-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Paul Poulain  changed:

   What|Removed |Added

 CC||alexbuck...@catalyst.net.nz

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2017-06-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

--- Comment #3 from Paul Poulain  ---
FYI: we've setup this cron for one of our customer (a modified version, with
hardcoded token). It's harvesting pairs since more than 2 weeks now.
We'll add 10 more in the next days. Most of them having about 100 to 1000
issues/day

The mana-side code is available here :
https://git.biblibre.com/biblibre/koha-mana.
It's been deployed already on mana-kb and mana-test.koha-community.org (this
has no consequence on existing API. It just add new routes for managing reading
suggestions)

-- 
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 18618] Mana - Add reading suggestions (crontab and scripts for Koha)

2017-06-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18618

Paul Poulain  changed:

   What|Removed |Added

 CC||paul.poul...@biblibre.com
Summary|Mana - Add reading  |Mana - Add reading
   |suggestions (crontab -  |suggestions (crontab and
   |scripts)|scripts for Koha)

-- 
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/