[Koha-bugs] [Bug 8594] A report containing a subquery that has a 'limit' will have that limit stripped out

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #13 from Paul Poulain paul.poul...@biblibre.com ---
Patch 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 6886] Single branch mode should disable showing the branch name in front of all callnumbers

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com

--- Comment #13 from Paul Poulain paul.poul...@biblibre.com ---
Patch 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 4173] Statuses not appearing in the OPAC

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Failed QA
 CC||paul.poul...@biblibre.com

--- Comment #18 from Paul Poulain paul.poul...@biblibre.com ---
QA comment : I like very much the idea of
Koha/Template/Plugin/KohaAuthorisedValues.pm
... BUT it has no doc at all.

Failing QA for this reason, please provide a follow-up with some doc (it will
be trivial, I agree, but it's needed)

-- 
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 7986] Export issues

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

--- Comment #20 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 11972
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11972action=edit
Bug 7986: Followup: Replace DontExportFields and CsvProfileForExport

Replace DontExportFieldsi by ExportRemoveFields
and CsvProfileForExport by ExportWithCsvProfile

-- 
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 8478] Update Ubuntu related files

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_10
   Severity|enhancement |minor

--- Comment #21 from Paul Poulain paul.poul...@biblibre.com ---
(In reply to comment #20)
 I think this is why there is the koha-devel mailing list discussion of:
 documentation formats, making the wiki match the installation instructions,
 and perhaps giving the INSTALL.{OS} files their own git repository for
 documentation purposes. At this point in time, those discussions are still
 in process. I'd like to see these patches get to 3.8.x and master, so at
 least we have a better base installation instruction set.

Agreed.

Patch pushed to master. (I think it's not an ENH, but a small bugfix)

-- 
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 7067] allow patron self registration via the opac

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

--- Comment #28 from Jonathan Druart jonathan.dru...@biblibre.com ---
Hy Kyle,
Here some remarks after a little test:
- A new dependency (String::Random) is required and has to be added to the
C4/Installer/PerlDependencies.pm file

- The page opac-user.pl does not have a register link.

- There is no verification on the date of birth entry and could be caused a
warning

- After sending the form, I get an error in my log DBD::mysql::st execute
failed: Column 'user' cannot be null. But I don't know where does it come.

- I can't continue after the step 13) Copy and paste the link into a web
browser to verify the registration. Indeed, there are a lot of error in the
page opac/opac-registration-verify.pl (variables not defined, etc.)

+ The qa tools say me a lot of failed qa points exist:

* misc/cronjobs/delete_expired_opac_registrations.pl   FAIL
critic  FAIL
require statement with library name as string at line 28, column 12.
Use a bareword instead.
Code before strictures are enabled at line 23, column 1. See page 429
of PBP.

* misc/cronjobs/delete_unverified_opac_registrations.plFAIL
critic  FAIL
require statement with library name as string at line 28, column 12.
Use a bareword instead.
Code before strictures are enabled at line 23, column 1. See page 429
of PBP.

* opac/opac-registration-verify.pl FAIL
valid   FAIL
Global symbol $borrowernumber requires explicit package name at
opac/opac-registration-verify.pl line 58.
Global symbol $cookie requires explicit package name at
opac/opac-registration-verify.pl line 35.
Global symbol %borrower requires explicit package name at
opac/opac-registration-verify.pl line 52.
Global symbol $borrowernumber requires explicit package name at
opac/opac-registration-verify.pl line 35.
Global symbol $template requires explicit package name at
opac/opac-registration-verify.pl line 59.
Global symbol $cookie requires explicit package name at
opac/opac-registration-verify.pl line 69.
opac/opac-registration-verify.pl had compilation errors.
Global symbol $template requires explicit package name at
opac/opac-registration-verify.pl line 44.
Bareword token not allowed while strict subs in use at
opac/opac-registration-verify.pl line 47.
Global symbol $template requires explicit package name at
opac/opac-registration-verify.pl line 69.
Global symbol $template requires explicit package name at
opac/opac-registration-verify.pl line 56.
Global symbol $template requires explicit package name at
opac/opac-registration-verify.pl line 35.
Global symbol $borrowernumber requires explicit package name at
opac/opac-registration-verify.pl line 52.
Global symbol $template requires explicit package name at
opac/opac-registration-verify.pl line 57.

-- 
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 8622] Koha themes broken

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_8

--- Comment #9 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master

Could not see any difference between before and after the patch, which what we
expect when we use prog theme (what most libraries does)

-- 
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 8666] Prevent to create baskets for inactive suppliers

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

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

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable
 CC||ch...@bigballofwax.co.nz

--- Comment #8 from Chris Cormack ch...@bigballofwax.co.nz ---
Pushed to 3.8.x, will be in 3.8.5

-- 
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 8675] Renewing item to specified date creates a due date with HH:MM set to 00:00

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

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

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable

--- Comment #5 from Chris Cormack ch...@bigballofwax.co.nz ---
Pushed to 3.8.x, will be in 3.8.5

-- 
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 2553] alphabetize dropdown menus

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

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

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable

--- Comment #6 from Chris Cormack ch...@bigballofwax.co.nz ---
Pushed to 3.8.x, will be in 3.8.5

-- 
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 8549] DataTables upgrade broke display of next/previous buttons in table controls

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

--- Comment #8 from Chris Cormack ch...@bigballofwax.co.nz ---
Not needed for 3.8.x

