Dan Hansen
0f0c033c26
MS DH; add context to timeago events
2011-06-02 16:32:41 -05:00
Dan Hansen
7363bf3499
MS DH; update timeago if a timeago element on the page exists.
2011-06-02 12:09:06 -05:00
Raphael Sofaer
0770d6e8fd
Most of the stream.js stuff needs to be live, unfortunately.
2011-05-31 16:00:57 -07:00
Raphael Sofaer
62977e1d15
Don't initialize the stream if there is no stream.
2011-05-31 15:18:59 -07:00
Raphael Sofaer
203e05bf3a
Remove console.logs
2011-05-31 14:32:07 -07:00
Dan Hansen
0edc160007
Clean up stream.js, make the comments step selector more sane
2011-05-31 15:52:17 -05:00
Raphael Sofaer
cfd077a90d
Fix the thing that I broke in the build, fix syntax error in the build that disabled stream-spec
2011-05-28 20:37:12 -07:00
Raphael Sofaer
503de3efe1
Fix facebox close button and loading gif
2011-05-28 18:18:22 -07:00
MrZYX
406622eeed
prevent timing issue when autosuggest is too slow
2011-05-25 13:32:11 +02:00
Maxwell Salzberg
4c535f3eb4
hackity hack to fix notifciation page decrementing
2011-05-24 20:41:28 -07:00
MrZYX
d6e9e9cca5
fixed comment count update on comment posting
2011-05-24 21:03:24 +02:00
Maxwell Salzberg
ff1168a6ba
comment out the websocket notice. it was my idea to put it there, and it was a bad idea
2011-05-23 11:55:44 -07:00
MrZYX
331aa1ff60
you know the facepalm smiley? Here it is: m(
2011-05-19 20:10:35 +02:00
MrZYX
a3c287ca9a
fixed #1023 (again)
2011-05-18 14:26:08 +02:00
MrZYX
66380fd33f
fixed some translations
2011-05-18 13:55:50 +02:00
Raphael Sofaer
c942f76d29
Turn off user collapse and turn up status messages to over 9000
2011-05-17 18:14:35 -07:00
Raphael Sofaer
f409ace067
Merge remote branch 'evant/354-long-post' into evant_log_post_merge
...
Conflicts:
config/assets.yml
2011-05-17 18:02:36 -07:00
Raphael Sofaer
2953cc8497
Move infinite scroll out of vendor, because it has been edited
2011-05-17 15:06:21 -07:00
danielgrippi
775e7b6b2b
Merge branch 'master' into follow
...
Conflicts:
features/step_definitions/user_steps.rb
2011-05-17 11:33:35 -07:00
MrZYX
1746f610b6
if we disable websocket in single process mode, there's no need for the JS
2011-05-17 19:26:37 +02:00
danielgrippi
8d7b0b2c4c
take out animations in inf scroll.
2011-05-16 16:55:24 -07:00
danielgrippi
d70f10b609
made dropdown selectors sexi
2011-05-16 16:29:13 -07:00
danielgrippi
7eaca0346c
Merge branch 'master' into follow
...
Conflicts:
config/assets.yml
public/stylesheets/sass/_mixins.scss
spec/models/user/posting_spec.rb
2011-05-16 14:56:28 -07:00
MrZYX
e338886910
fixes to login page: removed not needed login.sass; removed fixed string length assumption; fixed login button not showing up in Chrome when the form is pre-filled
2011-05-16 15:16:01 +02:00
Ilya Zhitomirskiy
709ac44da3
fixed the incrementing aspect ids on the contacts#sharing modal window, showing 'Add to Aspect' button only on the tags and profile pages
2011-05-16 02:16:46 -07:00
danielgrippi
01be909e38
well, that was dumb. (fix cucumber)
2011-05-14 00:58:39 -07:00
danielgrippi
666fb76bfc
login as its own js file. accounted for the autofil state
2011-05-13 22:27:08 -07:00
danielgrippi
402e84708b
ms iz; everything is green, the sharewith is translated in js, fixed the clicking on the checkbox bug
2011-05-13 16:05:37 -07:00
danielgrippi
a9a1280e17
one cuke failing. wip
2011-05-12 20:41:56 -07:00
Evan Tatarka
5f406b18d5
Updated code to work with lastest master. Tests should now pass.
2011-05-12 20:38:05 -04:00
danielgrippi
60a60733df
Merge branch 'master' into follow
...
Conflicts:
app/controllers/aspects_controller.rb
app/controllers/contacts_controller.rb
app/controllers/people_controller.rb
app/controllers/photos_controller.rb
app/controllers/tags_controller.rb
app/helpers/notifications_helper.rb
app/models/notifications/new_request.rb
app/models/user_preference.rb
public/javascripts/view.js
spec/controllers/aspects_controller_spec.rb
spec/controllers/contacts_controller_spec.rb
spec/controllers/home_controller_spec.rb
spec/controllers/post_visibilities_controller_spec.rb
spec/controllers/requests_controller_spec.rb
spec/mailers/notifier_spec.rb
spec/models/user_spec.rb
2011-05-12 15:49:51 -07:00
danielgrippi
47cf614996
sneaky fixed header
2011-05-11 18:53:59 -07:00
danielgrippi
4280417e41
broke out dropdown into its own partial. aspect dropdown on person show. user menu fixed
2011-05-11 18:33:17 -07:00
danielgrippi
7893129435
prevent user from hitting aspectmemberships controller before response on dropdowns
2011-05-11 17:07:58 -07:00
danielgrippi
c67d143719
dropdown in ContactsController#sharing now works
2011-05-11 15:47:13 -07:00
danielgrippi
9f3044838d
Views for contactscontroller#sharing almost done, cuke for editing aspect memberships started
2011-05-11 14:53:43 -07:00
danielgrippi
dfeb4f3a13
use .js response convention for remote likeke behavior
2011-05-11 11:08:30 -07:00
MrZYX
73c96ea8f0
Revert "Clean up WSR, add comment processing to ContentUpdater, add comment fixture, update post processing spec"
...
This reverts commit bd74ab4acc .
This reproducable breaks functionallity (comments). Please do not push WIP/not working stuff to master. To continue work just revert this revert. Thanks
2011-05-11 11:51:51 +02:00
Dan Hansen
bd74ab4acc
Clean up WSR, add comment processing to ContentUpdater, add comment fixture, update post processing spec
2011-05-10 23:19:36 -05:00
Raphael Sofaer
ab1f29c339
Working on styling the ContactsController#sharing
2011-05-10 14:17:43 -07:00
Raphael Sofaer
9d2849d851
Move publisher ajax stuff into publisher.js
2011-05-08 20:40:35 -07:00
Raphael Sofaer
ffd96d989c
Update publisher callback to use ContentUpdater
2011-05-08 20:31:13 -07:00
Sarah Mei
a904204f46
Content updater refactor complete for posts
2011-05-08 14:22:40 -07:00
Dan Hansen
50e67524c1
content update wip
2011-05-08 15:18:02 -05:00
Dan Hansen
fc25c9bedb
Flash message handling is now a widget
2011-05-08 10:53:09 -05:00
Dan Hansen
535954dcc2
make incrementing the notification count optional
2011-05-07 07:28:52 -05:00
Maxwell Salzberg
7a2f6dae10
fixed js error on new comments on statusmessage show page
2011-05-06 15:29:39 -07:00
danielgrippi
648a10e6d3
Merge branch 'master' into follow
...
Conflicts:
app/controllers/requests_controller.rb
app/controllers/tags_controller.rb
app/helpers/aspects_helper.rb
app/views/notifications/index.html.haml
config/routes.rb
public/javascripts/aspect-edit.js
public/javascripts/contact-list.js
spec/integration/receiving_spec.rb
spec/models/user/connecting_spec.rb
spec/models/user/posting_spec.rb
2011-05-04 11:35:35 -07:00
Raphael Sofaer
abde3244b5
InfiniteScroll#options doesn't need to be a function
2011-05-03 14:54:49 -07:00
Raphael Sofaer
94bc18e467
Make websocket closed message less disruptive
2011-05-02 17:12:18 -07:00
Raphael Sofaer
83a3655bfe
Don't infinitescroll undefined
2011-05-02 15:28:42 -07:00
Raphael Sofaer
2abb592833
Destroy old infinite scrollers to keep event bindings from piling up
2011-05-02 14:08:41 -07:00
Raphael Sofaer
bc8b6097bc
Update infinite scroll plugin for $.fn.infinitescroll.destroy
2011-05-02 14:08:41 -07:00
Raphael Sofaer
38e44b13aa
Test and fix pagination on profile, tag and aspect streams
2011-04-30 10:26:16 -07:00
Sarah Mei
09ac4c789e
Remove debugging statements
2011-04-29 21:00:39 -07:00
MrZYX
6623dbb1f1
fixed #1039
2011-04-29 23:38:10 +02:00
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
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
9df8f83276
fixed specs for me and serveral others (thanks @jrichardlai); fixed cucumber
2011-04-17 21:28:09 +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
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
Dan Hansen
425fee0653
fix #839
2011-04-12 12:00:33 -05:00
danielgrippi
106ae983d5
Merge branch 'master' into follow. all specs green.
...
Conflicts:
app/controllers/application_controller.rb
app/controllers/people_controller.rb
app/models/person.rb
config/assets.yml
db/schema.rb
public/javascripts/aspect-edit.js
spec/controllers/aspects_controller_spec.rb
spec/models/user/querying_spec.rb
spec/spec_helper.rb
2011-04-11 17:48:37 -07:00
MrZYX
93be252b59
Merge branch 'css-rtl'
...
Conflicts:
public/javascripts/application.js
public/javascripts/inbox.js
2011-04-11 21:52:01 +02:00
MrZYX
440fd26c14
hopefully finally fix #946
2011-04-11 19:15:14 +02:00
MrZYX
cf61bb756d
added dir attribute to html element; made tipsy gravity dependant on that
2011-04-11 18:00:28 +02:00
danielgrippi
1c9ca738ae
green everywhere.
2011-04-08 17:10:43 -07:00
Raphael Sofaer
fa59be2353
Another bit of JS cleanup
2011-04-08 16:11:13 -07:00
Raphael Sofaer
0b9575af5d
JS cleanup
2011-04-08 16:11:13 -07:00
MrZYX
f194166841
moar garbage for you aka fixed #1005
2011-04-08 17:46:45 +02:00
MrZYX
75629018db
you want the id in aspect_memberships#destroy to be garbage? There you go… (btw. fixed #1006 )
2011-04-08 17:40:59 +02:00
Raphael Sofaer
c7dc6ce817
Fix jasmine specs
2011-04-07 18:30:29 -07:00
Raphael Sofaer
d23ac3468b
rename widgetCollection#ready to widgetCollection#initialized
2011-04-07 18:23:24 -07:00
Raphael Sofaer
ea932c8706
Fix infieldLabels in infiniteScrolled comment forms. We were initing every widget twice?
2011-04-07 18:21:28 -07:00
Raphael Sofaer
75d514c448
Fix infieldLabels on new aspect box
2011-04-07 17:53:07 -07:00
Raphael Sofaer
d8ac8d1329
Fix infinite scroll javascript in jammed js
2011-04-07 15:22:03 -07:00
Raphael Sofaer
d12ec38736
Fix mobile infinite scroll
2011-04-07 15:00:57 -07:00
Raphael Sofaer
bbf1bf00cb
Render less stuff, set fewer things, make AspectsController#index more horrifying. Maybe Vanna could help with this? Mustache definitely would.
2011-04-06 12:11:49 -07:00
MrZYX
95de299e6e
fixed #953
2011-04-06 14:18:33 +02:00
Raphael Sofaer
9454c3a1b9
Working on fixing infinite scroll, in particular for aspects with the number 2 in their id.
2011-04-05 19:28:40 -07:00
Raphael Sofaer
59334dfaf5
Remove extra js, fix mobile view
2011-04-05 16:18:04 -07:00
Raphael Sofaer
746a0c38b3
Take another shot at fixing pagination
2011-04-05 13:59:15 -07:00
danielgrippi
590e1fd93f
All green except invite connecting +2 misc.
2011-04-04 15:16:19 -07:00
MrZYX
100d705c2f
fixed #992
2011-04-03 14:57:30 +02:00
MrZYX
92bf8444a7
added spec; rtl? -> direction_for
2011-04-03 04:20:08 +02:00
MrZYX
a7a8da2f75
added detection of rtl languages on every user based input
2011-04-03 02:14:35 +02:00
maxwell
f3a62bf76b
update jquery to latest
2011-04-02 15:03:41 -07:00
MrZYX
2ba1198b90
fixed embedder (again)
2011-04-02 17:19:56 +02:00
maxwell
4bd0cbfdc8
publisher now can handle services, and is on seperate page
2011-04-01 01:18:01 -07:00
maxwell
bb59df46f9
updating jquery mobile, fix the menu page a bit
2011-03-31 18:19:51 -07:00
zhitomirskiyi
f99b724e0b
ms iz, can now undo hiding a post, fixed a bunch of jamine specs
2011-03-31 17:23:54 -07:00
danielgrippi
ed202b61d3
scroll to top before content loads for smoother feedback
2011-03-31 01:56:06 -07:00
danielgrippi
b22b13d73f
Revert "popstate now in aspect-filters. back button now actually works on aspect/index."
...
This reverts commit 326155af54 .
2011-03-31 01:30:02 -07:00
danielgrippi
d1c3326867
Revert "fix wacky aspect filtering bug (tabs being selected seemingly at random"
...
This reverts commit 14f14d005b .
2011-03-31 01:29:48 -07:00
zhitomirskiyi
bb4c2ee85d
added a character count to the publisher
2011-03-30 19:11:24 -07:00
danielgrippi
14f14d005b
fix wacky aspect filtering bug (tabs being selected seemingly at random
2011-03-30 18:26:56 -07:00
danielgrippi
326155af54
popstate now in aspect-filters. back button now actually works on aspect/index.
2011-03-30 17:39:08 -07:00
zhitomirskiyi
5a9ec82597
can now hide posts
2011-03-30 16:43:28 -07:00
danielgrippi
5fa2a7a6f3
use popState in message inbox
2011-03-30 16:22:25 -07:00
Raphael Sofaer
4b795cc719
Stop bad call to users/update
2011-03-30 13:16:26 -07:00
zhitomirskiyi
cd7cced9c0
renamed the js to indicate custom
2011-03-29 17:25:35 -07:00
zhitomirskiyi
0aaaefeba2
fix tag plugin
2011-03-29 16:53:48 -07:00
zhitomirskiyi
ba15ea940b
autosuggest on tags now works, bumped up the version of the autocomplete plugin
2011-03-29 15:03:09 -07:00
MrZYX
315fdabd76
let the user upload an image without touching the textarea, improved check in Photo#process to not yield no method on nil error in some cases
2011-03-27 21:08:30 +02:00
MrZYX
55417cf9e3
AspectsController#move_contact -> AspectMembershipsController#update
2011-03-27 13:29:36 +02:00
MrZYX
b689d4695b
refactor of routes.rb done so far; further refactor needs design decisions
2011-03-27 00:05:35 +01:00
Raphael Sofaer
aed190dc6d
cucumber for comment retractions, modified views
2011-03-25 16:26:03 -07:00
maxwell
310f529914
dumb api console
2011-03-25 15:06:22 -07:00
MrZYX
56a6f0e43b
cleaned up craziness in users and likes routing, fixed #961
2011-03-24 03:02:14 +01:00
danielgrippi
33c013633f
fix cucumber, comments
2011-03-23 18:22:43 -07:00
danielgrippi
2a1914a8f2
fixed comment socket bug on posts where there are no new comment areas
2011-03-23 17:55:18 -07:00
danielgrippi
b6d5165f2d
scroll to post on page if you can see it (via notification popup)
2011-03-23 17:16:30 -07:00
danielgrippi
e4e8d7ada4
fixed aspect selector bug in header
2011-03-23 11:59:09 -07:00
maxwell
5570182e69
use autoresize extraSpace to kill the bug where the comment box is not big engough for the comment, still could use some love
2011-03-22 11:59:10 -07:00
maxwell
35bc86f6a6
dont auto embedd images, untill we think of something better to do
2011-03-22 10:55:41 -07:00
zhitomirskiyi
aa5bef0c3f
calls the job on login does a sync call if the cache friends was not called before, fixed the views
2011-03-21 14:56:50 -07:00
maxwell
970e9bee04
Revert "make image width max out at 100%"
...
This reverts commit 32efbeb903 .
2011-03-21 11:40:52 -07:00
Maxwell Salzberg
32efbeb903
make image width max out at 100%
2011-03-21 10:10:03 -07:00
MrZYX
1b1a23aa8f
likes/dislikes WIP TODO: better icons, better styling, integration on photo show page
2011-03-20 18:10:58 +01:00
MrZYX
25aadebf46
fixed #946 with a solution that doesn't break the links
2011-03-19 21:50:40 +01:00
MrZYX
6fe4b5bc56
fixed 946
2011-03-19 14:21:06 +01:00
maxwell
2bd15bf3e6
embed images, and make sure they are activated on a new message is posted
2011-03-17 22:03:47 -07:00
maxwell
275098a309
embed images, and make sure they are activated on a new message is posted
2011-03-17 21:48:11 -07:00
zhitomirskiyi
6cc085d64e
addded slideToggle
2011-03-17 14:32:07 -07:00
zhitomirskiyi
2b6165d8ea
wip
2011-03-17 14:32:07 -07:00
zhitomirskiyi
abbf949fe1
publishing from a person profile page wip
...
mentioning a person from their profile page, added js & jasmine, still need to add the mention style, and prevent deselecting the last one
a tiny sass add
publishing from the profile works, need js translation
added the translation
made the hover state consistant
need to fix the cucumber spec
specs are green need to add a button
added the buttion to mention people
moved the publisher to the facebox
fixed the cucumbers for the modal window
2011-03-16 16:35:30 -07:00
MrZYX
73f852c6c2
fixed video embedding in comments
2011-03-15 17:48:28 +01:00
MrZYX
21d0fcf47a
fixed some 500 on mobile site
2011-03-15 17:02:04 +01:00
maxwell
a419ddac11
make sure audio player does not delete sm text
2011-03-14 18:20:03 -07:00
Raphael Sofaer
4b4654a408
Changing message to text, partway done, deleted data conversion
2011-03-14 11:39:31 -07:00
maxwell
d91fda656c
Revert "js hack to see bigger version of photo thumbnails in the stream without being abnoxious"
...
This reverts commit ab997e2d21 .
2011-03-14 09:51:06 -07:00
MrZYX
e8bb4c2d66
added preload='none' to the audio tag ( #928 )
2011-03-14 13:07:27 +01:00
maxwell
ab997e2d21
js hack to see bigger version of photo thumbnails in the stream without being abnoxious
2011-03-11 17:16:43 -08:00
Maxwell Salzberg
14033e7b5f
ajk ms or is a single pipe
2011-03-11 00:16:17 -08:00
Maxwell Salzberg
e2903a1251
get rid of the period, it might be screwing stuff up
2011-03-11 00:12:48 -08:00
Maxwell Salzberg
189b7fb5ac
ajk ms only grab stream links
2011-03-11 00:01:01 -08:00
Maxwell Salzberg
2b38fe820f
ajk ms escape period in ogg... also replace the parent so it is not inside an a tag
2011-03-10 23:52:22 -08:00
Maxwell Salzberg
cdab6a1a84
ajk ms add ogg to the audio tag linker
2011-03-10 23:33:20 -08:00
maxwell
5748639c08
sm ms audio tag
2011-03-10 21:33:42 -08:00
Michael Nutt
c7362707b3
fix js error; stream ajax success handler should expect json
2011-03-11 00:31:43 -05:00
Michael Nutt
ead1f80b08
websocket js handler should know about different notification types
2011-03-11 00:31:43 -05:00
Dan Hansen
d448436376
this refers to the dom element, not Embedder
2011-03-10 23:11:06 -06:00
Dan Hansen
d7c7775b6c
fallback gracefully, break build if videos can't embed
2011-03-10 18:26:55 -06:00
Raphael Sofaer
0416fa14b2
Just use /users/me to update open aspects
2011-03-10 13:03:45 -08:00
Raphael Sofaer
f2cc51dd0d
Take current user id out of avatar
2011-03-09 17:50:46 -08:00
danielgrippi
ee6932a3f7
added title to padlock on aspect edit pane
2011-03-09 12:15:23 -08:00
danielgrippi
d0569fb881
simplified functionality on aspect edit faceboxes
2011-03-09 12:00:49 -08:00
danielgrippi
1f5edb1d92
Merge branch 'private_messages'
...
Conflicts:
app/controllers/status_messages_controller.rb
app/models/data_point.rb
app/models/status_message.rb
db/schema.rb
lib/fake.rb
public/stylesheets/sass/application.sass
spec/models/mention_spec.rb
2011-03-08 21:23:41 -08:00
danielgrippi
78e30ff459
update unread count in conversation visibility when hitting conversationscontroller#show
2011-03-08 11:43:58 -08:00
danielgrippi
fb5e5cc341
cleaned up new message facebox
2011-03-07 20:14:22 -08:00
danielgrippi
97aff09140
added autocomplete on message 'to' field, minor css tweaks to inbox
2011-03-07 11:22:59 -08:00
Raphael Sofaer
6e7bdf7cad
don't change photos while commenting
2011-03-07 10:32:31 -08:00
danielgrippi
5f55dfa1bc
private message inbox wip
2011-03-03 17:32:26 -08:00
Michael Nutt
ac2c50b33f
denote that fileuploader has been modified
2011-02-28 20:37:41 -05:00
Michael Nutt
208a47162c
add onAllComplete event to fileupload.js; hide mention helper during upload
2011-02-27 12:44:56 -05:00
Michael Nutt
b6dc32959c
place thumbnails inside status message form and add spacing
2011-02-27 02:04:43 -05:00
Michael Nutt
43e10307a6
fix broken jquery autoresize plugin
2011-02-27 02:03:55 -05:00
zhitomirskiyi
ec93faa2c4
added the post to services icon on every page added a manage icon and moved the RSS link to the public explain
2011-02-24 17:31:54 -08:00
zhitomirskiyi
adfcc59631
can now select individual services to be added
2011-02-24 17:31:54 -08:00
maxwell
e446dcaeb5
make sm_controller show the error in the js
2011-02-22 22:21:48 -08:00
Dan Hansen
801382714a
remove jquery 1.4.2, we never use it
2011-02-22 13:59:10 -06:00
MrZYX
166f75d883
I think I fixed #882
2011-02-20 22:10:27 +01:00
zhitomirskiyi
1e6bf9c80e
MS IZ the cucumber now passes
2011-02-17 18:05:21 -08:00
maxwell
7ace73b84b
iz ms wip fixing contactController destroy
2011-02-17 18:05:21 -08:00
maxwell
8c2e6dd8cb
aspect membership refactor complete
2011-02-17 18:05:21 -08:00
maxwell
c6eb5d0340
IZ MS; refactored aspect_membership_controller, moved and updated views accordingly
2011-02-17 18:05:21 -08:00
MrZYX
ba439b9413
Merge branch '559-posting-empty-messages' of https://github.com/grzuy/diaspora into sharebutton
2011-02-15 13:08:59 +01:00
Gonzalo Rodriguez
2b3926c629
Disable share button when whitespaces on status message input.
2011-02-15 09:50:39 -02:00
Dan Hansen
42fd9a19da
now sarahmei can watch revolution OS too! will write tests soon
2011-02-14 23:59:03 -06:00
danielvincent
164fe1c1b5
adjust column width, leading, serifs, etc. in stream for better readability.
2011-02-13 15:27:14 -08:00
zhitomirskiyi
9f239789b9
can remote the person from the last aspect from edit contact pane
2011-02-11 12:58:01 -08:00
Raphael Sofaer
c1844c9be2
Merge remote branch 'lfortin/js-formatting'
...
Conflicts:
public/javascripts/web-socket-receiver.js
2011-02-11 11:31:30 -08:00
Raphael Sofaer
7a6d1d3378
add shadow/transparency to autocompletion. removed a hide()/show() from publisher hide and show functions.
2011-02-10 11:09:14 -08:00
Raphael Sofaer
a307519e94
Put avatar on cmment form all the time, fix socketed comment form
2011-02-10 11:05:12 -08:00
Raphael Sofaer
f1c63939f9
Revert "added sliding animation to stream elements, shadow on autocomplete box."
...
This reverts commit dc760f9583 .
2011-02-10 10:36:30 -08:00
danielvincent
dc760f9583
added sliding animation to stream elements, shadow on autocomplete box.
2011-02-09 20:07:25 -08:00
zhitomirskiyi
1da965616b
added an option to remove a contact from the last aspect, after a prompt
2011-02-09 17:47:27 -08:00
Raphael Sofaer
bd38d1436e
Today we learned about the order of operations
2011-02-09 16:07:25 -08:00
Raphael Sofaer
c11ffe93c0
Actually close the publisher on and with Publisher.close()
2011-02-09 16:07:25 -08:00
Raphael Sofaer
99f84de368
Javascript for mentions is functional
2011-02-09 16:07:24 -08:00
Raphael Sofaer
70c61270dc
Fix up and down arrows
2011-02-09 16:07:24 -08:00
Raphael Sofaer
0ec2d918bb
adding keycodes file, moving keyup stuff to keydown
2011-02-09 16:07:24 -08:00
danielvincent
2b25823253
autocomplete wip. separated keyup and keydown. wip.
2011-02-09 16:07:24 -08:00
danielvincent
6eafd73d2c
publisher does inline mentions and sets the cursor to the end of the newly inserted result
2011-02-09 16:07:24 -08:00
danielvincent
3efc31c68f
mention js working minus tracking keypresses with the hidden message field.
2011-02-09 16:07:24 -08:00
danielvincent
7d21f7bfdd
publisher autocomplete correctly adds name into status_message_fake textarea
2011-02-09 16:07:24 -08:00
danielvincent
77403596aa
mentions in publisher autocomplete within context
2011-02-09 16:07:24 -08:00
Raphael Jedidiah Sofaer
150f676332
Do a bunch of work on publisher autocompletion JS
2011-02-09 16:07:23 -08:00
zhitomirskiyi
df4ebb286d
accept invitation feature passing
...
wip, added a form to add aspect to the contact list
added files
typo
render the partial
remote friend
specifying the provider for the route
refactored local person person friend finder functionality to use the partial
typo
trying to use the stream
2011-02-08 16:40:28 -08:00
zhitomirskiyi
7241177421
translating the warning about removing the person from the last aspect
2011-02-08 15:44:12 -08:00
danielvincent
bf20e5a9e8
remove some js assets from mobile
2011-02-06 23:09:04 -08:00
danielvincent
42993de739
added back to comments; avatar.
2011-02-06 09:26:24 -08:00
zhitomirskiyi
59f0dca7c7
Revert "publisher is now a hot widget"
...
This reverts commit 8039ab312a .
2011-02-05 15:24:20 -08:00
Dan Hansen
8039ab312a
publisher is now a hot widget
2011-02-05 16:47:43 -06:00
Dan Hansen
d533f46cd7
update widget regardless of scroll count
2011-02-04 15:21:42 -06:00
maxwell
ce010c24ec
update jquery mobile to a3
2011-02-03 20:41:38 -08:00
maxwell
35bc4e3aad
attempt to rebind infield labels on comment form
2011-02-03 18:43:56 -08:00
Dan Hansen
22c1743886
only use more button have inf scroll happens 3 times
2011-02-03 20:38:49 -06:00
danielvincent
8269e4b300
touched up photo show and status message show pages
2011-02-03 13:05:25 -08:00
Raphael
cd8d9989cf
Refactor publisher JS, use hidden field for submitting
2011-02-02 14:27:14 -08:00
Raphael
3fb6b0e072
Fix saved state cucumber feature
2011-02-02 11:52:56 -08:00
maxwell
d040380e57
fix data conversion spec, ILYA
2011-02-01 22:27:07 -08:00
maxwell
d4f99ca080
move search init to search.js, because mobile does not have search to init
2011-02-01 22:13:52 -08:00
zhitomirskiyi
21e3c2ae73
Merge branch 'open-aspects'
...
Conflicts:
app/controllers/aspects_controller.rb
app/controllers/home_controller.rb
app/helpers/application_helper.rb
db/migrate/20110201013408_add_open_aspects_to_user.rb
spec/controllers/aspects_controller_spec.rb
spec/controllers/home_controller_spec.rb
2011-02-01 17:32:08 -08:00
zhitomirskiyi
7f026e8271
now updating the open aspects in js
2011-02-01 16:58:33 -08:00
Raphael
06a6cf7fac
Adjust autocomplete options and css
2011-02-01 15:07:03 -08:00
Raphael
bbe47fbb55
Correct limit on search autocomplete
2011-02-01 14:35:14 -08:00
MrZYX
15329af94d
made "Search for" translatable
2011-02-01 21:55:28 +01:00
Raphael
7d18e2bcd8
Finish autocomplete
2011-02-01 11:56:56 -08:00
Raphael
7be232e33e
autocomplete wip
2011-02-01 11:56:56 -08:00
Raphael
9080649180
Starting work on an autocomplete feature
2011-02-01 11:56:56 -08:00
MrZYX
d8f5607509
updated locales
2011-02-01 16:56:29 +01:00
Dan Hansen
cdb5cf37e7
show publisher if it was closed when you select another aspect
2011-02-01 00:40:11 -06:00
Dan Hansen
2e03c7f9f6
forgot to remove these files from my previous commit
2011-01-31 15:23:04 -06:00
Dan Hansen
3746d296b0
fix dom traversing for embedder
2011-01-31 15:15:30 -06:00
Dan Hansen
0c94660806
Merge branch 'master' of github.com:diaspora/diaspora
2011-01-30 11:43:31 -06:00
Dan Hansen
313f87ebb9
make the ajax loader appear in a box
2011-01-30 11:43:17 -06:00
maxwell
6dffdd8152
don't remove these methods
2011-01-29 18:58:34 -08:00
maxwell
348ae0b61d
small hack to add some feedback when links are tapped on the mobile site.
2011-01-29 18:42:50 -08:00
Dan Hansen
7417dc5923
remove debugging statement, fix youtube phrasing
2011-01-29 16:41:28 -06:00
Dan Hansen
099e0a6e24
i18n is the first widget to be loaded, add video locales, embedder uses i18n, only render mustache template with i18n if the views are passed
2011-01-29 16:40:10 -06:00
Dan Hansen
4b1b7591a6
load diaspora.js and widgets right after vendor/*, return empty string if the value is not found
2011-01-29 16:07:12 -06:00
Dan Hansen
5040a37a31
whoops, missed a semicolon
2011-01-29 15:59:39 -06:00
Dan Hansen
4484bf33fa
fix javascript i18n specs
2011-01-29 13:31:45 -08:00
Dan Hansen
b89a59ca55
update timeago usages
2011-01-29 13:30:32 -08:00
Dan Hansen
ee218ecd44
get rid of the hacky callbacks
2011-01-29 13:28:43 -08:00
Dan Hansen
3078156dbb
javascript i18n wip
2011-01-29 13:28:43 -08:00
Dan Hansen
7089782ba1
things having to do with publisher belong in publisher.js not stream.js
2011-01-29 14:42:59 -06:00
Dan Hansen
d03119f7e9
Embedder is now a widget, show videos before comments
2011-01-29 13:22:34 -06:00
Raphael
91bfdf0e75
Roll back infinite scroll plugin
2011-01-26 10:33:08 -08:00
maxwell
4e60d2b92e
update inf. scroll; fix pagniation showing/not showing in all the wrong places
2011-01-25 17:38:29 -08:00
maxwell
bc82dac61c
make the more button work in the mobile site, also, i finally fixed the timeago stuff in the scroll
2011-01-24 19:09:37 -08:00
maxwell
8b3beba93f
adding login page to mobile, and adding timeago WIP
2011-01-24 17:36:47 -08:00
Dan Hansen
161759b99a
fix 789
2011-01-24 02:40:24 -06:00
Dan Hansen
8293016348
make the footer not so useless
2011-01-23 23:53:17 -06:00
Dan Hansen
ace9e8c3d8
whoops, add license to embedder.js and it's spec
2011-01-22 23:43:48 -06:00
Dan Hansen
bdf559bb2b
remove video embedding from stream.js, use embedder.js
2011-01-22 23:40:08 -06:00
danielvincent
77042f9d47
publisher always shows textarea. outline publisher textarea in blue
2011-01-22 18:49:50 -08:00
Dan Hansen
45444316cb
Merge branch 'master' of github.com:diaspora/diaspora
2011-01-22 12:40:36 -06:00
Dan Hansen
b209fd0c2c
our spec would complain about the data of the ajax request not being there, move it into the callback instead
2011-01-22 12:40:20 -06:00
MrZYX
cadcc3e7c3
some browers (Firefox for example) have no pushState, so disable it for those for now
2011-01-22 16:43:34 +01:00
Dan Hansen
8619a2035c
green for the night
2011-01-22 01:16:52 -06:00
Dan Hansen
a3bc8932d4
fixes for the alert widget, widgets.init didn't execute correctly because of the context
2011-01-21 20:09:34 -06:00
Dan Hansen
c23811e1ab
flash the user whether or not that person was moved to a different aspect
2011-01-21 20:02:42 -06:00
zhitomirskiyi
01a4327c2b
use google API instead of highcharts due to licensing
2011-01-21 13:00:08 -08:00
zhitomirskiyi
41993fe5da
use highcharts.js for stats
2011-01-21 12:19:05 -08:00
danielvincent
c5bf7b523f
use history.pushstate to preserve filters on page refresh
2011-01-21 11:11:00 -08:00
danielvincent
8af2fc7bcc
fix in calculating selected states on aspect filters
2011-01-21 01:16:34 -08:00
danielvincent
22d4083c8c
use history.pushstate to preserve filters on page refresh
2011-01-21 01:10:29 -08:00
zhitomirskiyi
a00fbb1717
Merge branch 'master' of github.com:diaspora/diaspora
2011-01-14 16:11:37 -08:00
maxwell
bc8821fdc5
Revert "some fixes for the alert widget"
...
This reverts commit 4e40c19342 .
2011-01-14 14:28:03 -08:00
Dan Hansen
4e40c19342
some fixes for the alert widget
2011-01-14 15:13:09 -06:00
Dan Hansen
8103e66ea3
didn't mean to commit some changes in aspect-edit.js
2011-01-14 14:57:26 -06:00
Dan Hansen
d4f30ded1b
Diaspora.js 2.0, added an official widget, don't use native alerts anymore
2011-01-14 14:54:44 -06:00
zhitomirskiyi
aba03ed5b0
added the locales for timeago
2011-01-14 11:46:38 -08:00
Dan Hansen
4ccf51b3d3
fix real time aspect name changing
2011-01-14 13:29:55 -06:00
maxwell
f97a9fa017
added timeago jquery plugin. we now need to figure out a js translation scheme
2011-01-13 16:29:13 -08:00
maxwell
b4fae58f12
just say no to 404 facebox errors
2011-01-13 14:48:30 -08:00
maxwell
c002692657
Merge branch 'master' of github.com:diaspora/diaspora
2011-01-13 09:45:56 -08:00
Dan Hansen
f807bc25d1
whitelist certain keyCodes, e.g. tab, fixes #795
2011-01-13 01:24:05 -06:00
Dan Hansen
ce4fe1938c
remove references to fancybox, we use facebox
2011-01-13 00:24:10 -06:00
Dan Hansen
61512ef7b0
youtube videos shove above comments and under the status -- i'm back\!
2011-01-12 23:05:20 -06:00
maxwell
c29ebdabba
pending photos now stick to the publisher when adding or removing aspects... the home page however is a full reload, and some weird things happen when you switch from home
2011-01-12 15:47:14 -08:00
maxwell
f8d524c983
fix infield labels not rebinding on stream filter, and changed padding to margin for the user badge so the bottom boder does not go over the new request message
2011-01-12 13:50:55 -08:00
danielvincent
f2f3059d72
fixed aspects/manage css/js bug. aspect listings on aspects/index show at max 2 lines of ppl
2011-01-08 17:17:37 -08:00
danielvincent
6cc5d6e3ab
fixed all rspec/cucumber
2011-01-08 16:53:16 -08:00
danielvincent
6ca0b0014b
fade in aspect badges on stream
2011-01-08 15:24:03 -08:00
danielvincent
55fa1646c7
swapped out delete text for 'x' on stream_elements. controls fade in on hover
2011-01-08 15:06:25 -08:00
danielvincent
9cf1f5a023
fixed reshare with filters
2011-01-08 13:11:55 -08:00
danielvincent
98bcad5c59
visual fixes on people/show. contact count on aspect filters. contact list searches again.
2011-01-08 13:11:54 -08:00
danielvincent
71ca93720b
contact lists functional on aspects/index. edit panes facebox in from header
2011-01-08 13:11:53 -08:00
danielvincent
c9307305b3
collapsed aspect_listing and contact_listing on aspects/index
2011-01-08 13:11:53 -08:00
danielvincent
f44b3cbe3d
contacts now ajax in on aspect filtering on aspect/index. fixed missing partial error on aspect_badge.
2011-01-08 13:11:53 -08:00