Re: [Koha-devel] git.koha-community.org

2010-05-14 Thread Colin Campbell
On 14/05/10 16:47, Galen Charlton wrote: > # for the Koha repository > git remote set-url origin git://git.koha-community.org/koha.git I think set-url is new in git 1.7ish if you don't have it change the url for origin in .git/config (or upgrade git!!!) Colin -- Colin Campbell Chi

Re: [Koha-devel] Minimum version of Perl

2010-05-14 Thread Colin Campbell
ble with 5.8 prior to 3.2 stable. Bug 4269 refers to DBD::SQLite2 which is a problem (but most folk can run koha happily without) Colin -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 1295 (phone) +44 (0) 7759 633626 (mobile)

Re: [Koha-devel] Minimum version of Perl

2010-05-14 Thread Colin Campbell
mend as it resolved some long standing oddities if I remember right. What ever people feel, I definitely thing we should say 3.4 will be at least 5.10. Cheers Colin -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 1295 (phone)

Re: [Koha-devel] Possible IRC tutorial nginx and FastCGI

2010-05-04 Thread Colin Campbell
I heard that PSGI on nginx is very fast. I was impressed by a presentation on PSGI/Plack by its author, but haven't really played with it since. Has anyone any experience of it? Colin -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +

Re: [Koha-devel] Developer Documentation

2010-03-18 Thread Colin Campbell
development now ... so is anyone interested in being on a > committee? > Yes I'll lend a hand. Colin -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 1295 (phone) +44 (0) 7759 633626 (mobile) colin.campb...@ptfs

Re: [Koha-devel] FSF address in copyright notices

2010-03-16 Thread Colin Campbell
try and run an install on a fresh Fedora 12 and see what should be in the doc. Colin -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 1295 (phone) +44 (0) 7759 633626 (mobile) colin.campb...@ptfs-europe.com skype: colin_cam

[Koha-devel] Date::Manip - a Warning

2010-02-25 Thread Colin Campbell
Just a warning that if you install Date::Manip from CPAN you get version 6. It is a major overhaul and will not build on perls earlier than 5.10. Anyone writing code that depends on it should probably be circumspect and check Date::Manip::Changes5to6. Colin -- Colin Campbell Chief Software

Re: [Koha-devel] Koha sessions table is ridiculously huge

2010-02-18 Thread Colin Campbell
s the default. It requires innodb_file_per_table to be set in your config (some distributions may do that for you). Colin (who has cursed this feature when freeing up space in the early hours of the morning in the past) -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Manag

Re: [Koha-devel] Koha sessions table is ridiculously huge

