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 (

[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

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

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

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

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

[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

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

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

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.

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 (

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

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