Re: [Koha-devel] [Koha] Proposal To Switch Koha's License to GPLv3 and AGPLv3 or AGPLv3

2010-05-11 Thread MJ Ray
well as using BSD-style share-enabled terms, but I feel AGPLv3 share-forced terms go against other vital principles of freedom. So may we postpone the rest of this discussion to post-3.2.0? Regards, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.o

Re: [Koha-devel] [Koha] Proposal To Switch Koha's License to GPLv3 and AGPLv3 or AGPLv3

2010-05-11 Thread MJ Ray
Christopher Nighswonger wrote: > On Mon, May 10, 2010 at 9:47 AM, MJ Ray wrote: > > [...] It might mean that everyone who sees a page is entitled to > > the 227Mb source tarball. Who wants to pay for those downloads? > > Github and the like provide very simple solutions

Re: [Koha-devel] new module to send mails

2010-04-21 Thread MJ Ray
o avoid losing mail, because SMTP servers need not accept email when koha wants to send it. A local sendmail is safer in that way. How does this C4::Mail handle getting 4xx or 5xx replies? Thanks, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr

Re: [Koha-devel] [Koha] The Potential Death of Koha in Pennsylvania Libraries

2010-04-19 Thread MJ Ray
avour of autonomy if asked. By the way, are there any OCLC members on the list who could ask them what a worker co-op has to do to get an answer from their membership enquiries department? We last asked about two months ago. Good luck, -- MJ Ray (slef) Webmaster and LMS developer at | sof

Re: [Koha-devel] Xercode presentation

2010-03-05 Thread MJ Ray
soon. Best wishes, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.html | op ___ Koha-devel mailing list Koha-devel@l

Re: [Koha-devel] Extra biblio information in the Normal view

2010-02-16 Thread MJ Ray
Toni Rosa > En/na MJ Ray ha escrit: > > Maybe I have misunderstood what is trying to be displayed here, > > but I think XSLT would be an easier and less intrusive way of > > doing it. Search opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl > > for @tag=700 to se

Re: [Koha-devel] Extra biblio information in the Normal view

2010-02-15 Thread MJ Ray
ve misunderstood what is trying to be displayed here, but I think XSLT would be an easier and less intrusive way of doing it. Search opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl for @tag=700 to see the sort of place to edit. The OPAC > XSLT... sysprefs will need to be ON too, of course. Hop

Re: [Koha-devel] Cookie controlled CSS for J-OPAC

2010-02-10 Thread MJ Ray
lace a short small hint about the menu option with the button? Hope that helps, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.htm

Re: [Koha-devel] Cookie controlled CSS for J-OPAC

2010-02-09 Thread MJ Ray
t more javascript (which will break on any half-secured browser)? Hope that helps, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.html | op

Re: [Koha-devel] Koha Cookie

2010-02-09 Thread MJ Ray
added to the session? perldoc C4/Auth.pm and search for get_session for info. Hope that helps, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.htm

Re: [Koha-devel] Zebra and OpenSuse

2010-02-05 Thread MJ Ray
or this OS, > but I am not a programmer. Maybe any of you could found the answer > and share it... But once again, this is an installation problem and may get more help on the main email list http://lists.katipo.co.nz/cgi-bin/mailman/listinfo/koha Regards, -- MJ Ray (slef) Webmaster and LMS d

Re: [Koha-devel] How about a different way of handling database updates

2010-01-29 Thread MJ Ray
a will have at least two depedency graph solvers installed: make and git. If we could harness one of those, that would be brilliant. Hope that helps, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see

Re: [Koha-devel] Zebra and OpenSuse

2010-01-20 Thread MJ Ray
tinfo/koha Hope that helps, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.html | op ___ Koha-devel mailing list Koh

Re: [Koha-devel] rewrite-config.PL

2010-01-18 Thread MJ Ray
SERVER_HOST and WEBSERVER_IP environment variables before the installation. Hope that explains, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.html | op __

Re: [Koha-devel] Improving Koha's OPAC Search

