[Koha-bugs] [Bug 5900] GetAllIssues very slow

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5900

Julian Maurice julian.maur...@biblibre.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||julian.maur...@biblibre.com
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 6003] Display call number on return

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6003

Julian Maurice julian.maur...@biblibre.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||julian.maur...@biblibre.com
 Resolution||FIXED

--- Comment #3 from Julian Maurice julian.maur...@biblibre.com 2011-04-01 
09:26:28 UTC ---
Works as expected.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5738] Display the URI in 856u as an Image

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5738

--- Comment #27 from Nicole C. Engard neng...@gmail.com 2011-04-01 12:52:36 
UTC ---
PS. that was on an upgrade - but of course it should be the default in upgrades
and new installs.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5738] Display the URI in 856u as an Image

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5738

--- Comment #28 from Nicole C. Engard neng...@gmail.com 2011-04-01 12:55:00 
UTC ---
Also can someone please give me a test case/documentation example? The one line
preference is not enough for me to understand what this does? Can someone give
me the marc fields I should fill in and what vaues they should have for this
work?

Nicole

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 6034] Shelving cart feature can wipe permanent shelving location in certain circumstances

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6034

Jane Wagner jwag...@ptfs.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|gmcha...@gmail.com  |jwag...@ptfs.com

--- Comment #1 from Jane Wagner jwag...@ptfs.com 2011-04-01 14:34:16 UTC ---
Created attachment 3602
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3602
patch file for Bug 6034

To test, with InProcessingToShelvingCart off, NewItemsDefaultLocation blank,
and ReturnToShelvingCart on, create a new item.  Check the contents of the
location and permanent_location fields in its item record -- the same value
should be in both.  Then run the item through checkin, and look at those fields
again.  The location field should now be set to CART while permanent_location
should still have the original value.  After the cart_to_shelf cron job runs
with the proper timing, check the item record again.  Both location and
permanent_location should again be identical.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 6034] Shelving cart feature can wipe permanent shelving location in certain circumstances

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6034

Jane Wagner jwag...@ptfs.com changed:

   What|Removed |Added

   Priority|P5  |PATCH-Sent

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 6034] Shelving cart feature can wipe permanent shelving location in certain circumstances

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6034

--- Comment #2 from Jane Wagner jwag...@ptfs.com 2011-04-01 14:40:32 UTC ---
This should be included in 3.2.x as well as 3.4.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 6034] Shelving cart feature can wipe permanent shelving location in certain circumstances

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6034

Jane Wagner jwag...@ptfs.com changed:

   What|Removed |Added

   Patch Status|--- |Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 6035] New: Mobile interface for OPAC

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6035

 Bug #: 6035
   Summary: Mobile interface for OPAC
Classification: Unclassified
 Change sponsored?: Seeking cosponsors
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5
 Component: OPAC
AssignedTo: oleon...@myacpl.org
ReportedBy: wizzy...@gmail.com
 QAContact: koha-bugs@lists.koha-community.org


Koha could use a proper mobile interface for the OPAC.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5625] late orders report missing titles

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5625

Julian Maurice julian.maur...@biblibre.com changed:

   What|Removed |Added

 CC||julian.maur...@biblibre.com
   Patch Status|Needs Signoff   |Signed Off

--- Comment #2 from Julian Maurice julian.maur...@biblibre.com 2011-04-01 
15:05:13 UTC ---
Works well. Signed off.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 6036] New: Mobile interface for Intranet

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6036

 Bug #: 6036
   Summary: Mobile interface for Intranet
Classification: Unclassified
 Change sponsored?: Seeking cosponsors
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5
 Component: Staff Client
AssignedTo: paul.poul...@biblibre.com
ReportedBy: wizzy...@gmail.com
 QAContact: koha-bugs@lists.koha-community.org
CC: gmcha...@gmail.com


Koha could use a proper mobile interface for the circulation/catalog aspects of
the staff client.

I don't see people doing reports or cataloging from a mobile phone. Maybe
that's shortsighted.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5971] Minor markup error in holds queue report

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5971

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5817] Malformed author search link breaks sorting on results page

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5817

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5575] 3.4 BibLibre circ members improvements

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5575

Bug 5575 depends on bug 5758, which changed state.

Bug 5758 Summary: Show the items a gurantee has on issue, when looking at a 
guarantor record
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5758

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5738] Display the URI in 856u as an Image

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5738

--- Comment #29 from Doug Dearden dear...@sarsf.org 2011-04-01 16:24:11 UTC 
---
Nicole,

To test:

Create a new (or edit an existing) record, adding an 856u field and populating
it with a valid reference to an image file.  For example:
http://www.publicdomainpictures.net/pictures/9000/nahled/mountain-stream-25271280314836ZDa9.jpg
.  In addition to the 856u field, populate the 856q field with a valid mime
extension (see list above in comment 13) or a valid mime type that starts with
image/, i.e. image/jpeg.  To attache multiple images to the same record,
repeat the 856 field and populate the u and q subfields as above.  Do not
repeat the u and q subfields within the same 856 field, it won't work (known
bug 4958).  In the system preferences under the OPAC and Staff Client sections
turn on the XSLT options.  When the new system prefs are set to Both, Details
only or Results only you should see an image displayed instead of the link
text.  When you click on the image it should open to full size, in the current
window or in a new window depending on the value in the system pref
OPACURLOpenInNewWindow.  You may need to rebuild Zebra before it works.  

To summarize - XSLT on, new system pref on, 856u has valid picture, 856q has
valid entry.  

If the 856u doesn't point to an image file, the alternative text will display
instead.  If the 856q doesn't have a valid mime extension or type the
alternative text will display instead.

Regarding the default being neither.  In the updatedatabase.pl and
sysprefs.sql file, the default is set to 'off' (which should translate to
neither).  The system prefs do show up with Both enabled after update.  I think
this can be fixed by putting a default in the .pref files, as it looks like it
is reordering the preferences alphabetically then using the first one.  The
wiki page at http://wiki.koha-community.org/wiki/System_Preferences mentions
that there is a way to do this but does not give an example, and I did not find
any other entries in the .pref files that seemed to have defaults defined. 
Also, while Both appears after the new system pref is entered, I'm not sure
it is in that state.  You may need to change it, save, then change it back to
get Both turned on as the choice.

Thanks,

Doug

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5952] Shows member relatives in issues list

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5952

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

   What|Removed |Added

 AssignedTo|paul.poul...@biblibre.com   |oleon...@myacpl.org

--- Comment #12 from Owen Leonard oleon...@myacpl.org 2011-04-01 16:28:53 UTC 
---
Created attachment 3604
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3604
Follow-up fix

- Moving columns around to match display of patron's own checkouts
- Correcting terminology (issues, borrowers)
- Hiding columns added in previous patch which do not display in
  the standard checkout list: materials, stock number, collection.
  If these are to be added they should be added to all displays.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5952] Shows member relatives in issues list

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5952

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

   What|Removed |Added

   Patch Status|Patch Pushed|Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5869] New report wizard for holds

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5869

Liz Rea wizzy...@gmail.com changed:

   What|Removed |Added

 CC||wizzy...@gmail.com

--- Comment #13 from Liz Rea wizzy...@gmail.com 2011-04-01 16:54:03 UTC ---
I can't seem to make this work, I only get 0 results for any query.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 6037] Invalid markup, missing breadcrumbs on Keyword to MARC Mapping page

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6037

--- Comment #1 from Owen Leonard oleon...@myacpl.org 2011-04-01 16:55:43 UTC 
---
Created attachment 3605
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3605
Proposed fix

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5184] Upgrade to support jQuery 1.4.2

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5184

Liz Rea wizzy...@gmail.com changed:

   What|Removed |Added

 CC||wizzy...@gmail.com

--- Comment #4 from Liz Rea wizzy...@gmail.com 2011-04-01 18:17:55 UTC ---
it's not only the opac, it's also in the staff client on detail view: selects
the 'Fines  Charges' tab by default, but appears as though it's selected the
'Checkouts' list.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 4421] Should be possible to display location for bibs w/o items

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4421

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz
   Patch Status|Signed Off  |Patch Pushed

--- Comment #4 from Chris Cormack ch...@bigballofwax.co.nz 2011-04-01 
18:21:22 UTC ---
Pushed, please test

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5952] Shows member relatives in issues list

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5952

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

   What|Removed |Added

   Attachment #3604|0   |1
is obsolete||

--- Comment #13 from Owen Leonard oleon...@myacpl.org 2011-04-01 18:33:30 UTC 
---
Created attachment 3606
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3606
Reformatted patch

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5166] Refactor rebuild_zebra.pl into a library

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5166

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   Patch Status|Signed Off  |Pushed For QA

--- Comment #12 from Chris Cormack ch...@bigballofwax.co.nz 2011-04-01 
18:39:37 UTC ---
Correct me if im wrong, but this doesnt seem to touch rebuild_zebra.pl at all

As such the options in the systempreferences only apply if you are running the
new, (and hopefully not memory leaking zebraqueue_daemon). 

Before I can merge this into master, we would need to first change the wording
in the sys prefs to make it clear that if you are running rebuild_zebra.pl as a
cron job these will have no effect.

Then we need to test the daemon does not memory leak (functionality was never a
problem with it, leaking memory and taking the system down was)

The branch is in new/enh/bug_5166 please could others take a look.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 6026] Remove useless condition for export.pl

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6026

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   Patch Status|Signed Off  |Patch Pushed

--- Comment #1 from Chris Cormack ch...@bigballofwax.co.nz 2011-04-01 
18:51:23 UTC ---
Pushed, please test

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5166] Refactor rebuild_zebra.pl into a library

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5166

--- Comment #13 from Tomás Cohen Arazi tomasco...@gmail.com 2011-04-01 
19:04:29 UTC ---

As-is, this code doesn't hurt any previous functionality. That's what I wanted,
and why I didn't touch rebuild_zebra.pl (which is trivial to change to use the
sysprefs as default, I can do it if preferred). Also I didn't port fullindex
and other rebuild_zebra.pl functionalities to avoid making this a big commit,
but those functions are trivial to implement too.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 6030] Allow for html in letters in overdue notices

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6030

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|kyle.m.h...@gmail.com   |henridam...@koha-fr.org

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 6029] Date processing not done to all dates in overdue mails

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6029

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|kyle.m.h...@gmail.com   |henridam...@koha-fr.org

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5164] overdue script and csv

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5164

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

   What|Removed |Added

 Status|NEW |ASSIGNED
Version|unspecified |master
 AssignedTo|gmcha...@gmail.com  |paul.poul...@biblibre.com

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5575] 3.4 BibLibre circ members improvements

2011-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5575

Bug 5575 depends on bug 5750, which changed state.

Bug 5750 Summary: Add exact matching filter for categorycode and branchcode 
fields in search members's result
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5750

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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/