[Koha-bugs] [Bug 9162] Add a system preference to set which notes fields appears on title notes/description separator

2020-07-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

Jonathan Druart  changed:

   What|Removed |Added

 Blocks||25709


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709
[Bug 25709] Rename systempreference from NotesBlacklist to NotesToHide
-- 
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 9162] Add a system preference to set which notes fields appears on title notes/description separator

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

Nicole C. Engard neng...@gmail.com changed:

   What|Removed |Added

 Blocks||9495

-- 
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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-12-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

Jared Camins-Esakov jcam...@cpbibliography.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #12 from Jared Camins-Esakov jcam...@cpbibliography.com ---
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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-12-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

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

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||jonathan.dru...@biblibre.co
   ||m
 QA Contact||jonathan.dru...@biblibre.co
   ||m

--- Comment #9 from Jonathan Druart jonathan.dru...@biblibre.com ---
QA Comments:

The proposed patch works well.
However if all existing fields are blacklisted, the biblio.notes field is
displayed. So if you blacklist the 300$a and if it is mapped with this db
field, it will be displayed.

Possible improvement :
Perhaps some libraries would like to blacklist some fields for the opac and
fewer fields for the intranet (required 1 syspref by interface).

Marked as 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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-12-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

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

   What|Removed |Added

  Attachment #14121|0   |1
is obsolete||

--- Comment #10 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 14264
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14264action=edit
BUG 9162 - Add a system preference to set which notes fields appears on title
notes/description separator

Added a new system preference to control the fields to not appear in the
separator.
Change GetMarcNotes to use the system preference created to only appear the
fields that aren't in the list,

Signed-off-by: Kyle M Hall k...@bywatersolutions.com
Signed-off-by: Jonathan Druart jonathan.dru...@biblibre.com
FIX some indentation in C4/Biblio.pm

-- 
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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-12-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

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

   What|Removed |Added

  Attachment #14264|0   |1
is obsolete||

--- Comment #11 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 14265
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14265action=edit
BUG 9162 - Add a system preference to set which notes fields appears on title
notes/description separator

Added a new system preference to control the fields to not appear in the
separator.
Change GetMarcNotes to use the system preference created to only appear the
fields that aren't in the list,

Signed-off-by: Kyle M Hall k...@bywatersolutions.com
Signed-off-by: Jonathan Druart jonathan.dru...@biblibre.com
FIX some indentation in C4/Biblio.pm
+FIX 1 end of parentheses in sysprefs.sql

-- 
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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-12-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

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

   What|Removed |Added

  Attachment #13916|0   |1
is obsolete||

--- Comment #7 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 14121
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14121action=edit
[SIGNED-OFF] BUG 9162 - Add a system preference to set which notes fields
appears on title notes/description separator

Added a new system preference to control the fields to not appear in the
separator.
Change GetMarcNotes to use the system preference created to only appear the
fields that aren't in the list,

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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-12-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

--- Comment #8 from Kyle M Hall k...@bywatersolutions.com ---
Works as advertised. Thanks for the 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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-12-10 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

Vitor Fernandes vfernan...@keep.pt changed:

   What|Removed |Added

 Status|Failed QA   |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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-12-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

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

   What|Removed |Added

 CC||k...@bywatersolutions.com

--- Comment #2 from Kyle M Hall k...@bywatersolutions.com ---
Vitor, for future reference you are not allowed to use tab characters in Koha
code. In particular, the system preferences files are broken by tabs.

-- 
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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-12-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

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

   What|Removed |Added

  Attachment #13730|0   |1
is obsolete||

--- Comment #3 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 13916
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13916action=edit
BUG 9162 - Add a system preference to set which notes fields appears on title
notes/description separator

Added a new system preference to control the fields to not appear in the
separator.
Change GetMarcNotes to use the system preference created to only appear the
fields that aren't in the list,

-- 
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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-12-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

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

   What|Removed |Added

 Status|Needs Signoff   |Failed QA

--- Comment #4 from Kyle M Hall k...@bywatersolutions.com ---
My blacklisted fields still display on the record details in the OPAC and
Intranet. Please provide a test plan, I may be testing this incorrectly.

-- 
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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-12-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

--- Comment #5 from Kyle M Hall k...@bywatersolutions.com ---
One other QA comment, please don't just use 'XXX' for DB revisions.
updatedatabase.pl doesn't like that, please use the format '3.11.00.XXX'.

-- 
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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-12-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

--- Comment #6 from Vitor Fernandes vfernan...@keep.pt ---
Hi Kyle,

Sorry for the tab and XXX version problems.
These are my first patches so it's normal to have some errors.
I'll try to avoid those in the future.

Problem:

- All notes fields are shown in the 'title notes' separator on OPAC record
details
- All notes fields are shown in the 'description' separator on intranet record
details

Test plan:

- Search for a record that has a note field (3XX in UNIMARC or 5XX in MARC21)

- Check if that note appears in the separator 'title notes' of OPAC record
details
- Add the note field tag in the created system preference
- Refresh the record detail page and check if the note stills appears

- Check if that note appears in the separator 'description' of intranet record
details
- Add the note field tag in the created system preference
- Refresh the record detail page and check if the note stills appears

-- 
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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-11-28 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

Vitor Fernandes vfernan...@keep.pt changed:

   What|Removed |Added

Summary|Title notes: Add a system   |Add a system preference to
   |preference to set which |set which notes fields
   |notes fields appears on |appears on title
   |title notes/description |notes/description separator
   |separator   |

-- 
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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-11-28 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

Vitor Fernandes vfernan...@keep.pt changed:

   What|Removed |Added

   Priority|P5 - low|P1 - high
  Change sponsored?|--- |Sponsored
   Assignee|gmcha...@gmail.com  |vfernan...@keep.pt

-- 
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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-11-28 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

--- Comment #1 from Vitor Fernandes vfernan...@keep.pt ---
Created attachment 13730
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13730action=edit
BUG 9162 - Add a system preference to set which notes fields appears on title
notes/description separator

Added a new system preference to control the fields to not appear in the
separator.
Change GetMarcNotes to use the system preference created to only appear the
fields that aren't in the list,

-- 
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 9162] Add a system preference to set which notes fields appears on title notes/description separator

2012-11-28 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9162

Vitor Fernandes vfernan...@keep.pt changed:

   What|Removed |Added

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