[Koha-devel] [DYI] package HTTP::OAI

2009-12-23 Thread Marc Chantreux
l --cpan HTTP::OAI --build dpkg -i *deb every question is welcome :) regards -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mai

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

2009-12-23 Thread Marc Chantreux
erences, my advice is to remove every rpm based from the candidate list. regards -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel

[Koha-devel] $query vs $query

2009-07-09 Thread Marc Chantreux
s no sense when i write print $input->header). regards -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel

Re: [Koha-devel] why standard install mode ?

2009-06-17 Thread Marc Chantreux
koha 3.0.0, if you want to take benefits from patches (bug corrections), you are now in 3.0.2. I would like to use git as a 'aptitude update' or 'windows update'. I see it as the best practice and wonder if i missed unexpected and dangerous effects. regards -- Marc Chantreu

[Koha-devel] why standard install mode ?

2009-06-17 Thread Marc Chantreux
27;m afraid to drive some koha users on a bad way. i really appreciate the ideas and feedbacks of all of you to know why you use the 'STANDARD' mode. regards -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com ___

Re: [Koha-devel] sh: mysql: command not found

2009-04-10 Thread Marc Chantreux
ient (the command line one) to be in the path of your http server (this is a bug due to the koha installer stragegy). > That is strange as it could connect to the database in the step 2 : yes ... because you now use the perl DBI engine that does not need external commands. regards -- Ma

Re: [Koha-devel] Koha 3 Reset Database

2009-01-26 Thread Marc Chantreux
pl with the -r flag. regards -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel

Re: [Koha-devel] Koha 3 Reset Database

2009-01-26 Thread Marc Chantreux
o biblioitems items auth_header sessions zebraqueue ) print 'truncate '$^tables'; ' | mysql if you don't use zsh, just open your prefered mysql client and truncate all the tables listed between the 2 parentheses. -- Marc Chantreux BibLibre, expert en logiciel

Re: [Koha-devel] adding a model abstraction ?

2009-01-22 Thread Marc Chantreux
rameworks like Moose. regards -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel

Re: [Koha-devel] adding a model abstraction ?

2009-01-19 Thread Marc Chantreux
On Wed, Oct 15, 2008 at 03:28:12PM +0200, Marc Chantreux wrote: > hello guys, > > I just rewritten the C4::Bookseller::AddBookseller and it now looks > like: > > sub AddBookseller { > _koha_insert_and_get_id( > 'aqbooksellers', shift > ); &

Re: [Koha-devel] CPLANPLUS

2008-11-13 Thread Marc Chantreux
On Fri, Nov 14, 2008 at 12:50:57PM +1100, Rick Welykochy wrote: > Anyone have experience with the impending CPAN replacement called > CPLANPLUS? > I raise this in light of addressing the issue of problems many seem to > be having installing the perl module requirements for Koha. i have a sight on

Re: [Koha-devel] adding a model abstraction ?

2008-10-15 Thread Marc Chantreux
;t you think that koha use one of these ? Regards -- Marc Chantreux http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel

[Koha-devel] adding a model abstraction ?

2008-10-15 Thread Marc Chantreux
} # return the last id C4::Context->config('db_scheme') eq 'mysql' and return $dbh->{mysql_insertid}; # todo use the last_insert_id dbh function # my $id = $dbh->last_insert_id( ? ); # before give up warn 'database unabl

Re: [Koha-devel] koha code cleaning bug?

2008-10-01 Thread Marc Chantreux
On Tue, Sep 30, 2008 at 07:31:05AM -0500, Galen Charlton wrote: > On Tue, Sep 30, 2008 at 3:59 AM, MJ Ray <[EMAIL PROTECTED]> wrote: > > Marc Chantreux <[EMAIL PROTECTED]> wrote: > >> $_ is not the only one point that can confuse the code reader so i also > >&

Re: [Koha-devel] koha code cleaning bug?

2008-09-30 Thread Marc Chantreux
dentation, > out-of-date, POD, low test suite coverage, and so on. I would rather > that the style guide focus on the larger issues. both are important because if a coder knows he have a chance to find the "koha way" in the coding style document, he'll use it. regards -- Mar

Re: [Koha-devel] koha code cleaning bug?

2008-09-29 Thread Marc Chantreux
On Mon, Sep 29, 2008 at 04:15:23PM -0400, Sébastien Nadeau wrote: > > $_ isn't such one ? > I should have said: use explicit iterators. that's the point i want to point in: i wonder if the problem is the use of $_ (that is just another variable name) or the use of implicity.

Re: [Koha-devel] koha code cleaning bug?

2008-09-29 Thread Marc Chantreux
but i'm not fluent with it. Any doc about that (in the wiki > > or whatever?) > > http://wiki.koha.org/doku.php?id=en:development:unit_testing thanks for the link > I've no problem having a large number of bugs. to i'll create them regards -- Marc Chantreux http

Re: [Koha-devel] koha code cleaning bug?

2008-09-29 Thread Marc Chantreux
it in nested loops. > It is definatly simpler to use > iterators in this case. $_ isn't such one ? -- Marc Chantreux http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc ___ Koha-devel mailing list Koha-devel@lists.koh

Re: [Koha-devel] koha code cleaning bug?

2008-09-29 Thread Marc Chantreux
For the moment, we have guys pro and 2 cons. Is it possible to poll and add it in the coding style? regards -- Marc Chantreux http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc ___ Koha-devel mailing list Koha-devel@lists

