Asphyxia
|
6df84ed703
|
Fix wrong message on infinite scroll on contact page
|
2013-01-31 23:09:51 -03:00 |
|
Dennis Collinson
|
efa79a4ad7
|
Refactor Post Presenter
and comment presenter
|
2012-05-10 12:24:21 -07:00 |
|
Dennis Collinson
|
afc26c684b
|
DC MS infinite scroll with isotope on new profile page. boom!
|
2012-04-22 16:46:39 -07:00 |
|
danielgrippi
|
e379a6df0f
|
Merge branch 'master' into stream-for-photos
Conflicts:
app/assets/javascripts/app/views/stream_view.js
|
2012-04-18 18:30:54 -07:00 |
|
danielgrippi
|
a307b60dd2
|
DC DG extract infininte scroll to a mixin
|
2012-04-18 12:34:43 -07:00 |
|
Florian Staudacher
|
8eb70c8a80
|
use app.models.Stream instead of app.models.Photos,
change naming a bit to be more general since its posts+photos now
(re #3158)
|
2012-04-18 20:20:56 +02:00 |
|
danielgrippi
|
3621576717
|
add/remove hidden class for pagination instead of manipulating HTML contents on every page load.
|
2012-04-18 10:27:22 -07:00 |
|
danielgrippi
|
3479cb7bdd
|
refactored stream and Stream View
streamView no longer abuses render with fetching
moved post collapsing into contentView
subtle nicification.
|
2012-04-17 21:06:34 -07:00 |
|
danielgrippi
|
37cd6f616e
|
refactor stream fetching logic
|
2012-04-17 19:18:12 -07:00 |
|
Florian Staudacher
|
5dae27c170
|
finally some working tests for "show more"
|
2012-03-16 02:00:50 +01:00 |
|
Florian Staudacher
|
9aa0a7ed58
|
extracted "show more" part from #2941, tests still WIP
|
2012-03-14 02:09:27 +01:00 |
|
danielgrippi
|
b1cbd0f4a9
|
fix all but 2 jasmine specs
|
2012-02-21 15:23:30 -08:00 |
|
danielgrippi
|
f3f2b8ca44
|
change routes to properly reflect page names (activity/stream).
|
2012-02-14 11:16:41 -08:00 |
|
danielgrippi
|
84eb313e20
|
updated routes to reflect page titles (explore/participate)
|
2012-02-08 14:40:28 -08:00 |
|
Sarah Mei
|
7389b895d6
|
Fix #2799 - bullet points in a post that has 'read more'
|
2012-02-01 14:31:07 -08:00 |
|
Sarah Mei
|
38908396f5
|
Fix stream view spec to look for different things on FF and on webkit. Sigh.
|
2012-01-29 00:09:56 -08:00 |
|
Sarah Mei
|
0e242c3e0a
|
Fix one spec on FF; pendingify the other until I can figure out what's going on. Seems to be different behavior of the expander plugin across chrome and FF.
|
2012-01-28 23:35:26 -08:00 |
|
Sarah Mei
|
1f710232d8
|
Clicking 'read more' now removes the link and collapses the adjacent paragraphs. Also: hella semicolons. Fixes #2766
|
2012-01-28 22:29:43 -08:00 |
|
danielgrippi
|
356494b78b
|
DG DC; $("window") doesn't actually work in the binding scenario
|
2012-01-19 17:16:58 -08:00 |
|
danielgrippi
|
c219cee97d
|
fix inf scroll issues in stream view
|
2012-01-19 17:01:45 -08:00 |
|
Dennis Collinson
|
9b1d64bb76
|
stream model has a posts collection
|
2012-01-18 19:08:36 -08:00 |
|
Dennis Collinson
|
dec3006b50
|
DH DC don't render feedback view on public posts
|
2012-01-12 17:47:03 -08:00 |
|
danielgrippi
|
b5dea63774
|
larger buffer for autoscroll
|
2012-01-07 21:25:02 -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 |
|
Dennis Collinson
|
8fa6c46de2
|
DG DC more hashtag fixes, throw in mention clearing cowboy style
|
2012-01-07 14:24:28 -08:00 |
|
Dennis Collinson
|
b13e72bc00
|
spec fix for markdown
|
2012-01-07 14:24:28 -08:00 |
|
danielgrippi
|
2024716c2c
|
remove unusued javascript files; GC clearing from application/vanna controller
|
2012-01-07 14:24:27 -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 |
|
danielgrippi
|
dbfb18e249
|
display reshare counts; test inf scroll & reshare counter in jasmine instead of cucumber
|
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
|
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
|
1a5e493b22
|
downcase namespacing of app
|
2012-01-07 14:23:25 -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
|
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 |
|
Dennis Collinson
|
a7627fabea
|
pulling more view logic into superclass
|
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
|
ffae0f8e85
|
added more jasmine spec; NSFW wip
|
2012-01-07 14:23:22 -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 |
|