[Koha-bugs] [Bug 9213] Implement analytics for NORMARC XSLT

2013-04-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9213

Chris Cormack  changed:

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable
 CC||ch...@bigballofwax.co.nz

--- Comment #9 from Chris Cormack  ---
Pushed to 3.10.x will be in 3.10.6

-- 
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 9213] Implement analytics for NORMARC XSLT

2013-03-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9213

Jared Camins-Esakov  changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #8 from Jared Camins-Esakov  ---
This patch has been pushed to 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 9213] Implement analytics for NORMARC XSLT

2013-03-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9213

Paul Poulain  changed:

   What|Removed |Added

  Attachment #15154|0   |1
is obsolete||

--- Comment #7 from Paul Poulain  ---
Created attachment 16553
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16553&action=edit
[PASSED QA] Bug 9213 - Implement analytics for NORMARC XSLT

Problem:
Links between anaytics records were not being displayed for NORMARC setups.

What this patch does:
1. Add indexing for 773 subfield a, w and 9; both for GRS-1 and DOM indexing
   (The DOM indexing config was generated from the GRS-1 record.abs)
2. Add "analytics links" to NORMARC XSLT files, both for OPAC and intranet

To test:
- Make sure you have a NORMARC installation
- Set UseControlNumber = Use
- Create a parent record with LDR/07=c. Leave 001 empty.
- In the "Normal" view, do New > New child record and create another record. Do
  this twice (so you get a list of hits when you click on the "Show anaytics"
  links later on).

- Do the following steps both in the OPAC and the Intranet:
  - Search for the parent record in such a way that you can see the record in a
*result list*
  - Check that the "Show analytics" link is displayed, and uses the title of
the
parent record for linking: ?q=Host-item:
  - Clik on the "Show analytics" link and check that you get a result list with
the two child records you created earlier
  - Go back to the result list and click on the parent record, so you get the
*detail view*
  - Check that the "Show analytics" link is displayed, and uses the title of
the
parent record for linking: ?q=Host-item:
  - Clik on the "Show analytics" link and check that you get a result list with
the two child records you created earlier
  - Search for one or both of the child records in such a way that you can see
the record(s) in a *result list*
  - Check that the "In: " link is displayed, and that
it
uses the biblionumber of the parent record for linking:
?q=Control-number:
  - Click on the "In: " link, and check that the parent
record is displayed
  - Go back to the result list and click on the child record, so you get the
*detail view*
  - Check that the "In: " link is displayed, and that
it
uses the biblionumber of the parent record for linking:
?q=Control-number:
  - Click on the "In: " link, and check that the parent
record is displayed

- Now edit the parent record and put it's biblionumber in 001. Repeat the steps
  above, and check that everything still works, but that the links are
different:
  - The "Show analytics" link on the parent record should look like this:
?q=rcn:+and+(bib-level:a+or+bib-level:b)
  - The "In: " link on the child records should be the
same as it was earlier

- Now set UseControlNumber = "Don't use" and repeat all of the steps above
  - All of the links should still be displayed and work, of course
  - The "In: " link on the child records should look
like this: ?q=ti,phr:
  - The "Show analytics" link on the parent record should look like this:
?q=Host-item:

- Change LDR/07 to "s" and repeat all of the steps above
- Do all of this both for GRS-1 indexing and for DOM indexing...

Signed-off-by: Chris Cormack 

Signed-off-by: Paul Poulain 

-- 
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 9213] Implement analytics for NORMARC XSLT

2013-03-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9213

Paul Poulain  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||paul.poul...@biblibre.com
   Patch complexity|--- |Medium patch
 QA Contact||paul.poul...@biblibre.com

--- Comment #6 from Paul Poulain  ---
QA comment
 * koha-qa.pl
 * NORMARC related only, and I trust Magnus more than I trust myself on this
matter ;-)

passed QA

-- 
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 9213] Implement analytics for NORMARC XSLT

2013-02-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9213

Chris Cormack  changed:

   What|Removed |Added

  Attachment #14842|0   |1
is obsolete||

--- Comment #5 from Chris Cormack  ---
Created attachment 15154
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15154&action=edit
Bug 9213 - Implement analytics for NORMARC XSLT

Problem:
Links between anaytics records were not being displayed for NORMARC setups.

What this patch does:
1. Add indexing for 773 subfield a, w and 9; both for GRS-1 and DOM indexing
   (The DOM indexing config was generated from the GRS-1 record.abs)
2. Add "analytics links" to NORMARC XSLT files, both for OPAC and intranet

To test:
- Make sure you have a NORMARC installation
- Set UseControlNumber = Use
- Create a parent record with LDR/07=c. Leave 001 empty.
- In the "Normal" view, do New > New child record and create another record. Do
  this twice (so you get a list of hits when you click on the "Show anaytics"
  links later on).

- Do the following steps both in the OPAC and the Intranet:
  - Search for the parent record in such a way that you can see the record in a
*result list*
  - Check that the "Show analytics" link is displayed, and uses the title of
the
parent record for linking: ?q=Host-item:
  - Clik on the "Show analytics" link and check that you get a result list with
the two child records you created earlier
  - Go back to the result list and click on the parent record, so you get the