2010-01-18 Thread MJ Ray
to endoring the idea to > possibly work with us in the future (assuming our grant is granted)? I'd need to know how any workers we'd commit would get paid. Hope that helps, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coo

Re: [Koha-devel] Paid Work - Koha 3.0 RC1

2010-01-07 Thread MJ Ray
.org/support/pay.html where our co-op offers such a service, alongside other providers. Hope that helps, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.htm

Re: [Koha-devel] Stack Smashing

2010-01-06 Thread MJ Ray
ra and zebraidx running under gdb to find out exactly which line of source code is causing that. A bad fix is to rebuild libidzebra with -fno-stack-protector in CFLAGS somehow ("export CFLAGS=-fno-stack-protector" might work) but that won't fix any underlying cause and may well result in a

Re: [Koha-devel] Use of TMPL_IF EXPR

2009-12-30 Thread MJ Ray
s bug report doesn't explain why it had to be removed. Is it a performance worry or a security worry? If it's a performance worry, we should probably try to remove it whenever possible. If security, being sure that variables are output every time should be good enough IMO. Hope that helps

Re: [Koha-devel] Koha 3.0.5 + cannot print labels

2009-12-22 Thread MJ Ray
copy-pasta which you could avoid by reading the list archives before posting. I see many bug reports that are missing vital info like the above and this seems better than you getting no reply.) Hope that helps, -- MJ Ray (slef) Webmaster and LMS developer at | software www.softwa

Re: [Koha-devel] koha 3.0.4 biblio records

2009-12-17 Thread MJ Ray
defined value; 2. check the databases for the record after each change and see what is happening with the edited and deleted records. Beyond that, a bit more description of how to reproduce the bug may be needed: for example, is it NoZebra? Which MARC type? If it's zebra, how is the zebra be

Re: [Koha-devel] koha-dev IRC channel ?

2009-12-11 Thread MJ Ray
simple with IRC. Also maybe a koha-lobby should be opened while meetings are happening in the main channel. Is this an actual problem? Can you show something in the logs where a technical discussion and user questions have come into conflict? Thanks, -- MJ Ray (slef) Webmaster and LMS deve

Re: [Koha-devel] Koha Debian package

2009-12-11 Thread MJ Ray
ain distributon when time permits. Hope that explains, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.html | op ___

Re: [Koha-devel] Position Announcement: Software Developer - Equinox Software, Inc., Norcross, GA, USA

2009-12-08 Thread MJ Ray
ative software developers to join our ethical, for-service FOSS support and development cooperative partnership. www.software.coop/info/join.html ;-) Regards, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.org.uk| co IMO only: se

[Koha-devel] No screenshots please, was: [Koha] Problem with notification sending by koha

2009-12-08 Thread MJ Ray
ly the size of the attachment multiplied by the number of people on the list. One 3Mb waste is bad. 300 times 3Mb gets painful if common. Switching off HTML (or "rich text") emails also helps keep it light. Thanks for helping to keep the email list neat beneath your feet! -- MJ Ray (slef)

Re: [Koha-devel] Which is the best Linux flavour to work with Koha ?

2009-12-08 Thread MJ Ray
bly should ask them what they run well on, but I'd be surprised if they find debian difficult. Good luck! -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.html | op _

Re: [Koha-devel] virtual hosting of Koha

2009-11-25 Thread MJ Ray
fer specialist Koha shared hosting, mine included? Check that it's real Koha and that you can download the exact same source to run on your own server if you want, though. Hope that helps, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.tower

Re: [Koha-devel] Geolocalization in Koha

2009-11-12 Thread MJ Ray
nor enhancement to the current Library branch feature, rather than a major new feature itself, so I'd expect it could sneak in if it's quick, but I'm not Release Manager. Hope that helps, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.tow

Re: [Koha-devel] version 3.0.4 on download.koha.org

2009-10-28 Thread MJ Ray
Joshua Ferraro wrote: > On Tue, Oct 27, 2009 at 3:02 PM, MJ Ray wrote: > > Firstly, download.koha.org was promoted as "the usual location" > > to download Koha from for something over two years, as in > > http://lists.katipo.co.nz/pipermail/koha/2008-January/01290