-- 
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 8251] Patrons are systematically debarred at checkin

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

Colin Campbell colin.campb...@ptfs-europe.com changed:

   What|Removed |Added

 CC||colin.campbell@ptfs-europe.
   ||com

--- Comment #37 from Colin Campbell colin.campb...@ptfs-europe.com ---
There is a basic flaw in the logic in that patron's finedays are being
calculated on all returns not just overdues. The delta days is a positive
element that is the documented interface. Its purpose is not to inform if an
issue is overdue that is already indicated in the return from GetItemIssue

-- 
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 8251] Patrons are systematically debarred at checkin

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

--- Comment #38 from Chris Cormack ch...@bigballofwax.co.nz ---
(In reply to comment #37)
 There is a basic flaw in the logic in that patron's finedays are being
 calculated on all returns not just overdues. The delta days is a positive
 element that is the documented interface. Its purpose is not to inform if an
 issue is overdue that is already indicated in the return from GetItemIssue

Ah yes that makes sense. Yeah, that is a flaw, we should only be working out
the delta days on things that are overdue, instead of on all items. 

Now you have explained it, it makes perfect sense.

-- 
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 8597] New theme for the OPAC with a mobile view

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Patch doesn't apply
 CC||paul.poul...@biblibre.com

--- Comment #37 from Paul Poulain paul.poul...@biblibre.com ---
The 6th patch does not apply:
Bug 8597: Add system preferences to configure the mobile view.
Apply? [yn] y

Applying: Bug 8597: Add system preferences to configure the mobile view.
fatal: sha1 information is lacking or useless
(koha-tmpl/opac-tmpl/ccsr/en/css/opac.css).
Repository lacks necessary blobs to fall back on 3-way merge.
Cannot fall back to three-way merge.
Patch failed at 0001 Bug 8597: Add system preferences to configure the mobile
view.
When you have resolved this problem run git am --resolved.
If you would prefer to skip this patch, instead run git am --skip.
To restore the original branch and stop patching run git am --abort.
Patch left in
/tmp/Bug-8597-Add-system-preferences-to-configure-the-m-byW262.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 8725] koha-common_3.8.4-1_all.deb has an opaclanguages option of pnf

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

Robin Sheat ro...@catalyst.net.nz changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Robin Sheat ro...@catalyst.net.nz ---
Yeah, I think the git clean didn't happen. Should be fixed now.

-- 
You are receiving this mail because:
You are the assignee 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 7067] allow patron self registration via the opac

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

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

   What|Removed |Added

  Attachment #11970|0   |1
is obsolete||

--- Comment #29 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 11973
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11973action=edit
Bug 7067 - OPAC Borrower Self Registration

-- 
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 7583] undo receive

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

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

   What|Removed |Added

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

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

All works great and the code is clean. Nothing to say.

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 8382] It is not possible to cancel an order when receiving on a filtered page in parcel.pl

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
Version|master  |rel_3_8
   Severity|major   |normal

--- Comment #12 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master

I've tested it, it's OK, patch pushed. But i'm a little bit uncomfortable with
this patch. I can't say why, so I've pushed it.

-- 
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 8597] New theme for the OPAC with a mobile view

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

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

   What|Removed |Added

  Attachment #11858|0   |1
is obsolete||

--- Comment #38 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Created attachment 11974
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11974action=edit
Bug 8597: Add system preferences to configure the mobile view.

This patch adds the following system preferences:
* OpacMainUserBlockMobile - alternate content for the MainUserBlock for
  mobile
* OPACMobileUserCSS - custom CSS for mobile views only
* OpacShowFiltersPulldownMobile - whether or not to show the index
  dropdown on the mobile view
* OpacShowLibrariesPulldownMobile - whether or not to show the library
  dropdown on the mobile view

Signed-off-by: Jared Camins-Esakov jcam...@cpbibliography.com
Signed-off-by: Chris Cormack chr...@catalyst.net.nz
Signed-off-by: Jared Camins-Esakov jcam...@cpbibliography.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 8597] New theme for the OPAC with a mobile view

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

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

   What|Removed |Added

  Attachment #11859|0   |1
is obsolete||

--- Comment #39 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Created attachment 11975
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11975action=edit
Bug 8597 follow-up: add missing lib files

Signed-off-by: Chris Cormack chr...@catalyst.net.nz
Signed-off-by: Jared Camins-Esakov jcam...@cpbibliography.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 8597] New theme for the OPAC with a mobile view

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

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

   What|Removed |Added

 Status|Patch doesn't apply |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 8251] Patrons are systematically debarred at checkin

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

Colin Campbell colin.campb...@ptfs-europe.com changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

--- Comment #40 from Colin Campbell colin.campb...@ptfs-europe.com ---
switch status back to requires signoff for latest 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 7067] allow patron self registration via the opac

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

--- Comment #30 from Jonathan Druart jonathan.dru...@biblibre.com ---
Step 9 fails (Verify you can log in with your temporary password.)

I got:
Username:
Password: sHGrskYvtx 

with an error in my log:
 DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key
