[Koha-bugs] [Bug 11242] fix opac-MARCdetail.pl bizarre ordering of data and noisy warnings

2013-12-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11242

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

 CC||tomasco...@gmail.com

--- Comment #11 from Tomás Cohen Arazi tomasco...@gmail.com ---
This patch has been pushed to 3.12.x, will be in 3.12.8.

Thanks Mark!

-- 
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 11242] fix opac-MARCdetail.pl bizarre ordering of data and noisy warnings

2013-12-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11242

Fridolin SOMERS fridolyn.som...@biblibre.com changed:

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable
 CC||fridolyn.som...@biblibre.co
   ||m

--- Comment #10 from Fridolin SOMERS fridolyn.som...@biblibre.com ---
This patch has been pushed to 3.14.x, will be in 3.14.1

-- 
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 11242] fix opac-MARCdetail.pl bizarre ordering of data and noisy warnings

2013-11-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11242

Galen Charlton gmcha...@gmail.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||gmcha...@gmail.com

--- Comment #9 from Galen Charlton gmcha...@gmail.com ---
Pushed to master.  Thanks, Mark!

-- 
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 11242] fix opac-MARCdetail.pl bizarre ordering of data and noisy warnings

2013-11-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11242

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #22969|0   |1
is obsolete||

--- Comment #8 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 23100
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23100action=edit
Bug 11242 - fix opac-MARCdetail.pl display and warnings

BACK UP YOUR DATABASE!
 1) Search for an item in OPAC
 2) Open OPAC detail
 3) Click 'MARC View' link
 4) Look for something with multiple lines (e.g. 260 or 942)
 5) In another tab, Go to staff client and log in
 6) Go to the staff client URL similar to:
 /cgi-bin/koha/catalogue/detail.pl?biblionumber=# page
where # is the biblionumber.
 7) Edit - record
 8) Note the framework used.
 9) More - Administration
10) MARC bibliographic frameworks
11) Click 'MARC structure' for the framework used by the item
 shown in OPAC.
12) Find the tag (e.g. 260 or 942) and click 'Subfields'
13) Delete of the matching subfields (e.g. 260$b) shown in the
 OPAC tab
14) Clear your opac error log.
15) Refresh OPAC tab. The tag subfields are split.
16) There are opac-MARCdetail.pl warnings.
17) Apply patch
18) Clear your opac error log.
19) Refresh OPAC tab. The tag subfields are no longer split strangely.
20) There are no opac-MARCdetail.pl warnings.
RESTORE YOUR DATABASE.

This also silences a series of warnings triggered by catching
undef hash references.

Signed-off-by: Owen Leonard oleon...@myacpl.org
Signed-off-by: Kyle M Hall k...@bywatersolutions.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 11242] fix opac-MARCdetail.pl bizarre ordering of data and noisy warnings

2013-11-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11242

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 Status|Signed Off  |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 11242] fix opac-MARCdetail.pl bizarre ordering of data and noisy warnings

2013-11-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11242

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

 CC||jonathan.dru...@biblibre.co
   ||m

--- Comment #6 from Jonathan Druart jonathan.dru...@biblibre.com ---
Not sure to reproduce correctly the issue:
- choose a biblio, edit and add a value in 686$a
- delete the subfield 686$a in the framework
- go at the OPAC (marc view), I get:
686 ## - classification
-- existe pas
101 ## - Langue
langue doc. Français

I apply the patch, I get:
101 ## - Langue
langue doc. Français
686 ## - classification
-- existe pas

I certainly miss something...

-- 
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 11242] fix opac-MARCdetail.pl bizarre ordering of data and noisy warnings

2013-11-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11242

--- Comment #7 from M. Tompsett mtomp...@hotmail.com ---
Created attachment 23071
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23071action=edit
Screenshots of my tests.

I have attached a zip file of 5 screen shots.
Framework_Before.jpg - display showing a, b, and c subfields for 260.
Framework_After.jpg  - display showing that 'b' was deleted.
OPAC_BeforeBreak.jpg - initial OPAC display (only 1 260 block displayed)
OPAC_AfterBreak.jpg  - display after 'b' is deleted (2 260 blocks displayed).
OPAC_AfterPatch.jpg  - display after patch is applied (1 260 block displayed).

This 'deleting' of 260$b, would be the same if one changed the framework to not
include something which is in the MARC for that record.

-- 
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 11242] fix opac-MARCdetail.pl bizarre ordering of data and noisy warnings

2013-11-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11242

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

  Attachment #22922|0   |1
is obsolete||

--- Comment #5 from Owen Leonard oleon...@myacpl.org ---
Created attachment 22969
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22969action=edit
[SIGNED-OFF] Bug 11242 - fix opac-MARCdetail.pl display and warnings

BACK UP YOUR DATABASE!
 1) Search for an item in OPAC
 2) Open OPAC detail
 3) Click 'MARC View' link
 4) Look for something with multiple lines (e.g. 260 or 942)
 5) In another tab, Go to staff client and log in
 6) Go to the staff client URL similar to:
 /cgi-bin/koha/catalogue/detail.pl?biblionumber=# page
where # is the biblionumber.
 7) Edit - record
 8) Note the framework used.
 9) More - Administration