Re: [Koha-devel] version 3.0.4 on download.koha.org

2009-10-27 Thread MJ Ray
of agree with this. Having three 3.0.4s releases wasn't a good thing. However, what's done is done and I expect HDL will have learnt from the mistakes, so this sort of public rebuke seems painful. Regards, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.

Re: [Koha-devel] FW: Searching with name=

2009-10-26 Thread MJ Ray
. I see the same results with name and any searches from the OPAC. This may be an error in Koha. I have not traced whether it is in record.abs, C4::Search or elsewhere. If it is reported to bugs.koha.org, I expect someone will address it as soon as they can. Thanks, -- MJ Ray (slef) Webmaster

Re: [Koha-devel] Fwd: Git users: bring out your bugbears!

2009-10-15 Thread MJ Ray
broken, which was part of the motive for git, but there's http://git.or.cz/course/cvs.html (which uses cg not git, but I think the actual commands in light blue are interchangable apart from the switch command); or http://www.chem.helsinki.fi/~jonas/git_guides/HTML/CVS2git/CVS2git.html#SECTION0006

Re: [Koha-devel] perl module to retrieve sys pref. data

2009-10-07 Thread MJ Ray
nction to C4::Context. Whether this is a good idea depends on the motivation... Hope that helps, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.htm

Re: [Koha-devel] Cannot delete patron category

2009-10-07 Thread MJ Ray
, and ask your email provider (Google?) to make it the default if "list" appears in the address. Thanks, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.html | op

Re: [Koha-devel] A bit of programmer humor :)

2009-10-07 Thread MJ Ray
ycle happen so often. Regards, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.html | op ___ Koha-devel mailing list Koha-devel@

[Koha-devel] First association/foundation poll results

2009-10-06 Thread MJ Ray
oct07 Hope to see you there! -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.html | op ___ Koha-devel mailing list Koha-

Re: [Koha-devel] staff sessions get timeout'd even though ..., was Koha-devel Digest, Vol 46, Issue 34

2009-10-02 Thread MJ Ray
evel digest..." Also, this doesn't seem like a development question to me, so the main koha user list may have more replies. Hope that helps, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk| co IMO only:

Re: [Koha-devel] Survey Reminder

2009-09-22 Thread MJ Ray
the discussion period must be longer than that. I fear that life is too unpredictable and we have waited too long already to be able to carry people on a multimonth decision process, while the challenges to this community are more immediate. Regards, -- MJ Ray (slef) LMS developer and webmaste

Re: [Koha-devel] Survey Reminder

2009-09-22 Thread MJ Ray
tion should *not* do? How will we combine the two surveys? Confused, but maybe I'll find the answer later in my mailbox. -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org

Re: [Koha-devel] what about 3.2 improvements under AGPL ?

2009-09-15 Thread MJ Ray
the current uncertainty stings, but this is grasping at straws for something to do and grabbing a lit fuse. Regards, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.html | ..

Re: [Koha-devel] Poll for Koha foundation...

2009-09-11 Thread MJ Ray
t that changed years ago, provoking creation of many alternatives like Savannah, GNA, BerliOS and more. I like the idea of the survey. It would be good if some of the already-stated desires could be like/dislike/don't-care tickboxes at some point in it. Has anyone time to do it before Tuesd

[Koha-devel] Next IRC meeting about the Foundation: 15 September 2009 19:00 UTC+0

2009-09-06 Thread MJ Ray
L4=NZ&Day=15&Mon=9&Y=2009 http://www.wolframalpha.com/input/?i=2009-09-15%2019:00%20UTC+0 Regards, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.tow

Re: [Koha-devel] (no subject)

2009-09-06 Thread MJ Ray
vel http://lists.katipo.co.nz/mailman/listinfo/koha with a full description of the problem (see http://www.chiark.greenend.org.uk/~sgtatham/bugs.html for how to describe it). Hope that helps, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.tower

Re: [Koha-devel] KOHA important modules for the Installation

2009-08-31 Thread MJ Ray
://blog.gmane.org/gmane.comp.misc.koha Hope that helps, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.html | op ___ Koha-devel mailin