constraint fails (`koha_coderun`.`borrowers`, CONSTRAINT `borrowers_ibfk_1`
FOREIGN KEY (`categorycode`) REFERENCES `categories` (`categorycode`)) at
/home/koha/C4/SQLHelper.pm line 184., referer:
http://opac.koha.localhost/cgi-bin/koha/opac-memberentry.pl
[Wed Sep 05 14:17:55 2012] [error] [client 127.0.0.1] [Wed Sep  5 14:17:55
2012] opac-memberentry.pl: DBD::mysql::st execute failed: Column 'user' cannot
be null at /home/koha/C4/Log.pm line 79., referer:
http://opac.koha.localhost/cgi-bin/koha/opac-memberentry.pl

I filled all fields into the form.


And - The page opac-user.pl does not have a register link.

-- 
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 7621] Circulation: Match age restriction of title with borrower's age without using categories

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
Version|master  |rel_3_10

--- Comment #63 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed, well done everyone !!!

-- 
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 8293] Software error when clicking on first or last result of each page on OPAC

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Stable

--- Comment #18 from Paul Poulain paul.poul...@biblibre.com ---
Follow-up pushed, everything in master  stable if i'm not mistaking, setting
status accordingly

-- 
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 8204] Authority viewer in OPAC ugly, unfriendly, and mostly useless

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

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

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #35 from Jonathan Druart jonathan.dru...@biblibre.com ---
Last patch removes th OpacNav on the opac authority detail page.

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 7613] OCLC Connexion Gateway, including extension svc/import_bib

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #42 from Paul Poulain paul.poul...@biblibre.com ---
Follow-up patch pushed

(Ruth, when I say obsolete, I mean mark patches as obsolet on the bug,
because they are already applied. That's how it's usually done)

-- 
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 8412] add color icon set

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

--- Comment #14 from Paul Poulain paul.poul...@biblibre.com ---
(In reply to comment #13)
 Paul,
 
 I reapplied the patch to my system and I see the colors tab when editing
 authorized values, so can you explain what problem you're seeing?
The problem is just that i'm not seeing the link for an external image on
authorized values, as there is one on itemtypes. It's not related to your patch
at all.(In reply to comment #12)

 Not all libraries have a place to host their own images, or know how to host
 their own images, so adding these makes it easy for those types of people.
 And once again, it's just a few small images, it's not a big drain on the
 system so I'm not sure why we wouldn't add them. 
 I put the images where I always do.
Until now, images where always showing something that was understandable 
useful for most libraries, so it's common interest to have them shipped with
Koha. Those image=color are completely meaningless for me ( probably most
french libraries)

Are they related to a color scheme that US libraries usually understand, or are
they specific to ONE library ?
If they are specific to one library, I think we should not add them
If they are meaningfull for many (like : most libraries use yellow for 1XX
dewey, orange for 2XX, red for 3XX, ...) , I'll push the 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 8678] XSLT stylesheets output XML, but HTML is needed

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

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

   What|Removed |Added

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

--- Comment #5 from Jonathan Druart jonathan.dru...@biblibre.com ---
Seems good for me too.
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 8678] XSLT stylesheets output XML, but HTML is needed

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

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

   What|Removed |Added

 QA Contact||jonathan.dru...@biblibre.co
   ||m

-- 
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 7421] UNIMARC authorities DOM indexing mode

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

--- Comment #8 from Paul Poulain paul.poul...@biblibre.com ---
bump ! Frédéric, see comment 7, I can't make it work !

-- 
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 8727] New: Correct help text in rebuild_zebra_sliced.sh

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8727
  Assignee: gmcha...@gmail.com
   Summary: Correct help text in rebuild_zebra_sliced.sh
  Severity: trivial
Classification: Unclassified
OS: All
  Reporter: colin.campb...@ptfs-europe.com
  Hardware: All
Status: NEW
   Version: master
 Component: Architecture, internals, and plumbing
   Product: Koha

The help text for rebuild_zebra_sliced aounds somewhat stilted correct some
minor points of grammar and remove the word indexation which means something
different from indexing

-- 
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 8412] add color icon set

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

--- Comment #15 from Nicole C. Engard neng...@gmail.com ---
Lots of libraries report that patrons come to the desk and say do you know that
book about dogs with the yellow cover (or something like that). There have been
articles in library journals about cataloging colors to make this kind of
searching easier. One library I have found that does this is :
http://portia.nesl.edu/screens/well_its_red.html click the color and you get a
search for books with that color in the cover.

This is a specialized feature, but one that many liked the idea of when I
tweeted about it originally and like I said one that many libraries have
expressed an interest in in general (not Koha specific libraries only).

Nicole

-- 
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 8727] Correct help text in rebuild_zebra_sliced.sh

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

Colin Campbell colin.campb...@ptfs-europe.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|gmcha...@gmail.com  |colin.campbell@ptfs-europe.
   ||com

--- Comment #1 from Colin Campbell colin.campb...@ptfs-europe.com ---
Created attachment 11977
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11977action=edit
Proposed 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 7187] Prioritize cover image sources such as Amazon, Google and add fail over i.e. if first source fails, go to next

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

Robin Sheat ro...@catalyst.net.nz changed:

   What|Removed |Added

 CC||ro...@catalyst.net.nz

-- 
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 7187] Prioritize cover image sources such as Amazon, Google and add fail over i.e. if first source fails, go to next

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

--- Comment #6 from Magnus Enger mag...@enger.priv.no ---
One thing we need to decide on is whether the logic that checks multiple
sources should be in JavaScript on the client side or Perl on the server side.
I'm leaning towards Perl on the server, for two reasons: 

