Re: [Koha] Notices.pl only shows details on first 20 items

2015-03-20 Thread Kyle Hall
The notices table is a datatable with paging enabled. To see the next 20
notices, you only need to click the Next button found at the top and
bottom of the table!

Hope this helps!
Kyle

http://www.kylehall.info
ByWater Solutions ( http://bywatersolutions.com )
Meadville Public Library ( http://www.meadvillelibrary.org )
Crawford County Federated Library System ( http://www.ccfls.org )
Mill Run Technology Solutions ( http://millruntech.com )

On Thu, Mar 19, 2015 at 7:24 PM, Chad Roseburg croseb...@ncrl.org wrote:

 We notice that the notice.pl page in a patron's account only seems to
 expand and show details for the first 20 items.

 I had thought maybe it was due to database cleanup on the table that holds
 these notices but that doesn't seem to be the case.

 Is this a bug?

 --
 Chad Roseburg
 Automation Dept.
 North Central Regional Library
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Documentation Mirror on Github

2015-03-20 Thread Nicole Engard
Hi all,

I'm not sure who manages the git repos so I'm sending this out to all.  The
Koha repository on Github (https://github.com/Koha-Community/Koha) is
updating regularly with new commits, I'd like the same for the
documentation repository (https://github.com/Koha-Community/kohadocs).\

This is done using hooks
https://help.github.com/articles/about-github-mirrors/

I'm not sure who has management rights to the documentation repo, but if
someone could set this up I'd be grateful - or if someone can tell me if I
can do it I'd be happy to learn.

Thanks
Nicole
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Documentation Mirror on Github

2015-03-20 Thread Galen Charlton
Hi,

On Fri, Mar 20, 2015 at 10:28 AM, Nicole Engard neng...@gmail.com wrote:

 I'm not sure who manages the git repos so I'm sending this out to all.  The
 Koha repository on Github (https://github.com/Koha-Community/Koha) is
 updating regularly with new commits, I'd like the same for the
 documentation repository (https://github.com/Koha-Community/kohadocs).


I'll get that set up.

Regards,

Galen
-- 
Galen Charlton
Infrastructure and Added Services Manager
Equinox Software, Inc. / The Open Source Experts
email:  g...@esilibrary.com
direct: +1 770-709-5581
cell:   +1 404-984-4366
skype:  gmcharlt
web:http://www.esilibrary.com/
Supporting Koha and Evergreen: http://koha-community.org 
http://evergreen-ils.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] jQuery: Change default active tab in borrower account page

2015-03-20 Thread Jonathan Druart
href.replace(pay, boraccount);
won't modify href
Try with
href = href.replace(pay, boraccount);
This should work :)

2015-03-20 12:52 GMT+01:00 Kyle Hall kyle.m.h...@gmail.com:
 This should work in theory, but my href.replace line isn't working:

 $( document ).ready(function() {
 var a = $(#menu a[href*='/cgi-bin/koha/members/pay.pl']);
 var href = a.attr('href');
 href.replace(pay, boraccount);
 a.attr('href', href );
 });

 Perhaps someone else can catch my error?

 If you get it to work, please add it to the jquery library!

 Kyle

 http://www.kylehall.info
 ByWater Solutions ( http://bywatersolutions.com )
 Meadville Public Library ( http://www.meadvillelibrary.org )
 Crawford County Federated Library System ( http://www.ccfls.org )
 Mill Run Technology Solutions ( http://millruntech.com )

 On Thu, Mar 19, 2015 at 7:17 PM, Chad Roseburg croseb...@ncrl.org wrote:

 Currently, the patron fines link in the staff interface links to:
 Eg.,
 http://koha.testing.com/cgi-bin/koha/members/pay.pl?borrowernumber=611739

 We're wondering if it's possible, through the magic of jQuery, to have it
 link to:

 http://koha.ncrl.org/cgi-bin/koha/members/boraccount.pl?borrowernumber=611739

 I looked through the jQuery library and did not find anything that could be
 coaxed to do this -- the only tricky part would be grabbing the borrower
 number. I could figure out the rest.

 Thanks!

 --
 Chad Roseburg
 Automation Dept.
 North Central Regional Library
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha

 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Notices.pl only shows details on first 20 items

2015-03-20 Thread Chad Roseburg
We noticed that, but on any page but the first the items do not expand.
On Mar 20, 2015 4:36 AM, Kyle Hall kyle.m.h...@gmail.com wrote:

 The notices table is a datatable with paging enabled. To see the next 20
 notices, you only need to click the Next button found at the top and
 bottom of the table!

 Hope this helps!
 Kyle

 http://www.kylehall.info
 ByWater Solutions ( http://bywatersolutions.com )
 Meadville Public Library ( http://www.meadvillelibrary.org )
 Crawford County Federated Library System ( http://www.ccfls.org )
 Mill Run Technology Solutions ( http://millruntech.com )

 On Thu, Mar 19, 2015 at 7:24 PM, Chad Roseburg croseb...@ncrl.org wrote:

 We notice that the notice.pl page in a patron's account only seems to
 expand and show details for the first 20 items.

 I had thought maybe it was due to database cleanup on the table that holds
 these notices but that doesn't seem to be the case.

 Is this a bug?

 --
 Chad Roseburg
 Automation Dept.
 North Central Regional Library
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha



___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Documentation Mirror on Github

2015-03-20 Thread Nicole Engard
gmcharlt++

On Fri, Mar 20, 2015 at 9:30 AM, Galen Charlton g...@esilibrary.com wrote:

 Hi,

 On Fri, Mar 20, 2015 at 10:28 AM, Nicole Engard neng...@gmail.com wrote:

 I'm not sure who manages the git repos so I'm sending this out to all.
 The
 Koha repository on Github (https://github.com/Koha-Community/Koha) is
 updating regularly with new commits, I'd like the same for the
 documentation repository (https://github.com/Koha-Community/kohadocs).


 I'll get that set up.

 Regards,

 Galen
 --
 Galen Charlton
 Infrastructure and Added Services Manager
 Equinox Software, Inc. / The Open Source Experts
 email:  g...@esilibrary.com
 direct: +1 770-709-5581
 cell:   +1 404-984-4366
 skype:  gmcharlt
 web:http://www.esilibrary.com/
 Supporting Koha and Evergreen: http://koha-community.org 
 http://evergreen-ils.org

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Libéo removed from support provider directory

2015-03-20 Thread Galen Charlton
Hi,

This is a public notification per the policy for paid support provider
listings [1] that Libéo has been removed from the directory.  I took this
action because the link [2] in their directory entry is broken and because
their website shows no other indication that Koha services are still being
offered.

This message is also being sent to the contact address that was listed for
this provider.

The provider may request to have the listing restored if they confirm that
they are still offering Koha services.

[1] http://koha-community.org/support/paid-support/how-to-get-listed/
[2]
http://www.libeo.com/services/web-applicatif/systeme-integre-de-gestion-de-bibliotheque.html

Regards,

Galen
-- 
Galen Charlton
Infrastructure and Added Services Manager
Equinox Software, Inc. / The Open Source Experts
email:  g...@esilibrary.com
direct: +1 770-709-5581
cell:   +1 404-984-4366
skype:  gmcharlt
web:http://www.esilibrary.com/
Supporting Koha and Evergreen: http://koha-community.org 
http://evergreen-ils.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Documentation Mirror on Github

2015-03-20 Thread Galen Charlton
Hi,

On Fri, Mar 20, 2015 at 10:30 AM, Galen Charlton g...@esilibrary.com wrote:

 On Fri, Mar 20, 2015 at 10:28 AM, Nicole Engard neng...@gmail.com wrote:

 I'm not sure who manages the git repos so I'm sending this out to all.
 The
 Koha repository on Github (https://github.com/Koha-Community/Koha) is
 updating regularly with new commits, I'd like the same for the
 documentation repository (https://github.com/Koha-Community/kohadocs).


 I'll get that set up.


This is set up.  For future reference, here's the significant bit of the
post-receive hook I put in place for git.koha-community.org/kohadocs:

# This has to come first, as if something goes wrong in the email it exits.
if [ -x $GIT_DIR/hooks/post-receive-push ]; then
echo Pushing to other remotes (in background)
nohup $GIT_DIR/hooks/post-receive-push  /dev/null 21 
fi

. /usr/share/doc/git-core/contrib/hooks/post-receive-email

And the post-receive-push script referenced by it:

git push --mirror g...@github.com:Koha-Community/kohadocs.git

Regards,

Galen
-- 
Galen Charlton
Infrastructure and Added Services Manager
Equinox Software, Inc. / The Open Source Experts
email:  g...@esilibrary.com
direct: +1 770-709-5581
cell:   +1 404-984-4366
skype:  gmcharlt
web:http://www.esilibrary.com/
Supporting Koha and Evergreen: http://koha-community.org 
http://evergreen-ils.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] jQuery: Change default active tab in borrower account page

2015-03-20 Thread Kyle Hall
This should work in theory, but my href.replace line isn't working:

$( document ).ready(function() {
var a = $(#menu a[href*='/cgi-bin/koha/members/pay.pl']);
var href = a.attr('href');
href.replace(pay, boraccount);
a.attr('href', href );
});

Perhaps someone else can catch my error?

If you get it to work, please add it to the jquery library!

Kyle

http://www.kylehall.info
ByWater Solutions ( http://bywatersolutions.com )
Meadville Public Library ( http://www.meadvillelibrary.org )
Crawford County Federated Library System ( http://www.ccfls.org )
Mill Run Technology Solutions ( http://millruntech.com )

On Thu, Mar 19, 2015 at 7:17 PM, Chad Roseburg croseb...@ncrl.org wrote:

 Currently, the patron fines link in the staff interface links to:
 Eg.,
 http://koha.testing.com/cgi-bin/koha/members/pay.pl?borrowernumber=611739

 We're wondering if it's possible, through the magic of jQuery, to have it
 link to:

 http://koha.ncrl.org/cgi-bin/koha/members/boraccount.pl?borrowernumber=611739

 I looked through the jQuery library and did not find anything that could be
 coaxed to do this -- the only tricky part would be grabbing the borrower
 number. I could figure out the rest.

 Thanks!

 --
 Chad Roseburg
 Automation Dept.
 North Central Regional Library
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Size of a couple of MySQL tables

2015-03-20 Thread Kyle Hall
The script cleanup_database.pl will help you a bit with import_records. You
should be using the 'clean' button in the import records tool to keep the
size down as well. As for the deletedbiblioitems table, I'm not aware of a
script for that. You can always trim it via sql from the mysql console.

Kyle

http://www.kylehall.info
ByWater Solutions ( http://bywatersolutions.com )
Meadville Public Library ( http://www.meadvillelibrary.org )
Crawford County Federated Library System ( http://www.ccfls.org )
Mill Run Technology Solutions ( http://millruntech.com )

On Thu, Mar 19, 2015 at 6:36 PM, Steven Nickerson snick...@maine.rr.com
wrote:

 Hi everyone,

I have a 3.16.02 package install of Koha running on Debian.   When first
 installed almost 2 years ago now, I did several iterations of importing
 ~40,000+ MARC records and then cleaning the resulting staged records.   I
 was noticing the other day that this MySQL DB's backups are significantly
 larger than a couple of other library's databases that I also support so I
 started poking around a bit.  I'm finding that the following 2 tables in
 the
 MySQL DB are quite large:

 import_records   (.94GB)

 deletedbiblioitems  (.28GB)



 And I'm wondering how to properly shrink the overall size of this
 database, most especially these two tables?If those two tables are
 large
 because of the multiple original imports/cleans, could I simply delete all
 of the data in those two tables?



 Thanks as always!

 Steve

 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Notices.pl only shows details on first 20 items

2015-03-20 Thread Kyle Hall
Hmm, http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12123 should
have fixed that. Maybe you have a notice that still manages to break the
javascript?

Kyle

http://www.kylehall.info
ByWater Solutions ( http://bywatersolutions.com )
Meadville Public Library ( http://www.meadvillelibrary.org )
Crawford County Federated Library System ( http://www.ccfls.org )
Mill Run Technology Solutions ( http://millruntech.com )

On Fri, Mar 20, 2015 at 9:35 AM, Chad Roseburg croseb...@ncrl.org wrote:

 We noticed that, but on any page but the first the items do not expand.
 On Mar 20, 2015 4:36 AM, Kyle Hall kyle.m.h...@gmail.com wrote:

 The notices table is a datatable with paging enabled. To see the next 20
 notices, you only need to click the Next button found at the top and
 bottom of the table!

 Hope this helps!
 Kyle

 http://www.kylehall.info
 ByWater Solutions ( http://bywatersolutions.com )
 Meadville Public Library ( http://www.meadvillelibrary.org )
 Crawford County Federated Library System ( http://www.ccfls.org )
 Mill Run Technology Solutions ( http://millruntech.com )

 On Thu, Mar 19, 2015 at 7:24 PM, Chad Roseburg croseb...@ncrl.org
 wrote:

 We notice that the notice.pl page in a patron's account only seems to
 expand and show details for the first 20 items.

 I had thought maybe it was due to database cleanup on the table that
 holds
 these notices but that doesn't seem to be the case.

 Is this a bug?

 --
 Chad Roseburg
 Automation Dept.
 North Central Regional Library
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha



___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] jQuery: Change default active tab in borrower account page

2015-03-20 Thread Kyle Hall
Thanks Jonathan!

http://www.kylehall.info
ByWater Solutions ( http://bywatersolutions.com )
Meadville Public Library ( http://www.meadvillelibrary.org )
Crawford County Federated Library System ( http://www.ccfls.org )
Mill Run Technology Solutions ( http://millruntech.com )

On Fri, Mar 20, 2015 at 8:21 AM, Jonathan Druart 
jonathan.dru...@biblibre.com wrote:

 href.replace(pay, boraccount);
 won't modify href
 Try with
 href = href.replace(pay, boraccount);
 This should work :)

 2015-03-20 12:52 GMT+01:00 Kyle Hall kyle.m.h...@gmail.com:
  This should work in theory, but my href.replace line isn't working:
 
  $( document ).ready(function() {
  var a = $(#menu a[href*='/cgi-bin/koha/members/pay.pl']);
  var href = a.attr('href');
  href.replace(pay, boraccount);
  a.attr('href', href );
  });
 
  Perhaps someone else can catch my error?
 
  If you get it to work, please add it to the jquery library!
 
  Kyle
 
  http://www.kylehall.info
  ByWater Solutions ( http://bywatersolutions.com )
  Meadville Public Library ( http://www.meadvillelibrary.org )
  Crawford County Federated Library System ( http://www.ccfls.org )
  Mill Run Technology Solutions ( http://millruntech.com )
 
  On Thu, Mar 19, 2015 at 7:17 PM, Chad Roseburg croseb...@ncrl.org
 wrote:
 
  Currently, the patron fines link in the staff interface links to:
  Eg.,
 
 http://koha.testing.com/cgi-bin/koha/members/pay.pl?borrowernumber=611739
 
  We're wondering if it's possible, through the magic of jQuery, to have
 it
  link to:
 
 
 http://koha.ncrl.org/cgi-bin/koha/members/boraccount.pl?borrowernumber=611739
 
  I looked through the jQuery library and did not find anything that
 could be
  coaxed to do this -- the only tricky part would be grabbing the borrower
  number. I could figure out the rest.
 
  Thanks!
 
  --
  Chad Roseburg
  Automation Dept.
  North Central Regional Library
  ___
  Koha mailing list  http://koha-community.org
  Koha@lists.katipo.co.nz
  http://lists.katipo.co.nz/mailman/listinfo/koha
 
  ___
  Koha mailing list  http://koha-community.org
  Koha@lists.katipo.co.nz
  http://lists.katipo.co.nz/mailman/listinfo/koha

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Documentation Mirror on Github

2015-03-20 Thread Indranil Das Gupta
Hi,

On Fri, Mar 20, 2015 at 8:37 PM, Galen Charlton g...@esilibrary.com wrote:
 Hi,

 On Fri, Mar 20, 2015 at 10:30 AM, Galen Charlton g...@esilibrary.com wrote:

 On Fri, Mar 20, 2015 at 10:28 AM, Nicole Engard neng...@gmail.com wrote:

 I'm not sure who manages the git repos so I'm sending this out to all.
 The
 Koha repository on Github (https://github.com/Koha-Community/Koha) is
 updating regularly with new commits, I'd like the same for the
 documentation repository (https://github.com/Koha-Community/kohadocs).


 I'll get that set up.


 This is set up.  For future reference, here's the significant bit of the
 post-receive hook I put in place for git.koha-community.org/kohadocs:

snipped

One question: With this kohadocs repo in place, is the doc patch
submission still the old way - i.e. send-patch-to-docs-manager? :-) or
fork the repo and create a pull request? Or both?

idly curious :-)

-- 
Indranil Das Gupta

Phone : +91-98300-20971
Blog: http://indradg.randomink.org/blog
IRC  : indradg on irc://irc.freenode.net
Twitter : indradg

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-
Please exchange editable Office documents only in ODF Format. No other
format is acceptable. Support Open Standards.

For a free editor supporting ODF, please visit LibreOffice -
http://www.documentfoundation.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha