Albert Albala

Results 34 issues of Albert Albala

**Is your feature request related to a problem? Please describe.** I am looking to have any number of image transformations in my git repo directly without having an account on...

kind: feature
area: media-library
pinned

# Feature request Let's say I'm altering a form and I'm adding: ``` function MYMODULE_form_alter(array &$form, FormStateInterface $form_state) { $form['#validate'][] = 'this_function_does_not_exist'; } ``` it would be nice if I...

enhancement

## Expected behaviour pa11y -V # 7.0.0 pa11y "https://amazon.com" # shows a11y results pa11y "http://doctors.mystewardhealthcare.org/user/login" # shows a11y results ## Actual behaviour pa11y -V # 7.0.0 pa11y "https://amazon.com" # shows...

type: bug

The type parameter causes https://www.html-tidy.org to issue the warning proprietary attribute type; and type does not seem to be a valid attribute for textarea

I followed the instructions in the README.md and when I visit http://192.168.33.10 I get: Welcome to nginx! If you see this page, the nginx web server is successfully installed and...

Install the wall display extension for jenkins. (Note that this can also be accomplished on target environments, bypassing puppet)

Allow SSH forwarding to allow the jenkins user to use the host machine's ssh credentials.

When you rename a job in jenkins, the /path/to/the/workspace changes as well, and the old workspace remains in existence. This causes several problems: (1) Because /var/lib/jenkins/conf.d/oldjob.conf still links to the...

See [this post](http://stackoverflow.com/questions/24399070): I want to get a warning when a Drupal hook calls a function which throws an exception without dealing with it appropriately (catching it then displaying or...

I like to put all my custom code in sites/all/modules/custom and sites/all/modules/themes/mytheme It can be a good idea to generate documentation for these via Doxygen. Here is one technique: (1)...