1. Displaying an image could be as simple as this:

  img src=opac-ver.pl?biblionumber=x /

2. We could cache the results of looking through multiple sources. (Caching
might violate the terms of service for e.g. Amazon, but then we could check
them last, after we have checked the ones that we can cache.)

-- 
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 8412] add color icon set

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

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

   What|Removed |Added

 CC||k...@bywatersolutions.com

--- Comment #16 from Kyle M Hall k...@bywatersolutions.com ---
 Are they related to a color scheme that US libraries usually understand, or
 are they specific to ONE library ?
 If they are specific to one library, I think we should not add them
 If they are meaningfull for many (like : most libraries use yellow for 1XX
 dewey, orange for 2XX, red for 3XX, ...) , I'll push the patch

I don't think this is only specific and useful to a single library. It seems
like something that could be a feature for a large number of libraries ( e.g.
law firm libraries ).

Other libraries may find uses for this feature that we haven't even thought of!
Perhaps a library or two color code sections of shelving, in which case this
feature would allow a library to give simple feedback on which area an item
would be located in.

In the end, it doesn't affect existing functionality, and can be safely ignored
by those who are not interested in it, so why take away something that might be
useful?

-- 
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 7187] Prioritize cover image sources such as Amazon, Google and add fail over i.e. if first source fails, go to next

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

--- Comment #7 from Robin Sheat ro...@catalyst.net.nz ---
I tend to think that in Perl is a better solution too, however it's worth
noting that it'll make firewalling harder.

As for the caching, I think if you cached what was the first service that gave
me a meaningful result, that wouldn't violate anything, and is also the best
way to do that (short of caching the image, which really is forbidden.)

-- 
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 8514] Display of patron results changed display order

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
Version|master  |rel_3_8

--- Comment #9 from Paul Poulain paul.poul...@biblibre.com ---
Patch 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 7784] Improve clarity of batch modification operations

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_10

--- Comment #4 from Paul Poulain paul.poul...@biblibre.com ---
Patch 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 8704] Typo in etc/koha-conf.xml

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_8
   Severity|enhancement |normal

--- Comment #6 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master (status updated, it's a fix, not an ENH)

-- 
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 8706] Private lists can be accessed by anyone

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_8

--- Comment #9 from Paul Poulain paul.poul...@biblibre.com ---
mmm... testing this patch (with plack, as usual), I got strange things once,
that I can't reproduce:

 * go to shelves.pl page on staff interface = no list displayed (I have 4 in my
database)
 * Add a new shelf. I got a nasty = ERROR: You do not have adequate permission
for that action on list 42488.
 * kill plack  reload it = everything is OK

patch pushed, if someone face strange things, it means there is a problem, not
related to some cache/plack/...

-- 
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 7187] Prioritize cover image sources such as Amazon, Google and add fail over i.e. if first source fails, go to next

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

--- Comment #8 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
I think some sources allow it (but not Amazon) and we can store covers locally
now, so those should be checked first of all. Another plus on doing it server
side would be better privacy.

-- 
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 7067] allow patron self registration via the opac

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

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

   What|Removed |Added

  Attachment #11973|0   |1
is obsolete||

--- Comment #31 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 11978
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11978action=edit
Bug 7067 - OPAC Borrower Self Registration

-- 
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 7067] allow patron self registration via the opac

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

--- Comment #32 from Kyle M Hall k...@bywatersolutions.com ---
 - A new dependency (String::Random) is required and has to be added to the
 C4/Installer/PerlDependencies.pm file

Fixed.

 - The page opac-user.pl does not have a register link.

Fixed

 - There is no verification on the date of birth entry and could be caused a
 warning

Good catch. I told myself I would take care of it later and then forgot ; )

 
 * misc/cronjobs/delete_expired_opac_registrations.pl  
 FAIL
   critic  FAIL
   require statement with library name as string at line 28, 
 column 12. Use
 a bareword instead.
   Code before strictures are enabled at line 23, column 1. See 
 page 429 of
 PBP.
 
 * misc/cronjobs/delete_unverified_opac_registrations.pl   
 FAIL
   critic  FAIL
   require statement with library name as string at line 28, 
 column 12. Use
 a bareword instead.
   Code before strictures are enabled at line 23, column 1. See 
 page 429 of
 PBP.

These are not valid. I use 'use Modern::Perl' which enables both warnings and
strictures. The rest of the errors you saw should be fixed.

-- 
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 7187] Prioritize cover image sources such as Amazon, Google and add fail over i.e. if first source fails, go to next

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

--- Comment #9 from Robin Sheat ro...@catalyst.net.nz ---
A cover source I'd like to add (NZ Nat Lib) also doesn't allow caching of
images, so relying on only the last one doesn't allow caching is not ideal.
Caching images from those that do allow it is worthwhile however.

-- 
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 8251] Patrons are systematically debarred at checkin

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

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

   What|Removed |Added

  Attachment #11976|0   |1
is obsolete||

--- Comment #41 from Tomás Cohen Arazi tomasco...@gmail.com ---
Created attachment 11979
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11979action=edit
Bug 8251 Do not try to debar patrons if returns are not overdue

If a period of suspension is configured in the issuing rules
a calculation to debar the patron was called on all returns
It should be limited to overdue returns

Renamed _FixFineDaysOnReturn subroutine to _debar_user_on_return
which is more descriptive of its purpose
Removed some unnecessary or duplicated processing
Changed visibility of $today so it didnt need
calculating twice
Removed declaration of a datedue variable that is
never used

Signed-off-by: Tomas Cohen Arazi tomasco...@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 7187] Prioritize cover image sources such as Amazon, Google and add fail over i.e. if first source fails, go to next

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

--- Comment #10 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
I think maybe the sequence should be user configurable? With an option to use
the first that answered?

-- 
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 8696] Tools menu says export bibs still

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_8

--- Comment #4 from Paul Poulain paul.poul...@biblibre.com ---
Trivial patch 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 6617] table of contents not printing right if entered right

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
Version|master  |rel_3_8

--- Comment #34 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master (MARC21, I haven't tested it myself, trusting others)

-- 
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 7187] Prioritize cover image sources such as Amazon, Google and add fail over i.e. if first source fails, go to next

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

--- Comment #11 from Magnus Enger mag...@enger.priv.no ---
(In reply to comment #10)
 I think maybe the sequence should be user configurable? With an option to
 use the first that answered?

That's what I'm thinking too.

-- 
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 7187] Prioritize cover image sources such as Amazon, Google and add fail over i.e. if first source fails, go to next

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

--- Comment #12 from Robin Sheat ro...@catalyst.net.nz ---
I'd consider that a separate enhancement. If we try to cram too much stuff in
for the first go, it'll never get done. Also, I don't think our syspref system
allows that kind of configuration.

-- 
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 6903] Quantity for odering from suggestion should not default to 0

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

BalaSBaharathi jsbb...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||jsbb...@gmail.com
 Resolution|WORKSFORME  |---

-- 
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 7187] Prioritize cover image sources such as Amazon, Google and add fail over i.e. if first source fails, go to next

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

--- Comment #13 from Jared Camins-Esakov jcam...@cpbibliography.com ---
(In reply to comment #12)
 I'd consider that a separate enhancement. If we try to cram too much stuff
 in for the first go, it'll never get done. Also, I don't think our syspref
 system allows that kind of configuration.

I am working on a similar configuration issue on bug 8726. Once that patch is
up, perhaps you can adapt^Hborrow^Hshamelessly steal the code for that. Being
able to drag things around to order them is pretty cool, and once I figured out
how to do it, not hard at all.

-- 
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 7187] Prioritize cover image sources such as Amazon, Google and add fail over i.e. if first source fails, go to next

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

--- Comment #14 from Magnus Enger mag...@enger.priv.no ---
See also: http://wiki.koha-community.org/wiki/Covers_from_multiple_sources_RFC

-- 
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 7187] Prioritize cover image sources such as Amazon, Google and add fail over i.e. if first source fails, go to next

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

Zeno Tajoli taj...@cilea.it changed:

   What|Removed |Added

 CC||taj...@cilea.it

--- Comment #15 from Zeno Tajoli taj...@cilea.it ---
Hi to all,

as I know Open Library, Library Thing and Google allow to cache book'covers.
I try to find Amazon license for book covers but I don't find it.
As I see in Vufind (an opac written with PHP) they cache also covers from
Amazon.
They use  Amazon strictly only for covers.

-- 
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 7671] add a real primary key accountlinesid in accountlines

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Failed 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 7067] allow patron self registration via the opac

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

--- Comment #33 from Jonathan Druart jonathan.dru...@biblibre.com ---
Thanks for your work !

Some remarks again :

1/ I still have the sql error on submitting form. It seems caused by the
action_log constraint:
DBD::mysql::st execute failed: Column 'user' cannot be null at
/home/koha/C4/Log.pm line 79., referer:
http://opac.koha.localhost/cgi-bin/koha/opac-memberentry.pl

2/   - There is no verification on the date of birth entry and could be
caused a
  warning
 
 Good catch. I told myself I would take care of it later and then forgot ; )
I don't know if it is configurable (in the jquery plugin) but now it's not
possible to select a year  2002 with just one click :-/

3/ on opac-user.pl:
If you don't have a library card, stop by your local library to sign up or
register here.. 
There is 2 dots on the end of the line.

4/ Strange behaviour:
modify your personnal details to replace a value with an other.
Resubmit a change but replacing a value with an empty string.
At intranet, you see an empty table (just with headers) in the 'changes'
column.


 These are not valid. I use 'use Modern::Perl' which enables both warnings
 and strictures. The rest of the errors you saw should be fixed.
Your first patch did not have any module use ;)


This patch does not allow a librarian to validate or reject a self registration
isn't it ?

-- 
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 7067] allow patron self registration via the opac

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

--- Comment #34 from Jonathan Druart jonathan.dru...@biblibre.com ---
Arg, please let me edit my posts! :) (I am sorry about my grammar...)

-- 
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 7067] allow patron self registration via the opac

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

--- Comment #35 from Jonathan Druart jonathan.dru...@biblibre.com ---
(In reply to comment #33)
 This patch does not allow a librarian to validate or reject a self
 registration isn't it ?

Auto answer: In fact yes. In the issuing rules, we can restrict issues for the
corresponding patron category.
Like that we can simulate a pre-registration.
A user is fully registrated when he has a real patron category.

-- 
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 8251] Patrons are systematically debarred at checkin

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

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||tomasco...@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 5911] Transport Cost Matrix of transporting an item between branches

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

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Pushed for QA   |Passed QA

--- Comment #57 from Paul Poulain paul.poul...@biblibre.com ---
I mark passed QA, and will do as extensive tests as possible in the next days,
before pushing

-- 
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 8496] show local cover images on lists view in opac

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

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

   What|Removed |Added

 Status|Patch doesn't apply |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 8215] Add Course Reserves

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

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

   What|Removed |Added

  Attachment #11882|0   |1
is obsolete||

--- Comment #33 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 11980
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11980action=edit
Bug 8215 - Course Reserves

Adds a course reserves system for academic libraries.

The course reserves system allows libraries to create courses
and put items on reserves for those courses.

Each item with at least one reserve can have some of its attributes
modified while it is on reserve for at least one active course.
These attributes include item type, collection code, shelving location,
and holding library. If there are no active courses with this item
on reserve, it's attributes will revert to the original attributes
it had before going on reserve.

Testing Scenario:
  1) Create new authorised value categories DEPARTMENT and TERM
  2) Create a new course, add instructors to that course.
  3) Reserve items for that course, verify item attributes have changed.
  4) Disable course, verify item attributes have reverted.
  5) Enable course again, verify item attributes again.
  6) Delete course, verify item attributes again.
  7) Create two new courses, add the same item(s) to both courses.
  8) Disable one course, verify item attributes have not reverted.
  9) Disable both courses, verify item attributes have reverted.
 10) Enable one course, verify item attributes are again set to the
 new values.
 11) Edit reserve item attributes, verify.
 12) Disable all courses, edit reserve item attributes, verify
 the item itself still has its original attributes, verify
 the reserve item attributes have been updated.
 13) Verify the ability to remove instructors from a course.
 14) Verify new permissions, top level coursereserves, with
 subpermissions add_reserves and delete_reserves.

Bug 8215 - Add Course Reserves - Followup - Fix DB Updater  Makefile

Bug 8215 - Add Course Reserves - Followup - Hide disabled course reserves on
catalog details page.

Bug 8215 - Add Course Reserves - Followup - One Hit Searching Bugfix

When searching courses, a search that results in a single hit will
automatically forward to the details for that course. If only a single
course has been added to the system, Koha will always forward to that
course and there will be no way to get to course-reserves.pl to add
a second course!

Fixed by testing for an actual search, rather than looking only at
the number of hits returned.

 Bug 8215 - Add Course Reserves - Followup - Prevent submitting form on 'enter'

When using the instructor search, hitting enter will attempt to submit the
form.
This is unwanted behavior. Fixed by adding some jquery, such that any form
field
with the class noEnterSubmit will but trigger a form submission. This class
can be used on any form in the librarian interface to prevent a field from
triggering
a form submission via the enter key.

Bug 8215 - Course Reserves - Followup - Remove checkEnter() and reimplement
with noEnterSubmit class

 Bug 8215 - Course Reserves - Followup - Fix permissions typos

-- 
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 8215] Add Course Reserves

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

Kyle M Hall k...@bywatersolutions.com 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 8215] Add Course Reserves

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

--- Comment #34 from Kyle M Hall k...@bywatersolutions.com ---
Just an fyi, I was able to get the instructor search working again. Between my
writing it, and your testing it, the YUI ajax search was replaced with a jQuery
based one. It works just like the checkout borrower search. It appears that
you need to add at least three letters of the persons first or last name before
you will see the results.

-- 
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 8496] show local cover images on lists view in opac

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

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

   What|Removed |Added

  Attachment #11165|0   |1
is obsolete||

--- Comment #5 from Owen Leonard oleon...@myacpl.org ---
Created attachment 11981
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11981action=edit
Bug 8496 - show local cover images on lists view in opac

Adding display of local cover images to lists view.
Also adding display of OpenLibrary covers since those were
also missing.

-- 
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 8496] show local cover images on lists view in opac

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

Owen Leonard oleon...@myacpl.org 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 8728] New: t/db_dependent/Reserve.t test doesn't use resdate and expdate arguments for AddReserve

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8728
  Assignee: gmcha...@gmail.com
   Summary: t/db_dependent/Reserve.t test doesn't use resdate and
expdate arguments for AddReserve
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: matted-34...@mypacks.net
  Hardware: All
Status: NEW
   Version: unspecified
 Component: Test Suite
   Product: Koha

The AddReserve routine had resdate and expdate added in between arguments (not
appended) in 2009/2010ish and 

http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=C4/Reserves.pm;hb=b7e35a37256054c2a1d07a4fcd965283aa91968e

so we need to adjust the t/db_dependent/Reserve.t accordingly.

-- 
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 8382] It is not possible to cancel an order when receiving on a filtered page in parcel.pl

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

--- Comment #13 from Owen Leonard oleon...@myacpl.org ---
Created attachment 11982
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11982action=edit
Bug 8382 [Follow-up] It is not possible to cancel an order when receiving on a
filtered page in parcel.pl

In order to be valid XHTML ampersands must be encoded (amp;).

-- 
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 8728] t/db_dependent/Reserve.t test doesn't use resdate and expdate arguments for AddReserve

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

--- Comment #1 from wajasu matted-34...@mypacks.net ---
Created attachment 11983
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11983action=edit
adjust-Reserves.t-test-for-resdate-and-expdate-and-t.patch

This patch adds the resdate and expdate argument to the AddReserve test.