*detail view*
  - Check that the "Show analytics" link is displayed, and uses the title of
the
parent record for linking: ?q=Host-item:
  - Clik on the "Show analytics" link and check that you get a result list with
the two child records you created earlier
  - Search for one or both of the child records in such a way that you can see
the record(s) in a *result list*
  - Check that the "In: " link is displayed, and that
it
uses the biblionumber of the parent record for linking:
?q=Control-number:
  - Click on the "In: " link, and check that the parent
record is displayed
  - Go back to the result list and click on the child record, so you get the
*detail view*
  - Check that the "In: " link is displayed, and that
it
uses the biblionumber of the parent record for linking:
?q=Control-number:
  - Click on the "In: " link, and check that the parent
record is displayed

- Now edit the parent record and put it's biblionumber in 001. Repeat the steps
  above, and check that everything still works, but that the links are
different:
  - The "Show analytics" link on the parent record should look like this:
?q=rcn:+and+(bib-level:a+or+bib-level:b)
  - The "In: " link on the child records should be the
same as it was earlier

- Now set UseControlNumber = "Don't use" and repeat all of the steps above
  - All of the links should still be displayed and work, of course
  - The "In: " link on the child records should look
like this: ?q=ti,phr:
  - The "Show analytics" link on the parent record should look like this:
?q=Host-item:

- Change LDR/07 to "s" and repeat all of the steps above
- Do all of this both for GRS-1 indexing and for DOM indexing...

Signed-off-by: Chris Cormack 

-- 
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 9213] Implement analytics for NORMARC XSLT

2013-02-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9213

Chris Cormack  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 9213] Implement analytics for NORMARC XSLT

2013-02-05 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9213

--- Comment #4 from Mirko Tietgen  ---
Sorry, ignore my last comment, it is there :)

-- 
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 9213] Implement analytics for NORMARC XSLT

2013-02-05 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9213

Mirko Tietgen  changed:

   What|Removed |Added

 CC||mi...@abunchofthings.net

--- Comment #3 from Mirko Tietgen  ---
I think the beginning of the test plan lack an explanation of your analytics
settings. I don't think I have seen something that looks like »In the "Normal"
view, do New > New child record and create another record«. Is that
EasyAnalytics or what settings does one have to use to follow the plan?

-- 
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 9213] Implement analytics for NORMARC XSLT

2013-01-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9213

Magnus Enger  changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

--- Comment #2 from Magnus Enger  ---
Sorry for the long test plan...

-- 
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 9213] Implement analytics for NORMARC XSLT

2013-01-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9213

--- Comment #1 from Magnus Enger  ---
Created attachment 14842
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14842&action=edit
Bug 9213 - Implement analytics for NORMARC XSLT

Problem:
Links between anaytics records were not being displayed for NORMARC setups.

What this patch does:
1. Add indexing for 773 subfield a, w and 9; both for GRS-1 and DOM indexing
   (The DOM indexing config was generated from the GRS-1 record.abs)
2. Add "analytics links" to NORMARC XSLT files, both for OPAC and intranet

To test:
- Make sure you have a NORMARC installation
- Set UseControlNumber = Use
- Create a parent record with LDR/07=c. Leave 001 empty.
- In the "Normal" view, do New > New child record and create another record. Do
  this twice (so you get a list of hits when you click on the "Show anaytics"
  links later on).

- Do the following steps both in the OPAC and the Intranet:
  - Search for the parent record in such a way that you can see the record in a
*result list*
  - Check that the "Show analytics" link is displayed, and uses the title of
the
parent record for linking: ?q=Host-item:
  - Clik on the "Show analytics" link and check that you get a result list with
the two child records you created earlier
  - Go back to the result list and click on the parent record, so you get the
*detail view*
  - Check that the "Show analytics" link is displayed, and uses the title of
the
parent record for linking: ?q=Host-item:
  - Clik on the "Show analytics" link and check that you get a result list with
the two child records you created earlier
  - Search for one or both of the child records in such a way that you can see
the record(s) in a *result list*
  - Check that the "In: " link is displayed, and that
it
uses the biblionumber of the parent record for linking:
?q=Control-number:
  - Click on the "In: " link, and check that the parent
record is displayed
  - Go back to the result list and click on the child record, so you get the
*detail view*
  - Check that the "In: " link is displayed, and that
it
uses the biblionumber of the parent record for linking:
?q=Control-number:
  - Click on the "In: " link, and check that the parent
record is displayed

- Now edit the parent record and put it's biblionumber in 001. Repeat the steps
  above, and check that everything still works, but that the links are
different:
  - The "Show analytics" link on the parent record should look like this:
?q=rcn:+and+(bib-level:a+or+bib-level:b)
  - The "In: " link on the child records should be the
same as it was earlier

- Now set UseControlNumber = "Don't use" and repeat all of the steps above
  - All of the links should still be displayed and work, of course
  - The "In: " link on the child records should look
like this: ?q=ti,phr:
  - The "Show analytics" link on the parent record should look like this:
?q=Host-item:

- Change LDR/07 to "s" and repeat all of the steps above
- Do all of this both for GRS-1 indexing and for DOM indexing...

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