danielgrippi
|
c11fdb0459
|
put 'Admin' back in #user_menu for admins. this fixes #2595 [ci skip]
|
2012-01-08 23:43:17 -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
|
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 |
|