[Koha-bugs] [Bug 9016] New: Multi transport types for notices

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 9016
  Assignee: gmcha...@gmail.com
   Summary: Multi transport types for notices
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: jonathan.dru...@biblibre.com
  Hardware: All
Status: NEW
   Version: unspecified
 Component: Tools
   Product: Koha

-- 
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 9016] Multi transport types for notices

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

Jonathan Druart  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|gmcha...@gmail.com  |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 9016] Multi transport types for notices

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

--- Comment #1 from Jonathan Druart  ---
Created attachment 13276
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13276&action=edit
Bug 9016: Multi transport types for notices

The goal of the patch:
This patch allows to choose one (or more) message transport type for one
overdue. Currently it is just possible to choose a letter.
To prevent too many letters, we create an association table between
overduerules and message_transport_types and change the primary key for
the letter table.
Like this, we are able to have an unique letter code for several
transport types.
The idea of this patch is to have a sms driver to send messages with a
transport type defined as "sms".

This patch:
- adds a new jquery plugin : insertatcaret
- adds datatable on the tools/letter.pl page
- adds a new column letter.message_transport_type
- adds a new table overduerules_transport_types : association table
  between overduerules and message_transport_types.
- modifies the primary key for the letter table (become module, code,
  branchcode, message_transport_type)
- rewrites a big part of the tools/overduerules.tt code

The migration problem:
A new updatedatabase entry changes the DB structures changes and set all
the letter.message_transport_type to 'email'. The email type is the
default type everywhere in the code.

To test:
1/ Check that all your previous overdue rules are preserved
2/ Check that the tables on the tools/overduerules.pl page are filled with the
email transport type (default type).
3/ On the tools/letters.pl check that your previous letters still exist.
4/ Now check the features :) The patch allows you to sent letters to the
queue with an email or sms format.
So try to create letters with 1 or both of these transport types and
check the corresponding checkbox on the overdues management page.
Play with the script misc/cronjobs/overdue_notices.pl in order to see
yours notices in the message_queue table.

-- 
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 9016] Multi transport types for notices

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

Jonathan Druart  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 9017] New: Quote of the day: Table footer not translated

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 9017
CC: gmcha...@gmail.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: Quote of the day: Table footer not translated
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: ve...@veron.ch
  Hardware: All
Status: NEW
   Version: master
 Component: Staff Client
   Product: Koha

Created attachment 13277
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13277&action=edit
QOD table footer not translated

The strings for the table footer of the QOD feature are translated in
/datatables-strings.inc, but they do not show up in staff client due to missing
code in quotes.tt -> $(document).ready(function(), part "oLanguage"
See: http://datatables.net/usage/i18n

Additionally, quotes.tt has a stray  tag after [% INCLUDE
'datatables-strings.inc' %]

Patch follows.

-- 
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 9017] Quote of the day: Table footer not translated

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

Marc Véron  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |ve...@veron.ch
   |ity.org |

-- 
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 9015] BiblioAddsAuthorities should probably be set to "allow" by default

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

Jared Camins-Esakov  changed:

   What|Removed |Added

Summary|cannot edit information in  |BiblioAddsAuthorities
   |tag 100 |should probably be set to
   ||"allow" by default

--- Comment #1 from Jared Camins-Esakov  ---
If you set the system preference "BiblioAddsAuthorities" in the Authorities tab
to "allow" you will be able to edit the 100 fields.

Since this is a common point of confusion for new Koha users, I suggest it
might be a good idea to change the default.

-- 
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 9014] Add time due to slips

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

Kyle M Hall  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |k...@bywatersolutions.com
   |ity.org |

-- 
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 9011] Add the ability to store the last patron to return an item

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

Kyle M Hall  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |k...@bywatersolutions.com
   |ity.org |

-- 
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 9004] Talking Tech doesn't account for holidays when calculating a holds last pickup date.

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

Kyle M Hall  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |k...@bywatersolutions.com
   |ity.org |

-- 
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 9005] Changing sysprefs requires restart under Plack

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

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #13182|0   |1
is obsolete||

--- Comment #10 from Kyle M Hall  ---
Created attachment 13278
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13278&action=edit
Bug 9005: Allow user to disable syspref cache

Because C4::Context uses an in-memory hash for caching sysprefs,
changing a syspref under a multi-threaded persistent environment
requires a server restart. This patch makes it possible disable
the syspref cache.

To test:
1) If you are using a multi-threaded persistent server (Starman, etc.),
   change a syspref and note that the effects of the syspref change may
   or may not be visible on any given request before applying this patch.
   You will need to choose a syspref with obvious effects that can be
   seen by simply refreshing the page. I recommend enabling or
   disabling additional languages in the OPAC, since you can refresh the
   page a dozen times and reasonably expect to see the new behavior you
   set only 1/n of the time.