I also adjusted it to create a bilio, and item for that biblio and delete them
at the end of the test, so its not dependent on external test data.

It gets rid of Illegal metric data warning from misaligned arguments.

TestPlan:
koha@biblio:~/kohaclone$ prove t/db_dependent/Reserves.t 
t/db_dependent/Reserves.t .. 1/4 # 
# Creating biblio instance for testing.
# Creating item instance for testing.
# Deleting item testing instance.
# Deleting biblio testing instance.
t/db_dependent/Reserves.t .. ok   
All tests successful.
Files=1, Tests=4,  2 wallclock secs ( 0.03 usr  0.01 sys +  0.59 cusr  0.04
csys =  0.67 CPU)
Result: PASS

-- 
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 8728] t/db_dependent/Reserve.t test doesn't use resdate and expdate arguments for AddReserve

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

wajasu matted-34...@mypacks.net 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 8708] RSS feed for new comments is broken

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

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

   What|Removed |Added

  Attachment #11918|0   |1
is obsolete||

--- Comment #7 from Owen Leonard oleon...@myacpl.org ---
Created attachment 11984
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11984action=edit
Bug 8708 [Revised] RSS feed for new comments is broken

Removing white space from the beginning of the file
so that XML processing will work correctly.

Before the patch, viewing the page
(/cgi-bin/koha/opac-showreviews.pl?format=rss) in a browser
which supports RSS handling (ex: Firefox)  will show you
unformatted and broken-looking text. After the patch the
page will trigger the browser's built-in RSS-handling format.

Revision: Template now includes comment pointing out that the xml
declaration must not have any white space before it.

-- 
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 8133] hourly loans doesn't know when library closed

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

Helen Linda helen.li...@goddard.edu changed:

   What|Removed |Added

 CC||helen.li...@goddard.edu

-- 
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 8644] jQueryUI CSS file should not contain customizations

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

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

   What|Removed |Added

 Status|Signed Off  |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 5786] Move AllowOnShelfHolds system preference to the Circulation Matrix

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

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

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply

--- Comment #53 from Kyle M Hall k...@bywatersolutions.com ---
pplying: bug_5786, bug_5787, bug_5788: Holds rewrite
error: patch failed: C4/Auth.pm:412
error: C4/Auth.pm: patch does not apply

-- 
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 5327] Unit tests required for all C4 modules

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

--- Comment #227 from Chris Cormack ch...@bigballofwax.co.nz ---
Created attachment 11985
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11985action=edit
Bug 5327 : Fixing a typo in the test that was causing a false fail

-- 
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 5786] Move AllowOnShelfHolds system preference to the Circulation Matrix

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

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

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

--- Comment #54 from Kyle M Hall k...@bywatersolutions.com ---
My bad, the old patch was not deprecated.

(In reply to comment #53)
 pplying: bug_5786, bug_5787, bug_5788: Holds rewrite
 error: patch failed: C4/Auth.pm:412
 error: C4/Auth.pm: patch does not apply

-- 
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 5327] Unit tests required for all C4 modules

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

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

   What|Removed |Added

 Status|Signed Off  |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 5786] Move AllowOnShelfHolds system preference to the Circulation Matrix

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

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

   What|Removed |Added

  Attachment #11190|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 8644] jQueryUI CSS file should not contain customizations

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

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

   What|Removed |Added

  Attachment #11715|0   |1
is obsolete||

--- Comment #4 from Owen Leonard oleon...@myacpl.org ---
Created attachment 11986
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11986action=edit
Bug 8644 [staff client] jQueryUI CSS file should not contain customizations

This patch moves jQueryUI customizations into the main CSS
file for the staff client. In order to get the corrected
default version of jquery-ui.css I have upgraded all core
jQueryUI files.

Testers should look at examples of each of the various jQueryUI
widgets we use in Koha to confirm continued functinality: tabs,
autocomplete, datepickers, and slider (in specify due date popup).

-- 
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 6716] Database Documentation

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

--- Comment #130 from Nicole C. Engard neng...@gmail.com ---
Created attachment 11987
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11987action=edit
Bug 6716: Update borrowers tables altaddress definiton

The comment on the altcontactaddress3 said it was the 3rd address line
but in reality it was the city. This fixes the documentation of
that field

-- 
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 6716] Database Documentation

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

Nicole C. Engard neng...@gmail.com 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 8729] New: browse not doing pages

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8729
  Assignee: oleon...@myacpl.org
   Summary: browse not doing pages
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
  Hardware: All
Status: NEW
   Version: master
 Component: Templates
   Product: Koha

Created attachment 11988
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11988action=edit
3 shows 3rd result, not 3rd page

When on the detail page, the browse results has numbers across the top that
used to go to pages of results, but now it goes to numbers of results and it's
confusing to users who are used to search pages having numbers for pages - not
numbers of results.  See attached.

I'm not sure when it changed, but I do remember it being pages originally.

-- 
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 8730] New: browse overlaying powered by

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8730
  Assignee: oleon...@myacpl.org
   Summary: browse overlaying powered by
  Severity: minor
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
  Hardware: All
Status: NEW
   Version: master
 Component: Templates
   Product: Koha

Created attachment 11989
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11989action=edit
powered by floats on top

When you use the browse results option on the detail page in conjunction with
the powered by Koha message it overlays funny - the powered by comes on top of
the browse but should probably fall behind.

