Daniel Grippi
26ae8b17b2
Merge pull request #1910 from diaspora/aspect_listings_split
...
Refactor aspect listings partial. Splited in two, one for aspects and other for contacts
2011-09-07 08:34:50 -07:00
Jonne Hass
c0780f3af2
only touch post on comment creation, fix #1911
2011-09-07 15:55:48 +02:00
Jonne Hass
bc4872d3a5
ensure handle is downcased on search, fix #1912
2011-09-07 15:17:42 +02: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
Gonzalo Rodriguez
4a2b609d53
Join two aspect_ids calculations into one
2011-09-06 23:12:03 -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
0780491d4f
fix for 'undefined method 'post' for nil:NilClass' in Mail::AlsoCommented
2011-09-03 16:06:30 -07:00
Maxwell Salzberg
1853720513
MS SM fix for 'No method limit for []'
2011-09-03 16:05:44 -07:00
Maxwell Salzberg
26151263c5
put receiving in a transaction, to prevent the crazy duplicate index errors and hopefully fix federation visibility.
2011-09-03 16:04:53 -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
Gonzalo Rodriguez
2afb646286
Minor changes on status message
2011-09-03 03:47:33 -03:00
Gonzalo Rodriguez
8dd05a5e5b
Fixing method signature semantics
2011-09-03 03:36:38 -03:00
Gonzalo Rodriguez
0aeab944bf
Related to #1885 . Workaround to avoid crashing when searching tags with dots like cubbi.es
...
What i did was to redirect to the tag without dots, in this case cubbies
I didn't consider a good idea to add route support for /tags/cubbi.es
since it get messed with request formats
2011-09-03 00:22:27 -03:00
Gonzalo Rodriguez
eae9c14168
Use named helper instead of hardcoded route
2011-09-02 22:49:16 -03: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
48cdf7c79f
fix poetry mode, due to a mistake I made previously. also fixed a 500 where youtube titles do the unexpected
2011-09-01 12:03:07 -07:00
Daniel Grippi
00ffc996e4
Merge pull request #1866 from TheLambdaCalculus/b1126-deletion-of-all-photos-from-a-post-with-no-words-should-result-in-the-post-being-deleted
...
B1126 deletion of all photos from a post with no words should result in the post being deleted
2011-09-01 10:04:10 -07:00
vcuculo
8270a486ae
dont forget mobile site :)
2011-09-01 09:48:57 +02:00
The Lambda Calculus
9d7b8d7f5d
Have passing Cucumber tests [Finishes issue #1126 ]
2011-09-01 01:59:51 -04:00
The Lambda Calculus
98b71f92ab
We now do a check on photo deletion to ensure that any associated status messages are also deleted if now empty [Issue #1126 ]
2011-09-01 01:59:51 -04:00
Sarah Mei
2e747e814f
Turns out we need that absolute option after all.
2011-08-31 21:21:55 -07:00
Sarah Mei
1e50137815
Fix person_href
2011-08-31 20:29:53 -07: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
Maxwell Salzberg
62aea0e820
fix for mention links, and the first tag links #ohYEAH
2011-08-31 18:06:30 -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
a6e87ebcb2
placeholder commit, working on mentions in markdown merging.
2011-08-30 14:44:49 -07:00
Brian Wisti
8aafc61071
merged with blank markdownify check
2011-08-30 12:55:52 -07:00
Maxwell Salzberg
bb8a9f0b3f
small bug in markdownify to prevent barfing with a nil message
2011-08-30 11:34:54 -07:00
Maxwell Salzberg
e25decedc3
Merge pull request #1845 from fermionic/1811-mobile-share-button
...
1811 mobile share button
2011-08-30 11:27:36 -07:00
danielgrippi
4d1c93d95b
Removed , but not the table. Record all in httpmulti success
2011-08-30 10:14:32 -07:00
danielgrippi
0dfcbca51b
Revert "removed the pod_stats table (was the cause of bloat on the database)."
...
This reverts commit 902c40e42d .
2011-08-30 10:03:56 -07:00
danielgrippi
902c40e42d
removed the pod_stats table (was the cause of bloat on the database).
2011-08-30 10:01:59 -07:00
Zach Prezkuta
dfe9e15107
Issue #1811 : Share button missing in mobile version
2011-08-29 21:22:07 -06:00
Sarah Mei
e8eb496e66
Ruby 1.9 can find markdownify.
2011-08-29 20:01:57 -07:00
Maxwell Salzberg
3bde507a3a
DC MS fix crazy status.net linkback accept header
2011-08-29 18:44:31 -07: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
Gonzalo Rodriguez
b048d1dd54
When deleting an aspect from contacts page do not redirect to aspects page
2011-08-27 19:24:21 -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
Gonzalo Rodriguez
cc1add81b0
Avoid RecordNotFound exception thrown by find method when invalid person_id
2011-08-27 02:45:58 -03: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