2) Apply patch.
3) Add "C4::Context->disable_syspref_cache();" to your koha.psgi file
4) Repeat step 1, noting that you never see the stale behavior.
5) Run test at t/db_dependent/Context.t.

Signed-off-by: Kyle M Hall 
All tests passed.

-- 
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 9005] Changing sysprefs requires restart under Plack

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

Kyle M Hall  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||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 9018] New: Translate update command doesn't work without existing ccsr file

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 9018
CC: frede...@tamil.fr
  Assignee: koha-bugs@lists.koha-community.org
   Summary: Translate update command doesn't work without existing
ccsr file
  Severity: major
Classification: Unclassified
OS: All
  Reporter: katrin.fisc...@bsz-bw.de
  Hardware: All
Status: NEW
   Version: master
 Component: I18N/L10N
   Product: Koha

I tried updating the German po files for testing and found that the 'perl
translate update de-DE' command gives some error message in the end:

  Update templates 'OPAC ccsr'
From: /home/katrin/kohacloneG/koha-tmpl/opac-tmpl/ccsr/en/
To  : /home/katrin/kohacloneG/misc/translator/po/de-DE-opac-ccsr.po
Warning: Can't determine original templates' charset, defaulting to UTF-8
Warning: Charset Out defaulting to UTF-8
msgmerge: Öffnen der Datei
»/home/katrin/kohacloneG/misc/translator/po/de-DE-opac-ccsr.po« zum Lesen
fehlgeschlagen: Datei oder Verzeichnis nicht gefunden
Update FAILED.

Rough translation: File can not be opened for reading...

There are also no files for the ccsr theme in Pootle - so if you can't generate
the file yourself and there is no file to be used on Pootle, the new theme is
currently not translatable. This makes this kind of a bigger problem.

I was using the German 3.10 po files downloaded from Pootle and the 3.10.x
branch from git.

-- 
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 9018] Translate update command doesn't work without existing ccsr file

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

Katrin Fischer  changed:

   What|Removed |Added

   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=8633

-- 
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 8633] Translate script hardcoded to prog template

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

Katrin Fischer  changed:

   What|Removed |Added

   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=9018

-- 
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 8562] RandomizeHoldsQueueWeight ignored if StaticHoldsQueueWeight is empty.

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

--- Comment #6 from Kyle M Hall  ---
(In reply to comment #5)
> Do these patches work together, or are they two options? If the latter, what
> is the difference?

The are mutually exclusive. Either one will fix the bug.

The first patch shuffles the branches to pull if RandomizeHoldsQueueWeight is
enabled, even when StaticHoldsQueueWeight is empty.

The second patch forces randomization in the event that StaticHoldsQueueWeight
is empty, under the assumption that no library would wish to have libraries
fulfill hold requests in alphabetical order. It also is slightly more efficient
in that it does not make a call to C4::Context->preference().

-- 
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 9018] Translate update command doesn't work without existing ccsr file

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

--- Comment #1 from Jared Camins-Esakov  ---
The underlying problem in this bug is actually that the ccsr file is missing
from the Pootle download.

-- 
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 9018] Po file for ccsr theme missing on translate.koha-community.org

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

Katrin Fischer  changed:

   What|Removed |Added

Summary|Translate update command|Po file for ccsr theme
   |doesn't work without|missing on
   |existing ccsr file  |translate.koha-community.or
   ||g
   Severity|major   |normal

--- Comment #2 from Katrin Fischer  ---
I confirm, I tried 'perl translate create de-DE' now and that seems to do the
trick for creating the file.

Adding the new theme to Pootle is still something we should do, but I am
downgrading the severity.

-- 
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 9019] New: ILS-DI: GetRecords should return item fields in marcxml

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 9019
CC: m.de.r...@rijksmuseum.nl
  Assignee: julian.maur...@biblibre.com
   Summary: ILS-DI: GetRecords should return item fields in
marcxml
  Severity: minor
Classification: Unclassified
OS: All
  Reporter: julian.maur...@biblibre.com
  Hardware: All
Status: ASSIGNED
   Version: master
 Component: Cataloging
   Product: Koha

Since items have been removed from biblioitems.marcxml, ILS-DI service
GetRecords return MARCXML for biblio only, without item fields. They should be
returned as well.

-- 
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 9018] Po file for ccsr theme missing on translate.koha-community.org

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

--- Comment #3 from Frédéric Demians  ---
Uploading new .po files for CCSR theme? Is it really something we want? It will
continue the expansion of Koha Git repository.

-- 
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 9019] ILS-DI: GetRecords should return item fields in marcxml

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

