Skip to content

Instantly share code, notes, and snippets.

@bryanbraun
bryanbraun / github-searches.md
Last active August 22, 2016 19:01
Useful Github Search Queries

Useful Github Search Queries

General

All Github projects, sorted by # of stars:
https://github.com/search?q=stars:>1&s=stars&type=Repositories

For Organizations

@bryanbraun
bryanbraun / make-ckeditor-image2-alt-text-required.patch
Created November 18, 2014 20:53
A patch to CKEditor's image2 plugin, which makes the alt text field required.
From f788a1a6c27be0fb421d2758492f9366b895ba20 Mon Sep 17 00:00:00 2001
From: Bryan Braun <bryanbraun@1410008.no-reply.drupal.org>
Date: Tue, 18 Nov 2014 14:43:17 -0500
Subject: [PATCH] Make the alt-text field required (and add a class for styling
it).
Signed-off-by: Bryan Braun <bryanbraun@1410008.no-reply.drupal.org>
---
dialogs/image2.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)