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
|
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
|
1ecfa92c9e
|
DH DG; create comments via backbone
|
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
|
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
|
aa7343d759
|
add profile streams to backbone. this breaks hovercards, atm.
|
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
|
91ba6447d0
|
add acts_as_api to the models directly for now. the 'root node' problem (posts : {}) breaks backbone. wip
|
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
|
91c21f5d92
|
MS SM; removed seemingly unused(?) layout file
|
2012-01-07 12:56:32 -08:00 |
|
Maxwell Salzberg
|
2422bdab46
|
MS SM; make loading jquery from cdn or local a helper so we can stub it in cukes
|
2012-01-07 12:55:46 -08:00 |
|
Maxwell Salzberg
|
523a960d94
|
peace troll
|
2012-01-05 18:53:27 -08:00 |
|
Jonne Haß
|
00a800ab07
|
this should fix a weired test polution case on travis where the x-git-revision header is suddenly nil
|
2012-01-06 03:26:00 +01:00 |
|
Maxwell Salzberg
|
41ecf2b27d
|
make a method in EnviromentConfiguration to test if newrelic is setup
|
2012-01-05 18:14:06 -08:00 |
|
Maxwell Salzberg
|
cedc49bf09
|
MS DC; oauth keys are now pulled out of application.yml to be simplier. incldue newrelic as heroku expects it, without affecting people who do not use newrelic. If you do use new relic in production, you have to put your newrelic api key in application.yml
|
2012-01-05 17:31:38 -08:00 |
|
Maxwell Salzberg
|
d9c2b0d4b5
|
make cdn jquery http/s agnostic
|
2012-01-04 23:57:28 -08:00 |
|
Maxwell Salzberg
|
fdea2f94ff
|
remove icky analytics code from layouts, move to middleware
|
2012-01-04 23:54:48 -08:00 |
|
Maxwell Salzberg
|
7cc6e3ed68
|
uncomment cdn line.. whoops
|
2012-01-04 22:19:37 -08:00 |
|
Maxwell Salzberg
|
cf2c12d98b
|
converting to string makes this not an htmlsafe buffer
|
2012-01-04 12:03:15 -08:00 |
|
Jonne Haß
|
52c75a7ad4
|
Revert "Revert "auto follow back feature""
This reverts commit 6408105917.
Conflicts:
db/schema.rb
|
2012-01-04 13:49:56 +01:00 |
|
Maxwell Salzberg
|
71b58fa6fc
|
only queue process_photo jobs if the owner is local. this should cut down on some resque errors
|
2012-01-04 00:08:29 -08:00 |
|
Maxwell Salzberg
|
e9465e7001
|
move websocket to make rails happy
|
2012-01-03 22:47:44 -08:00 |
|
Maxwell Salzberg
|
34e4c027d0
|
small typo
|
2012-01-03 22:47:10 -08:00 |
|
Maxwell Salzberg
|
4e574c3fef
|
fixed loading jquery from the CDN, and the fallback to the local copy still works
|
2012-01-03 20:02:52 -08:00 |
|
Maxwell Salzberg
|
63cdd93afc
|
the websocket has been completely removed, and replaced for a stub until
we find a better way to reimpliment it in a more sane way
|
2012-01-03 18:39:54 -08:00 |
|
Maxwell Salzberg
|
9b05e80e3f
|
fix oembed caches so data must be present
|
2012-01-03 18:00:16 -08:00 |
|
Maxwell Salzberg
|
43090d38eb
|
AppConfig in heroku can now read array variables
|
2012-01-03 16:18:51 -08:00 |
|
Maxwell Salzberg
|
a7d59ce115
|
add EnviromentConfiguration to keep track of heroku specfic enviroment hacks
|
2012-01-03 16:01:21 -08:00 |
|
robhogg
|
b792a6d3e0
|
Fixed typo
|
2012-01-02 21:24:44 +00:00 |
|