Dennis Collinson
|
9d24b518f5
|
DC DG; correctly populate the stream jasmine fixture
|
2012-01-07 14:23:28 -08:00 |
|
danielgrippi
|
5e28c8f6ec
|
fix backing out of photo-only post cuke
|
2012-01-07 14:23:27 -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
|
64a90a30ef
|
only load photos for a post if photos_count > 0; display 'limited' or 'public' in stream elements; fix small like bug in stream
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
71bae10317
|
fixed notification specs; removed a cuke around reshares already tested in jasmine
|
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
|
4fabbe93a5
|
fix ResharesController / StatusMessage controller spec; remove another js response
|
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
|
bbc7db3152
|
fixed follows_tags.feature
|
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
|
fe4530f86b
|
fixed 500 on notifications#index
|
2012-01-07 14:23:25 -08:00 |
|
danielgrippi
|
52183b8cc4
|
fix name in header; 27 failures
|
2012-01-07 14:23:25 -08:00 |
|
danielgrippi
|
039df8f879
|
fixed 14 cukes (all comments features)
|
2012-01-07 14:23:25 -08:00 |
|
danielgrippi
|
21eba82e76
|
moved all jasmine fixture building into spec/controllers/jasmine_fixtures/
|
2012-01-07 14:23:25 -08:00 |
|
danielgrippi
|
c95f4f30e7
|
add view.js to config/assets.yml
|
2012-01-07 14:23:24 -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
|
734f01402a
|
remove double fixture rendering
|
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
|
841cc29d25
|
add api block to photo; photos display in stream
|
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 |
|