[Koha-bugs] [Bug 10200] Add more Independent Branches options

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

Kyle M Hall  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |MOVED

-- 
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 10200] Add more Independent Branches options

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

Nicole C. Engard  changed:

   What|Removed |Added

 CC||neng...@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 10200] Add more Independent Branches options

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

Kyle M Hall  changed:

   What|Removed |Added

 Depends on||10080

-- 
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 10200] Add more Independent Branches options

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

Kyle M Hall  changed:

   What|Removed |Added

 Status|Needs Signoff   |ASSIGNED

-- 
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 10200] Add more Independent Branches options

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

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #17983|0   |1
is obsolete||

--- Comment #10 from Kyle M Hall  ---
Created attachment 17987
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17987&action=edit
Bug 10200 - Add more Independent Branches options - Part 4 - Add
branches_optional for MARC field authorised values

This patch adds the branches_optional field to the authorised values
pulldown for MARC fields and subfields in the MARC frameworks editor.

'branches_optional' behaves exactly like 'branches' except it includes
an "empty" choice so the branch does not have to be set.

-- 
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 10200] Add more Independent Branches options

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

Kyle M Hall  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 10200] Add more Independent Branches options

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

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #17982|0   |1
is obsolete||

--- Comment #9 from Kyle M Hall  ---
Created attachment 17986
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17986&action=edit
Bug 10200 - Add more Independent Branches options - Part 3 -
IndependentBranchesMarcEditing

Adds a new system preference IndependentBranchesMarcEditing. If this new
syspref is enabled, a librarian can only edit or delete a bib record if
his or her logged in branch code matches the branchcode in
biblio.branchcode. This feature does not affect the ability to edit or
delete items, as that functionality is determined by
IndependantBranches.

Test Plan:
 1) Apply patch
 2) Run updatedatabase.pl
 3) Map a nonrepeatable field/subfield to biblio.branchcode
Pro-tip: Use the authorised value 'branches' to get a pulldown of
libraries instead of entering the branchcode manually.
 4) Edit a record, and add a branchcode.
 5) Log in as a non-superlibrarian with cataloging priveleges
 6) Change the logged in branch to a branch other than the one you
entered in the record.
 7) You should note the 'edit' pulldown for the record is missing the
"Edit record" and "Delete record" options.
 8) Switch the logged in branch to match the branchcode of the record.
 9) You should now see the edit and delete options for that record.
10) Attempt to edit a record with no branchcode defined, you should be
able to.

-- 
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 10200] Add more Independent Branches options

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

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #17963|0   |1
is obsolete||

--- Comment #8 from Kyle M Hall  ---
Created attachment 17985
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17985&action=edit
Bug 10200 - Add more Independent Branches options - Part 2 -
IndependentBranchesOpacSearch

Enabling IndependentBranchesIntranetSearch will automatically add a
branch limit filter to the search results thus hiding all records
without one of more items owned by the library as defined by the
webserver environment variable BRANCHCODE for the given OPAC, including
records with no items attach.

Test Plan:
1) Apply the patch
2) Run updatedatabase.pl
3) Add this line to the http-conf for your OPAC:
  SetEnv BRANCHCODE "MPL"
   Replace MPL with the branchcode you want to use for this test
4) Perform a search that will give results for both records which
   have items owned by the set library, and records which have
   no items owned by the set library.
5) Enable the new system preference IndependentBranchesOpacSearch
6) Perform the same search again, any records without items owned
   by the library set in the BRANCHCODE environment variable should
   not appear.

-- 
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 10200] Add more Independent Branches options

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

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #17961|0   |1
is obsolete||

--- Comment #7 from Kyle M Hall  ---
Created attachment 17984
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17984&action=edit
Bug 10200 - Add more Independent Branches options - Part 1 -
IndependentBranchesIntranetSearch

Enabling IndependentBranchesIntranetSearch will automatically add a
branch limit filter to the search results thus hiding all records
without one or more items owned by the logged in library, including
records with no items attached.

Test Plan:
1) Apply patch
2) Run updatedatabase.pl
3) Perform a search that will give results for both records which
   have items owned by the logged in library, and records which have
   no items owned by the logged in library.
4) Enable the new system preference IndependentBranchesIntranetSearch
5) Perform the same search again, any records without items owned
   by the currently logged in library should not appear.

-- 
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 10200] Add more Independent Branches options

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

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #17981|0   |1
is obsolete||

-- 
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 10200] Add more Independent Branches options

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

--- Comment #6 from Kyle M Hall  ---
Created attachment 17983
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17983&action=edit
Bug 10200 - Add more Independent Branches options - Part 4 - Add
branches_optional for MARC field authorised values

This patch adds the branches_optional field to the authorised values
pulldown for MARC fields and subfields in the MARC frameworks editor.

'branches_optional' behaves exactly like 'branches' except it includes
an "empty" choice so the branch does not have to be set.

-- 
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 10200] Add more Independent Branches options

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