10) MARC bibliographic frameworks
11) Click 'MARC structure' for the framework used by the item
 shown in OPAC.
12) Find the tag (e.g. 260 or 942) and click 'Subfields'
13) Delete of the matching subfields (e.g. 260$b) shown in the
 OPAC tab
14) Clear your opac error log.
15) Refresh OPAC tab. The tag subfields are split.
16) There are opac-MARCdetail.pl warnings.
17) Apply patch
18) Clear your opac error log.
19) Refresh OPAC tab. The tag subfields are no longer split strangely.
20) There are no opac-MARCdetail.pl warnings.
RESTORE YOUR DATABASE.

This also silences a series of warnings triggered by catching
undef hash references.

Signed-off-by: Owen Leonard oleon...@myacpl.org

-- 
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 11242] fix opac-MARCdetail.pl bizarre ordering of data and noisy warnings

2013-11-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11242

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
   Patch complexity|--- |Small 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 11242] fix opac-MARCdetail.pl bizarre ordering of data and noisy warnings

2013-11-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11242

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

 CC||srd...@catalyst.net.nz
   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=11183
   Assignee|oleon...@myacpl.org |mtomp...@hotmail.com
   Severity|enhancement |minor

--- Comment #1 from M. Tompsett mtomp...@hotmail.com ---
This bug deals with the opac-MARCdetail noisiness that was found while trying
to clean up OPAC noise in bug 11183.

-- 
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 11242] fix opac-MARCdetail.pl bizarre ordering of data and noisy warnings

2013-11-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11242

--- Comment #2 from M. Tompsett mtomp...@hotmail.com ---
Created attachment 22915
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22915action=edit
Bug 11242 - fix opac-MARCdetail.pl display and warnings

BACK UP YOUR DATABASE!
 1) Search for an item in OPAC
 2) Open OPAC detail
 3) Click 'MARC View' link
 4) Look for something with multiple lines (e.g. 260 or 942)
 5) In another tab, Go to staff client and log in
 6) Go to the /cgi-bin/koha/catalogue/detail.pl?biblionumber=# page
 7) Edit - record
 8) Note the framework used.
 9) More - Administration
10) MARC bibliographic frameworks
11) Click 'MARC structure' for the framework used by the item shown in OPAC.
12) Find the tag (e.g. 260 or 942) and click 'Subfields'
13) Delete of the matching subfields shown in the OPAC tab

-- 
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 11242] fix opac-MARCdetail.pl bizarre ordering of data and noisy warnings

2013-11-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11242

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

  Attachment #22915|0   |1
is obsolete||

--- Comment #3 from M. Tompsett mtomp...@hotmail.com ---
Created attachment 22916
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22916action=edit
Bug 11242 - fix opac-MARCdetail.pl display and warnings

BACK UP YOUR DATABASE!
 1) Search for an item in OPAC
 2) Open OPAC detail
 3) Click 'MARC View' link
 4) Look for something with multiple lines (e.g. 260 or 942)
 5) In another tab, Go to staff client and log in
 6) Go to the /cgi-bin/koha/catalogue/detail.pl?biblionumber=# page
 7) Edit - record
 8) Note the framework used.
 9) More - Administration
10) MARC bibliographic frameworks
11) Click 'MARC structure' for the framework used by the item shown in OPAC.
12) Find the tag (e.g. 260 or 942) and click 'Subfields'
13) Delete of the matching subfields (e.g. 260$b) shown in the OPAC tab
14) Refresh OPAC tab. The tag subfields are split.
15) Apply patch
16) Refresh OPAC tab. The tag subfields are no longer split strangely.

-- 
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 11242] fix opac-MARCdetail.pl bizarre ordering of data and noisy warnings

2013-11-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11242

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

  Attachment #22916|0   |1
is obsolete||

--- Comment #4 from M. Tompsett mtomp...@hotmail.com ---
Created attachment 22922
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22922action=edit
Bug 11242 - fix opac-MARCdetail.pl display and warnings

BACK UP YOUR DATABASE!
 1) Search for an item in OPAC
 2) Open OPAC detail
 3) Click 'MARC View' link
 4) Look for something with multiple lines (e.g. 260 or 942)
 5) In another tab, Go to staff client and log in
 6) Go to the staff client URL similar to:
 /cgi-bin/koha/catalogue/detail.pl?biblionumber=# page
where # is the biblionumber.
 7) Edit - record
 8) Note the framework used.
 9) More - Administration
10) MARC bibliographic frameworks
11) Click 'MARC structure' for the framework used by the item
 shown in OPAC.
12) Find the tag (e.g. 260 or 942) and click 'Subfields'
13) Delete of the matching subfields (e.g. 260$b) shown in the
 OPAC tab
14) Clear your opac error log.
15) Refresh OPAC tab. The tag subfields are split.
16) There are opac-MARCdetail.pl warnings.
17) Apply patch
18) Clear your opac error log.
19) Refresh OPAC tab. The tag subfields are no longer split strangely.
20) There are no opac-MARCdetail.pl warnings.
RESTORE YOUR DATABASE.

This also silences a series of warnings triggered by catching
undef hash references.

-- 
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 11242] fix opac-MARCdetail.pl bizarre ordering of data and noisy warnings

2013-11-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11242

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

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