danielgrippi
779de03111
added alpha mark to asterisk in the header
2012-01-09 16:43:24 -08:00
danielgrippi
c11fdb0459
put 'Admin' back in #user_menu for admins. this fixes #2595 [ci skip]
2012-01-08 23:43:17 -08:00
Daniel Grippi
46cffe3b61
Merge pull request #2602 from judytuna/master
...
fixed issue 1991 - giving long pre & code a scrollbar [ci skip]
2012-01-08 21:47:36 -08:00
Daniel Grippi
84e47ba159
Merge pull request #2601 from Raven24/fix-2567-2
...
this fixes #2567
2012-01-08 20:23:34 -08:00
Judy Tuan
b33d82c416
Fix bug 1991
2012-01-08 19:12:25 -08:00
Judy Tuan
e36673c1dd
https://github.com/diaspora/diaspora/issues/2570 says "This can easily be fixed by adding overflow: hidden to the CSS class .avatar." so I added '''':overflow hidden'''' to .avatar.
2012-01-08 18:33:40 -08:00
danielgrippi
f09da04c8a
add tooltips to stream faces [ci skip]
2012-01-08 17:43:58 -08:00
danielgrippi
a1cf279226
support twitter hashbangs in urls for url parsing [ci skip]
2012-01-08 17:35:56 -08:00
danielgrippi
5e65c88bd8
better regex for capturing urls (sensitive to urls in tags) [ci skip]
2012-01-08 17:06:25 -08:00
danielgrippi
665517abfc
use app.router.navagate for nav elements that don't expand (i.e. aspects, tags)
2012-01-08 14:41:43 -08:00
danielgrippi
b5dea63774
larger buffer for autoscroll
2012-01-07 21:25:02 -08:00
danielgrippi
a899e71ce5
switch order of auto-linking
2012-01-07 21:19:13 -08:00
danielgrippi
ad2e6a414f
autolink urls in content view
2012-01-07 20:47:30 -08:00
danielgrippi
d5a4f9eb98
use content_view for comments (markdown, tagging)
2012-01-07 20:19:47 -08:00
danielgrippi
c9c7cff479
don't fetch more posts from the stream if only one post has been returned
2012-01-07 19:59:33 -08:00
danielgrippi
36e13893a3
fix closes account feature
2012-01-07 14:57:44 -08:00
Dennis Collinson
8fa6c46de2
DG DC more hashtag fixes, throw in mention clearing cowboy style
2012-01-07 14:24:28 -08:00
Dennis Collinson
daba42c857
mentions now render client side, wow
2012-01-07 14:24:28 -08:00
danielgrippi
0fb1bf5d4b
hash tags are linked on the front end, adding markdown.js file
2012-01-07 14:24:27 -08:00
danielgrippi
fd6e3bae62
move timeago and tooltip logic to the base View
2012-01-07 14:24:27 -08:00
danielgrippi
d2807b5202
markdown for posts on front end, tags broken
2012-01-07 14:24:27 -08:00
danielgrippi
2024716c2c
remove unusued javascript files; GC clearing from application/vanna controller
2012-01-07 14:24:27 -08:00
danielgrippi
3f7144f214
added hide post feature back to stream
2012-01-07 14:23:28 -08:00
danielgrippi
24950bd364
restored ability to 'unlike'
2012-01-07 14:23:28 -08:00
danielgrippi
ae5fb67f71
long text truncation
2012-01-07 14:23:28 -08:00
danielgrippi
ff82283b3c
removed 'loaded' class from two views; we don't need to specify post_id explicitly with comment creation
2012-01-07 14:23:28 -08:00
danielgrippi
933299e31c
added translations to templates; mock out the locale file in jasmine
2012-01-07 14:23:28 -08:00
danielgrippi
a92401f157
prevent further pagination if user has fetched all posts for a given stream
2012-01-07 14:23:28 -08:00
Dennis Collinson
d5e9c5eebc
DG DC add stream faces to page party
2012-01-07 14:23:28 -08:00
Dennis Collinson
b582f45452
green jasmine, yo
2012-01-07 14:23:28 -08:00
danielgrippi
dbfb18e249
display reshare counts; test inf scroll & reshare counter in jasmine instead of cucumber
2012-01-07 14:23:27 -08:00
danielgrippi
dd85521701
fix header styling when not signed in; remove ilya's static page
2012-01-07 14:23:27 -08:00
danielgrippi
31fac53969
added blocks js model; load app.models.Post before any other model when loading assets
2012-01-07 14:23:27 -08:00
danielgrippi
5e88ca846a
remove jquery-debounce in lieu of _.debounce; remove web_socket vendor libs
2012-01-07 14:23:27 -08:00
danielgrippi
5bbe8bfccd
remove Mustache.js, use _.template as a replacement (we only want to use one js templating library)
2012-01-07 14:23:27 -08:00
danielgrippi
1e20ca0cf5
remove old js files, specs; remove stream references in page js initializers
2012-01-07 14:23:27 -08:00
danielgrippi
85b5974fa9
removed top-level element delcarations from app templates
2012-01-07 14:23:27 -08:00
danielgrippi
f804db36b8
DG DH; fix most of the cukes (7 failures left)
2012-01-07 14:23:26 -08:00
danielgrippi
1804b19ccc
DG DH; dry-d up appending/prepending posts to the stream's collection
2012-01-07 14:23:26 -08:00
danielgrippi
bc0c92ec64
added inf. scroll to stream; passing inf. scroll cukes
2012-01-07 14:23:26 -08:00
danielgrippi
33e0de94f8
silently add a newly created Post to the stream's posts collection & fire stream.prependPost instead (this will make new posts show up top
2012-01-07 14:23:26 -08:00
danielgrippi
565a0b21f7
fix .avatar declaration in the header template; make socketing always return nil straight away (we are not using the websocket in this branch, and it makes everything faster when it's off)
2012-01-07 14:23:26 -08:00
danielgrippi
42276a73c8
remove old stream initialization from js pages; remove websocket js code
...
from the layout; rename templates to have a .jst extension
(JavaScriptTemplate?)
2012-01-07 14:23:26 -08:00
danielgrippi
3268726a9a
added LikesInfo view; simplified Feedback view (not sure how to mock the jasmine specs correctly... ugh)
2012-01-07 14:23:26 -08:00
danielgrippi
719e265b68
modified app to return a hash if current_user is not present; removed view specs in postsController specs & moved logic to js/jasmine
2012-01-07 14:23:26 -08:00
danielgrippi
096efee929
better strategy for Diaspora.backboneEnabled (ATM)
2012-01-07 14:23:26 -08:00
danielgrippi
0a4b4fb344
remove duplication in jasmine tests (Post view / Feedback view); one correclty failing jasmine spec for Feedback view; created a StatusMessage model for the publisher
2012-01-07 14:23:26 -08:00
danielgrippi
02ca7a32f0
added reshare logic back (doesn't append it to the stream...)
2012-01-07 14:23:25 -08:00
danielgrippi
027bb3dee7
removed content-updater widget; better tests around likes on feedback widget; extend the defaultPresenter return value instead of passing the function in Feedback view
2012-01-07 14:23:25 -08:00
danielgrippi
505adbe07b
aspect stream uses backbone; don't ajax in aspect selectors for now
2012-01-07 14:23:25 -08:00
danielgrippi
4029b26c03
created publisher view; wip
2012-01-07 14:23:25 -08:00
danielgrippi
b120faa4f9
took some functions out of stream-element widget; refactored Header view; refactored tooltip logic in Post view
2012-01-07 14:23:25 -08:00
danielgrippi
1a5e493b22
downcase namespacing of app
2012-01-07 14:23:25 -08:00
danielgrippi
6ad4c8e348
loadMore -> render (Stream view); add #paginate div if not already present in addLoader
2012-01-07 14:23:25 -08:00
danielgrippi
79208e9073
CommentStream inherits from Base view; using subviews in Post view; be a little smarter about bindAll in Stream view
2012-01-07 14:23:25 -08:00
danielgrippi
039df8f879
fixed 14 cukes (all comments features)
2012-01-07 14:23:25 -08:00
Dennis Collinson
f5609f2182
App views base renders subviews like magic
2012-01-07 14:23:24 -08:00
danielgrippi
7c5e3cb415
switch like_stream to use backbone
2012-01-07 14:23:24 -08:00
danielgrippi
31d24c60c7
added spec for .like_action link being rendered; added comments div back to stream_element for now
2012-01-07 14:23:24 -08:00
danielgrippi
7f51bc02ef
grey left nav
2012-01-07 14:23:24 -08:00
danielgrippi
1b8f78e006
remove sort order logic from controllers; backbone stream does not support it; was to be depricated anyway
2012-01-07 14:23:24 -08:00
danielgrippi
828624f392
slightly fade in stream elements; made a better spinner for the stream (css3)
2012-01-07 14:23:24 -08:00
danielgrippi
193e5d61c5
adding some texture to the header to distinguish the branch
2012-01-07 14:23:24 -08:00
danielgrippi
1ffdfa8465
DC DG; created feedback view; moved jasmine fixtures; modified jasmine spec helper; jasmine is green
2012-01-07 14:23:24 -08:00
danielgrippi
03aa7d9d5f
remove duplicate declaration
2012-01-07 14:23:24 -08:00
danielgrippi
67e56dce2c
backbone view for header; moved user dropdown logic in there; moved jasmine specs over; removed old widget
2012-01-07 14:23:23 -08:00
danielgrippi
6911ed5d7d
expand comments working
2012-01-07 14:23:23 -08:00
danielgrippi
574eb7b12d
removed App.Views.PostContent in lieu of StreamObject; moved some view logic to where it should be
2012-01-07 14:23:23 -08:00
danielgrippi
c6e4172926
fixed likes_controller; half of the failing jasmine tests
2012-01-07 14:23:23 -08:00
Dennis Collinson
a7627fabea
pulling more view logic into superclass
2012-01-07 14:23:23 -08:00
danielgrippi
b94b5240a8
added block user functionality to the stream
2012-01-07 14:23:23 -08:00
danielgrippi
6760e3868d
remove js resposne for likes, do it in backbone with json responses instead
2012-01-07 14:23:23 -08:00
danielgrippi
d9d878f11f
added api response for likes; cleaned up view logic; specify like collection url from parent model (Post)
2012-01-07 14:23:23 -08:00
danielgrippi
ae6fa5bebb
don't use Diaspora widget system or stream.js when backbone is active;
...
migrating like actions over to backbone; some cleanup; bump jquery to
1.7.1
2012-01-07 14:23:22 -08:00
danielgrippi
cd1d25dc30
remove widget references on backbone stream pages; don't call time_for_stream if @backbone (the method references @stream.stream_posts)
2012-01-07 14:23:22 -08:00
danielgrippi
dc82316f13
bind Twipsy in stream_element_view.js
2012-01-07 14:23:22 -08:00
danielgrippi
525fd3c4e4
make views associated in stream inherit from App.Views.StreamObject (location of shared deletion function)
2012-01-07 14:23:22 -08:00
danielgrippi
f5172fa977
comment and post deletion now works on the backbone stream
2012-01-07 14:23:22 -08:00
danielgrippi
46b1567622
added loader gif when 'more' is clicked in stream; fixed nsfw positioning
2012-01-07 14:23:22 -08:00
danielgrippi
ffae0f8e85
added more jasmine spec; NSFW wip
2012-01-07 14:23:22 -08:00
danielgrippi
bc1ffd317e
reference 'el' explicitly (render methods now return this instead of this.el); comment area focusing working again
2012-01-07 14:23:22 -08:00
danielgrippi
e6d4ec2dc8
added as::photo view
2012-01-07 14:23:21 -08:00
danielgrippi
34e3403e2e
jasmine green again; template switching in place, defaulting to displaying post text
2012-01-07 14:23:21 -08:00
Dennis Collinson
8e3db3aebe
make jasmine view tests work, load templates, party
2012-01-07 14:23:21 -08:00
danielgrippi
52e3f1b240
DC DG; test stream view WIP
2012-01-07 14:23:21 -08:00
danielgrippi
f62b26fc73
put the frontend into its own folder; only use one routes file
2012-01-07 14:23:21 -08:00
danielgrippi
1ecfa92c9e
DH DG; create comments via backbone
2012-01-07 14:23:21 -08:00
danielgrippi
3f7d992a0b
DH DG; added new routes for streams; fixed pagination
2012-01-07 14:23:21 -08:00
Dan Hansen
80f797a581
introduce comments
2012-01-07 14:23:21 -08:00
Dan Hansen
ba9ece0014
Use routers, remove some hacks
2012-01-07 14:23:21 -08:00
Daniel Grippi
d4219799e4
namespace view, model, and collection under App
2012-01-07 14:23:20 -08:00
Daniel Grippi
dca3581ae2
added likes to the stream element underscore partial
2012-01-07 14:23:20 -08:00
Daniel Grippi
d504bf4591
add current user to body tag data field (hackity hack). add comment links to posts
2012-01-07 14:23:20 -08:00
Daniel Grippi
176963fdad
serialize current user json into body tag for now
2012-01-07 14:23:20 -08:00
Daniel Grippi
19db5519c0
DG DH; made acts_as_api play nice with backbonejs. comments are semi-functional; stream elements use the StreamElement js widget (for now).
2012-01-07 14:23:20 -08:00
danielgrippi
42ce3b277b
backbone all the streams, besides user. don't use the acts_as_api way for now.
2012-01-07 14:23:20 -08:00
danielgrippi
2a13381773
DG DH; pagination on backbone stream
2012-01-07 14:23:20 -08:00
danielgrippi
c360e82f11
DG DH; backbone stream now sort-of renders on multis_controller; wip
2012-01-07 14:23:20 -08:00
Maxwell Salzberg
a7eb135ad0
peace bro
2012-01-05 18:31:00 -08:00
Chase Reid
2f948eec4f
instead of redirecting to regular joindiaspora u just go 2 the site
2012-01-05 17:35:10 -05:00
Florian Staudacher
03ff3bc45d
this fixes #2567 (again), but this time it should cover all possible content lengths.
...
the hovercard grows with the content up to 400px, then cuts it off and appends '...'
2012-01-02 16:56:41 +01:00
Steven Fuchs
95b553f953
notifications popup menu should use functions from regular notification object.
2011-12-23 23:01:18 -05:00
Steven Fuchs
02531337cb
break actions into separate functions. Make css changes happen inside the completion functions
2011-12-23 23:00:16 -05:00
Steven Fuchs
f23ac92b1e
notification elements should have a hover state since they are live.
2011-12-23 22:58:38 -05:00
Steven Fuchs
1519cdd672
new parameter name and fix to notification badge css
2011-12-22 22:57:33 -05:00
Steven Fuchs
4d6f53401b
makes sure that the large notification count badge on the notifications page gets incremented and decremented. Not the neatest solution since this code can be called from many pages, but shouldn't cause any problems in that case.
2011-12-22 15:57:59 -05:00
Steven Fuchs
b6dd14a968
clicking on notifications takes note of the current UI state and makes sure that the resulting 'read' state matches the users expectation.
2011-12-22 15:56:03 -05:00
Maxwell Salzberg
8f8769aab5
basic NSFW filtering for authors who say their post is nsfw
2011-12-08 18:22:27 -08:00
Maxwell Salzberg
90458381f5
basic page for deleting account with temporary text and cute cat picture
2011-12-08 16:32:20 -08:00
Gonzalo Rodriguez
c7c46d2b7b
Update edit form after aspect rename. Closes #2363 .
2011-12-07 01:57:04 -02:00
Daniel Grippi
0d41c9c5f3
update gems -- mainly omniauth (we explicitly include omniauth libs now... much cleaner)
2011-12-05 19:53:03 -08:00
Johannes Hackel
4b25545e82
fix sql error
2011-12-02 15:03:15 +01:00
Pistos
aa0aaa2f92
Revert "Merge pull request #2428 from geckoxx/comment_stream"
...
This reverts commit 8a27568273 , reversing
changes made to 31ef2d60f7 .
Conflicts:
app/helpers/stream_helper.rb
app/views/aspects/index.html.haml
config/locales/diaspora/en.yml
config/routes.rb
spec/lib/stream/comments_spec.rb
2011-11-30 22:22:32 -05:00
Daniel Grippi
682d45d9bd
Merge pull request #2426 from geckoxx/like_stream
...
Like stream
2011-11-30 09:11:17 -08:00
Daniel Grippi
ee618714df
Merge pull request #2400 from pixelistik/patch-1
...
Let notification dropdown action links float so they don't overlap with the heading. [ci skip]
2011-11-29 09:52:35 -08:00
Johannes Hackel
23fa7a0a3e
like stream new
2011-11-29 17:27:09 +01:00
Daniel Grippi
161d9d527c
Merge pull request #2270 from fermionic/allow-photo-views-in-mobile
...
re-enable photo viewing on mobile
2011-11-28 11:03:13 -08:00
Daniel Grippi
a672dfc787
Merge pull request #2319 from rekado/2173-oembed-overlapping-css-fix
...
Fix issue #2173 (oembed overlapping top bar) // CSS approach
2011-11-28 09:39:10 -08:00
Daniel Grippi
a4027f3d22
Merge pull request #2417 from jperyl/2284-display-user-handle-in-hovercard-2
...
Issue #2284 : simple fix
2011-11-28 09:32:41 -08:00
Johannes Hackel
7368bb9e62
comment_stream
2011-11-20 18:37:10 +01:00
Jake Peryl
07f05ebead
Issue #2284 : simple fix
2011-11-17 01:22:01 +01:00
Jonne Hass
74582fe07d
Merge pull request #2340 from manuels/userignore_icon
...
Modified "Ignore user" icon
2011-11-16 10:48:55 -08:00
Jonne Hass
09bad3a7f6
Merge pull request #2314 from Pistos/svg-to-png
...
Converted all [used] SVG graphics to PNG.
2011-11-16 10:45:33 -08:00
Manuel Schölling
845acc6120
Made Ilya's profile static
2011-11-15 20:55:44 +01:00
danielgrippi
9fa01f9427
serve splash page image out of cloudfront CDN
2011-11-14 18:18:40 -08:00
danielgrippi
6be778b9b2
change root_path and root_url to multi_path
2011-11-14 18:01:09 -08:00
Kevin Fitzpatrick & Michael Sofaer
51ba939875
for now, check in index as a flat file
2011-11-14 17:16:13 -08:00
Michael Sofaer & Sarah Mei
0c33791069
Image for Ilya
2011-11-14 12:27:12 -08:00
pixelistik
1ad85a3149
Let dropdown action links float so they don't overlap with the heading.
2011-11-14 19:33:50 +01:00
Dennis Schubert
ddedf73e59
Merge pull request #2344 from 21echoes/padded_profile
...
padded profile
2011-11-12 03:51:37 -08:00
Pistos
ae07b7c559
Publisher: Hook up same "after keypress" handler to "after mouse click", because the text can change without any keypresses (paste, etc.).
2011-11-10 11:38:39 -05:00
Pistos
5f73cdc67d
Only show post deletion spinner when the AJAX call actually gets underway (i.e. not when the user cancels the deletion).
2011-11-10 00:50:43 -05:00
Jonne Hass
22dc8f44ef
fixed notification counter increment via websocket
2011-11-09 17:26:16 +01:00
Sarah Mei
0f9e82eea1
Merge pull request #2358 from Pistos/issue-2353-ie-photo-zoom
...
IE: Open images in a new tab, no lightbox
2011-11-08 21:05:52 -08:00
Pistos
c592997fce
Skip lightbox when clicking (non-cubbies) images in IE. Just open the image in a new tab.
...
This is because the lightbox doesn't work in IE.
2011-11-08 23:54:40 -05:00
Pistos
611aa339fc
Don't use a dropdown for notifications in IE (because it doesn't render properly). Just go to notifications URL on click.
2011-11-08 22:25:51 -05:00
Ilya Zhitomirskiy
e1253c4018
fade in on hover, larger x on the welcome div
2011-11-07 23:11:48 -08:00
Ilya Zhitomirskiy
d1d24a049c
added close buttons which clear getting started when they're all closed
2011-11-07 21:59:29 -08:00
Ilya Zhitomirskiy
15e7a0cc6e
pop-over close buttons, wip
2011-11-07 21:59:29 -08:00
David Kettler
238a8f74d0
padding on the right side of the profile navigation so it looks not shitty
2011-11-07 21:19:14 -08:00
Manuel Schölling
3e9efad9d6
Fixed icon path of 'Ignore User' icon and converted to .png
2011-11-07 21:15:33 +01:00
Jonne Hass
1d0109d4cb
fix timeago widget
2011-11-07 16:33:38 +01:00
Pistos
14842c1b43
Merge remote-tracking branch 'johnedmonds/issue1144'
2011-11-06 22:21:53 -05:00
Manuel Schölling
99d51b72e8
Modified "Ignore user" icon
2011-11-07 00:15:41 +01:00
Dan Hansen & Maxwell Salzberg
2a4abc5483
show service icons on mobile site
2011-11-05 13:23:29 -05:00
Ricardo
ab4446e063
kill transparency in header gradient
2011-11-05 14:53:03 +08:00
Pistos
b4c182b29a
Moved unused SVG files to a new graphics/ folder.
2011-11-04 09:29:29 -04:00
Pistos
af82fb1600
Total hax, but this is better than the user menu completely not working.
2011-11-04 01:22:57 -04:00
Pistos
db94689dfa
Converted all [used] SVG graphics to PNG. Sized as they are rendered in actual practice.
2011-11-03 23:56:56 -04:00
Pistos
a6d27e2bb5
Revert "Converted all [used] SVG graphics to PNG. Sized as they are rendered in actual practice."
...
This reverts commit 5c8ddc3ea6 .
2011-11-03 23:54:23 -04:00
Pistos
5c8ddc3ea6
Converted all [used] SVG graphics to PNG. Sized as they are rendered in actual practice.
2011-11-03 23:44:46 -04:00
danielgrippi
b56dc9205b
added ignore text on user pages if it applies
2011-11-03 12:31:25 -07:00
danielgrippi
07f713f46c
change 'mute' to 'ignore' for now; fix specs; repopulate cache upon
...
contact removal
2011-11-03 12:31:24 -07:00
danielgrippi
ee5bc25faf
DH DG; don't display blocked people in stream; switch controls in stream; disallow blocking yourself
2011-11-03 12:31:24 -07:00
danielgrippi
ae7944418c
DH DG; made privacy page; can now unblock a user; users are actually being blockocked in ajaxed streams
2011-11-03 12:31:24 -07:00
Dan Hansen
066f8d1235
Mention the person who invited a user on first message
2011-10-31 22:16:58 -05:00
danielgrippi
3118f7a019
up the timeout even more on search autocomplete
2011-10-31 18:55:35 -07:00
danielgrippi
3845010be6
double the delay for search
2011-10-31 17:36:20 -07:00
Zach Prezkuta
2f69737014
re-enable photo viewing on mobile
2011-10-28 17:10:20 -06:00
danielgrippi
a46a1d91db
Revert "refactor aspects dropdown, (wip, still need to backfill specs)"
...
This reverts commit 3d8f971ca9 .
2011-10-27 23:53:55 -07:00
Dan Hansen
3d8f971ca9
refactor aspects dropdown, (wip, still need to backfill specs)
2011-10-27 22:09:04 -05:00
danielgrippi
0def71d74f
add some feedback text & animation; added spec for collapsing tags
2011-10-27 19:57:00 -07:00
danielgrippi
e8169ee581
follow tag from sidebar
2011-10-27 18:42:20 -07:00
danielgrippi
c8fc9fcb76
fixed spinny location on getting_started
2011-10-27 18:03:09 -07:00
danielgrippi
07a4fb8e96
download photo unavailable prompt
2011-10-27 17:22:33 -07:00
Florian Staudacher
139cfcdd60
compacted the statement, since distinction now takes place elsewhere
2011-10-28 00:24:40 +02:00
Florian Staudacher
5cfb5b714b
fixed issue #2260 - "Aspect dropdown od Publisher is broken"
2011-10-28 00:16:49 +02:00
danielgrippi
b879070744
avatars for likes
2011-10-26 23:50:01 -07:00
Maxwell Salzberg
302ef968bc
move it to the right
2011-10-26 17:50:17 -07:00
Maxwell Salzberg
94ebc8b37a
update title
2011-10-26 17:40:24 -07:00
danielgrippi
96f74cf930
added feedback to all getting_started states. postive feedback, ftw.
2011-10-26 17:34:15 -07:00
danielgrippi
1344931271
fix jammit error
2011-10-26 16:47:44 -07:00
danielgrippi
dd00523616
show flash messages when adding a person to an aspect
2011-10-26 16:36:47 -07:00
Dan Hansen
091db3fd66
js i18n now accepts a count
2011-10-25 21:58:37 -05:00
Maxwell Salzberg
1a521a792a
zomg text collapse is finally back #thankgod
2011-10-25 19:46:09 -07:00
danielgrippi
f204910aa4
add 'mark all as read' on notification dropdown
2011-10-25 17:33:57 -07:00
danielgrippi
0512ade65a
made name smaller and clickable on aspects/index [ci skip]
2011-10-24 21:43:32 -07:00
danielgrippi
28e08fb6a3
show actual screenshots of diaspora mobile on logout; supress log out flash message; bootstrap on logged out page (can we get d* shots in wp7 and android emulators?)
2011-10-24 20:51:16 -07:00
danielgrippi
0033237b4e
made flash messages awesome this time
2011-10-24 17:33:18 -07:00
danielgrippi
0874a632f4
make gs dismissal icon translucent
2011-10-24 16:11:26 -07:00
danielgrippi
2a62867cc4
fix lightbox css
2011-10-24 15:06:44 -07:00
danielgrippi
aec8ca5c5e
remove diapsora ids from titles on small avatars; add twispys to contact sidebar
2011-10-24 15:04:58 -07:00
danielgrippi
f878b22c06
add that missing css file
2011-10-24 14:48:02 -07:00
danielgrippi
e63e8299b9
fixed up stream/publisher logic; fixed cukes
2011-10-24 14:41:15 -07:00
danielgrippi
59e4955727
added translation keys; some css cleanup
2011-10-24 14:11:36 -07:00
danielgrippi
923a73fb3a
move publisher js to the right place
2011-10-24 14:11:35 -07:00
danielgrippi
1bc637d83f
new getting started works, needs more love
2011-10-24 14:11:35 -07:00
danielgrippi
547d7e4f8c
bootstrapped getting started page
2011-10-24 14:11:35 -07:00
Ilya Zhitomirskiy
e7584261c7
removeing the tooltips after submit
2011-10-24 14:11:35 -07:00
Ilya Zhitomirskiy
050964b7ec
photo upload position, active input, spinny on complete
2011-10-24 14:11:34 -07:00
Ilya Zhitomirskiy
49b46f09cd
Saving of first name
2011-10-24 14:11:34 -07:00
Ilya Zhitomirskiy
bfd2d440d1
ajax form on the getting started
2011-10-24 14:11:34 -07:00
Ilya Zhitomirskiy
511bd3ab03
added a save button, moved stuff around
2011-10-24 14:11:34 -07:00
danielgrippi
42d4d4f400
down to two steps; wip.
2011-10-24 14:11:34 -07:00
Maxwell Salzberg
7a2ac9e356
more styling fixes for conversations
2011-10-24 13:20:28 -07:00
Maxwell Salzberg
4022ff5163
small possible fix for conversations
2011-10-24 13:06:32 -07:00
Dan Hansen
b92cb921c1
Publisher.bindAspectToggles() is called in Publisher.initialize(). only bind the events once
...
jQuery objects containing the same elements don't evaluate as true. test that the elements within the jQuery objects are the same
2011-10-23 21:30:54 -05:00
Dan Hansen
81fc5b28da
remove embedder
2011-10-23 21:30:54 -05:00
Sarah Mei
06ad78f026
Fix some publisher specs - spelling errors and stray console.log
2011-10-23 19:09:20 -07:00
Gonzalo Rodriguez
178b7af946
When browser hits 404 for avatar image, fallback to default one. Fixes #2014 .
2011-10-23 20:06:22 -02:00
John Edmonds
b482d16622
Merge branch 'master' into issue1144
2011-10-22 14:39:03 -04:00
danielgrippi
794247d07b
MS DG; rename soup to stream; fix a bunch of translations
2011-10-21 14:44:02 -07:00
danielgrippi
79ec50a16c
DG MS; added setting for displaying spotlight members in soup stream
2011-10-21 14:44:02 -07:00
danielgrippi
1256b6f3fc
DG MS; changed coloring of indicators; changed indicator precidence; added soup link
2011-10-21 14:44:01 -07:00
Maxwell Salzberg
80a6a57992
live tipsys
2011-10-21 14:44:01 -07:00
Maxwell Salzberg
defaba504a
functional 'show me where this post came from' in soup
2011-10-21 14:44:01 -07:00
danielgrippi
44b58d707f
featured users => community spotlight
2011-10-20 11:50:58 -07:00
Maxwell Salzberg
9bf60d71e4
make sign up pages ppretty
2011-10-20 11:26:40 -07:00
danielgrippi
ed473e0f46
touch up welcome page
2011-10-19 18:44:09 -07:00
Gonzalo Rodriguez
66f79b13ed
Minor aspect_listings cleanup
2011-10-19 00:02:37 -02:00
Daniel Grippi
5b40336113
Merge pull request #2205 from fermionic/fix-2123-CSS-ghost-doubles
...
remove ghost doubles of links on Android browsers
2011-10-17 21:21:42 -07:00
danielgrippi
8ffbf59f41
updated publisher spec; fixed dropdown opacity bug
2011-10-17 19:00:33 -07:00
Zach Prezkuta
91e4eb95cf
remove ghost doubles of links on Android browsers
2011-10-17 19:45:44 -06:00
Gonzalo Rodriguez
b38325c016
Style aspect-nav toggle-selector same as new_aspect link
2011-10-17 23:33:36 -02:00
danielgrippi
b61246c168
fixed all but two jasmine specs...
2011-10-17 16:54:18 -07:00
danielgrippi
4896d056c7
move public option into aspect dropdown in publisher
2011-10-17 15:04:35 -07:00
Maxwell Salzberg
44b0887e0a
who wants a goat that fetches SOAP?!!
2011-10-13 22:26:15 -07:00
Gonzalo
12ddf00e16
Merge pull request #2165 from Pistos/issue-2136-wrong-aspect-button-text
...
Issue 2136 wrong aspect button text
2011-10-12 18:47:27 -07:00
Pistos
1c543e3bea
Fixed the issue without breaking the aspects dropdown on the [other] user profile page.
2011-10-12 09:51:30 -04:00
Gonzalo Rodriguez
27d9e7a8c6
Remove this, since selected aspects are now handled in the session hash
...
Not only this code is unnecessary with the new way selected
aspects are stored, also on some edge cases could confuse the user
for example when having two tabs opened and hitting refresh in one
of them. Expecting selected aspects, but the "a_ids[]"-like url could
instead set the new group of selected aspects.
2011-10-12 02:58:42 -02:00
Gonzalo Rodriguez
f655b12e98
Refactor display setup for De/select_all aspects link
2011-10-12 00:06:25 -02:00
Gonzalo Rodriguez
c694b4aa4e
Oops, remove only boldness, keep dark color of aspect selectors
2011-10-12 00:01:38 -02:00
Gonzalo Rodriguez
b973b66890
Remove boldness from aspect selectors
2011-10-11 20:51:58 -02:00
danielgrippi
f472bfa661
fix notification dropdown positioning
2011-10-11 10:20:46 -07:00
danielgrippi
a2b79d0338
touch up header
2011-10-11 08:00:36 -07:00
danielgrippi
2ef56224be
DG MS; added more feedback to photo uploader
2011-10-10 16:35:18 -07:00
danielgrippi
882c0c2170
DG MS; fixed tags autocomplete styling and js
2011-10-10 15:59:13 -07:00
Gonzalo Rodriguez
6b5928ca09
Remember last selected aspects through the session
2011-10-09 02:24:53 -02:00
Gonzalo Rodriguez
583dd20249
Refactor selected aspects ui setup
2011-10-08 23:14:04 -02:00
Gonzalo Rodriguez
dc46a3f79c
Always request aspects, not current location
...
This becomes a problem when having this widget
instantiated looking at the followed_tags stream
With the former code de/selecting aspects was
only refreshing the followed_tags stream, not
loading aspect stream posts
2011-10-08 00:45:05 -02:00
Gonzalo Rodriguez
e2e2bdf69c
Select correct publisher textarea
...
With previous css selector two textareas where
returned, causes reset of the post text when
selecting new aspects for the second time on
the left nav. Related to #2102
2011-10-08 00:03:49 -02:00
Pistos
2d7a2c7e29
Reopen Publisher after changing Aspect selection if there is unsent text in the Publisher.
2011-10-07 15:54:34 -04:00
Maxwell Salzberg
2b22e1dab5
make the links on featued users tile be the tag with the name in the link. added a following count to tags
2011-10-07 12:19:28 -07:00
Gonzalo Rodriguez
54b1da4bec
Remember selected aspects when refreshing the page. #2120
2011-10-07 03:23:45 -02:00
Gonzalo Rodriguez
8b865375ca
Tiny refactor on left_nav styles. More needed.
2011-10-06 23:49:36 -02:00
Your Name
55ffc44a42
wip
2011-10-06 17:13:04 -07:00
Pistos
ef29d120fc
Put some space between paragraphs in comments, to make them more easily distinguishable.
...
Since this is styling, it works retroactively on all existing comments, too!
2011-10-06 18:17:42 -04:00
Pistos
eb9b94b2bd
Whitespace cleanup.
2011-10-06 18:17:24 -04:00
Your Name
619f5fd56e
move featured users to the other side and make a little sidebar widget for it
2011-10-06 12:27:02 -07:00
Maxwell Salzberg
cdce54bbda
MS SM featured users stream. because we do what we want
2011-10-05 21:12:02 -07:00
Gonzalo Rodriguez
04b51cced8
Merge branch '1584-aspects-list'
2011-10-06 01:52:53 -02:00
Gonzalo Rodriguez
977c12e2b8
Fix aspect contacts count alignment
2011-10-06 01:51:18 -02:00
Ilya Zhitomirskiy
3e2b30ec61
passing the server time to help intiate the infinite scrolling
2011-10-05 15:12:30 -07:00
Maxwell Salzberg
d8d3996f75
small css fix to fix the super wonky stuff on the aspect edit pane. still needs more love but this is way better
2011-10-05 14:34:53 -07:00
Gonzalo Rodriguez
1f2d37cc93
Dont use checkmarks when hovering
2011-10-04 23:39:40 -02:00
Markus Unterwaditzer
7e0449bb1e
Fix #1584 Pseudo-checkboxes in aspect list
2011-10-04 23:27:04 -02:00
Maxwell Salzberg
9cc7523f0e
fix the time on the conversation view
2011-10-04 18:20:14 -07:00
Maxwell Salzberg
dfd65c4b4b
prevent publisher on mentions and tags from crashing
2011-10-04 16:54:41 -07:00
danielgrippi
1d818fdc23
added reshare to mobile site
2011-10-03 17:02:23 -07:00
Maxwell Salzberg
429ac42502
added tag follow feature, mention page feature. is now pretty easy to add new types of streams, but some more refactoring could make it even nicer
2011-10-03 15:22:14 -07:00
Gonzalo Rodriguez
0b97a3525a
Merge branch 'aspect_nav_rework'
2011-10-02 21:08:12 -02:00
danielgrippi
9672c27232
using two less delegates in mobilejs; made some partials for mobile stream elements for sanity's sake
2011-10-02 12:27:14 -07:00
Gonzalo Rodriguez
d3a5bc1fb8
Merge branch 'master' into aspect_nav_rework
2011-10-01 03:58:50 -03:00
Maxwell Salzberg
11cbf3bc84
Merge pull request #2060 from wcs/hovercard-issues
...
Fix bug #2008
2011-09-29 18:15:45 -07:00
Maxwell Salzberg
f8a968bf52
fix some stupid markdown formatting that was bothering me
2011-09-29 12:34:04 -07:00
danielgrippi
6b73527379
vcuculo's fixes (flattened mobile.scss into mobile boilerplate's css instead of just flipping the load order)
2011-09-29 10:19:03 -07:00
danielgrippi
ae1fd49954
force hardware acceleration for speedier typing on mobile webkit browsers
2011-09-28 23:26:00 -07:00
Gonzalo Rodriguez
389136eaf2
Show all aspects selected by default
2011-09-28 22:35:33 -03:00
Gonzalo Rodriguez
74d00d7db4
Merge branch 'master' into aspect_nav_rework
2011-09-28 19:52:15 -03:00
danielgrippi
d2d205ee08
make autoexpand work
2011-09-28 11:21:14 -07:00
danielgrippi
42fcf3e394
reshares up top
2011-09-27 21:32:11 -07:00
danielgrippi
7d662fcc92
move share button to top right corner
2011-09-27 21:09:28 -07:00
danielgrippi
f34f0ce5fb
expand/collapse comments with animation; added collapse link on bottom
2011-09-27 21:09:27 -07:00
danielgrippi
64113eb8f2
increment counter on comment add
2011-09-27 21:09:27 -07:00
danielgrippi
beb5380ada
enable webkit hardware acceleration for css shadows
2011-09-27 21:09:27 -07:00
danielgrippi
51c7e879de
use deletage instead of live; bind where we don't need to delegate
2011-09-27 21:09:27 -07:00
danielgrippi
9b057bdf16
added placeholder; force autofill off on comment fields; touched up mobile reshare view
2011-09-27 21:09:27 -07:00
danielgrippi
744ab579bd
adding comments work for one of two comment add buttons; added info on
...
posts; post show page.
2011-09-27 21:09:27 -07:00
danielgrippi
3b08fc8406
wip
2011-09-27 21:09:27 -07:00
danielgrippi
ea357a96ef
expand&collapse comments; added comment form (wip)
2011-09-27 21:09:27 -07:00
danielgrippi
9d72247e9e
mobile tags page
2011-09-27 21:09:27 -07:00
danielgrippi
7acb48ff7a
add lighting on more button
2011-09-27 21:09:26 -07:00
danielgrippi
d972802142
comment ajax on mobile.
2011-09-27 21:09:26 -07:00
danielgrippi
91c9fffb81
touched up login page wip
2011-09-27 21:09:26 -07:00
danielgrippi
f2f14c2894
fixed ajax for likes
2011-09-27 21:09:26 -07:00
danielgrippi
6deb924c32
fixed header; compose message on top right
2011-09-27 21:09:26 -07:00
danielgrippi
645af37358
more touchup; added placeholder for reaction tabs on post show; added more mobile boilerplate / compatability; apple splash page asset
2011-09-27 21:09:26 -07:00
danielgrippi
9e3ff7338e
ditch unused css rules; move js to body bottom
2011-09-27 21:09:26 -07:00
danielgrippi
00e561dd01
comments -> reactions
2011-09-27 21:09:26 -07:00
danielgrippi
8c586c4567
added html5 boilerplate meta tags to mobile; stripped functionality to add back
2011-09-27 21:09:25 -07:00
Gonzalo Rodriguez
372a472fbf
Empty aspect stream when no aspect selected on the left nav
2011-09-27 23:46:02 -03:00
Wilmar Cesar Santos
1f63860f0e
Fix bug #2008
2011-09-27 13:32:08 -04:00
Gonzalo Rodriguez
dc0c23da2f
Slight enhacements on aspect-navigation widget
2011-09-27 03:09:48 -03:00
Gonzalo Rodriguez
e0ffd7c63e
Merge branch 'master' into aspect_nav_rework
...
Conflicts:
features/posts_from_main_page.feature
public/javascripts/aspect-filters.js
spec/javascripts/aspect-filters-spec.js
2011-09-27 00:08:05 -03:00
Ilya Zhitomirskiy
d36da2a266
ms iz made the aspect stream ajax in
2011-09-26 19:34:35 -07:00
Ilya Zhitomirskiy
f9172c8733
added aspect dropdown to the getting started page, renamed the button to be add contact
2011-09-26 17:32:37 -07:00
Ilya Zhitomirskiy
675908a57d
added an expanation of what connecting services does(getting started), also indicate services whick are connected connected services
2011-09-26 16:04:25 -07:00
bdjnk
1e1fe011e1
Ensures that the back-to-top button remains on top and won't be covered by images on small screens.
2011-09-26 14:26:40 -07:00
danielgrippi
131166841a
added logged out page referencing mobile
2011-09-25 11:58:44 -07:00
John Edmonds
8a44b384c0
Add CSRF token to forms generated by fileuploader.
...
Diaspora added an X-CSRF-Token header to XHR made by fileupload.
Since fileupload doesn't think Opera supports XHR, it builds a form and submits that instead.
By adding a hidden authenticity_token to the form, Opera can submit the form without logging the user out.
2011-09-25 11:09:01 -04:00
Ilya Zhitomirskiy
720721633c
added the image
2011-09-23 17:07:03 -07:00
Ilya Zhitomirskiy
461cb22109
in the getting started featured tags are now followable
2011-09-23 17:06:21 -07:00
Ilya Zhitomirskiy
352be4d0c0
added the have support section and reworded the donation section to be clearer
2011-09-19 15:29:19 -07:00
John Edmonds
cfd174bd2c
Make header gradient work in Opera.
2011-09-17 13:01:51 -04:00
danielgrippi
91e649977c
MS DG update copyright
2011-09-14 11:23:12 -07:00
Gonzalo Rodriguez
181bc6cd57
Dim a little bit separation bar. Closes #1936 . [ci skip]
2011-09-13 23:38:37 -03:00
alda519
2d47658b08
removes underline in tag search form on getting started page
2011-09-13 08:14:20 +02:00
Gonzalo Rodriguez
2947ee46f4
Bold titles on profile information sidebar. Closes #1934 .
2011-09-13 00:04:51 -03:00
Gonzalo Rodriguez
4f17dbf36e
Reuse abortAjax function on aspectNavigation widget
2011-09-11 22:49:57 -03:00
Gonzalo Rodriguez
37c67c23cf
Add aspectLis to aspectNavigation widget
2011-09-11 22:46:45 -03:00
behrooz shabani (everplays)
0370fab706
Merge branch 'css-rtl' of github.com:everplays/diaspora into css-rtl
2011-09-10 16:20:15 +04:30
Gonzalo Rodriguez
04786bc43e
Improvements on aspect navigation rework
2011-09-08 02:13:15 -03:00
Gonzalo Rodriguez
6131d5d29d
Merge branch 'master' into aspect_nav_rework
2011-09-08 01:54:49 -03:00
Gonzalo Rodriguez
1a6ee84ed5
Refactor aspect listings partial. Splited in two, one for index and
...
other for contacts.
2011-09-07 00:09:39 -03:00
Maxwell Salzberg
a7602c4fd1
update jquery mobile
2011-09-05 10:51:36 -07:00
danielgrippi
b6e2647530
remove sass warnings
2011-09-04 23:13:03 -07:00
danielgrippi
341d105e75
updated buttons, mixin declarations
2011-09-04 22:48:37 -07:00
Dan Hansen & Gonzalo Rodriguez
2057c8fcf1
Aspect navigation rework started..
...
ToDo:
* Fix failing posts cuke, seems to be timing issue
* Populate stream title when no aspects selected
* All aspects selected by default?
2011-09-05 02:02:07 -03:00
danielgrippi
66836e53d2
Aspect dropdowns read 'All Aspects' if all aspects are selected
2011-09-03 18:38:12 -07:00
Maxwell Salzberg
fd68915461
MS DH fix tag show page comments
2011-09-03 14:47:52 -07:00
Maxwell Salzberg
13ba4eb3b2
update jquery expander, but disable use until we flution to working with <p> tags
2011-09-03 13:03:00 -07:00
Maxwell Salzberg
722a2a86ea
remove console.log; instantiate a page for jasmine tests
2011-09-03 12:21:09 -07:00
Maxwell Salzberg
eb6263084e
MS DH fix liking of posts and comment js; instansiate streamElement widgets when they are socketed
2011-09-03 12:09:34 -07:00
Daniel Grippi
c63dfb88fe
Merge pull request #1883 from manuels/lightbox-click-cursor
...
[PaperCut] Change cursor for lightbox thumbs
2011-09-02 20:14:02 -07:00
vcuculo
9072de5096
fixed bookmarklet
2011-09-02 10:25:34 +02:00
danielgrippi
af569204b8
Revert "Merge pull request #1874 from vcuculo/1785-fix-bookmarklet"
...
This reverts commit e278b39421 , reversing
changes made to d0f21cb444 .
2011-09-01 16:31:49 -07:00
Maxwell Salzberg
e278b39421
Merge pull request #1874 from vcuculo/1785-fix-bookmarklet
...
Fixed bookmarklet
2011-09-01 16:20:59 -07:00
Maxwell Salzberg
d0f21cb444
small fix for lists in comments
2011-09-01 16:20:13 -07:00
vcuculo
b30a25713e
fixed bookmarklet
2011-09-02 01:11:25 +02:00
vcuculo
6518a89302
fixed bookmarlet
2011-09-02 00:44:56 +02:00
Maxwell Salzberg
e6d1617268
added timeago to notifications page. @ohaibbq, this is getting annoying :P
2011-09-01 10:52:07 -07:00
Daniel Grippi
9cff210b24
Merge pull request #1691 from manuels/issue1596-Make-hashes-of-hashtags-in-text-shinier
...
[PaperCut] add underlining for hovered tags
2011-09-01 10:05:54 -07:00
maxwell
f5fbaaadcf
added timeago and stream to the tag page
2011-08-31 21:54:14 -07:00
Dan Hansen
818af38bdf
autoresize inputs
2011-08-31 17:13:24 -05:00
danielgrippi
7e72a29401
fixed aspect edit pane (removed diaspora ids)
2011-08-31 14:55:23 -07:00
Maxwell Salzberg
197dcc1a61
Merge pull request #1856 from vcuculo/fix-search-user
...
Previous fix for avatars doesnt work on FF
2011-08-31 09:29:52 -07:00
vcuculo
5b0ce6b2a9
fix for mobile site
2011-08-31 14:11:51 +02:00
vcuculo
3832f24a02
previous fix for avatars doesnt work on FF
2011-08-31 09:25:39 +02:00
Dan Hansen
cbc168fc27
only request comments once
2011-08-30 23:12:17 -05:00
Dan Hansen
3bed2ac834
only pass in the post's likes container to the likes widget, comments have likes widgets
2011-08-30 22:53:47 -05:00
Daniel Grippi
50e7d2a254
Merge pull request #1852 from vcuculo/fix-search-user
...
fixed user search + avatar
2011-08-30 20:44:55 -07:00
Dan Hansen
7e20cece42
remove stray console.logs, set $.fx.off to true to make the failing likes spec pass in firefox
2011-08-30 21:44:43 -05:00
Dan Hansen
f788de17fd
allow the user to see who has liked a specific comment.
2011-08-30 21:13:12 -05:00
Dan Hansen
dc947e449b
fix issues with comment stream, fix likes, merge comment stream and comment toggler widgets.
...
make timeago widget a simple wrapper for $.fn.timeago (we don't really need this.)
2011-08-30 21:07:40 -05:00
vcuculo
640408b166
fixed user search + avatar
2011-08-30 22:38:39 +02:00
Maxwell Salzberg
51ace97323
fix youtube embedding. camelCase is such a bummer
2011-08-30 11:55:51 -07:00
Manuel Schölling
2b6167f99d
Change cursor for lightbox thumbs
2011-08-30 15:18:10 +02:00
Gonzalo Rodriguez
57c531ffdc
Sorry, only for the user name link
2011-08-30 03:32:19 -03:00
Gonzalo Rodriguez
447b92a6fe
Remove annoying dotted rectangle on user menu
2011-08-30 03:26:14 -03:00
Andrej Kacian
e1cfd59dce
Move bindings for post hiding/deleting effect from old stream.js to StreamElement
2011-08-30 01:18:51 +02:00
Andrej Kacian
4d666e3f5b
Fix back-to-top scroller widget.
2011-08-29 22:50:28 +02:00
Maxwell Salzberg
f479a9a144
Merge branch 'brianwisti-1305-full-markdown'
2011-08-29 10:56:48 -07:00
Andrej Kacian
e1838729fe
Fix account name color in user menu, issue #1833 .
2011-08-29 11:55:44 +02:00
Gonzalo Rodriguez
5dcff46d0b
Fixing expand likes ajax call that was broken. Related jasmine still red.
2011-08-29 04:06:55 -03:00
danielgrippi
b7f9400a9f
Moved post/comment text collapsing into respective widgets; removed from stream.js. Removed an unused function in stream.js (image hotlinking).
2011-08-28 22:04:06 -07:00
Gonzalo Rodriguez
a618b261f3
Closes #1571 . Give min-width to user menu.
2011-08-28 23:02:28 -03:00
Andrej Kacian
f0b8114738
Show friendly timestamps when expanding all comments on a post.
2011-08-28 18:46:19 +02:00
danielgrippi
3a27d66ee8
fix hover to add hover class to element (ugly); fixes one cucumber test
2011-08-27 23:20:57 -07:00
danielgrippi
802dd989a8
remove javascript in lieu of css; feature is still failing
2011-08-27 22:04:30 -07:00
Sarah Mei
60c8a0d00b
Use different mouse events to fix tag unfollow icon hovering
2011-08-27 21:54:05 -07:00
Maxwell Salzberg
c66b7d584d
Merge branch '1305-full-markdown' of https://github.com/brianwisti/diaspora into brianwisti-1305-full-markdown
...
Conflicts:
Gemfile.lock
2011-08-27 14:13:15 -07:00
Dan Hansen
20b4304f23
fix cucumber failures
2011-08-26 15:32:13 -05:00
Dan Hansen
27d4fd8176
fix retractions, fix likes, backfill likes widget tests, remove typo from jasmine.yml, remove unneeded js files
...
require confirmation for comments in js, get rid of rails helper
2011-08-26 15:24:07 -05:00
Andrej Kacian
2d45a4287f
Fix tipsy tooltips in stream elements
2011-08-26 21:19:52 +02:00
Dan Hansen
07beb3c1fb
add a basepage that is instantiated on all pages. remove meaningless pages
2011-08-26 12:30:28 -05:00
Dan Hansen
d75ef8d020
made backtotop a widget, added jquery-debounce
2011-08-26 12:30:28 -05:00
vcuculo
d90f38bb38
fix live stream
2011-08-26 18:54:30 +02:00
Maxwell Salzberg
8dfb278509
Merge pull request #1795 from lksnyder0/admin_nav
...
Admin nav
2011-08-25 16:35:09 -07:00
Maxwell Salzberg
b70f684efc
fix css for hovercards in notifications, and people with long names
2011-08-25 12:16:03 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
2708b0b695
added back the tooltip explaining username constatrains on the accept invite flow
2011-08-24 17:35:27 -07:00
Dan Hansen
121c0c97f8
optimize infinite scroll widget instantiation. don't instantiate timeago widgets for StreamElement and Comment widgets
2011-08-24 19:23:39 -05:00
Maxwell Salzberg & Sarah Mei
c1c622ff52
Viewing more comments rebinds javascript
2011-08-23 23:39:56 -07:00
Maxwell Salzberg & Sarah Mei
a7d05756db
Infinite scroll now provokes stream refresh
2011-08-23 23:00:55 -07:00
Maxwell Salzberg
b7d6d511df
pass in the class for signifing 'in aspects'
2011-08-23 13:58:05 -07:00
Maxwell Salzberg
2a5155fd4d
IZ MS fixed facebook inviter for people you are already friends with to use the normal aspect membership dropdown, and created some nuiaces in the seed script between bob, alice and eve and their fb status"
2011-08-23 13:50:03 -07:00
Maxwell Salzberg
3366aa62dc
add a bunch of boilerplate js pages so the header works. would be great to get a baseclass, or some sort of 'run this on all pages' kinda thang
2011-08-23 10:52:37 -07:00
Gonzalo Rodriguez
43d6acd868
Support green login page flash message for password change success
2011-08-23 00:51:00 -03:00
Dan Hansen
049efae1a6
instantiate StreamElement widget after a post has been added to the stream by a user. time to clean publisher.js up. gross.
2011-08-22 20:11:56 -05:00
Dan Hansen
6b040c7b4a
clean up websocket receiver, add specs to content updater
2011-08-22 20:03:38 -05:00
Andrej Kacian
59ba3f85e6
Moved live() bindings for post hide icon from Stream.initialize to Stream.initializeLives
2011-08-22 20:18:02 +02:00
Dan Hansen
4a64a172d1
Merge branch 'master' of github.com:diaspora/diaspora into js-refactor-merged
...
Conflicts:
spec/javascripts/stream-spec.js
2011-08-21 20:57:01 -05:00
Dan Hansen
545611fffa
green?
2011-08-21 20:45:51 -05:00
Andrej Kacian
bd3683d0d1
Fix selector in the hide undo click handler.
2011-08-22 01:15:43 +02:00
Andrej Kacian
50f32ce5ac
Show ajax loader and hide the hide icon when hiding a post.
2011-08-22 00:38:34 +02:00
Luke Snyder
f9fc55823b
finished styling
2011-08-21 13:07:04 -04:00
Dan Hansen
3ed50cab94
Merge branch 'master' of github.com:diaspora/diaspora into js-refactor-merged
...
Conflicts:
app/views/status_messages/bookmarklet.html.haml
config/assets.yml
db/schema.rb
public/javascripts/contact-edit.js
public/javascripts/publisher.js
public/javascripts/view.js
2011-08-20 14:40:56 -05:00
Maxwell Salzberg
735a37ffe0
really basic preventivie mesures for facebook friending. we need to GO ALL THE WAY and proxy facebook users to be in many aspects
2011-08-19 15:57:10 -07:00
Maxwell Salzberg
bb5ada6533
create a wrapper class for devise mailer, both so we can resquify it and so we can inject helpers
2011-08-19 15:57:10 -07:00
Maxwell Salzberg
e4062bf5fd
now functionally correct
2011-08-19 15:56:32 -07:00
Maxwell Salzberg
70fe2cf10f
wip
2011-08-19 15:56:31 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
2c47262d54
manually pulled in manuels latest commits
2011-08-18 16:49:26 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
c3bcb9c962
Revert "Revert "Merge branch 'issue1586-aspectdropdown-when-posting'""
...
This reverts commit a407f12463 .
2011-08-18 16:48:20 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
a407f12463
Revert "Merge branch 'issue1586-aspectdropdown-when-posting'"
...
This reverts commit 2777f16f4f , reversing
changes made to 8b278adff6 .
2011-08-18 16:16:14 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
2777f16f4f
Merge branch 'issue1586-aspectdropdown-when-posting'
2011-08-18 16:02:09 -07:00
Maxwell Salzberg
947dfaacf7
make profile photo auto so it does not get smooshed
2011-08-18 14:09:50 -07:00
Andrej Kacian
e033eda5d1
Use live binding for tipsy tooltips within stream elements, so that elements loaded by the infiniscroll get them too
2011-08-18 22:28:36 +02:00
Andrej Kacian
f59275adb4
Actually add the comment delete link to list of tipsified elements
2011-08-18 22:22:47 +02:00
Andrej Kacian
f5e93c3e83
Comment delete icon should also have a tipsy tooltip
2011-08-18 22:12:09 +02:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
b1e95def4a
Merge branch 'master' into issue1586-aspectdropdown-when-posting
2011-08-18 12:59:00 -07:00
danielgrippi
fca2be5c5d
facebox overlay dark again, with a faint spotlight
2011-08-17 22:43:58 -07:00
Brian Wisti
03127cd592
basic support for Redcarpet Markdown
2011-08-16 21:48:48 -07:00
Raphael Sofaer
97ab077e04
Abort old aspectFilters requests, close issue 1759.
2011-08-16 15:31:02 -07:00
Raphael Sofaer
cc3eeac98e
Merge the aspect dropdown in the publisher with master, some things are still broken
2011-08-16 14:59:53 -07:00
Luke Snyder
b62801bd64
Initial styling and links
2011-08-14 22:10:56 -04:00
Raphael Sofaer
a2f7fed8f4
Fix syntax error in WSR, move tipsy from views into stream.js, fix stream element delete tipsy.
2011-08-14 17:45:50 -07:00
Andrej Kacian
b7b20b241f
Do not mangle href in the show/hide comment toggle link when posting new comment.
2011-08-15 01:39:55 +02:00
Raphael Sofaer
d228f50557
Acceptable ajax loader for the aspect dropdown.
2011-08-13 12:45:17 -07:00
danielgrippi
1c5f61fb78
dropdown images as embedded assets and not 2 separate image tags
2011-08-12 18:18:58 -07:00
danielgrippi
75f3accd37
moved facebook friend inviter/finder into contacts layout & re-added search
2011-08-12 17:05:01 -07:00
danielgrippi
a8d37fb3fc
Move Facebook inviter view into the contacts layout, rather than a facebox
2011-08-12 17:05:01 -07:00
danielgrippi
190332308b
started on the real stats page
2011-08-11 17:15:33 -07:00
Andrej Kacian
8296b8ca1a
Tag unfollow and aspect edit icons are now made more opaque on mouseover
2011-08-12 00:51:29 +02:00
Maxwell Salzberg
0981f04c77
smooth scroll like a smooth criminal
2011-08-11 15:19:16 -07:00
Maxwell Salzberg
c67b2a5e93
be back later page. this is not auto added, as you need your server to point to it
2011-08-11 14:10:34 -07:00
Dan Hansen
2e9040e227
merged with master, 7 cukes failing. jasmine is green. need to remove rails.js helpers so things suck less
2011-08-10 23:57:33 -07:00
danielgrippi
db645e8da8
merged publics/show and posts/show
2011-08-10 18:07:38 -07:00
Raphael Sofaer
091cdd6f94
Basic contacts index page on the mobile site
2011-08-10 16:23:33 -07:00
Sarah Mei
0b02653f44
Merge pull request #1694 from ticho/tag-list-has-unfollow-icon
...
Add a "unfollow" icon to each tag in followed tags listing
2011-08-09 21:44:21 -07:00
Raphael Sofaer
902edb6745
Make the tag autocomplete on the getting started page less broken
2011-08-09 18:55:34 -07:00
Maxwell Salzberg
6406c59bc7
move back to top to bottom
2011-08-09 18:36:49 -07:00
Raphael Sofaer
cdfaa83e97
Let mobile users see getting_started, fix profile page infinite scroll on the mobile site
2011-08-09 16:55:22 -07:00
Raphael Sofaer
58384f82c8
Don't hide the sign in button and remember me box on the sign in page
2011-08-09 15:10:27 -07:00
Andrej Kacian
2a970145c8
Added icon to directly unfollow a tag to listing of followed tags.
2011-08-09 22:45:06 +02:00
Maxwell Salzberg
e9d993b8f6
throw 404s when the person is no found
2011-08-09 13:03:45 -07:00
Raphael Sofaer
23ea0ed462
Keep robots out of the user pages
2011-08-09 11:50:26 -07:00
Maxwell Salzberg
a4e6a019a7
make the scroll to top a bit more subtle
2011-08-09 11:33:47 -07:00
Maxwell Salzberg
72b734e3e8
scroll to top like a boss
2011-08-09 01:04:54 -07:00
Sarah Mei
ccf843b486
Merge pull request #1745 from ticho/unread-message-count-css-fix
...
Correctly space unread and total message counts in conversations list
2011-08-07 20:40:53 -07:00
Manuel Schölling
d9484e3dd5
Added a JS notification if the aspect the user posted to is not visible
2011-08-07 12:51:32 +02:00
Manuel Schölling
fead6032f7
Issue 1586: added a aspect drop down next to the submit button in the publisher
2011-08-07 12:51:32 +02:00
Andrej Kacian
6b64d7f55a
Correctly space unread and total message counts in conversations list
2011-08-07 04:06:26 +02:00
Andrej Kacian
4efff1cd77
Use Tipsy functions to update the onscreen tooltip instead of mouseover()
2011-08-07 00:44:02 +02:00
Andrej Kacian
6cf42fb8ba
Better stab at the jasmine test.
2011-08-06 23:37:21 +02:00
Andrej Kacian
077d8fd2fe
Fixes #1587 by changing globe icon tooltip when switching between public and limited post in publisher.
2011-08-06 23:37:21 +02:00
danielgrippi
3655ea22a6
missing 'important' flag
2011-08-05 17:39:58 -07:00
danielgrippi
ff1882387d
wrong margin
2011-08-05 17:35:22 -07:00
danielgrippi
5e1d1428d0
fix styles
2011-08-05 17:29:57 -07:00
danielgrippi
afe2bc37cc
fix stylesheet for remote friend
2011-08-05 17:26:50 -07:00
danielgrippi
cd62064846
touched up aspect/edit and friend finder popups
2011-08-05 17:14:07 -07:00
danielgrippi
49e745c449
remove stray console.log
2011-08-05 17:14:06 -07:00
Raphael Sofaer
52eeeb254e
Fix embedder after changing aspects or posting
2011-08-05 16:56:57 -07:00
danielgrippi
8a3e0727c1
fix compressing of comments in stream
2011-08-05 16:29:22 -07:00
danielgrippi
0cceb4fdd3
fixed people/contacts layout; pulled person sub-header into its own partial
2011-08-05 15:51:18 -07:00
danielgrippi
5cea922cb8
fixed & updated facebox (1.3)
2011-08-05 14:32:58 -07:00
danielgrippi
75c3107035
made signing up and accepting an invitation look a little nicer
2011-08-05 12:36:53 -07:00
Raphael Sofaer
c38c744156
Fix contact search in the facebook friend finder.
...
It was looking for #contact_list_search instead of .contact_list_search.
2011-08-05 12:34:48 -07:00
Maxwell Salzberg
001d4ceaff
fix friend finder styling
2011-08-03 18:55:26 -07:00
danielgrippi
9b24af717f
fix styling on featured users on getting started; added hovercards
2011-08-03 18:22:52 -07:00
danielgrippi
23c2eaf1c5
added a real profile description on the welcome tab
2011-08-03 18:02:58 -07:00
danielgrippi
b8b4ad3d84
added helpers for each of the getting started steps; make step sections dull if completed
2011-08-03 18:02:56 -07:00
danielgrippi
303b23883d
added featured users, left nav, and search boxes into getting started
2011-08-03 18:02:56 -07:00
danielgrippi
c9eeeb6150
ms dg; profile (step 1) finished
2011-08-03 18:02:56 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
c2dc5fde08
dg iz reworked the getting started into a tab, need to remove the getting started steps
2011-08-03 18:02:56 -07:00
Maxwell Salzberg
1ae7b80c56
some tweaks for friend finder styling
2011-08-03 18:00:38 -07:00
Isaac Sanders
a1dab2546d
Issue #1483 fix
2011-08-03 17:47:52 -07:00
Raphael Sofaer
168ccc11b0
Call collapseText on stream initialize
2011-08-03 12:47:48 -07:00
Raphael Sofaer
0b1ef41838
Scope stream scrolled events to new elements
2011-08-03 12:36:07 -07:00
Raphael Sofaer
5885d18a39
Expand the comment box on post show pages
2011-08-02 11:10:43 -07:00
Jakob Kramer
f1cee54e6a
fix sass, so hidden fields don't show up in old fx versions
2011-08-02 13:02:25 +02:00
Raphael Sofaer
a469f09c01
Fix hovercard conflict with vanity urls
2011-08-01 18:22:29 -07:00