Re: [Koha-devel] To mantain documentation on Mysql tables, indexess and relation

2009-10-12 Thread Nicole Engard
I am for you adding the notes in the COMMENT in the basic SQL file -
so I too am for your first option.

Nicole

On Mon, Oct 12, 2009 at 7:08 AM, Zeno Tajoli taj...@cilea.it wrote:
 Hi to all,

 I'm sorry for not attending IIRC meeting of 07-Oct-2009, but I was outside.
 So, from last IIRC and now, the question is:

Do we insert the command 'COMMENT' in the basic definition SQL file,
the file installer/data/mysql/kohastructure.sql ?
Or do we insert the command 'COMMENT' in a specific file ?

 My preference is the first option, someone are agree, someone are not agree.
 The real and big obstacles again first option is:
  -- Not all RDBMS support it o similar syntax
     It works only on MySQL, Postgresql, Oracle.
     It not works on Firebird, Sqlite, MS SQL
 -- We want to use Class::DBI. Class::DBI doesn't support it

 In fact the next release, 3.2, it will work only on MySQL and (not
 very probably) on Postgresql with two
 differect kohastructure.sql. No problem to have 'COMMENT' only on
 MySQL version of kohastructure.sql

 I don't know the plan for 3.4.
 If Class::DBI will be used, CILEA will work to insert 'COMMENT' only
 in installation with Mysql, starting from
 an external file.

 So. This is good for every one ?

 I wait your answers.

 Bye
 Zeno

 Zeno Tajoli
 CILEA - Segrate (MI)
 tajoliAT_SPAM_no_prendiATcilea.it
 (Indirizzo mascherato anti-spam; sostituisci quanto tra AT con @)

 ___
 Koha-devel mailing list
 Koha-devel@lists.koha.org
 http://lists.koha.org/mailman/listinfo/koha-devel

___
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel

Re: [Koha-devel] Label generator broken?

2009-10-12 Thread Chris Nighswonger
On Mon, Oct 12, 2009 at 11:30 AM, Chris Nighswonger
cnighswon...@foundations.edu wrote:
 On Mon, Oct 12, 2009 at 9:36 AM, Chris Nighswonger
 cnighswon...@foundations.edu wrote:
 On Mon, Oct 12, 2009 at 5:36 AM, Bernard Shiundu
 bshiu...@strathmore.edu wrote:
 Still no joy.

 Applied the patch and it sorted out the bug with the printer profiles (they 
 are now saved correctly when editing) however I still have the same error 
 when trying to save templates/layouts after editing and the changes are not 
 saved. The error also comes when creating new templates/layouts - however 
 these are saved.

 Additional info:
 The logs show:
 [Mon Oct 12 12:32:07 2009] [error] [client ...] label-edit-template.pl: Use 
 of uninitialized value in numeric eq (==) at 
 /../labels/label-edit-template.pl line 100., referer: 
 http://../cgi-bin/koha/labels/label-manage.pl?label_element=template
 [Mon Oct 12 12:32:12 2009] [error] [client ...] label-edit-template.pl: 
 Can't bless non-reference value at /.../C4/Labels/Profile.pm line 89., 
 referer: 
 http://.../cgi-bin/koha/labels/label-edit-template.pl?op=editamp;element_id=1

 I'm working on a fix for this bug. Would you mind filing a bug report
 at http://bugs.koha.org and include this information?

 Ok, I'm submitting a patch to fix this.

 I'll also file the bug.

Bug 3706 submitted
(http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3706) along
with a patch to fix.

Bernard, If you have time, please apply the patch and test.

Kind Regards,
Chris
___
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel


[Koha-devel] 3 RFCs for Koha 3.4

2009-10-12 Thread Nicolas Morin
Hello,
There's a feature freeze for Koha 3.2, but BibLibre just won a
development contract for Koha 3.4 with a university library here in
France.
I'll be updating the wiki during the next few days, with the details
of the developments we plan to do as part of this contract. Most of
them have to do with the Circulation module.

The entry point for RFCs for Koha 3.4 is thus:
http://wiki.koha.org/doku.php?id=en:development:rfcs3.4

I started out with 3 RFCs:

Ergonomics of smart-rules and circulation parameters
A lot of development is intended to allow for more refined parameters
as far as circulation is concerned: see other RFCs for 3.4. There's
going to be many more options and many more toggles / choices / more
possibilities. It's doubtful this can be accommodated within the
current smart-rules.pl page. So a new way to deal with the UI aspect
of managing rules is in order. (to be continued with actual proposals:
feel free to chime in)
(http://wiki.koha.org/doku.php?id=en:development:ergonomics_of_smart-rules_and_circulation_parameters)

Flagged patrons: enhancements
In 3.2 when a patron is manually flagged using gonenoaddress, lost or
debarred, it's just managed as a toggle choice.
Enhancements proposed are:
* add a comment field to the current 3 choices: e.g. debarred_comment
* add a hidden timestamp to the choices: e.g. debarred_timestamp
* add a timestamp, entered through the UI, to put an end date to
the flag: e.g. debarred_enddate or some such
* add a script which lifts the flags based on the myflag_enddate
* display the myflag_comment when the record is pulled in circulation.pl
(http://wiki.koha.org/doku.php?id=en:development:enhancements_to_debarred_patron)

Enhancements to the display of extended patron attributes in circulation
Extended patron attributes are a great tool, which provides nice
flexibility in the information one wants to manage in the patron's
record. But as of version 3.2 we don't have any way to manage how this
information will be displayed once entered.
For some extended attributes, it might be useful to have them display
in circ/circulation.pl, in the Check Out tab, which is arguably the
most important tab in this page.
This RFC proposes:
* to make the Check Out tab rather than Details the default tab
called in the UI when the librarian scans the card's barcode and calls
the patron's record from the checkout box at circulation-home.pl or at
circulation.pl
* to add a field to
admin/patron-att-types.pl?op=edit|add_attribute_type → labeled
“display in check out”, with a checkbox
* manage the display of those selected attribute types in the
display of the patron's information in the checkout tab on
circulation.pl
(http://wiki.koha.org/doku.php?id=en:development:enhancements_to_the_display_of_extended_patron_attributes_in_circ)

Feel free to add your thoughts in the wiki. Again: more RFCs
pertaining to circulation to be added in the coming days.

Cheers,
Nicolas


-- 
Nicolas Morin
Mobile: +33(0)633 19 11 36
http://www.biblibre.com
___
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel

Re: [Koha-devel] Who is managing Koha translation website

2009-10-12 Thread Chris Cormack
Hi Yan

2009/10/13 Han, Yan h...@u.library.arizona.edu:
 Who is managing Koha translation website at http://translate.koha.org/?
 I need to contact the manager.

You must have missed my earlier reply, but that is me.

PS koha-transl...@lists.koha.org is the best place to talk about
translation issues.

Chris
___
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel