From ba24378fdff1de0aee31878dca0e92cc87a56ae8 Mon Sep 17 00:00:00 2001 From: csarven Date: Tue, 9 Dec 2008 21:59:22 -0500 Subject: Jcrop CSS updates to original/preview views darcs-hash:20081210025922-eefa4-20d87784a350ccc94ee8cb2d69ad44b1b0c92539.gz --- _darcs/inventory | 4 +- ...fa4-20d87784a350ccc94ee8cb2d69ad44b1b0c92539.gz | Bin 0 -> 950 bytes _darcs/patches/unrevert | 179 +++------------------ _darcs/pristine/js/jcrop/jquery.Jcrop.go.js | 4 +- _darcs/pristine/theme/default/display.css | 19 ++- _darcs/tentative_inventory | 4 +- js/jcrop/jquery.Jcrop.go.js | 4 +- theme/default/display.css | 19 ++- 8 files changed, 69 insertions(+), 164 deletions(-) create mode 100644 _darcs/patches/20081210025922-eefa4-20d87784a350ccc94ee8cb2d69ad44b1b0c92539.gz diff --git a/_darcs/inventory b/_darcs/inventory index 4926f6f3b..0b89ad962 100644 --- a/_darcs/inventory +++ b/_darcs/inventory @@ -120,4 +120,6 @@ Zach Copley **20090105040212] [trac750 added some output to the facebook_update.php script Zach Copley **20090105045603] [Jcrop v2 (POST cropping to be completed) -csarven@controlyourself.ca**20081210021607] \ No newline at end of file +csarven@controlyourself.ca**20081210021607] +[Jcrop CSS updates to original/preview views +csarven@controlyourself.ca**20081210025922] \ No newline at end of file diff --git a/_darcs/patches/20081210025922-eefa4-20d87784a350ccc94ee8cb2d69ad44b1b0c92539.gz b/_darcs/patches/20081210025922-eefa4-20d87784a350ccc94ee8cb2d69ad44b1b0c92539.gz new file mode 100644 index 000000000..d56e89497 Binary files /dev/null and b/_darcs/patches/20081210025922-eefa4-20d87784a350ccc94ee8cb2d69ad44b1b0c92539.gz differ diff --git a/_darcs/patches/unrevert b/_darcs/patches/unrevert index fbfd7b2fc..374813245 100644 --- a/_darcs/patches/unrevert +++ b/_darcs/patches/unrevert @@ -2,108 +2,27 @@ New patches: [unrevert -anonymous**20090106212611] { -hunk ./actions/profilesettings.php 57 - return; - } - -+v v v v v v v - if ($this->arg('save')) { - $this->save_profile(); - } else if ($this->arg('upload')) { -hunk ./actions/profilesettings.php 62 - $this->upload_avatar(); -+ } else if ($this->arg('crop')) { -+ $this->crop_avatar(); - } else if ($this->arg('changepass')) { - $this->change_password(); - } -hunk ./actions/profilesettings.php 67 -+************* -+ if ($this->arg('save')) { -+ $this->save_profile(); -+ } else if ($this->arg('upload')) { -+ $this->upload_avatar(); -+ } else if ($this->arg('changepass')) { -+ $this->change_password(); -+ } -+^ ^ ^ ^ ^ ^ ^ - - } - -hunk ./actions/profilesettings.php 85 - $user = common_current_user(); - $profile = $user->getProfile(); - -+v v v v v v v - common_element_start('form', array('method' => 'POST', - 'id' => 'profilesettings', -hunk ./actions/profilesettings.php 88 -- 'action' => -- common_local_url('profilesettings'))); -+ 'action' => common_local_url('profilesettings'))); - common_hidden('token', common_session_token()); - - # too much common patterns here... abstractable? -hunk ./actions/profilesettings.php 110 - common_input('tags', _('Tags'), - ($this->arg('tags')) ? $this->arg('tags') : implode(' ', $user->getSelfTags()), - _('Tags for yourself (letters, numbers, -, ., and _), comma- or space- separated')); -+************* -+ common_element_start('form', array('method' => 'POST', -+ 'id' => 'profilesettings', -+ 'action' => -+ common_local_url('profilesettings'))); -+ common_hidden('token', common_session_token()); -+ -+ # too much common patterns here... abstractable? -+ -+ common_input('nickname', _('Nickname'), -+ ($this->arg('nickname')) ? $this->arg('nickname') : $profile->nickname, -+ _('1-64 lowercase letters or numbers, no punctuation or spaces')); -+ common_input('fullname', _('Full name'), -+ ($this->arg('fullname')) ? $this->arg('fullname') : $profile->fullname); -+ common_input('homepage', _('Homepage'), -+ ($this->arg('homepage')) ? $this->arg('homepage') : $profile->homepage, -+ _('URL of your homepage, blog, or profile on another site')); -+ common_textarea('bio', _('Bio'), -+ ($this->arg('bio')) ? $this->arg('bio') : $profile->bio, -+ _('Describe yourself and your interests in 140 chars')); -+ common_input('location', _('Location'), -+ ($this->arg('location')) ? $this->arg('location') : $profile->location, -+ _('Where you are, like "City, State (or Region), Country"')); -+ common_input('tags', _('Tags'), -+ ($this->arg('tags')) ? $this->arg('tags') : implode(' ', $user->getSelfTags()), -+ _('Tags for yourself (letters, numbers, -, ., and _), comma- or space- separated')); -+^ ^ ^ ^ ^ ^ ^ - - $language = common_language(); - common_dropdown('language', _('Language'), get_nice_language_list(), _('Preferred language'), true, $language); -hunk ./actions/profilesettings.php 179 +anonymous**20090106212612] { +hunk ./actions/profilesettings.php 140 common_local_url('profilesettings'))); common_hidden('token', common_session_token()); +v v v v v v v if ($original) { -hunk ./actions/profilesettings.php 181 +hunk ./actions/profilesettings.php 142 ++ common_element_start('div', array('id'=>'avatar_original', 'class'=>'avatar_view')); + common_element('h3', null, _("Original:")); -+ common_element_start('div', array('id'=>'avatar_original')); ++ common_element_start('div', array('id'=>'avatar_original_view')); common_element('img', array('src' => $original->url, 'class' => 'avatar original', 'width' => $original->width, -hunk ./actions/profilesettings.php 188 +hunk ./actions/profilesettings.php 150 'height' => $original->height, 'alt' => $user->nickname)); + common_element_end('div'); -+ -+ foreach(array('avatar_crop_x', 'avatar_crop_y', 'avatar_crop_w', 'avatar_crop_h') as $crop_info) { -+ common_element('input', array('name' => $crop_info, -+ 'type' => 'hidden', -+ 'id' => $crop_info)); -+ } -+ common_submit('avatar_crop', _('Crop')); ++ common_element_end('div'); } -hunk ./actions/profilesettings.php 197 +hunk ./actions/profilesettings.php 153 +************* + if ($original) { + common_element('img', array('src' => $original->url, @@ -116,22 +35,31 @@ hunk ./actions/profilesettings.php 197 $avatar = $profile->getAvatar(AVATAR_PROFILE_SIZE); -hunk ./actions/profilesettings.php 209 +hunk ./actions/profilesettings.php 165 +v v v v v v v if ($avatar) { -hunk ./actions/profilesettings.php 211 +hunk ./actions/profilesettings.php 167 - common_element('img', array('src' => $avatar->url, ++ common_element_start('div', array('id'=>'avatar_preview', 'class'=>'avatar_view')); + common_element('h3', null, _("Preview:")); -+ common_element_start('div', array('id'=>'avatar_preview')); ++ common_element_start('div', array('id'=>'avatar_preview_view')); + common_element('img', array('src' => $original->url,//$avatar->url, 'class' => 'avatar profile', 'width' => AVATAR_PROFILE_SIZE, 'height' => AVATAR_PROFILE_SIZE, -hunk ./actions/profilesettings.php 218 +hunk ./actions/profilesettings.php 175 'alt' => $user->nickname)); + common_element_end('div'); ++ common_element_end('div'); ++ ++ foreach(array('avatar_crop_x', 'avatar_crop_y', 'avatar_crop_w', 'avatar_crop_h') as $crop_info) { ++ common_element('input', array('name' => $crop_info, ++ 'type' => 'hidden', ++ 'id' => $crop_info)); ++ } ++ common_submit('avatar_crop', _('Crop')); } -hunk ./actions/profilesettings.php 220 +hunk ./actions/profilesettings.php 185 +************* + if ($avatar) { + common_element('img', array('src' => $avatar->url, @@ -144,69 +72,12 @@ hunk ./actions/profilesettings.php 220 common_element('input', array('name' => 'MAX_FILE_SIZE', -hunk ./actions/profilesettings.php 465 - $this->show_form(_('Failed updating avatar.')); - } - -+v v v v v v v - @unlink($_FILES['avatarfile']['tmp_name']); - } - -hunk ./actions/profilesettings.php 469 -+ function crop_avatar() { -+// http://deepliquid.com/content/Jcrop_Implementation_Theory.html -+// Grab POSTs x, y, w, h and crop out a rectangle topleft: (x,y), bottomright: (x+w, x+h) using the original image. -+ } -+************* -+ @unlink($_FILES['avatarfile']['tmp_name']); -+ } -+^ ^ ^ ^ ^ ^ ^ -+ - function nickname_exists($nickname) - { - $user = common_current_user(); -hunk ./lib/settingsaction.php 63 - } - } - -+v v v v v v v - function form_header($title, $msg=NULL, $success=false) { - common_show_header($title, -hunk ./lib/settingsaction.php 66 -- NULL, -+ array($this, 'show_header'), - array($msg, $success), - array($this, 'show_top')); - } -hunk ./lib/settingsaction.php 71 - -+ function show_header() { -+ common_element('link', array('rel' => 'stylesheet', -+ 'type' => 'text/css', -+ 'href' => common_path('js/jcrop/jquery.Jcrop.css?version='.LACONICA_VERSION), -+ 'media' => 'screen, projection, tv')); -+ common_element('script', array('type' => 'text/javascript', -+ 'src' => common_path('js/jcrop/jquery.Jcrop.pack.js'))); -+ common_element('script', array('type' => 'text/javascript', -+ 'src' => common_path('js/jcrop/jquery.Jcrop.go.js'))); -+ } -+************* -+ function form_header($title, $msg=null, $success=false) -+ { -+ common_show_header($title, -+ null, -+ array($msg, $success), -+ array($this, 'show_top')); -+ } -+^ ^ ^ ^ ^ ^ ^ -+ - function show_top($arr) - { - $msg = $arr[0]; } Context: +[Jcrop CSS updates to original/preview views +csarven@controlyourself.ca**20081210025922] [Jcrop v2 (POST cropping to be completed) csarven@controlyourself.ca**20081210021607] [trac750 added some output to the facebook_update.php script @@ -330,4 +201,4 @@ Sarven Capadisli **20081218003302 [TAG 0.6.4.1 Evan Prodromou **20081220204906] Patch bundle hash: -afe7b4b695e91033a56499c2eee94a02fa1f0105 +b75aa06ac49c2ff8a9fa803da998c6ea5f5c1d17 diff --git a/_darcs/pristine/js/jcrop/jquery.Jcrop.go.js b/_darcs/pristine/js/jcrop/jquery.Jcrop.go.js index 57639814f..7c5b5e4e6 100644 --- a/_darcs/pristine/js/jcrop/jquery.Jcrop.go.js +++ b/_darcs/pristine/js/jcrop/jquery.Jcrop.go.js @@ -3,8 +3,8 @@ setSelect: [ 0, 0, $("#avatar_original img.avatar").attr("width"), $("#avatar_original img.avatar").attr("height") ], onSelect: updateCoords, aspectRatio: 1, - boxWidth: 640, - boxHeight: 640, + boxWidth: 480, + boxHeight: 480, bgColor: '#000', bgOpacity: .4 }); diff --git a/_darcs/pristine/theme/default/display.css b/_darcs/pristine/theme/default/display.css index 977321616..f22f9aa69 100644 --- a/_darcs/pristine/theme/default/display.css +++ b/_darcs/pristine/theme/default/display.css @@ -440,16 +440,31 @@ p.time a { float: left; margin: 0 10px 18px 0; } -#avatar_original { + +#profilesettings { + margin-bottom:2em; +} + + +.avatar_view { + float:left; margin-bottom:1em; + margin-right:1em; } -#avatar_preview { +#avatar_preview_view { overflow:hidden; width:96px; height:96px; } +#avatar_crop { + margin-bottom:2em; +} +#avatar_crop, +#avatarfile { + clear:both; +} a.nickname { font-family: Verdana, Arial, Helvetica, sans-serif; diff --git a/_darcs/tentative_inventory b/_darcs/tentative_inventory index 4926f6f3b..0b89ad962 100644 --- a/_darcs/tentative_inventory +++ b/_darcs/tentative_inventory @@ -120,4 +120,6 @@ Zach Copley **20090105040212] [trac750 added some output to the facebook_update.php script Zach Copley **20090105045603] [Jcrop v2 (POST cropping to be completed) -csarven@controlyourself.ca**20081210021607] \ No newline at end of file +csarven@controlyourself.ca**20081210021607] +[Jcrop CSS updates to original/preview views +csarven@controlyourself.ca**20081210025922] \ No newline at end of file diff --git a/js/jcrop/jquery.Jcrop.go.js b/js/jcrop/jquery.Jcrop.go.js index 57639814f..7c5b5e4e6 100644 --- a/js/jcrop/jquery.Jcrop.go.js +++ b/js/jcrop/jquery.Jcrop.go.js @@ -3,8 +3,8 @@ setSelect: [ 0, 0, $("#avatar_original img.avatar").attr("width"), $("#avatar_original img.avatar").attr("height") ], onSelect: updateCoords, aspectRatio: 1, - boxWidth: 640, - boxHeight: 640, + boxWidth: 480, + boxHeight: 480, bgColor: '#000', bgOpacity: .4 }); diff --git a/theme/default/display.css b/theme/default/display.css index 977321616..f22f9aa69 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -440,16 +440,31 @@ p.time a { float: left; margin: 0 10px 18px 0; } -#avatar_original { + +#profilesettings { + margin-bottom:2em; +} + + +.avatar_view { + float:left; margin-bottom:1em; + margin-right:1em; } -#avatar_preview { +#avatar_preview_view { overflow:hidden; width:96px; height:96px; } +#avatar_crop { + margin-bottom:2em; +} +#avatar_crop, +#avatarfile { + clear:both; +} a.nickname { font-family: Verdana, Arial, Helvetica, sans-serif; -- cgit v1.2.3-54-g00ecf