Re: [Koha-devel] Install Koha 3.20 with Single Command at Ubuntu 14.04 LTS

2015-05-28 Thread Fridolin SOMERS
Hie, Looks greate. But why forcing apache MPM Prefork since koha-common has apache2-mpm-itk has dependancy ? PS : installing nano will feed the troll ;) Le 27/05/2015 08:23, DP Tripathi a écrit : Dear All, Greetings! Now, Install Koha 3.20 with one single command at Ubuntu 14.04 LTS Just

Re: [Koha-devel] search speed

2015-05-28 Thread Fridolin SOMERS
Could this mean one should not get records from Zebra but directly from database ? If getting the id of search results without getting the full record is possible. Le 27/05/2015 21:02, Paul A a écrit : At 08:29 PM 5/27/2015 +0200, Gaetan Boisson wrote: Well as i said, the time is not the same

Re: [Koha-devel] search speed

2015-05-28 Thread Tomas Cohen Arazi
El 28/5/2015 4:43 a. m., "Fridolin SOMERS" escribió: > > Could this mean one should not get records from Zebra but directly from database ? If getting the id of search results without getting the full record is possible. It is possible. But we should evaluate the trade-off from preparing the reco

Re: [Koha-devel] search speed

2015-05-28 Thread Paul A
At 07:52 AM 5/28/2015 -0300, Tomas Cohen Arazi wrote: El 28/5/2015 4:43 a. m., "Fridolin SOMERS" escribió: > > Could this mean one should not get records from Zebra but directly from database ? If getting the id of search results without getting the full record is possible. It is possibl

[Koha-devel] Call for Dev Meeting June 3

2015-05-28 Thread Tomas Cohen Arazi
Hi everyone, starting the 3.22 cycle i'd like to keep a 3-week frecquency for dev meetings. Lots of big stuff is being worked by different people/teams so having a regular/deterministic schedule for the meetings might be handy to keep communicated. Next meeting will be held next wednestady, with t

[Koha-devel] getFrameworkLanguages

2015-05-28 Thread Mark Tompsett
Greetings, Indranil Das Gupta found this painful to see typo in getFrameworkLanguages: 'native_descrition'=>$language_set->{language_native_description}. I told him, tweaking C4/Languages requires writing a test (good rule of thumb). So, I wake up, and discover no tests were yet written, and I

Re: [Koha-devel] getFrameworkLanguages

2015-05-28 Thread Tomas Cohen Arazi
We have dead code in lots of places. A cleanup is not a bad idea, but we should be careful with API changes because someone could be using it. I didn't spend time on looking at the code. We can add it to the agentda for the meeting. 2015-05-28 11:31 GMT-03:00 Mark Tompsett : > Greetings, > > Indr

Re: [Koha-devel] getFrameworkLanguages

2015-05-28 Thread Mark Tompsett
Greetings, Shortly after I posted my note, I noticed bug 12017. It removes it. I think we may have a duplicate. Sorry, Indranil Das Gupta. GPML, Mark Tompsett From: Tomas Cohen Arazi Sent: Thursday, May 28, 2015 10:35 AM To: Mark Tompsett Cc: koha-devel Subject: Re: [Koha-devel] getFramework

Re: [Koha-devel] getFrameworkLanguages

2015-05-28 Thread Julian FIOL
Hi, Bernardo Gonzales Kriegel made a lot of work with bug 12017 around this, and clean up getFrameworkLanguages and other useless things. It also move the language_description table out of database, and put it in templates. This is really interesting concerning traduction and performances !

Re: [Koha-devel] getFrameworkLanguages

2015-05-28 Thread Barton Chittenden
I mentioned this in #koha a few weeks ago, but this seems like a perfect place to bring it up again: http://devblog.nestoria.com/post/115930183873/tombstones-for-dead-code Essentially, this is a method for adding executable markers near code that you want to remove. If you look for the results of

Re: [Koha-devel] Improving Plack intranet performances (circulation module)

2015-05-28 Thread Fridolin SOMERS
Very good news, thanks Le 27/05/2015 12:14, Julian FIOL a écrit : Hi everyone, Using Devel::NYTProf on a Plack config, I noticed that when we checkout an item in the circulation page, there is a really long time spent creating the database schema. By adding the import of *Koha::Schema* in the

Re: [Koha-devel] Improving Plack intranet performances (circulation module)

2015-05-28 Thread Tomas Cohen Arazi
I resumed my work on automating plack usage on packages installs. News about it soon. 2015-05-28 12:21 GMT-03:00 Fridolin SOMERS : > Very good news, thanks > > Le 27/05/2015 12:14, Julian FIOL a écrit : > >> Hi everyone, >> >> Using Devel::NYTProf on a Plack config, I noticed that when we checkou

Re: [Koha-devel] search speed

2015-05-28 Thread Fridolin SOMERS
Le 28/05/2015 12:52, Tomas Cohen Arazi a écrit : El 28/5/2015 4:43 a. m., "Fridolin SOMERS" escribió: Could this mean one should not get records from Zebra but directly from database ? If getting the id of search results without getting the full record is possible. It is possible. But we s

Re: [Koha-devel] getFrameworkLanguages

2015-05-28 Thread Marc Véron
That is really a great idea! --Marc Am 28.05.2015 um 17:08 schrieb Barton Chittenden: > I mentioned this in #koha a few weeks ago, but this seems like a perfect > place to bring it up again: > > http://devblog.nestoria.com/post/115930183873/tombstones-for-dead-code > > Essentially, this is a meth

Re: [Koha-devel] search speed

2015-05-28 Thread long_sam.tw
Dear Fridolin, I see C4/Context.pm dbh no mysql_use_result options, We can try it. but it maybe modify koha SQL statement. http://search.cpan.org/~capttofu/DBD-mysql-4.011/lib/DBD/mysql.pm This attribute forces the driver to use mysql_use_result rather than mysql_store_result. The former is f