From 9e817943acfb4c8a8b5824cd7a87a21a654a7fb1 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Thu, 7 Apr 2016 15:57:42 -0700 Subject: integrates photo uploading in the main note interface Quill corrects the photo rotation based on exif data since iOS tends to take landscape photos and set the rotation bit when holding it in portrait mode. --- views/dashboard.php | 1 - views/layout.php | 1 - views/new-post.php | 85 ++++++++++++++++++++++++++++++++++++++++++++++++----- views/photo.php | 56 ----------------------------------- 4 files changed, 78 insertions(+), 65 deletions(-) delete mode 100644 views/photo.php (limited to 'views') diff --git a/views/dashboard.php b/views/dashboard.php index b5c4aa3..a20a44b 100644 --- a/views/dashboard.php +++ b/views/dashboard.php @@ -8,7 +8,6 @@
  • -
  • diff --git a/views/layout.php b/views/layout.php index f853edd..da97687 100644 --- a/views/layout.php +++ b/views/layout.php @@ -69,7 +69,6 @@ if(property_exists($this, 'include_facebook')) {
  • Note
  • Bookmark
  • Favorite
  • -
  • Photo
  • Docs
  • diff --git a/views/new-post.php b/views/new-post.php index 532a5ca..6c76f51 100644 --- a/views/new-post.php +++ b/views/new-post.php @@ -10,20 +10,27 @@
    - +
    - +
    - +
    +
    + + +
    + +
    +
    @@ -72,7 +79,7 @@ test_response): ?>

    Last response from your Micropub endpoint (response_date) ?>)

    -
    test_response) ?>
    +
    test_response) ?>
    @@ -105,13 +112,13 @@
    \ No newline at end of file -- cgit v1.2.3