[Koha-bugs] [Bug 4266] encumbrance and expenditure not used in code

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

mathieu saby mathieu.s...@univ-rennes2.fr changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|paul.poul...@biblibre.com   |mathieu.saby@univ-rennes2.f
   ||r

--- Comment #7 from mathieu saby mathieu.s...@univ-rennes2.fr ---
Created attachment 14870
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14870action=edit
[PATCH] Bug 4266: Hide encumbrance and expenditure

Librarians are asked for Encumbrance and Expenditure when editing or creating a
fund (admin/aqbudgets.pl).
However these values are not yet taken into account by Koha. So it is
misleading and must be corrected.
This patch hides encumbrance and expenditure in template.
To test : check encumbrance and expenditure are not asked anymore when editing
or creating a fund.

M. Saby
Rennes 2 university

-- 
You are receiving this mail because:
You are the QA Contact 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 4266] encumbrance and expenditure not used in code

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

mathieu saby mathieu.s...@univ-rennes2.fr changed:

   What|Removed |Added

   Patch complexity|--- |String patch

-- 
You are receiving this mail because:
You are the QA Contact 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 9242] using koha 3.8, cannot connect to LOC z39.50 server

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

Magnus Enger mag...@enger.priv.no changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #4 from Magnus Enger mag...@enger.priv.no ---
Perhaps related to Bug 9494? Closing anyway, since it has not been updated with
more info.

-- 
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 8962] Create a new index for OPAC simple search, more specific than any

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

--- Comment #9 from mathieu saby mathieu.s...@univ-rennes2.fr ---
It is still a draft, but I have rebased and completed my patch, and splitted it
in 3 patches (more easy to test and to rewrite).
It is still only for GRS1 indexing.
1st patch contains CCL changes and templates changes/
2st patch contains Marc21 changes (biblio and authorities)
3rd patch contains Unimarc changes (biblio and authorities)

What should be different from before ?
This patch adds a new index Anywhere in ccl.properties and add any word
option in intranet search for using this index.
Default OPAC and intranet search in still using CCL Any index.
In record.abs for biblio and authorities, for the 2 marc flavor : 
- Defines a new index anywhere for indexing all biblio and authorities
subfields.
- Old any index is slightly more selective than before

Details of changes for Unimarc : 
- for authorities : all fields indexed in any except 001 and notes
- for biblios  : index 01X, 07X, 7XX except $9, 200, 205, 210c, 225, 328, 330,
4XX, 5XX except $9, 6XX except $9 and 67/68X, 995fkr

For Marc21 : 
- for authorities : all fields indexed in any except 001
- for biblios : fields indexed in any : 02X, 030, 110, 111, 130, 21X, 22X, 24X,
260b, 4XX, 505, 520, 6XX, 7XX, 8XX, 952p

= so, for example, any does NOT indexes
* notes (except 328/330 in Unimarc and 505/520 in Marc21)
* date of publication
* place of publication (town of the publisher)
* extent
* item notes
* biblionumber

To test :
- apply the 3 patches
- rebuild zebra biblios index
- rebuild zebra authorities index
- make some searches : for example, check if place of edition or notes are
indexed...

If it works, we need to 
- discuss the choice of fields that must remain in any
- do the same for DOM indexing
- do the same for Normarc

M. Saby
Rennes 2 University

-- 
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 8962] Create a new index for OPAC simple search, more specific than any

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

mathieu saby mathieu.s...@univ-rennes2.fr changed:

   What|Removed |Added

 CC||paul.poul...@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 8962] Create a new index for OPAC simple search, more specific than any

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

mathieu saby mathieu.s...@univ-rennes2.fr changed:

   What|Removed |Added

  Attachment #13406|0   |1
is obsolete||

--- Comment #10 from mathieu saby mathieu.s...@univ-rennes2.fr ---
Created attachment 14871
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14871action=edit
[PATCH 1/3] Bug 8962: Changes to CCL and templates

This patch adds a new index Anywhere in ccl.properties and add any word
option in intranet search for using this index.
Default OPAC and intranet search in still using CCL Any index.

-- 
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 8962] Create a new index for OPAC simple search, more specific than any

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

--- Comment #11 from mathieu saby mathieu.s...@univ-rennes2.fr ---
Created attachment 14872
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14872action=edit
[PATCH 3/3] Bug 8962: Marc21GRS1

Changes MARC21 GRS1 indexing.
Defines a new index anywhere for indexing all biblio and authorities
subfields.
Make any index more selective than before :
- for authorities : all fields indexed in any except 001
- for biblios : fields indexed in any : 02X, 030, 110, 111, 130, 21X, 22X, 24X,
260b, 4XX, 505, 520, 6XX, 7XX, 8XX, 952p

-- 
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 8962] Create a new index for OPAC simple search, more specific than any

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

--- Comment #12 from mathieu saby mathieu.s...@univ-rennes2.fr ---
Created attachment 14873
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14873action=edit
[PATCH 2/3] Bug 8962: UnimarcGRS1

Changes Unimarc GRS1 indexing.
Defines a new index anywhere for indexing all biblio and authorities
subfields.
Make any index more selective than before :
- for authorities : all fields indexed in any except 001 and notes
- for biblios  : index 01X, 07X, 7XX except $9, 200, 205, 210c, 225, 328, 330,
4XX, 5XX except $9, 6XX except $9 and 67/68X, 995fkr

-- 
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 8962] Create a new index for OPAC simple search, more specific than any

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

mathieu saby mathieu.s...@univ-rennes2.fr changed:

   What|Removed |Added

 Status|In Discussion   |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 4266] encumbrance and expenditure not used in code

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

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

   What|Removed |Added

  Attachment #14870|0   |1
is obsolete||

--- Comment #8 from Nicole C. Engard neng...@gmail.com ---
Created attachment 14874
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14874action=edit
[SIGNED-OFF] Bug 4266: Hide Encumbrance and Expenditure

Librarians are asked for Encumbrance and Expenditure when editing or creating a
fund (admin/aqbudgets.pl).
However these values are not yet taken into account by Koha. So it is
misleading and must be corrected.
This patch hides encumbrance and expenditure in template.
To test : check encumbrance and expenditure are not asked anymore when editing
or creating a fund.

Signed-off-by: Nicole C. Engard neng...@bywatersolutions.com
All tests pass

-- 
You are receiving this mail because:
You are the QA Contact 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 4266] encumbrance and expenditure not used in code

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

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are the QA Contact 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/