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 |
|
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
|
cec2d27204
|
ported likes logic for the stream over from old branch
|
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
|
9e4e58e002
|
fix facebook specs; comment controller specs
|
2012-01-07 14:23:22 -08:00 |
|
danielgrippi
|
414fb8d454
|
corrected template views; status message now includes oembed; updated post.rb api to supply oembed and object_url
|
2012-01-07 14:23:21 -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
|
4883c70ae2
|
move templates into app/views/templates/_templates.haml
|
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
|
1d178116e9
|
DC DG; jasmine green
|
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 |
|