--- Comment #1 from Julian Maurice  ---
Created attachment 13279
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13279&action=edit
Bug 9019: Return item fields in ILS-DI GetRecords

-- 
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 9019] ILS-DI: GetRecords should return item fields in marcxml

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

Julian Maurice  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 9018] Po file for ccsr theme missing on translate.koha-community.org

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

--- Comment #4 from Jared Camins-Esakov  ---
Frédéric,

Isn't it required for translations?

-- 
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 9018] Po file for ccsr theme missing on translate.koha-community.org

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

--- Comment #5 from Katrin Fischer  ---
I worry less about the size of the repositories for a developer and more about
a library who wants to intall the new theme and will run into problems. I think
we should at least enable translating the ccsr file on Pootle. Then it could be
discussed if those files will also be included in the pull request or not.

I am not sure I am happy with having a separate file, because it will require
people to translate the same terms twice. In strings the 2 OPAC files are
probably very very similar.

Would it be possible to maybe have only one opac po file for both themes?

-- 
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 8988] item status uses authorized value description for intranet

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

M. de Rooy  changed:

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl
 QA Contact||m.de.r...@rijksmuseum.nl

-- 
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 8988] item status uses authorized value description for intranet

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

--- Comment #3 from M. de Rooy  ---
QA Comment:
Small patch. Code looks good. Small change in template with corresponding
change in Items module (only adding a template var). No side-effects expected.
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 9018] Po file for ccsr theme missing on translate.koha-community.org

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

--- Comment #6 from Frédéric Demians  ---
> Isn't it required for translations?

If it is, as it seems to be, we could patch the translation script to
fail silently, and gracefully, if there isn't CCSR .po file.

-- 
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 9018] Po file for ccsr theme missing on translate.koha-community.org

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

--- Comment #7 from Frédéric Demians  ---
> I worry less about the size of the repositories for a developer and
> more about a library who wants to intall the new theme and will run
> into problems. I think we should at least enable translating the ccsr
> file on Pootle. Then it could be discussed if those files will also be
> included in the pull request or not.

I was thinking leaving that job to Ruth...

> Would it be possible to maybe have only one opac po file for both
> themes?

Possible but no easy. It requires diving into translation machinery,
which is not that clean.

-- 
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 8996] In result page items with negative notforloan are available

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

M. de Rooy  changed:

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl
 QA Contact||m.de.r...@rijksmuseum.nl

-- 
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 9018] Po file for ccsr theme missing on translate.koha-community.org

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

--- Comment #8 from Katrin Fischer  ---
Hi Frederic, 

I understand. But we should keep an eye on the problem, maybe get it solved for
3.10.1. 

For now it would be good to add some documentation what a library that wants to
use a translated CCSR theme can do that. 

Maybe the script could fail more gracefully, but still give a hint that for
using a translated CCSR theme a separate po file is needed that can be created
by running 'translate create'?

-- 
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 9020] New: Translate new permissions for 3.10

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 9020
CC: frede...@tamil.fr
  Assignee: katrin.fisc...@bsz-bw.de
   Summary: Translate new permissions for 3.10
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: katrin.fisc...@bsz-bw.de
  Hardware: All
Status: ASSIGNED
   Version: master
 Component: I18N/L10N
   Product: Koha

For 3.10 some new permissions were added to the SQL file in the installer
directory. This bug is for translating those.

-- 
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 9017] Quote of the day: Table footer not translated

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

--- Comment #1 from Marc Véron  ---
Created attachment 13280
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13280&action=edit
Bug 9017 - Quote of the day: Table footer not translated

The strings for the table footer of the QOD feature are translated in
/datatables-strings.inc, but they did not show up in staff client due to
missing code in quotes.tt -> $(document).ready(function(), part "oLanguage"
Code added as appropriate.
See: http://datatables.net/usage/i18n

Additionally, quotes.tt had a stray  tag after [% INCLUDE
'datatables-strings.inc' %]

-- 
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 9020] Translate new permissions for 3.10

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

--- Comment #1 from Katrin Fischer  ---
Created attachment 13281
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13281&action=edit
Bug 9020: Translate new permissions for 3.10

To test:
- Run the web installer in German
- Check that all permissions for a staff patron are translated

-- 
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 9021] New: Add SMS via email as an alternative to SMS services via SMS::Send drivers

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 9021
  Assignee: koha-bugs@lists.koha-community.org
   Summary: Add SMS via email as an alternative to SMS services
via SMS::Send drivers
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: k...@bywatersolutions.com
  Hardware: All
Status: NEW
   Version: master
 Component: Notices
   Product: Koha

Nearly all cellular providers allow a person to send an text message to a
cellular phone by sending an email to phonenumber@provider. We can leverage
this capability to add the ability for Koha to send sms messages to patrons
without the need to subscribe to an sms gateway server.

Basic plan:
1. Add a table sms_providers to the db to tell Koha what service providers are
available, and what domain emails should be sent to.
2. Add borrowers.sms_provider_id to tell Koha which mobile service the patron
subscribes to for the number given in smsalertnumber
3. Modify Koha to send an email rather than using SMS::Send if the driver is
set to 'Email'

-- 
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 9017] Quote of the day: Table footer not translated

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

Marc Véron  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

--- Comment #2 from Marc Véron  ---
Would be great to have it in 3.10 because translation is broken. (No string
change involved.)

-- 
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 9021] Add SMS via email as an alternative to SMS services via SMS::Send drivers

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

Kyle M Hall  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |k...@bywatersolutions.com
   |ity.org |

-- 
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 9022] New: clicking two two tags says 'no tags'

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 9022
  Assignee: gmcha...@gmail.com
   Summary: clicking two two tags says 'no tags'
  Severity: major
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
  Hardware: All
Status: NEW
   Version: master
 Component: Tools
   Product: Koha

If you have a two word tag - aka a tag with a space it says 'There are no
titles tagged with the term ...' even though there are.

/cgi-bin/koha/tags/list.pl?tag=open%source

-- 
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 9020] Translate new permissions for 3.10

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

Katrin Fischer  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 9022] clicking two two tags says 'no tags'

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

Nicole C. Engard  changed:

   What|Removed |Added

Version|master  |3.8

--- Comment #1 from Nicole C. Engard  ---
This is in 3.8, 3.10, and 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 8996] In result page items with negative notforloan are available

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

M. de Rooy  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #4 from M. de Rooy  ---
QA Comment:
I would agree with your second adjustment on line 1840 (removing the >0
condition, including negative notforloan).
I am not sure about your first adjustment on line 1802 (changing ==-1 to <0 ).
As I understand, a negative notforloan value does not immediately imply that
the item is on order. Historically, the value of -1 means on order, although
someone could change or remove the authvalue. (In that case he would be
hindered by the hardcoded -1 tests in code..) But where do we say that -2 means
on order too? 

Please clarify or correct me where my conclusion seems wrong. Changing status
to reflect need of clarification.

-- 
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 9022] clicking two word tags says 'no tags'

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

Nicole C. Engard  changed:

   What|Removed |Added

Summary|clicking two two tags says  |clicking two word tags says
   |'no tags'   |'no tags'

-- 
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 8991] Add a script to delete old orders

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

claire.hernan...@biblibre.com  changed:

   What|Removed |Added

 Status|Needs Signoff   |In Discussion

--- Comment #2 from claire.hernan...@biblibre.com 
 ---
We are currently working on this patch, please do not consider this submission
for the moment

-- 
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 8992] Add an interfacing with the idref webservice

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

claire.hernan...@biblibre.com  changed:

   What|Removed |Added

 Status|Needs Signoff   |In Discussion
 CC||claire.hernandez@biblibre.c
   ||om

--- Comment #5 from claire.hernan...@biblibre.com 
 ---
We are currently working on this patch, please do not consider this submission
for the moment

-- 
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 9016] Multi transport types for notices

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

claire.hernan...@biblibre.com  changed:

   What|Removed |Added

 Status|Needs Signoff   |In Discussion
 CC||claire.hernandez@biblibre.c
   ||om

--- Comment #2 from claire.hernan...@biblibre.com 
 ---
We are currently working on this patch, please do not consider this submission
for the moment

-- 
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 8994] Make FindDuplicateAuthority behaviour customizable

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

claire.hernan...@biblibre.com  changed:

   What|Removed |Added

 Status|Needs Signoff   |In Discussion
 CC||claire.hernandez@biblibre.c
   ||om

--- Comment #2 from claire.hernan...@biblibre.com 
 ---
We are currently working on this patch, please do not consider this submission
for the moment

-- 
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 8995] Show OpenURL links in OPAC search results

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

claire.hernan...@biblibre.com  changed:

   What|Removed |Added

 Status|Needs Signoff   |In Discussion
 CC||claire.hernandez@biblibre.c
   ||om

--- Comment #2 from claire.hernan...@biblibre.com 
 ---
We are currently working on this patch, please do not consider this submission
for the moment

-- 
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 8963] Can not upload csv file for Quote of the day

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

Marc Véron  changed:

   What|Removed |Added

 CC||ve...@veron.ch

-- 
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 8942] Translation process breaks javascript in calendar.inc

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

