Dan Hansen
|
c1366e0e04
|
Make photos display inline on StatusMessage#show
|
2011-04-27 17:06:26 -05:00 |
|
Dan Hansen
|
d28a2cdb1e
|
Show the user that the websocket connection has been closed and posts will no longer socket in
|
2011-04-27 16:50:23 -05:00 |
|
Dan Hansen
|
78585f5a65
|
Add license to specs and notifications.js
|
2011-04-27 16:34:30 -05:00 |
|
Dan Hansen
|
6a9df590d0
|
add show more functionality to notifications. don't scroll to the top of the page when clicked
|
2011-04-27 16:29:08 -05:00 |
|
Dan Hansen
|
4a101f25d9
|
Notifications.js refactor, add specs
|
2011-04-27 16:22:56 -05:00 |
|
Dan Hansen
|
49183f8f3d
|
Have the context of infinitescroll.initialize be infinitescroll
|
2011-04-26 21:39:13 -05:00 |
|
Dan Hansen
|
e8a1ca70e3
|
WidgetCollection#subscribe now accepts a parameter that will be the context of the callback
|
2011-04-26 21:37:19 -05:00 |
|
Raphael Sofaer
|
948725b946
|
Fix infinite scroll after changing aspects
|
2011-04-26 18:26:12 -07:00 |
|
Raphael Sofaer
|
2517653d34
|
Red feature for infinite scroll after changing aspects
|
2011-04-26 17:28:42 -07:00 |
|
Raphael Sofaer
|
24ea518b6f
|
Fix some JS bugs, delegate doesn't work if you remove the element
|
2011-04-25 16:15:33 -07:00 |
|
Raphael Sofaer
|
9940f19962
|
Test and fix embedder after changing aspects
|
2011-04-25 12:24:38 -07:00 |
|
MrZYX
|
a09150e4e0
|
fixed #1023; display close icon on diaspora alert faceboxes
|
2011-04-24 15:40:30 +02:00 |
|
Dan Hansen
|
3d11b402e0
|
Infinite scroll is now a widget, remove InfiniteScroll#postScroll, use DiasporaJS pub/sub instead, remove timeago.js hacks
|
2011-04-22 20:33:21 -05:00 |
|
Dan Hansen
|
d28e7e70b8
|
use typeof operand instead of object#hasOwnProperty
|
2011-04-22 20:02:54 -05:00 |
|
Raphael Sofaer
|
830cbf0876
|
I'm blaming that one on the vicodin
|
2011-04-21 15:13:17 -07:00 |
|
Raphael Sofaer
|
bad0d9f4ea
|
Merge branch 'master' of github.com:diaspora/diaspora
Conflicts:
public/javascripts/keycodes.js
|
2011-04-21 12:49:49 -07:00 |
|
Raphael Sofaer
|
804b6cc490
|
Clean up some JS
|
2011-04-21 12:48:31 -07:00 |
|
MrZYX
|
45d621a9e6
|
fixed embedder the hacky way (?) and added cucumber feature for youtube feature so you'll notice if you breakt it again the next time
|
2011-04-21 15:42:28 +02:00 |
|
MrZYX
|
89c3e30663
|
apply suggested fix in/for #1026
|
2011-04-21 13:31:30 +02:00 |
|
Raphael Sofaer
|
5dcfff104a
|
Merge remote branch 'ritchewilson/prev_next'
Conflicts:
public/stylesheets/sass/mobile.sass
|
2011-04-19 17:05:12 -07:00 |
|
maxwell
|
14bfdbd4a9
|
hack to fix the timeago for other languages. ohaibbq can you find why this broke in the first place?
|
2011-04-18 18:11:03 -07:00 |
|
MrZYX
|
c06b885aa7
|
fixed #1027
|
2011-04-19 00:27:31 +02:00 |
|
maxwell
|
1fc01c3980
|
basically fixed
|
2011-04-18 15:10:47 -07:00 |
|
maxwell
|
2223c562c0
|
first fix of notification page
|
2011-04-18 15:10:47 -07:00 |
|
maxwell
|
5050307179
|
Revert "Revert "touched up notifications page" because it completly breaks the page (in matter of style and localization [dates!])"
This reverts commit 981d39d220.
|
2011-04-18 15:10:46 -07:00 |
|
MrZYX
|
9df8f83276
|
fixed specs for me and serveral others (thanks @jrichardlai); fixed cucumber
|
2011-04-17 21:28:09 +02:00 |
|
MrZYX
|
981d39d220
|
Revert "touched up notifications page" because it completly breaks the page (in matter of style and localization [dates!])
This reverts commit a16e83df9e.
|
2011-04-16 14:03:24 +02:00 |
|
Dan Hansen
|
7216c8d5cb
|
DRY up timeago.js, add license to i18n.js & timeago.js
|
2011-04-15 23:37:17 -05:00 |
|
Dan Hansen
|
7ed21930b4
|
make infscroll, publisher, stream use pub/sub to listen for the stream being reloaded, random cleanups and fix aspect-filters.js spec
|
2011-04-15 18:49:31 -05:00 |
|
Dan Hansen
|
296824c92b
|
add basic pub/sub functionality to WidgetCollection
|
2011-04-15 18:29:48 -05:00 |
|
Dan Hansen
|
c0cd8fafff
|
make a widget's start method optional
|
2011-04-15 18:14:38 -05:00 |
|
Dan Hansen
|
0b85600e0a
|
diaspora.js cleanup; don't pollute global namespace in spec
|
2011-04-15 17:31:19 -05:00 |
|
danielgrippi
|
a16e83df9e
|
touched up notifications page
|
2011-04-15 10:42:21 -07:00 |
|
MrZYX
|
b25e634be1
|
fixed #1011
|
2011-04-15 16:18:59 +02:00 |
|
Raphael Sofaer
|
4870ffb944
|
Fix db seed, refactor aspect-filters a bunch, fix stream_element a little
|
2011-04-13 18:13:26 -07:00 |
|
Raphael Sofaer
|
9969dbd109
|
Start refactoring aspect-filters.js
|
2011-04-13 15:55:10 -07:00 |
|
Raphael Sofaer
|
f13304073b
|
The specs are green on my dev machine, let's see if CI is still red
|
2011-04-13 15:19:17 -07:00 |
|
Raphael Sofaer
|
efe79eb351
|
Fix stream on pages other than 1, rename raw_visible_posts to visible_posts
|
2011-04-13 14:35:20 -07:00 |
|
Raphael Sofaer
|
5afe5f667e
|
Move js out of notifications index, fix reference to notifications badge
|
2011-04-12 17:15:02 -07:00 |
|
Raphael Sofaer
|
d5ecce7ca6
|
Merge branch 'limit_similar_contacts'
Conflicts:
app/controllers/people_controller.rb
|
2011-04-12 11:48:41 -07:00 |
|
Dan Hansen
|
425fee0653
|
fix #839
|
2011-04-12 12:00:33 -05:00 |
|
MrZYX
|
93be252b59
|
Merge branch 'css-rtl'
Conflicts:
public/javascripts/application.js
public/javascripts/inbox.js
|
2011-04-11 21:52:01 +02:00 |
|
behrooz shabani (everplays)
|
69eb27cbe9
|
moved comments textarea to left so it wont disappear avatar in RTL UI
|
2011-04-12 00:12:39 +04:30 |
|
behrooz shabani (everplays)
|
60371c8981
|
swapped horizontal margins on links of #conversation_controls in RTL UI
|
2011-04-12 00:03:56 +04:30 |
|
behrooz shabani (everplays)
|
426c1b28b6
|
minor fixes on conversations list & sign up stuff
|
2011-04-11 23:58:33 +04:30 |
|
behrooz shabani (everplays)
|
22b0fca124
|
small fixes on settings & notifications pages in RTL UI
|
2011-04-11 23:13:38 +04:30 |
|
behrooz shabani (everplays)
|
e076f89ccd
|
fixed comment box in RTL UI
|
2011-04-11 22:56:22 +04:30 |
|
behrooz shabani (everplays)
|
ad34a7f6f7
|
implemented RTL UI for settings/conversations/notifications
|
2011-04-11 22:44:55 +04:30 |
|
MrZYX
|
440fd26c14
|
hopefully finally fix #946
|
2011-04-11 19:15:14 +02:00 |
|
MrZYX
|
2413b3c4bd
|
Merge branch 'css-rtl' of https://github.com/everplays/diaspora into css-rtl
|
2011-04-11 18:01:09 +02:00 |
|