--- Comment #5 from Kyle M Hall  ---
Created attachment 17982
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17982&action=edit
Bug 10200 - Add more Independent Branches options - Part 3 -
IndependentBranchesMarcEditing

Adds a new system preference IndependentBranchesMarcEditing. If this new
syspref is enabled, a librarian can only edit or delete a bib record if
his or her logged in branch code matches the branchcode in
biblio.branchcode. This feature does not affect the ability to edit or
delete items, as that functionality is determined by
IndependantBranches.

Test Plan:
 1) Apply patch
 2) Run updatedatabase.pl
 3) Map a nonrepeatable field/subfield to biblio.branchcode
Pro-tip: Use the authorised value 'branches' to get a pulldown of
libraries instead of entering the branchcode manually.
 4) Edit a record, and add a branchcode.
 5) Log in as a non-superlibrarian with cataloging priveleges
 6) Change the logged in branch to a branch other than the one you
entered in the record.
 7) You should note the 'edit' pulldown for the record is missing the
"Edit record" and "Delete record" options.
 8) Switch the logged in branch to match the branchcode of the record.
 9) You should now see the edit and delete options for that record.
10) Attempt to edit a record with no branchcode defined, you should be
able to.

-- 
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 10200] Add more Independent Branches options

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

--- Comment #4 from Kyle M Hall  ---
Created attachment 17981
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17981&action=edit
Bug 10200 - Add more Independent Branches options - Part 1 -
IndependentBranchesIntranetSearch

Enabling IndependentBranchesIntranetSearch will automatically add a
branch limit filter to the search results thus hiding all records
without one or more items owned by the logged in library, including
records with no items attached.

Test Plan:
1) Apply patch
2) Run updatedatabase.pl
3) Perform a search that will give results for both records which
   have items owned by the logged in library, and records which have
   no items owned by the logged in library.
4) Enable the new system preference IndependentBranchesIntranetSearch
5) Perform the same search again, any records without items owned
   by the currently logged in library should not appear.

-- 
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 10200] Add more Independent Branches options

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

Kyle M Hall  changed:

   What|Removed |Added

 Status|Needs Signoff   |ASSIGNED

-- 
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 10200] Add more Independent Branches options

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

Kyle M Hall  changed:

   What|Removed |Added

 Depends on||10206

-- 
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 10200] Add more Independent Branches options

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

--- Comment #3 from Kyle M Hall  ---
Created attachment 17963
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17963&action=edit
Bug 10200 - Add more Independent Branches options - Part 2 -
IndependentBranchesOpacSearch

Enabling IndependentBranchesIntranetSearch will automatically add a
branch limit filter to the search results thus hiding all records
without one of more items owned by the library as defined by the
webserver environment variable BRANCHCODE for the given OPAC, including
records with no items attach.

Test Plan:
1) Apply the patch
2) Run updatedatabase.pl
3) Add this line to the http-conf for your OPAC:
  SetEnv BRANCHCODE "MPL"
   Replace MPL with the branchcode you want to use for this test
4) Perform a search that will give results for both records which
   have items owned by the set library, and records which have
   no items owned by the set library.
5) Enable the new system preference IndependentBranchesOpacSearch
6) Perform the same search again, any records without items owned
   by the library set in the BRANCHCODE environment variable should
   not appear.

-- 
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 10200] Add more Independent Branches options

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

Kyle M Hall  changed:

   What|Removed |Added

   Assignee|gmcha...@gmail.com  |kyle.m.h...@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 10200] Add more Independent Branches options

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

Kyle M Hall  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/


[Koha-bugs] [Bug 10200] Add more Independent Branches options

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

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #17960|0   |1
is obsolete||

--- Comment #2 from Kyle M Hall  ---
Created attachment 17961
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17961&action=edit
Bug 10200 - Add more Independent Branches options - Part 1 -
IndependentBranchesIntranetSearch

Enabling IndependentBranchesIntranetSearch will automatically add a
branch limit filter to the search results thus hiding all records
without one or more items owned by the logged in library, including
records with no items attached.

Test Plan:
1) Apply patch
2) Run updatedatabase.pl
3) Perform a search that will give results for both records which
   have items owned by the logged in library, and records which have
   no items owned by the logged in library.
4) Enable the new system preference IndependentBranchesIntranetSearch
5) Perform the same search again, any records without items owned
   by the currently logged in library should not appear.

-- 
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 10200] Add more Independent Branches options

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

--- Comment #1 from Kyle M Hall  ---
Created attachment 17960
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17960&action=edit
Bug 10200 - Add more Independent Branches options - Part 1 -
IndependentBranchesIntranetSearch

Enabling IndependentBranchesIntranetSearch will automatically add a
branch limit filter to the search results thus hiding all records
without one or more items owned by the logged in library, including
records with no items attached.

Test Plan:
1) Apply patch
2) Run updatedatabase.pl
3) Perform a search that will give results for both records which
   have items owned by the logged in library, and records which have
   no items owned by the logged in library.
4) Enable the new system preference IndependentBranchesIntranetSearch
5) Perform the same search again, any records without items owned
   by the currently logged in library should not appear.

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