Are there any plans to integrate auto-complete feature for textareas?
What I mean is auto-complete word by word while typing content to
textareas (when editing/creating nodes). I know that auto-complete is
already available for textfields in the core. What other possibility do I
have to add this feature. Any AJAX-framework supporting this?
I'm working on using ldap_integration and have run into a couple of problems. For some reason, I am not able to use TLS encrypted connections to communicate with my LDAP server(eDirectory 8.7.3). Cleartext does work though.
After doing some research, it has been pointed out that a possible cause is this:
"The LDAP client does not trust the Certificate Authority that signed the LDAP Server's certificate. Typically, each LDAP client keeps a list of all the Certificate Authorities that it trusts. If the CA has been recreated, the LDAP client must update its list."
I've created an administration module to browse, edit, delete and chmod files on the server and would like to contribute it to Drupal's modules list. I do searching the whole site with several keywords but found nothing about how to do that. I do create a project using create content menu but nothing happends. Anybody here could give me some hint on how to do this, please?