2010-02-18 Thread Colin Campbell
the file system even if you truncate the >> table :( > > Ouch! this would seem to be a mysql bug. Is there no way to ensure the > drive space is freed up? mysql says no http://bugs.mysql.com/bug.php?id=1287 If you have everything in one ibdata file it can be difficult to recover space.

[Koha-devel] perltidy

2010-02-12 Thread Colin Campbell
mmands ,pt and ,ptv in vim tp perltidy the file, or a region of the file within the editor. The latter is esprcially handy if I've added a few lines to a file and I want them formatted consistently but I don't want to obscure the files revision history by cleaning up code I've not

Re: [Koha-devel] Bug assignees - call for volunteers

2010-02-09 Thread Colin Campbell
up the serials bugs. As I'm scheduled to do a fair bit of work in that area I'll probably be generating a proportion of those bugs. Cheers Colin -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 1295 (phone) +44 (0) 7

[Koha-devel] Gource

2010-02-04 Thread Colin Campbell
Having had my interest sparked by someone else's comments, I took a look at Gsource an SVC visualization tool. Interestingly on the screenshots page there is a screenshot generated from the koha source. > http://code.google.com/p/gource/wiki/Screenshots Colin -- Colin Campbell Chief

Re: [Koha-devel] IRC connection problems?

2010-01-28 Thread Colin Campbell
ernational link was down. Try #koha on irc.freenode.net for us disadvantaged by being in the wrong hemisphere C. -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 1295 (phone) +44 (0) 7759 633626 (mobile) colin.campb...@

Re: [Koha-devel] Koha and Subversion

2010-01-27 Thread Colin Campbell
also a good way to familiarize yourself with git if migrating in a subversion environment. Colin -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 1295 (phone) +44 (0) 7759 633626 (mobile) c

Re: [Koha-devel] Koha and Subversion

2010-01-27 Thread Colin Campbell
thers while maintaining your own working version and to contribute your own changes back to the project. I worked on a project that used subversion and moved to git and after the initial learning curve for everyone we never looked back. Colin -- Colin Campbell Chief Software Engineer, PTFS Europ

Re: [Koha-devel] updatedatabase errors

2010-01-25 Thread Colin Campbell
On 25/01/10 16:18, Chris Nighswonger wrote: > Hi Colin, > > On Mon, Jan 25, 2010 at 10:35 AM, Colin Campbell > wrote: >> I've just been taking a database from 3.01.00.61 to 3.01.00.107. (That's >> HEAD prior to Galen's last big pile of patches to the cur

[Koha-devel] updatedatabase errors

2010-01-25 Thread Colin Campbell
be of interest elsewhere (I'm sure someone said they were looking at these problems) I've uploaded a branch to my github: g...@github.com:colinsc/koha.git called dbupgrade3.2 which contains the changes I needed to make to get updatedatabase run error-free. Cheers Colin -- Colin Campbel

[Koha-devel] Graphics::Magick on Fedora

2010-01-22 Thread Colin Campbell
FYI The Graphics::Magick perl module is now required for install in the community 3.2 branch hosted by biblibre. Anyone wanting to install that on Fedora will probably need the work around listed in > https://bugzilla.redhat.com/show_bug.cgi?id=527143 to get it to work. Cheers Colin -- Co

Re: [Koha-devel] koha with better support for postgresql

2009-12-03 Thread Colin Campbell
or the unwary. > > Having used an ORM before, I think it is important to monitor the performance > of the auto generated SQL, keep some metrics and optimise once the concepts > are functioning. It's very important, I've been down that road as well. Cheers Colin -- Colin Cam

[Koha-devel] Perl Org

2009-11-13 Thread Colin Campbell
The new look http://www.perl.org is now up and running. C. -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 1295 (phone) +44 (0) 7759 633626 (mobile) colin.campb...@ptfs-europe.com skype: colin_campbell2 http://www.ptfs

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

2009-10-12 Thread Colin Campbell
:DBI. Using DBIx::Class does offer us more options in having a better defined schema. We probably need to review what our options are in the future for db compatibility. Colin -- Colin Campbell Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 12

[Koha-devel] Letters.pm

2009-07-27 Thread Colin Campbell
perl module. It could use Template Toolkit for instance without changing the user interface, but resulting in more maintainable code. Thought I'd float that suggestion for comments. Cheers Colin -- Colin Campbell Software Engineer, PTFS Europe Limited Content Management and Library Solutions +

Re: [Koha-devel] Sip2 and Sip.pm

2009-07-06 Thread Colin Campbell
transmit' > You could still run a middle layer on localhost. But if it can be > handled cleanly via SIPconfig, I would support that. > Cheers Colin -- Colin Campbell Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 1295 (phone) +44 (0) 775

Re: [Koha-devel] Sip2 and Sip.pm

2009-07-06 Thread Colin Campbell
> This would be the way to go for flexibility. At the moment the assumption is interwoven with the protocol handling. I don't think expecting the clients to send different line endings is likely as these are usually closed (often windows) binaries. Its a lot easier to handle the vagaries of

[Koha-devel] Sip2 and Sip.pm

2009-07-06 Thread Colin Campbell
ndering if anyone has any thoughts on improving the server side. Cheers Colin -- Colin Campbell Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 1295 (phone) +44 (0) 7759 633626 (mobile) colin.campb...@ptfs-europe.com skype: colin_campbell2 h

[Koha-devel] Searching Authorities

2009-04-30 Thread Colin Campbell
27; sounds more like a Bib search than an authority search. Has anyone any pointers on what we think these should be doing? If there is some agreement I'll try and get theory and practice to correspond a bit more closely Cheers Colin -- Colin Campbell Software Engineer, PTFS Europe Limit

Re: [Koha-devel] Authority Linking

2009-03-24 Thread Colin Campbell
On Tue, Mar 24, 2009 at 03:17:54PM +0100, Henri-Damien LAURENT wrote: > Can you precise your zebra server version and yaz-client ? > zebra server 2.0.36 yaz-client 3.0.34 Cheers Colin ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.

[Koha-devel] Authority Linking

2009-03-24 Thread Colin Campbell
On a fresh marc21/zebra/dom install. I found that after linking bibs to authorities the link appeared bib->authority but all authorities showed 0 biblios linked. Zebra was not recognising 'Koha-Auth-Number' Changing ccl.properties entry Authority-Number 1=Koha-Auth-Number an Authority-Number Koh

Re: [Koha-devel] Coverity - creating OS software maps - (automated defect detection)

2009-03-05 Thread Colin Campbell
It's a static analysis tool which works on projects in C, C++ and Java. It was originally developed to analyse the linux kernel codebase. As such the Koha code is not a candidate, but many of the projects Koha relies on (Perl, Apache) are already using it Cheers Colin ___