similar to: Event delegation library that interacts with Scriptaculous

Displaying 20 results from an estimated 900 matches similar to: "Event delegation library that interacts with Scriptaculous"

2008 Mar 22
4
Ajax.Updater not fully work in IE7
My code snapshot: correct work in FF , Opera and Safari, but in IE7 - isn''t return result <form action="test.php" method="POST"> <div id="country" style="border: 1px solid #ccc; width: auto"></div> <br/> <a href="javascript:getTest()">test</a> </form> <script
2009 Mar 12
2
Redmine: 500 Internal Server Error Content-Type: text/html
Hello! I have a such problem in my redmine app, like "Redmine: 500 Internal Server Error Content-Type: text/html " error, from time to time, and there is no periodicly matches. Versions: Rails - 2.2.2 Ruby - 1.8.5 Thx, for you answers. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2007 Mar 23
2
assert_select VS assert_no_tag
Hi everybody. Assert_no_tag will be deprecated soon. How can i use assert_select for checking not existed tag? Thanks. Bye. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2020 Mar 04
2
Bug: readdir() returning null on large number of files
There's a bug (https://bugzilla.redhat.com/show_bug.cgi?id=1674392) and it's almost a year since it has been reported. Is there any plans/suggestions on its fixing? Didn't find any commits regarding this issue but maybe I'm just blind.
2009 Mar 04
2
Service Merchant
I''m about to dive into a revamp of the payment processing engine for a my company''s software application service. I came across a tool called Service Merchant (http://servicemerchant.org), and it looks like it could be a good fit for me, especially since we do recurring monthly subscription billing. Has anyone tried using it? Liked it? Any suggestions or comments? George
2005 Nov 21
1
[OT] DNSguruz pl help: whois structure, delegation & handling delegation with Tinydns.
List: Sorry for posting to this list but could not find step by step instructions anywhere nor get any concerned list to respond. Newbie to DNS technicals but can work with instructions if given in ./configure for complete idiots ;-) 1. I have taken a static IP from my ISP 203.134.221.162 and the ISP has put up an entry in APNIC whois (please check the same)...to me it seems incomplete, as it
2015 Jun 11
2
NFSv4 delegation
hi all, i'm managing a large installation of a dovecot cluster in director + NFS backend architecture and we are moving from NFSv3 to NFSv4. Our NFS server is a Netapp in clustered mode and reading technical specs of NFSv4 delegation feature it seems that enabling delegation in this type of dovecot architecture should bring great benefits: only one backend server access a specific mailbox at a
2015 Aug 18
0
NFSv4 delegation
Hi, last day I tried to enable "nfsv4 delegation" on my cluster (enable nfsv4.0 and read delegation on Netapp and remount the volume on Linux Centos 6.7 clients with Dovecot+Director). It was a failure, after some minutes the load on clients was high, and in dovecot.log I found these errors (repeated continuously): Aug 17 20:28:17 pop01eeh dovecot: imap(info at domain.com): Error:
2007 May 01
2
Using mixins versus delegation
I''ve been working on a plugin called Http Test where I add HTML validation and link checking to controller and integration tests through an after filter in ApplicationController. I used to mix in a bunch of methods that I needed into the ApplicationController class, but to me this had a bad smell, so I broke much of the code out into separate classes that I delegate to.
2019 Jul 25
1
Trusted for delegation?
I ran samba-tool delegation show administrator and got this: athena:~# samba-tool delegation show administrator Account-DN: CN=Administrator,CN=Users,DC=edm-inc,DC=com UF_TRUSTED_FOR_DELEGATION: False UF_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION: False Is this legit?? Shouldn't the domain administrator be true for these? -- Bob Wooldridge EDM Incorporated
2015 Jun 12
2
NFSv4 delegation
Alessio Cecchi wrote: [...] > Have you already try to run NFSv4? it's in place on a (very) small sample of mailboxes in dbox format, no issues up to now (Debian Wheezy mainline kernel) > When we switch to netapp and nfsv4 we had many problems (lock problems > and instability) and we had to go immediately to NFSv3. I don't know if > was a netapp problem or nfs client (Debian
2011 May 23
1
delegation of admin rights
Hello, We're a rather largish university (largest in Israel), with some 60-70k users, using Dovecot 1.2.14 (we're cautious about moving to 2.0.x for now). We need to provide admin rights to faculty computer/IT staff, so they can have access to the mailboxes of their respective users. We use LDAP as an authentication/authorization backend. Currently, dovecot has a "master
2018 Apr 08
1
DHCPv6 prefix delegation
Is there an DHCPv6 client in CentOS that supports prefix delegation correctly? The old version of dhclient can't set a requested prefix delegation length, so isn't very useful, and I can't get the even-older wide-dhcpv6 from EPEL to work. -- Chris Adams <linux at cmadams.net>
2015 Aug 18
0
NFSv4 delegation
Il 18/08/2015 17:25, Tom Talpey ha scritto: > On 8/18/2015 10:46 AM, Alessio Cecchi wrote: >> Hi, >> >> in this tipical setup (Dovecot/Director thate share Maildir via NFS) on >> your NFS Server you have (about) 90% of read operations and only 10% of >> write operations. >> >> If you see detailed stats for NFS operations you have 40-50% of GETATTR,
2014 Aug 11
0
Samba4 subdomain delegation
Hi, we're planning a Samba 3 to Samba 4 upgrade, and we're quite happy with the tests we've done. Everything worked as expected, and I hope that the migration will be done without major issues (famous last words). But we're having some problems with subdomain delegation. Our setup is formed by the Samba server and a DNS server running Bind 9. The DNS server is used
2018 May 16
0
Setup Samba as AD-DC with kerberos constrained delegation
Hi All, I have setup samba as Active Directory Domain Controller as per the steps mentioned in wiki page https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller I have also setup squid proxy with kerberos auth on other machine as per the steps mentioned on squid wiki page. However I couldn't find any documentation to do a KCD setup. Here are things I
2013 Jun 25
1
Casting gem usage in Rails 4/Ruby 2 vs. Rails 4 push for concern usage/Rails delegation
Just read about the Casting gem: https://discuss.gemnasium.com/t/casting-adding-behavior-to-objects-without-using-extend/34 https://github.com/saturnflyer/casting What are the Rails core team''s opinions about using Casting vs. ActiveSupport::Concern usage, Rails delegation, etc.? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2015 Jun 12
0
NFSv4 delegation
Il 12/06/2015 13:02, brd ha scritto: > Alessio Cecchi wrote: > [...] >> Have you already try to run NFSv4? > it's in place on a (very) small sample of mailboxes in dbox format, no issues > up to now (Debian Wheezy mainline kernel) Good to know, let me know what will be when the load will grow. >> When we switch to netapp and nfsv4 we had many problems (lock problems
2012 Dec 20
1
Samba - Kerberos delegation support
Hi, We're implementing RPCSEC_GSS with authentication against AD in our NFSv3 environment. Our Windows users use Samba to access NFS storage from their laptops. What would be the best way to configure Samba to "forward" the credentials from Windows laptop to be able to access NFS on user's behalf? I saw some notes about Kerberos delegation in Samba 4 - is it ready for
2013 May 12
1
samba-tool of delegation of permissions
On Sun, 2013-05-12 at 06:24 -0700, daniel gonzalez wrote: > > > i need a practical example of samba-tool of delegation of > permissions ,for allow supporters to join machines to the > domain. > Use samba 4.0.5 > Thank you very much. > > I think this may be easier done using the Active Directory Users an