-- 
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 8496] show local cover images on lists view in opac

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

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

   What|Removed |Added

  Attachment #11981|0   |1
is obsolete||

--- Comment #6 from Nicole C. Engard neng...@gmail.com ---
Created attachment 11990
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11990action=edit
[SIGNED-OFF] Bug 8496 - show local cover images on lists view in opac

Adding display of local cover images to lists view.
Also adding display of OpenLibrary covers since those were
also missing.

Signed-off-by: Nicole C. Engard neng...@bywatersolutions.com
Tested with local cover images and with other cover images.
Lists work as expected with all services.

-- 
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 8496] show local cover images on lists view in opac

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

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
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 8708] RSS feed for new comments is broken

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

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

   What|Removed |Added

  Attachment #11984|0   |1
is obsolete||

--- Comment #8 from Nicole C. Engard neng...@gmail.com ---
Created attachment 11991
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11991action=edit
[SIGNED-OFF] Bug 8708 [Revised] RSS feed for new comments is broken

Removing white space from the beginning of the file
so that XML processing will work correctly.

Before the patch, viewing the page
(/cgi-bin/koha/opac-showreviews.pl?format=rss) in a browser
which supports RSS handling (ex: Firefox)  will show you
unformatted and broken-looking text. After the patch the
page will trigger the browser's built-in RSS-handling format.

Revision: Template now includes comment pointing out that the xml
declaration must not have any white space before it.

Signed-off-by: Nicole C. Engard neng...@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 5786] Move AllowOnShelfHolds system preference to the Circulation Matrix

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

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

   What|Removed |Added

  Attachment #11903|0   |1
is obsolete||

--- Comment #55 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 11992
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11992action=edit
bug_5786, bug_5787, bug_5788: Holds rewrite

bug_5786: moved AllowOnShelfHolds to issuingrules
bug_5787: moved OPACItemHolds to issuingrules
bug_5788: Added reservesmaxpickupdelay to issuingrules

C4::Reserves:
* Added OnShelfHoldsAllowed() to check issuingrules
* Added OPACItemHoldsAllowed() to check issuingrules
* IsAvailableForItemLevelRequest() changed interface, now takes
  $item_record,$borrower_record; calls OnShelfHoldsAllowed()

opac/opac-reserve.pl and opac/opac-search.pl:
* rewrote hold allowed rule to use OPACItemHoldsAllowed()
* also use OnShelfHoldsAllowed() through IsAvailableForItemLevelRequest()

templates:
* Removed AllowOnShelfHolds and OPACItemHolds global flags, they now
  only have meaning per item type

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

I have tested this patch left, right and upside down for the last
several months. All tests have passed.

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 5786] Move AllowOnShelfHolds system preference to the Circulation Matrix

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

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
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 5500] shelf browse changing bib record

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

Melia Meggs me...@bywatersolutions.com changed:

   What|Removed |Added

 CC||me...@bywatersolutions.com

--- Comment #3 from Melia Meggs me...@bywatersolutions.com ---
This appears to still be an issue in master.

-- 
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 5327] Unit tests required for all C4 modules

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

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

   What|Removed |Added

  Attachment #11985|0   |1
is obsolete||

--- Comment #228 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Created attachment 11993
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11993action=edit
[SIGNED OFF] Bug 5327 : Fixing a typo in the test that was causing a false fail

Signed-off-by: Jared Camins-Esakov jcam...@cpbibliography.com
t/db_dependent/Items.t was failing despite valid data before patch,
works fine after

-- 
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 5327] Unit tests required for all C4 modules

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

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
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 5327] Unit tests required for all C4 modules

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

--- Comment #229 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Note that final patch is required in order to fix currently failing tests on
Jenkins. Also note that the first 5 patches already 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 8594] A report containing a subquery that has a 'limit' will have that limit stripped out

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

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

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz

--- Comment #14 from Chris Cormack ch...@bigballofwax.co.nz ---
Pushed to 3.8.x, will be in 3.8.5

-- 
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 8717] Wrong subscription notes are showing in catalogue detail view of serials in staff client

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

--- Comment #3 from David Cook dc...@prosentient.com.au ---
Hi Jonathan:

I'm not sure where you are looking, but I don't see a header column on the page
to which I'm referring. I'll attach a screenshot. 

(In reply to comment #2)
 Hi David,
 The header column is Public notes then I suppose we want to display the
 public note rather than the internalnotes.

-- 
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 6886] Single branch mode should disable showing the branch name in front of all callnumbers

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

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

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable

--- Comment #14 from Chris Cormack ch...@bigballofwax.co.nz ---
Pushed to 3.8.x will be in 3.8.5

-- 
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 8717] Wrong subscription notes are showing in catalogue detail view of serials in staff client

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

--- Comment #4 from David Cook dc...@prosentient.com.au ---
Created attachment 11994
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11994action=edit
Screenshot of subscription notes

This is the patched version. Ordinarily, it would show subscription public
note .

-- 
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 8478] Update Ubuntu related files

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

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

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable
 CC||ch...@bigballofwax.co.nz

--- Comment #22 from Chris Cormack ch...@bigballofwax.co.nz ---
Pushed to 3.8.x, will be in 3.8.5

-- 
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 8622] Koha themes broken

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

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

   What|Removed |Added

Version|rel_3_8 |rel_3_10

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


  1   2   >