M. de Rooy  changed:

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl
   Assignee|koha-b...@lists.koha-commun |frede...@tamil.fr
   |ity.org |
 QA Contact||m.de.r...@rijksmuseum.nl

-- 
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 9023] New: Update installer txt files to have more accurate information

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 9023
CC: gmcha...@gmail.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: Update installer txt files to have more accurate
information
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: katrin.fisc...@bsz-bw.de
  Hardware: All
Status: NEW
   Version: master
 Component: Installation and upgrade (web-based installer)
   Product: Koha

Some of the text files contain hints about hardcoded branchcodes and categories
- those information should be removed.

-- 
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 9023] Update installer txt files to have more accurate information

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

Katrin Fischer  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |katrin.fisc...@bsz-bw.de
   |ity.org |

-- 
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 8972] Due Date set to 100 years ago.

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

Owen Leonard  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|koha-b...@lists.koha-commun |oleon...@myacpl.org
   |ity.org |

-- 
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 9023] Update installer txt files to have more accurate information

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

--- Comment #1 from Katrin Fischer  ---
Created attachment 13282
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13282&action=edit
Bug 9023: Remove NY Z39.50 servers from installer txt files

Broken Z39.50 targets were removed with patch for bug 3782, but are still
mentioned in the text files.

This patch corrects that mistake.

-- 
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 9023] Update installer txt files to have more accurate information

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

Katrin Fischer  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 9023] Update installer txt files to have more accurate information

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

--- Comment #2 from Katrin Fischer  ---
Created attachment 13283
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13283&action=edit
Bug 9023: Update installer text files

Corrected some information about the provided sample data and corrected
text files to obey capitalization rules.

To test:
I suggest taking a look at the patch file and also taking a look at the
English web installer, checking if it works, if there are typos or wrong
information.

-- 
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 9024] New: Add additional sample data to German installer

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 9024
CC: gmcha...@gmail.com
  Assignee: katrin.fisc...@bsz-bw.de
   Summary: Add additional sample data to German installer
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: katrin.fisc...@bsz-bw.de
  Hardware: All
Status: NEW
   Version: master
 Component: Installation and upgrade (web-based installer)
   Product: Koha

-- 
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 8942] Translation process breaks javascript in calendar.inc

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

M. de Rooy  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #14 from M. de Rooy  ---
QA Comment:
Single quote seems to work (but see note below). Double quote does not work.

If I translate:
msgid "Your lists:"
msgstr "Uw "lijsten:"

It results in: 
param1 += "";[% FOREACH
addbarshelvesloo IN addbarshelvesloop %]
(Example from opac-results.tt within document ready function section. )

OPAC displays only the word Uw. But does not show \"lijsten.

NOTE:
If I would use already a backslash to escape my quotes in the PO file like
this:
msgstr "Uw \'lijsten:"

I would not like to see the backslash in the display.
In other words: Could you improve the regex with lookbehind to prevent adding a
backslash that is already there?

Changing status to reflect need for attention.

-- 
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 9024] Add additional sample data to German installer

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

--- Comment #1 from Katrin Fischer  ---
Currently the optional sample data is misssing following files:

- marc21_relatorterms
- sample_quotes
- patron_attributes

-- 
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 9024] Add additional sample data to German installer

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

--- Comment #2 from Katrin Fischer  ---
Created attachment 13284
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13284&action=edit
Bug 9024: Adding sample patron attributes to German web installer

Adds SHOW_BCODE as sample patron attribute to the German web installer.

To test:
- Run the web installer in German, make sure the new sample data shows up
and can be installed.

-- 
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 9024] Add additional sample data to German installer

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

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

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

--- Comment #107 from Jonathan Druart  ---
(In reply to comment #104)
> Could someone please sign off on the last two patches? Once they've been
> signed off, this can be set back to "Passed QA" and I will review it.

Jared,
Sorry about that. I thought I could pass QA directly without requesting a
signed off for my patch, given that it was simple modifications (merge marker,
pod adjustement and tabulations characters). It was in order to avoid another
SO and QA (by someone else looking at it my own patch).
I will be more respecful toward the procedure next time.

-- 
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-11-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7067

Jared Camins-Esakov  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #108 from Jared Camins-Esakov  ---
(In reply to comment #107)
> (In reply to comment #104)
> > Could someone please sign off on the last two patches? Once they've been
> > signed off, this can be set back to "Passed QA" and I will review it.
> 
> Jared,
> Sorry about that. I thought I could pass QA directly without requesting a
> signed off for my patch, given that it was simple modifications (merge
> marker, pod adjustement and tabulations characters). It was in order to
> avoid another SO and QA (by someone else looking at it my own patch).
> I will be more respecful toward the procedure next time.

No problem. Since the patches meet the requirements set out by QA, I am marking
this passed QA now and will review 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 9024] Add additional sample data to German installer

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

--- Comment #3 from Katrin Fischer  ---
Created attachment 13285
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13285&action=edit
Bug 9023: Add missing sample data to existing files

Adds missing authorised values (enhancement)

Adds missing slip notice templates (bug fix)
Koha will complain if you try to print a slip and there is no notice
defined for them, so this is not really an improvement, but kind of a bug fix.

-- 
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 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

--- Comment #23 from Jonathan Druart  ---
Created attachment 13286
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13286&action=edit
Bug 6813: Followup: FIX tabs and replace all occurrences of duplicate search

- tabs was broken
- 'duplicate search' have to be replaced with 'duplicate finder'
- adds datatable instead of tablesorter

-- 
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 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Jonathan Druart  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 8972] Due Date set to 100 years ago.

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

Owen Leonard  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 8972] Due Date set to 100 years ago.

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

