Re: [Koha-devel] [Koha] Congratulations to Rosalie Blake

2008-11-03 Thread Henri-Damien LAURENT
Chris Cormack a écrit : > Hi all > > Just wanted to bring to the community's attention the fact that > Rosalie Blake (the Head librarian at Horowhenua Library trust, and a > massive reason why Koha exists) was just awarded a lianza fellowship. > > Lianza is the Library and Information association o

Re: [Koha-devel] [Koha] Congratulations to Rosalie Blake

2008-11-03 Thread BWS Johnson
Salvete! >Just wanted to bring to the community's attention the fact that >Rosalie Blake (the Head librarian at Horowhenua Library trust, and a >massive reason why Koha exists) was just awarded a lianza fellowship. > >Lianza is the Library and Information association of NZ Aotearoa, and >a fellows

[Koha-devel] RFC: Common base for Koha table operations

2008-11-03 Thread Joe Atzberger
Koha's DB interfacing in C4 is very procedural and full of repetitive code for basic table operations. We haven't enforced a strict naming convention, or an argument style, so the result is predictably confusing. The arguments are frequently recognized by position, so you have to remember which i

[Koha-devel] [PATCH] C4::Table - A simple OO database abstraction layer.

2008-11-03 Thread Joe Atzberger
The purpose of Table is to provide all the basic functionality that is reimplemented multiple times throughout Koha for each DB table. This code is considered experimental and does not yet supplant any production code. Please examine and test, like: use C4::Table; my $table = C4::Table->ne