danielgrippi
91e649977c
MS DG update copyright
2011-09-14 11:23:12 -07:00
alda519
2d47658b08
removes underline in tag search form on getting started page
2011-09-13 08:14:20 +02:00
Lennart Prelle
5a3445150c
move _donate.html.erb to _donate.html.haml and make it translateable
2011-09-12 18:29:07 +02:00
danielgrippi
2d1bb92a5a
added missing sample() in _selected_contacts.html.haml
2011-09-11 15:18:46 -07:00
danielgrippi
ec4dc7a905
Created AspectStream; removed all logic from AspectsController#index
2011-09-11 14:16:48 -07:00
Lennart Prelle
8041fea96c
added mobile version to the change
2011-09-11 17:29:23 +02:00
Lennart Prelle
40ac7b7620
make string in authorizations translateable
2011-09-11 17:20:54 +02:00
Jonne Hass
a614985d83
made single process mode configuration more consistent
...
* SINGLE_PROCESS_MODE environment variable takes precedence over
application.yml setting
* SINGLE_PROCESS environment variable takes precedence over
SINGLE_PROCESS_MODE environment variable to be backward compatible
2011-09-11 13:54:14 +02:00
Jonne Hass
523d565dd5
Merge pull request #1939 from everplays/css-rtl
...
fixed html markup which broke applied direction
2011-09-10 13:27:19 -07:00
danielgrippi
fe915ecb09
don't redirect to AspectsController#new from AspectsController#index if no aspect is present
2011-09-10 09:25:38 -07:00
danielgrippi
36a9e1643e
touched up AspectsController#index for readability's sake
2011-09-10 09:24:35 -07:00
behrooz shabani (everplays)
22bb6177d4
<p> can't be inside another one - breaks direction detection
...
we are applying direction of content on <p> & markdownify always
generates a <p> so we have something like <p
class="ltr"><p>...</p></p> but paragraph can't be inside another
paragraph & browsers sees something like <p
class="rtl"></p><p>...</p></p> so applied direction will be ignored
2011-09-10 16:14:30 +04:30
Maxwell Salzberg
1fa01a811e
DG MS; updated text to reflect the fact that hiding posts now
...
mutes notifications as well
2011-09-09 10:52:19 -07:00
Manuel Schölling
0b28376216
Fixed some texts in "Getting Started" that were not translatable
2011-09-09 01:15:54 +02:00
danielgrippi
1844226077
paginate facebook friends.
2011-09-07 13:00:21 -07:00
Gonzalo Rodriguez
1a6ee84ed5
Refactor aspect listings partial. Splited in two, one for index and
...
other for contacts.
2011-09-07 00:09:39 -03:00
danielgrippi
341d105e75
updated buttons, mixin declarations
2011-09-04 22:48:37 -07:00
danielgrippi
66836e53d2
Aspect dropdowns read 'All Aspects' if all aspects are selected
2011-09-03 18:38:12 -07:00
Maxwell Salzberg
eb6263084e
MS DH fix liking of posts and comment js; instansiate streamElement widgets when they are socketed
2011-09-03 12:09:34 -07:00
vcuculo
8919d0c0ce
fixed bookmarklet
2011-09-02 10:28:32 +02:00
danielgrippi
af569204b8
Revert "Merge pull request #1874 from vcuculo/1785-fix-bookmarklet"
...
This reverts commit e278b39421 , reversing
changes made to d0f21cb444 .
2011-09-01 16:31:49 -07:00
vcuculo
6518a89302
fixed bookmarlet
2011-09-02 00:44:56 +02:00
Maxwell Salzberg
b8ca4bfcab
added Link to profile page in webfinger profile to make federation a bit easier
2011-08-31 19:57:46 -07:00
danielgrippi
7e72a29401
fixed aspect edit pane (removed diaspora ids)
2011-08-31 14:55:23 -07:00
Maxwell Salzberg
272ab55482
Merge branch '1844-mentions-in-markdown' of https://github.com/brianwisti/diaspora into brianwisti-1844-mentions-in-markdown
2011-08-30 22:15:52 -07:00
Dan Hansen
f788de17fd
allow the user to see who has liked a specific comment.
2011-08-30 21:13:12 -05:00
Dan Hansen
dc947e449b
fix issues with comment stream, fix likes, merge comment stream and comment toggler widgets.
...
make timeago widget a simple wrapper for $.fn.timeago (we don't really need this.)
2011-08-30 21:07:40 -05:00
Brian Wisti
8aafc61071
merged with blank markdownify check
2011-08-30 12:55:52 -07:00
Zach Prezkuta
dfe9e15107
Issue #1811 : Share button missing in mobile version
2011-08-29 21:22:07 -06:00
danielgrippi
1198670383
Added Foreman gem. Run Diaspora using foreman start (will start everything except mySQL. Passing in a -p flag will let you specifiy the port. Also: I took single_process_mode out of app config and made it an environment variable. If you want to boot a lightweight server, run SINGLE_PROCESS=true rails s.
2011-08-29 14:38:07 -07:00
Maxwell Salzberg
f479a9a144
Merge branch 'brianwisti-1305-full-markdown'
2011-08-29 10:56:48 -07:00
Sarah Mei
b60101b9ad
Use explicit parameters instead of request format to determine whether we render a remote or non-remote form in aspects#new.
...
Facebox needs to get back a text/html response. We were using text/javascript to indicate that we wanted a remote form and text/html to indicate we wanted a non-remote form. The trouble is, if we request with text/javascript then that is the format we get back. It doesn't really make sense to use formats that way anyway, so I changed it to an explicit parameter. This had the nice side effect of simplifying our new-aspect views.
2011-08-28 16:08:57 -07:00
Gonzalo Rodriguez
b9dbe0ecdd
Closes #1827 . Minor text fix on Getting Started page
2011-08-27 21:32:58 -03:00
Maxwell Salzberg
c66b7d584d
Merge branch '1305-full-markdown' of https://github.com/brianwisti/diaspora into brianwisti-1305-full-markdown
...
Conflicts:
Gemfile.lock
2011-08-27 14:13:15 -07:00
Dan Hansen
d084c708b6
use @like.target instead of @target, build should be green
2011-08-26 16:08:39 -05:00
Dan Hansen
27d4fd8176
fix retractions, fix likes, backfill likes widget tests, remove typo from jasmine.yml, remove unneeded js files
...
require confirmation for comments in js, get rid of rails helper
2011-08-26 15:24:07 -05:00
Andrej Kacian
5d2d883dd3
Require confirmation when deleting a comment
2011-08-26 20:24:04 +02:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
a40543e15c
a user now has the option to disable reshare email notifications
2011-08-25 17:16:09 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
8c9a585337
reshares now have notifications, slight refactor of the notification helper
2011-08-25 17:16:09 -07:00
Maxwell Salzberg
8dfb278509
Merge pull request #1795 from lksnyder0/admin_nav
...
Admin nav
2011-08-25 16:35:09 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
2708b0b695
added back the tooltip explaining username constatrains on the accept invite flow
2011-08-24 17:35:27 -07:00
Raphael Sofaer
dec10e3de9
Finish setting up sesssions#new prefill when logged out by authorizationsControlelr
2011-08-23 16:37:51 -07:00
Raphael Sofaer
89edfb7ed6
WIP prefilling username on logout of user is almost there
2011-08-23 16:37:50 -07:00
Maxwell Salzberg
eb99b6ba5d
MS IZ removed the puts
2011-08-23 14:41:16 -07:00
Maxwell Salzberg
2a5155fd4d
IZ MS fixed facebook inviter for people you are already friends with to use the normal aspect membership dropdown, and created some nuiaces in the seed script between bob, alice and eve and their fb status"
2011-08-23 13:50:03 -07:00
Maxwell Salzberg
0dc5807ee0
go to the facebook friend finding page on getting started untill we work out the facebox problems
2011-08-23 09:15:51 -07:00
Gonzalo Rodriguez
43d6acd868
Support green login page flash message for password change success
2011-08-23 00:51:00 -03:00
Dan Hansen
6b040c7b4a
clean up websocket receiver, add specs to content updater
2011-08-22 20:03:38 -05:00
MrZYX
87cd09a936
fix string concat
2011-08-22 23:09:51 +02:00
Dan Hansen
c0f45acfe8
Merge branch 'js-refactor-merged'
2011-08-21 21:40:01 -05:00