Re: [Koha-devel] koha code cleaning bug?

2008-09-29 Thread Marc Chantreux
f you used the implicit syntax and you want to add a name for the old $_, you can (murphy will say *must*) forget to rewrite an instruction and this is just a new bug. regards -- Marc Chantreux http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc

Re: [Koha-devel] koha code cleaning bug?

2008-09-29 Thread Marc Chantreux
gue; I suggest opening a bug for > each cleanup, to remain open until all instances of that cleanup have > been completed. i though about it but it will open a large range of bugs. the only one bug was just a proposal to limit the polution in bugs.koha.org. regards -- Marc Chantreux http:

Re: [Koha-devel] koha code cleaning bug?

2008-09-29 Thread Marc Chantreux
ple if such a cleanning work is welcome. > I hope I'm not looking too pretentious for my first post. even if i disagree with you, it's good to have other points of view in mind. regards -- Marc Chantreux http://www.biblibre.com Expert

[Koha-devel] koha code cleaning bug?

2008-09-29 Thread Marc Chantreux
"$authorityserverdir/tab"; print "Info: created $authorityserverdir/tab\n"; $created_dir_or_file++; } unless (-d "$authorityserverdir/key") { mkdir "$authorityserverdir/key"; print "Info: created $authorityserverdir/key\n&quo

Re: [Koha-devel] Koha3.0 against Active Directory

2008-09-26 Thread Marc Chantreux
On Fri, Sep 26, 2008 at 09:51:13AM -0600, Michael Hafen wrote: > > i don't think so! can you imagine a password stored in plain in a modern > > and secure system? i think that the current code expect that the plain > > text used for comparaison will be encrypted by the server. > > I read somewhere

Re: [Koha-devel] Koha3.0 against Active Directory

2008-09-26 Thread Marc Chantreux
On Fri, Sep 26, 2008 at 09:17:13AM -0600, Michael Hafen wrote: > that Active Directory does not have the attribute auth_with_ldap.pm is > looking for to compare to the user entered password. this can be set with xpath /ldapserver/mapping/[EMAIL PROTECTED] but it will fail because you can't compare

[Koha-devel] adding ldap auth method

2008-09-25 Thread Marc Chantreux
hello Koha developpers, Biblibre guys had a meeting today about the ldap authentication in koha because we're unable to use it against an Active Directory server. So we read the code and the wiki, focusing on the "Bind-as-Auth vs. $ldap->compare()" part. As former ldap administrator, i'm a bit

Re: [Koha-devel] RFC 3.2: Autogeneration of Koha UML diagrams

2008-08-04 Thread Marc Chantreux
e; into mysql to find help. schema description can help (not only new koha contributors, i guess). For the both jobs: i think there is no way to expect a parser to get the job done. regards -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com

Re: [Koha-devel] Status of Debian and Koha

2008-08-04 Thread Marc Chantreux
so on). other points can be discuted for packaging. For example: how do we handle localization files, or misc tools? > MJ: can you tell me where I can find your work about koha packaging ? MJ? :) -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.co

Re: [Koha-devel] Status of Debian and Koha

2008-06-18 Thread Marc Chantreux
ml) without having side effect ;) regards -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel

Re: [Koha-devel] Status of Debian and Koha

2008-06-18 Thread Marc Chantreux
ian Bugs found some report: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389876 MRJ has de debianized version of koha in his git. I wait for him to go public with that work to discuss about the good way to debianize koha. regards -- Marc Chantreux BibLibre, expert en logiciels libre

Re: [Koha-devel] Problems installation in beta2

2008-05-27 Thread Marc Chantreux
login'@'localhost' identified by '$password'; flush privileges; GRANTACCESS } If you are a debian user, look at http://musil.biblibre.com/koha/README.install_koha_on_fresh_debian regards, -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http:/

Re: [Koha-devel] XML::LIBXSLT error on Debian etch

2008-05-12 Thread Marc Chantreux
t bugs). regards, mc -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com # $Id:$ vim: fdm=marker # Licensed under the GPL # Copyright 2008 Biblibre.com # Koha library project www.koha.org # # this script follow all the installtion procedure described in INS

Re: [Koha-devel] XML::LIBXSLT error on Debian etch

2008-05-11 Thread Marc Chantreux
to work correctly now but i'm afraid about those details. regards mc -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel

Re: [Koha-devel] XML::LIBXSLT error on Debian etch

2008-05-11 Thread Marc Chantreux
he policy libxml-libxslt-perl libxml-libxslt-perl: Installé : 1.59-1 Candidat : 1.59-1 Table de version : 1.62-1.1 0 500 http://ftp.fr.debian.org testing/main Packages *** 1.59-1 0 990 http://ftp.u-strasbg.fr etch/main Packages 100 /var/lib/dpkg/status hth --

[Koha-devel] [EMAIL PROTECTED]: Re: XML::LIBXSLT error on Debian etch]

2008-05-09 Thread Marc Chantreux
- Forwarded message from Marc Chantreux <[EMAIL PROTECTED]> - From: Marc Chantreux <[EMAIL PROTECTED]> To: koha-devel@lists.koha.org Subject: Re: [Koha-devel] XML::LIBXSLT error on Debian etch On Wed, May 07, 2008 at 08:48:34AM -0600, Chadwick, John, DCA wrote: > Okay

[Koha-devel] (sans objet)

2008-04-13 Thread Marc Chantreux
___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel