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
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
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
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
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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo