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] 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.or

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 wrote: > Hi, > > On Fri, Mar 20, 2015 at 10:30 AM, Galen Charlton wrote: >> >> On Fri, Mar 20, 2015 at 10:28 AM, Nicole Engard wrote: >> >>> I'm not sure who manages the git repos so I'm sending this out to all. >>> The >>> Koha repository on

Re: [Koha] Automated backups

2015-03-20 Thread Greg Ashe
Thanks for all the suggestions. I have got rsync & cron working locally and remotely for data and used Clonezilla to take a full system image (and restored it in a few minutes to identical hardware). Greg On 19 March 2015 at 20:16, Chrispin Simasiku Sitali wrote: > I am happy with Remastersys

Re: [Koha] Documentation Mirror on Github

2015-03-20 Thread Galen Charlton
Hi, On Fri, Mar 20, 2015 at 10:30 AM, Galen Charlton wrote: > > On Fri, Mar 20, 2015 at 10:28 AM, Nicole Engard 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

Re: [Koha] Documentation Mirror on Github

2015-03-20 Thread Nicole Engard
gmcharlt++ On Fri, Mar 20, 2015 at 9:30 AM, Galen Charlton wrote: > Hi, > > On Fri, Mar 20, 2015 at 10:28 AM, Nicole Engard 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 >> updat

Re: [Koha] Documentation Mirror on Github

2015-03-20 Thread Galen Charlton
Hi, On Fri, Mar 20, 2015 at 10:28 AM, Nicole Engard 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 reposi

[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

[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

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" 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 t

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 : > This should work in theory, but my href.replace line isn't working: > > $( document ).ready(function() { > var a = $("#me

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. K

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

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://w