--- Comment #4 from Owen Leonard  ---
Created attachment 13287
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13287&action=edit
Bug 8972 - Due Date set to 100 years ago

In order to prevent submission of dates with ambiguous two-digit
years this patch makes date-due input fields read-only so that
users must use date/time picker.

Other minor fixes:

- Adding missing labels
- Adding common class wrapper to datepicker for checkout and renewal
- Correcting focus handling on "specify due date" field (should
  focus on barcode field after a date has been selected).
- Removing trailing comma from JavaScript (breaks IE)

To test, try typing an invalid number in any of the date due entry
fields: Under 'specify due date,' 'renewal due date,' or the
confirm "invalid" date dialog (after specifying a date in the past).
Manual entry should not work. Choosing a date/time using the
widget should 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 7805] Exposing the new list permissions in opac and staff

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

M. de Rooy  changed:

   What|Removed |Added

  Attachment #11417|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 7805] Exposing the new list permissions in opac and staff

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

--- Comment #14 from M. de Rooy  ---
Created attachment 13288
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13288&action=edit
PATCH] [3.8.x] 7805 Exposing the new list permissions in opac and staff

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 7805] Exposing the new list permissions in opac and staff

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

--- Comment #15 from M. de Rooy  ---
Created attachment 13289
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13289&action=edit
[PATCH] [3.8.X] 7805 Followup for perlcritic messages

-- 
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 7805] Exposing the new list permissions in opac and staff

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

--- Comment #16 from M. de Rooy  ---
Tested the latest two patches for 3.8.X on commit
d39283175622ddecaa3797566d1b4bc910ecdaa0

-- 
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 9022] clicking two word tags says 'no tags'

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

--- Comment #2 from Nicole C. Engard  ---
http://screencast.com/t/1WmMR0RaAp

-- 
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 9021] Add SMS via email as an alternative to SMS services via SMS::Send drivers

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

--- Comment #1 from Kyle M Hall  ---
Created attachment 13290
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13290&action=edit
Bug 9021 - Add SMS via email as an alternative to SMS services via SMS::Send
drivers

-- 
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 8963] Can not upload csv file for Quote of the day

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

--- Comment #1 from Marc Véron  ---
Update:

I did a test by changing the code after "sanity check" in
koha-tmpl/intranet-tmpl/prog/en/modules/toolsto accept .txt files as well.

While this would provide a workaround, I got an other glitch: 

If the file is not UTF-8 encoded, you get garbled characters with umlauts etc.

This is due to following line (no encoding paramter given):

reader.readAsText(evt.target.files[0]);

FileReader.readAsText(File, encoding) defaults to encoding = "UTF-8".

It seems to be difficult to determine the file's encoding for use param, see:
http://stackoverflow.com/questions/10338235/javascript-reading-local-text-file-charset-issue

--snip
You'd need to analyze the raw binaries of the text file to have a best guess at
what the encoding is. There isn't any libraries for this in javascript AFAIK
but you could port one from other languages.

Since that isn't very robust, you should also provide a manual override like
Characters not showing correctly? Change encoding:
--snip

-- 
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 8963] Can not upload csv file for Quote of the day and encoding problems with non-UTF-8 files

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

Marc Véron  changed:

   What|Removed |Added

Summary|Can not upload csv file for |Can not upload csv file for
   |Quote of the day|Quote of the day and
   ||encoding problems with
   ||non-UTF-8 files

-- 
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 9021] Add SMS via email as an alternative to SMS services via SMS::Send drivers

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

Nicole C. Engard  changed:

   What|Removed |Added

 CC||neng...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 9022] clicking two word tags says 'no tags'

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

--- Comment #3 from Owen Leonard  ---
I get that behavior if the title to which the tags were added has since been
deleted.

