Re: [Koha-devel] updatedatabase errors

2010-01-26 Thread Chris Nighswonger
Hi Nicole, On Tue, Jan 26, 2010 at 7:41 PM, Nicole Engard wrote: > Are we talking about these error messages: > > > Update errors : > > If so - I too got them today when I did a rebase from the newly updated HEAD. These could come from the updatedatabase.pl script being out of sync due to dif

Re: [Koha-devel] updatedatabase errors

2010-01-26 Thread Galen Charlton
Hi, 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 current biblibre > community 3.2. Enroute updatedatebase throws a lot of errors due to > duplication, inco

Re: [Koha-devel] updatedatabase errors

2010-01-26 Thread Nicole Engard
Are we talking about these error messages: Update errors : * [Tue Jan 26 12:05:32 2010] updatedatabase.pl: DBD::mysql::db do failed: Duplicate entry '9-edit_catalogue' for key 1 at /home/nengard/kohaclone/installer/data/mysql/updatedatabase.pl line 3316. * [Tue Jan 26 12:05:32 2010] upda

Re: [Koha-devel] Koha and Subversion

2010-01-26 Thread Nicole Engard
Why are you using subversion and not git? I think everyone here uses git. Nicole 2010/1/26 Richard Forristall : > Has anyone setup subversion to manage their Koha modifications? > > I'm trying to create a subversion repository and get this error: > > Adding var/run/zebradb > svn: Unknown

[Koha-devel] Koha and Subversion

2010-01-26 Thread Richard Forristall
Has anyone setup subversion to manage their Koha modifications? I'm trying to create a subversion repository and get this error: Adding var/run/zebradb svn: Unknown or unversionable type for 'var/run/zebradb/authoritysocket' Thanks, Rick --

Re: [Koha-devel] [PATCH] Custom Reports

2010-01-26 Thread Kyle Hall
> It's an interesting notion, albeit one that I think should be targeted > for 3.4. The mechanism will be a bit risky, though; since the krz > files can contain arbitrary Perl, they can do *anything* to a Koha > database. In a sense, what you're proposing amounts to a > general-purpose plugin syst

Re: [Koha-devel] [PATCH] Custom Reports

2010-01-26 Thread Galen Charlton
Hi, On Tue, Jan 26, 2010 at 8:42 AM, Kyle Hall wrote: >  I've written a new "Custom Reports" addition for Koha to allow Koha > users to trade more complicated reports that cannot be represented in > pure SQL. Here's how it works: It's an interesting notion, albeit one that I think should be targ

Re: [Koha-devel] SQL for 856 tag in marc record

2010-01-26 Thread Frederic Demians
> Anyone have a suggestion on how to get at least a count of these 856's > in the > MARC record in my database? SELECT COUNT(url) FROM biblioitems; will give you the number of biblio records having at least one 856. A biblio record with several 856 tags will be count as 1 url. If you want som

[Koha-devel] SQL for 856 tag in marc record

2010-01-26 Thread David Schuster
Anyone have a suggestion on how to get at least a count of these 856's in the MARC record in my database? David Schuster -- View this message in context: http://old.nabble.com/SQL-for-856-tag-in-marc-record-tp27329118p27329118.html Sent from the Koha - Dev mailing list archive at Nabble.com. _

Re: [Koha-devel] no success with build_browser_and_cloud.pl

2010-01-26 Thread Rick Welykochy
Chris Cormack wrote: >> I do see these tags (from the tags_all table): >> >> antartica seafarer astronomy course setting ... etc. >> > > Yes those are tags entered by borrowers etc, the subject tag cloud is > a different thing. It all becomes clear. Yup, I see the user tags and the subject clo

Re: [Koha-devel] [PATCH] Custom Reports

2010-01-26 Thread Kyle Hall
Also, the report_dir should be named in a fashion to guarantee uniquness. I have used a java style naming system, so each report is named org.ccfls.REPORT_NAME. If Biblibre created custom reports, they would be named com.biblibre.REPORT_NAME and so on. I should note this patch does not represent t

Re: [Koha-devel] [PATCH] Custom Reports

2010-01-26 Thread Kyle Hall
Hello All, I've written a new "Custom Reports" addition for Koha to allow Koha users to trade more complicated reports that cannot be represented in pure SQL. Here's how it works: Each report is downloaded as a .krz file. This filetype is just a zip file with a specific structure ( sort of like

Re: [Koha-devel] [Koha] CORRECTION: Re: February General IRC Meeting Re-scheduled

2010-01-26 Thread Nicole Engard
Page w/ Agenda set up: http://wiki.koha.org/doku.php?id=en:events:meetings:irc_meetings:meetingnotes10feb09 On Tue, Jan 26, 2010 at 8:33 AM, Chris Nighswonger wrote: > The time for the General Meeting should be 1100 GMT. > > On Tue, Jan 26, 2010 at 8:27 AM, Chris Nighswonger > wrote: >> Hi all,

[Koha-devel] CORRECTION: Re: February General IRC Meeting Re-scheduled

2010-01-26 Thread Chris Nighswonger
The time for the General Meeting should be 1100 GMT. On Tue, Jan 26, 2010 at 8:27 AM, Chris Nighswonger wrote: > Hi all, > > Please note that due to a scheduling conflict with the February 2, > 2010 Community Handover Meeting, the Koha General Meeting has been > re-scheduled to February 9, 2010 @

[Koha-devel] February General IRC Meeting Re-scheduled

2010-01-26 Thread Chris Nighswonger
Hi all, Please note that due to a scheduling conflict with the February 2, 2010 Community Handover Meeting, the Koha General Meeting has been re-scheduled to February 9, 2010 @ 1900 GMT. Kind Regards, Chris ___ Koha-devel mailing list Koha-devel@lists.k

Re: [Koha-devel] no success with build_browser_and_cloud.pl

2010-01-26 Thread Chris Cormack
2010/1/26 Rick Welykochy : > Chris Cormack wrote: > >> 2010/1/26 Rick Welykochy: >>> >>> Anyone have experience with the tag cloud feature in Koha? >>> >>> We have a Koha 3.00.02 and another 3.00.04 install. When I run the >>> build_browser_and_cloud.pl script, the tags table in the database >>> re