From cf605a9ec5f6cfc283322b58c7c71c67dfcb7cb7 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Sat, 2 Nov 2013 00:44:41 +0000 Subject: [PATCH 01/34] I've merged some code from YOURLS, but the SATANIC bookmarklets still do not work. Ugh. --- footer.php | 8 ++++---- result.php | 10 ++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/footer.php b/footer.php index 87452fc..d51f01b 100644 --- a/footer.php +++ b/footer.php @@ -3,10 +3,10 @@

- - - - + + + + '; } ?> -'; } ?> +Facebook'; } ?> +Tweet'; } ?> +'; } ?> +'; } ?> From 78cb3ed559e9768240a4133339589cfc8816d4c7 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Sat, 2 Nov 2013 15:17:13 +0000 Subject: [PATCH 08/34] Improvements to the look of the "Too many URLs added too fast" error page --- public/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/public/style.css b/public/style.css index 32690a6..8264a43 100644 --- a/public/style.css +++ b/public/style.css @@ -241,3 +241,19 @@ header { display:none; } } + +/* Error page */ +#wrap { + border-left: none; !important +} + +#wrap > h1 > a, +#wrap > h1, +header > h1 { + display: none; +} + +#wrap > h2, +#wrap > p { + color: red; +} \ No newline at end of file From 2c2dcb740d791497d084a44bcd55cf513b77175f Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Sat, 2 Nov 2013 15:23:12 +0000 Subject: [PATCH 09/34] Improved the error page as much as I can without affecting the actual theme --- header.php | 1 + public/style.css | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/header.php b/header.php index 0d1372c..394405c 100644 --- a/header.php +++ b/header.php @@ -127,6 +127,7 @@ $(document).ready(function()