-- 
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 9022] clicking two word tags says 'no tags'

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

Nicole C. Engard  changed:

   What|Removed |Added

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

--- Comment #4 from Nicole C. Engard  ---
So the fact that it has a space is irrelevant.  Thanks for looking.

-- 
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 9021] Add SMS via email as an alternative to SMS services via SMS::Send drivers

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

--- Comment #2 from Kyle M Hall  ---
Created attachment 13291
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13291&action=edit
Bug 9021 - Add SMS via email as an alternative to SMS services via SMS::Send
drivers [v3.08.03]

-- 
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 9021] Add SMS via email as an alternative to SMS services via SMS::Send drivers

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

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #13291|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 5335] define VAT/taxes at order-line level, with default value for supplier and list of valid tax rates

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

Paul Poulain  changed:

   What|Removed |Added

Summary|More granular VAT   |define VAT/taxes at
   ||order-line level, with
   ||default value for supplier
   ||and list of valid tax rates

-- 
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 5337] In Acquisition, EAN search will return results

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

Paul Poulain  changed:

   What|Removed |Added

Summary|acq EAN search  |In Acquisition, EAN search
   ||will return 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 9025] New: Add new icons for item types

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 9025
CC: m.de.r...@rijksmuseum.nl
  Assignee: gmcha...@gmail.com
   Summary: Add new icons for item types
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: sophie.meyni...@biblibre.com
  Hardware: All
Status: NEW
   Version: master
 Component: Cataloging
   Product: Koha

Some of our clients want to use Sudoc icons for item types
(http://www.abes.fr/Sudoc/Boite-a-outils-Sudoc-public/Les-icones-Sudoc).
This patch provides the files that allow you to choose them when you define
your itemtypes.

-- 
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 9025] Add new icons for item types

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

--- Comment #1 from Sophie MEYNIEUX  ---
Created attachment 13292
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13292&action=edit
Bug 9025 : Adding new icons for itemtypes from Sudoc

-- 
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 9021] Add SMS via email as an alternative to SMS services via SMS::Send drivers

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

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #13290|0   |1
is obsolete||

--- Comment #3 from Kyle M Hall  ---
Created attachment 13293
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13293&action=edit
Bug 9021 - Add SMS via email as an alternative to SMS services via SMS::Send
drivers

-- 
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 9021] Add SMS via email as an alternative to SMS services via SMS::Send drivers

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

Kyle M Hall  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 9025] Add new icons for item types

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

Sophie MEYNIEUX  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

--- Comment #2 from Sophie MEYNIEUX  ---
With this patch applied, when you define (or modify) an item type, in "choose
an icon" you've got a new tab called "sudoc" with Sudoc icons in 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 9021] Add SMS via email as an alternative to SMS services via SMS::Send drivers

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

--- Comment #4 from Kyle M Hall  ---
Test plan:
0) Get a mobile phone
1) Apply the patch
2) Run updatedatabase.pl
3) Set the value of SMSSendDriver to 'Email'
4) Go to the admin page, the "Additional parameters" area should now have the
link "SMS cellular providers"
5) On this page, add some providers. Make sure to add the provider for your own
cellular phone service.

Here are some examples:
Sprint phonenum...@messaging.sprintpcs.com
Verizon phonenum...@vtext.com
T-Mobile phonenum...@tmomail.net
AT&T phonenum...@txt.att.net

Only add the domain part in the 'domain' field. So for Verizon, that would be
'vtext.com'

6) Create an account for yourself, add your SMS number, and select your
provider from the dropdown box directly below it.

7) Enable SMS messaging for Item check-in and Item checkout
8) Check out an item to yourself
9) Run process_message_queue.pl
10) Wait! You should receive a text message shortly, when I tested it, I
received my sms message within the minute.

-- 
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 9021] Add SMS via email as an alternative to SMS services via SMS::Send drivers

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

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #13293|0   |1
is obsolete||

--- Comment #5 from Kyle M Hall  ---
Created attachment 13294
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13294&action=edit
Bug 9021 - Add SMS via email as an alternative to SMS services via SMS::Send
drivers

-- 
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 9026] New: tagging improvements

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 9026
  Assignee: gmcha...@gmail.com
   Summary: tagging improvements
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
  Hardware: All
Status: NEW
   Version: master
 Component: Tools
   Product: Koha

I got this email and wanted to share the idea with you all:

Right now, tagging works this way:

1) I'm testing tagging, so I tag a title "test"
2) I go into tag moderation and see that, yay, my tag is there waiting, so it
works!
3) I can choose to approve the tag test. This means anyone can apply the term
test to anything in the catalog now. Not ideal since test can mean a lot of
things. Perhaps a student is just using it to mark items they're using to make
a test for a project. Not a good use of tags and I won't know that they've done
it because I've already approved the tag. Lost my teachable moment.
4) So I reject it, because that's my only option. But now that means I can't
use it to test again in the future unless I later go in, then approve it, then
use it, then reject it again.

I'm just proposing a step that allows you a third option. You have a tag
sitting there. You don't want to approve or reject it, you just want to make it
go away in this instance.

-- 
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 9018] Po file for ccsr theme missing on translate.koha-community.org

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

Magnus Enger  changed:

   What|Removed |Added

 CC||mag...@enger.priv.no

-- 
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 9026] tagging improvements

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

--- Comment #1 from Owen Leonard  ---
Just because a tag has been rejected doesn't mean no one can tag something with
that tag again. As far as I can tell it just means it doesn't show up in the
public tag cloud and doesn't appear on the detail pages.

-- 
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 9026] tagging improvements

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

--- Comment #2 from Helen Linda  ---
I would add to a general list of improvements the ability to edit tags.
Definitely this would be useful for tags in moderation to correct spelling
errors. It would also be amazing to have the ability to edit approved tags. An
application for this would be, say, someone tags a bunch of books Pulitzer2011
but later decides to keep doing this and wants to drop the 2011. All of this
would be great on the staff side, but useful on the public side, too. Afterall,
folks logged into the OPAC can edit their comments, so why not their tags, with
the option for changes to go back through moderation.

-- 
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 9026] tagging improvements

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

Helen Linda  changed:

   What|Removed |Added

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

--- Comment #3 from Helen Linda  ---
I think it still applies. Should you choose later to want a tag to display
publicly that had been previously rejected, it's extra steps that aren't
necessary if you never really wanted to "reject" in the first place.

-- 
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 9017] Quote of the day: Table footer not translated

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

Owen Leonard  changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA

--- Comment #3 from Owen Leonard  ---
I don't think this is the correct approach. If you look at
members/readingrec.tt you can see that the table footer *is* translated. The
difference is that the initialization of the table sorter on that page includes
a directive to extend according to some defaults:

$("#table_readingrec").dataTable($.extend(true, {}, dataTablesDefaults, {
"sPaginationType": "four_button",
}));

dataTablesDefaults loads the configuration in datatables.js which loads the
variables defined in datatables-strings.inc. And datatables-strings.inc exists
expressly to be picked up for translation, so duplicating its contents
shouldn't be necessary.

That said, simply adding $.extend() to the datatables configuration in
quotes.tt doesn't work for me and I'm not sure why.

-- 
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 9003] Add css fix for opac news items with strong and em

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

Owen Leonard  changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA

--- Comment #3 from Owen Leonard  ---
This change looks correct to me, but I don't see any reason for you to limit it
to #news. Can you please resubmit so that em and strong work well together
globally?

-- 
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 9017] Quote of the day: Table footer not translated

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

--- Comment #4 from Marc Véron  ---
In this case, the architecture the code is fundamentally wrong and should be
re-written?

Who would have time to do it? 

And in the meantime we have ugly non-translated text in localized versions I
wanted to get rid of.

-- 
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 8972] Due Date set to 100 years ago.

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

--- Comment #5 from Melia Meggs  ---
Created attachment 13295
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13295&action=edit
Bug 8972 - Due Date set to 100 years ago

In order to prevent submission of dates with ambiguous two-digit
years this patch makes date-due input fields read-only so that
users must use date/time picker.

Other minor fixes:

- Adding missing labels
- Adding common class wrapper to datepicker for checkout and renewal
- Correcting focus handling on "specify due date" field (should
  focus on barcode field after a date has been selected).
- Removing trailing comma from JavaScript (breaks IE)

To test, try typing an invalid number in any of the date due entry
fields: Under 'specify due date,' 'renewal due date,' or the
confirm "invalid" date dialog (after specifying a date in the past).
Manual entry should not work. Choosing a date/time using the
widget should work.

Signed-off-by: Melia Meggs 

-- 
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 8972] Due Date set to 100 years ago.

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

Melia Meggs  changed:

   What|Removed |Added

  Attachment #13295|Bug 8972 - Due Date set to  |[Signed off} Bug 8972 - Due
description|100 years ago   |Date set to 100 years ago

-- 
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 8972] Due Date set to 100 years ago.

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

Melia Meggs  changed:

   What|Removed |Added

  Attachment #13287|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 8972] Due Date set to 100 years ago.

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

Melia Meggs  changed:

   What|Removed |Added

  Attachment #13295|[Signed off} Bug 8972 - Due |[Signed off] Bug 8972 - Due
description|Date set to 100 years ago   |Date set to 100 years ago

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