Re: [Koha-devel] Geolocalization in Koha

2009-08-24 Thread MJ Ray
ping is complete enough. Regards, -- MJ Ray, member of www.software.coop Experts in web and GNU/Linux (TTLLP # in subject emails = copy to all workers unless asked.) Turo Technology LLP, reg'd in England+Wales, number OC303457 Reg. Office: 36 Orchard Cl., Kewstoke,

Re: [Koha-devel] Koha on a deb file

2009-08-14 Thread MJ Ray
closer is closer!? :P [...] software.coop is interested in working on them, but has not yet. I must chase up the quote we issued for it. If anyone is interested in co-sponsoring the work, please let me know! Hope that helps, -- MJ Ray (slef) LMS developer and webmaster at | software

Re: [Koha-devel] Printing control

2009-08-13 Thread MJ Ray
Sorry to be the bearer of bad news, but I think you'd need to develop or sponsor this feature. Hope that helps, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see

Re: [Koha-devel] Environment and tools for Koha development

2009-08-13 Thread MJ Ray
opics. Not used Eclipse for Koha. Hope that helps, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk| co IMO only: see http://mjr.towers.org.uk/email.html | op ___ Koha-devel m

Re: [Koha-devel] Koha Label Module Re-write

2009-07-29 Thread MJ Ray
it into the next release. Thanks for the rewrite. It would proably be helpful for our patronCardLogo extension, which is very messily done at the moment. Can you expand on the above about removing the patron card utility code? Does that mean patron card printing vanishes completely? Regards, --

Re: [Koha-devel] Transition and continuity

2009-07-23 Thread MJ Ray
ntinue on as release manager. Shame you're joining them and not us, but all the best on your new workplace! -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk| co Notice http://mjr.towers.org.uk/email.html

Re: [Koha-devel] Staff client keyboard shortcuts

2009-07-16 Thread MJ Ray
org/WAI/UA/TS/html401/cp0101/0101-ACCESSKEY-BUTTON.html#test1 or select entry "F" on http://www.w3.org/WAI/GL/tests/accesskey3.html ? Confused but unsurprised, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.tower

[Koha-devel] wiki.koha.org relicensing

2009-07-16 Thread MJ Ray
I'd like to help us move forwards with http://wiki.koha.org/doku.php?id=relicensing Can I have dumps of the wiki and bugs databases to trawl through to determine the relicensing electorate, please? Thanks, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop

Re: [Koha-devel] Staff client keyboard shortcuts

2009-07-15 Thread MJ Ray
ll back on accesskeys because they shouldn't conflict. Hope that helps, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk| co Notice http://mjr.towers.org.uk/email.html| op ___

Re: [Koha-devel] OT: Web archiver for the Koha-Patches list has "eaten" part of a post of mine

2009-07-10 Thread MJ Ray
b and it doesn't seem it would ever be included in Mailman. Of course, Google's preferred solution is for everyone to use GoogleGroups, but that's absurd. I suspect the post may be intact in the mbox download, but sometimes they're not. Hope that explains, -- MJ Ray (slef) L

Re: [Koha-devel] hypertext link

2009-07-01 Thread MJ Ray
Nicole Engard wrote: > MJ, I will update the screenshot on that manual page and mention the URL. Thanks. I'm seeing the fields from the biblio's MARC21 tag 856 on the opac-detail.pl page, but never the u subfield from the item. Is this correct operation? Confused, -- MJ Ra

Re: [Koha-devel] hypertext link

2009-07-01 Thread MJ Ray
Any of the templaters know how URLs can be displayed easily in the current mainline koha releases? A quick search of the manual found nothing obvious - the URI field isn't even shown on http://koha.org/documentation/manual/3.0/cataloging/adding-and-deleting-items Puzzled, -- MJ Ray (slef) L

Re: [Koha-devel] updateitem.pl

2009-06-29 Thread MJ Ray
n doesn't work for your task, David Schuster wrote a good guide to suggesting new features at http://wiki.koha.org/doku.php?id=instructions Hope that helps, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk| co Notic

Re: [Koha-devel] updateitem.pl

2009-06-29 Thread MJ Ray
this process for each?!?!? [...] Essentially, I'd write a script to call C4::Items::ModItem($item_changes, $biblionumber, $itemnumber) where $item_changes is a hash containing appropriate keys. perldoc C4/Items.pm is fairy detailed. Hope that gets you started, -- MJ Ray (slef) LMS developer and

Re: [Koha-devel] Marc Extract and subject headings

2009-06-29 Thread MJ Ray
new: perl -e '$_="6509"; /^(\d*?)(\w)?$/; print $1."\$".$2."\n";' Let me know if it works for you and I'll prepare patches. Hope that helps, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk

Re: [Koha-devel] Koha-3.0.3 Stable release

2009-06-26 Thread MJ Ray
gt; Its name is koha-3.00.03.tar.gz You can download file and signatures Thank you to Henri-Damien LAURENT for this vital release. I've marked bugs.koha.org 3334 as resolved. 3320 was already marked FIXED and I'm not sure which bug was the opac-reserve one. Anstataux QA-estro, -- MJ

Re: [Koha-devel] Marc Extract and subject headings

2009-06-25 Thread MJ Ray
ly: unless told otherwise, let the "local-9" tags and subtags through? Would people want to remove different local-9s from import and export, or are there cases where the same ones would need removing from both? Thanks, -- MJ Ray (slef) LMS developer and webmaster at | software www.s

Re: [Koha-devel] Adding a "Skip to content" link to the staff client pages ?

2009-06-25 Thread MJ Ray
(as my customers will vouch for!). If you haven't already, open an enhancement bug, as guided by http://wiki.koha.org/doku.php?id=instructions Hope that helps, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk

Re: [Koha-devel] Koha-3.0.2 Stable release

2009-06-08 Thread MJ Ray
LAURENT Henri-Damien wrote: > MJ Ray a écrit : > > Given the "does not include new features" comment, why were the > > enhancements included? (particularly bugs 988, 1578, 3081) > > At the moment, enhancement on bugzilla is used for two purpose : > - brand New an

Re: [Koha-devel] Koha-3.0.2 Stable release

2009-06-07 Thread MJ Ray
quot; are contradictory ideas, unless those features come as side-effects of bugfixes. I feel that the above shows that there are still bugfixes to include. I suspect including new features in 3.0 will also make the 3.2 RM more difficult. Thanks for any answers, -- MJ Ray (slef). LMS developer an

Re: [Koha-devel] RFC : More granular rules for Reserves

2009-06-04 Thread MJ Ray
ser to choose". It's offering a choice > > because there seems no good way to solve this automatically. > > So, we "force him" choosing the checkout library? He cannot anymore > choose "next available"? Well, it looks like either that or we add yet another sysp

Re: [Koha-devel] RFC : More granular rules for Reserves

2009-05-21 Thread MJ Ray
Nahuel ANGELINETTI wrote: > MJ Ray a écrit : > > Why shouldn't we revalidate the rights at the user checkout event? > > The problem is, if the user have a reserve on a biblio record(not a > specific item), we don't know how to count the remaining rights on the > li

Re: [Koha-devel] RFC : More granular rules for Reserves

2009-05-20 Thread MJ Ray
revalidate the rights at the user checkout event? Thanks, -- MJ Ray (slef). LMS developer and supporter for a small, friendly worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/ (Notice http://mjr.towers.org.uk/email.html) tel:+44-844-4437-237 __

Re: [Koha-devel] Some problems to opt Koha

2009-05-17 Thread MJ Ray
the following situations, or is it > that we will have to manage everything in-house It depends on many things, including whether you pay anyone and how much paid work we have on. Hope that explains, -- MJ Ray (slef). LMS developer and supporter for a small, friendly worker cooperative

Re: [Koha-devel] Some more thoughts to add.

2009-05-16 Thread MJ Ray
iven the speed with which the website changed over, it's rather disappointing to see no movement on this yet. Guess that teaches us where we stand, huh? Regards, -- MJ Ray (slef). LMS developer and supporter for a small, friendly worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org

Re: [Koha-devel] Announcing ... New koha.org Website based on Plone

2009-05-12 Thread MJ Ray
important pages not on the old sitemap - would be welcomed. Hope that helps, -- MJ Ray (slef). LMS developer and supporter for a small, friendly worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/ (Notice http://mjr.towers.org.uk/email.html) tel:+44-844-4437-237 ___

Re: [Koha-devel] [Koha] [Koha-translate] Announcing ... New koha.org Website based on Plone

2009-05-11 Thread MJ Ray
27;m no Plone expert, but I wouldn't be surprised if one was lurking here somewher. Thanks, -- MJ Ray (slef). LMS developer and supporter for a small, friendly worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/ (Notice http://mjr.towers.org.uk/email.html) tel:+44-844-4437

Re: [Koha-devel] Announcing ... New koha.org Website based on Plone

2009-05-11 Thread MJ Ray
e top navigation. KUDOS has some info at http://kudos.koha.org/ We're still waiting for substantive discussion about KSF bylaws: I think LibLime has been developing the first draft. Hope that helps, -- MJ Ray (slef). LMS developer and supporter for a small, friendly worker cooperative http://www.t

Re: [Koha-devel] [Koha-translate] Announcing ... New koha.org Website based on Plone

2009-05-11 Thread MJ Ray
mmunity is, after all, > a meritocracy :). User-sortable listings are the best. If this is a meritocracy, let the ideas compete on their merits and user-sortable (which wasn't considered in the previous private discussion) will win. Regards, -- MJ Ray (slef). LMS developer and supporter f

Re: [Koha-devel] [Koha-translate] Announcing ... New koha.org Website based on Plone

2009-05-11 Thread MJ Ray
Joshua Ferraro wrote: > On Fri, May 8, 2009 at 12:17 PM, MJ Ray wrote: > > Bizarrely, the "Discussions" page is missing from the new site and > > changing hostname to new.koha.org on the old URL results in 404 Not > > Found. Please can we keep old pag

Re: [Koha-devel] [Koha] [Koha-translate] Announcing ... New koha.org Website based on Plone

2009-05-11 Thread MJ Ray
Joshua Ferraro wrote: > On Fri, May 8, 2009 at 11:49 AM, MJ Ray wrote: > > Who is the "we" which will implement? It's not the Koha website or > > management teams as far as I can tell. Is it a few people at LibLime? > > koha.org has always been managed and

Re: [Koha-devel] [Koha-translate] Announcing ... New koha.org Website based on Plone

2009-05-08 Thread MJ Ray
serve them. > > If you notice, there is an 'accessibility' link which should address this > concern. That looks like the Plone boilerplate. new.koha.org does not yet comply even with what's currently stated there. Hope that helps, -- MJ Ray (slef) Webma

Re: [Koha-devel] [Koha] [Koha-translate] Announcing ... New koha.org Website based on Plone

2009-05-08 Thread MJ Ray
Joshua Ferraro wrote: > On Fri, May 8, 2009 at 10:43 AM, MJ Ray wrote: > > I thought it would be about 20 May. As everyone can now see (yikes), > > there are a few problems with design and content on new.koha.org to > > fix and the current website editors don't ev

Re: [Koha-devel] [Koha-translate] Announcing ... New koha.org Website based on Plone

2009-05-08 Thread MJ Ray
e of news > items on the Kea-based koha.org and adding those to Plone so we don't > lose that history. Also, please add your library (or libraries you > support) to the new Koha world map. Any volunteers? I'm happy to help, but it's 3pm on Friday now, so it's not goin

[Koha-devel] Reminder: Koha project IRC meeting

2009-05-06 Thread MJ Ray
report. The full agenda is at http://wiki.koha.org/doku.php?id=meetingnotes09apr07 Connection details are shown at http://wiki.koha.org/doku.php?id=start#irc but are basically irc://irc.katipo.co.nz:6667/#koha Hope to see you there, -- MJ Ray (slef). LMS developer and supporter for a small

Re: [Koha-devel] Regional Hackfests

2009-04-24 Thread MJ Ray
g this in the UK and I think either Manchester, Bristol or Liverpool in mid/late summer 2009 might work for us. What date was being thought of for Wellington? Maybe we could link them up over the net, although UK/NZ hasn't a big overlap in time. Regards, -- MJ Ray (slef). LMS develope

Re: [Koha-devel] Koha project IRC meeting

2009-04-21 Thread MJ Ray
mo, AboutUs or Keiki homepages - or your own website, if you install it! More about OpenID at http://floss.pro/doc/openid - Existing users should be able to add their OpenID by editing their User Profile. Hope that helps, -- MJ Ray (slef). LMS developer and supporter for a small, friendly work

Re: [Koha-devel] Fwd: [Koha-translate] mail list for pt_BR group

2009-04-13 Thread MJ Ray
te! Thanks, -- MJ Ray (slef). LMS developer and supporter for a small, friendly worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/ (Notice http://mjr.towers.org.uk/email.html) tel:+44-844-4437-237 ___ Koha-devel mailing list Koha-devel@lis

[Koha-devel] Fwd: [Koha-translate] mail list for pt_BR group

2009-04-13 Thread MJ Ray
Hi - I'm not sure who I should ask about this mailing list creation, so I bring it to devel. If there's some reason not to host it at lists.koha.org, let me know and I can host it at software.coop somewhere. -- MJR Original Message Date: Thu, 9 Apr 2009 00:38:08 -0300 Message-ID

Re: [Koha-devel] RFC: decide on one OAI-PMH server implementation

2009-04-02 Thread MJ Ray
me OAI-PMH documentation because it really doesn't stand alone. http://www.openarchives.org/OAI/2.0/openarchivesprotocol.htm Thanks to Frédéric and Galen for this work. Best wishes, -- MJ Ray (slef) Webmaster for hire, statistician and online shop builder for a small worker coope

Re: [Koha-devel] RFID reader in browser with data from Koha

2009-04-02 Thread MJ Ray
co.uk/~mjr/koha.git/ but underdocumented and I'd be interested in making it and your RFID reader work in the same framework. Would you? Could you publish your git tree? Thanks, -- MJ Ray (slef) Webmaster for hire, statistician and online shop builder for a small worker cooperative http://www.t

Re: [Koha-devel] Error Importing Patron Images!

2009-04-01 Thread MJ Ray
maybe "perldoc GD") and see if it includes newFromJpeg. If not, check the version of GD and the version of libgd and whether it has jpeg support enabled (not 100% sure how you do that last check). Hope that helps, -- MJ Ray (slef). LMS developer and supporter for a small, friendly wor

Re: [Koha-devel] Change of username and password

2009-03-31 Thread MJ Ray
etter on the user email list. Hope that helps, -- MJ Ray (slef). LMS developer and supporter for a small, friendly worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/ (Notice http://mjr.towers.org.uk/email.html) tel:+44-844-4437-237 _

Re: [Koha-devel] Add Biblio slow

2009-03-13 Thread MJ Ray
for some reason. Could also try looking at the Javascript Console in the Tools menu while loading the "Add Biblio" page. Good luck! -- MJ Ray (slef) Webmaster for hire, statistician and online shop builder for a small worker cooperative http://www.ttllp.co.uk/ http://m

Re: [Koha-devel] Cron Daemon Warning

2009-03-13 Thread MJ Ray
ar warnings to Bob. Fairly clean 3.0.1 install. marc_defs/marc21/biblios/record.abs does contain an "attset bib1.att" line and the biblios/etc/bib1.att file includes a mapping for 'Any' but not one for 'any': "att 1016Any" Does that help? Th

Re: [Koha-devel] Koha 3.0 + apache2 problem

2009-03-08 Thread MJ Ray
ame into my mind that, when i was configuring > cpan, may be i typed "no" for some parts. *What do you think, is it the > problem? That "no" answer? Do i need to install each and every portion of > cpan configuration? * I don't think it's a CPAN problem.

Re: [Koha-devel] Errors trying to import records from Z39.50

2009-02-26 Thread MJ Ray
d I've written my reply, then I spot the cc. I don't know if anyone has replied to the user list and solved this. I might have wasted my time. Please pick one list first and if they can't answer, then repost it to the other later. Hope that helps, -- MJ Ray (slef) Webmaster for hire

Re: [Koha-devel] [Koha-patches] [PATCH] Removed RSS Option from UI

2009-02-04 Thread MJ Ray
nd thanks for the explanation. I guess I should have checked the annotations for those lines to see how they appeared. If you could mention "undo" or similar in the log message, that would help me avoid making a fool of myself in public again ;-) -- MJ Ray (slef) Webmaster for hire, s

Re: [Koha-devel] [Koha-patches] [PATCH] Removed RSS Option from UI

2009-02-04 Thread MJ Ray
Can someone point me at the reasoning for removing RSS features from the user interface, please? Are they currently broken and, if so, where's the bug report? Thanks, -- MJ Ray (slef) Webmaster for hire, statistician and online shop builder for a small worker cooperative http://www.ttllp.

Re: [Koha-devel] OpenNCIP, Koha, and diverged SIP code

2009-02-03 Thread MJ Ray
sitories back into sync? [...] Seems like a good idea. Why does Koha have its own copy of the OpenNCIP code in the first place? Anyone know? Is OpenNCIP producing regular releases? Thanks, -- MJ Ray (slef). LMS developer and supporter for a small, friendly worker cooperative http:

Re: [Koha-devel] For immediate release: Koha Open Source Community Regrets Failure of PTFS, Inc. to Comply with Community Guidelines

2009-01-30 Thread MJ Ray
one's business Koha has always been discouraged (Koha was one of our(TTLLP's) first products and LibLime's too, and neither of us trades as Koha) and wilful commercial infringement of the trademarks is a crime in all WTO countries (Article 61 of the TRIPs agreement). Hope th

Re: [Koha-devel] Kudos.koha.org up and running!

2009-01-28 Thread MJ Ray
less administration. I suggest that KohaLA is given money to become the internationalised hub because it exists and can represent all sectors. However, this is a minority view for reasons I don't fully understand. Regards, -- MJ Ray (slef) Webmaster for hire, statistician and online shop buil

Re: [Koha-devel] Koha-devel Digest, Vol 38, Issue 22

2009-01-28 Thread MJ Ray
List admin, can you please make "Subject:.*Digest, Vol" an automatic hold for moderation filter? Thanks, -- MJ Ray (slef) Webmaster for hire, statistician and online shop builder for a small worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/ (Notice http://mjr.towers.org

Re: [Koha-devel] Kudos.koha.org up and running!

2009-01-26 Thread MJ Ray
ion to port the current KUDOS Wordpress across? (Please!) Thanks, -- MJ Ray (slef) Webmaster for hire, statistician and online shop builder for a small worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/ (Notice http://mjr.towers.org.uk/email.html) tel:+44-844-44

Re: [Koha-devel] About Mail::Sendmail

2009-01-16 Thread MJ Ray
ly encoded. Did the line encode_base64(encode("UTF-8", $iso2709)); in your patch fix it? Thanks, -- MJ Ray (slef) Webmaster for hire, statistician and online shop builder for a small worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/ (Notice http://mjr.towers.org.

Re: [Koha-devel] virtual hosting of Koha

2009-01-16 Thread MJ Ray
he cron jobs and z39.50 access (ports 210 and 9990 UDP) may cause problems too. BTW: I think this thread should be on the main koha list, not -devel. Hope that helps, -- MJ Ray (slef) Webmaster for hire, statistician and online shop builder for a small worker cooperative http://www.ttllp.co.uk

Re: [Koha-devel] Why contribute to Koha?

2008-12-05 Thread MJ Ray
sabled for your browser, or there were problems with your connection." - I have cookies disabled for most sites which don't show an EU-style privacy policy. Regards, -- MJ Ray (slef) Webmaster for hire, statistician and online shop builder for a small worker cooperative http://www.ttll

  1   2   >