danielgrippi
902c40e42d
removed the pod_stats table (was the cause of bloat on the database).
2011-08-30 10:01:59 -07:00
Gonzalo Rodriguez
57c531ffdc
Sorry, only for the user name link
2011-08-30 03:32:19 -03:00
Gonzalo Rodriguez
447b92a6fe
Remove annoying dotted rectangle on user menu
2011-08-30 03:26:14 -03:00
Sarah Mei
2255e80b69
So. It turns out that postgresql has a less-consistent idea of what .first means in an association with no default ordering. All the places we were doing bob.aspects.first (& etc.) needed to be more specific. & o ya, POSTGRES IS GREEN.
2011-08-29 22:03:05 -07:00
Sarah Mei
e8eb496e66
Ruby 1.9 can find markdownify.
2011-08-29 20:01:57 -07:00
Maxwell Salzberg
83b99890ba
another shot at fixing markdownify
2011-08-29 19:43:29 -07:00
Maxwell Salzberg
e30c84ee96
small fix for markdownify
2011-08-29 19:38:51 -07:00
Maxwell Salzberg
224b59322b
remove console.log in spec
2011-08-29 19:16:41 -07:00
Maxwell Salzberg
3bde507a3a
DC MS fix crazy status.net linkback accept header
2011-08-29 18:44:31 -07:00
Andrej Kacian
36e32ba497
Update jasmine tests for the stream element widget.
2011-08-30 01:46:39 +02:00
Andrej Kacian
e1cfd59dce
Move bindings for post hiding/deleting effect from old stream.js to StreamElement
2011-08-30 01:18:51 +02:00
danielgrippi
3e80e4366d
specifiy web process first in Procfile, otherwise passing -p to foreman won't do anything.
2011-08-29 16:04:23 -07:00
danielgrippi
bd77560636
cucumber green in postgres (i think?). touched up aspect spec.
2011-08-29 15:53:47 -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
Andrej Kacian
4d666e3f5b
Fix back-to-top scroller widget.
2011-08-29 22:50:28 +02:00
Maxwell Salzberg
f479a9a144
Merge branch 'brianwisti-1305-full-markdown'
2011-08-29 10:56:48 -07:00
Andrej Kacian
e1838729fe
Fix account name color in user menu, issue #1833 .
2011-08-29 11:55:44 +02:00
Gonzalo Rodriguez
5dcff46d0b
Fixing expand likes ajax call that was broken. Related jasmine still red.
2011-08-29 04:06:55 -03:00
danielgrippi
b7f9400a9f
Moved post/comment text collapsing into respective widgets; removed from stream.js. Removed an unused function in stream.js (image hotlinking).
2011-08-28 22:04:06 -07:00
Gonzalo Rodriguez
a618b261f3
Closes #1571 . Give min-width to user menu.
2011-08-28 23:02:28 -03:00
Gonzalo Rodriguez
068d3c690d
Add test scenario: deleting an aspect from homepage
2011-08-28 22:32:05 -03: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
Andrej Kacian
f0b8114738
Show friendly timestamps when expanding all comments on a post.
2011-08-28 18:46:19 +02:00
danielgrippi
3a27d66ee8
fix hover to add hover class to element (ugly); fixes one cucumber test
2011-08-27 23:20:57 -07:00
danielgrippi
f2fb431fed
condense asset declarations; include all js in widget and helper directories (this is what we've already been doing)
2011-08-27 22:22:20 -07:00
danielgrippi
802dd989a8
remove javascript in lieu of css; feature is still failing
2011-08-27 22:04:30 -07:00
Sarah Mei
60c8a0d00b
Use different mouse events to fix tag unfollow icon hovering
2011-08-27 21:54:05 -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
MrZYX
5b51dde195
updated locales
2011-08-27 23:00:33 +02: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
20b4304f23
fix cucumber failures
2011-08-26 15:32:13 -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
2d45a4287f
Fix tipsy tooltips in stream elements
2011-08-26 21:19:52 +02:00
Andrej Kacian
5d2d883dd3
Require confirmation when deleting a comment
2011-08-26 20:24:04 +02:00
Dan Hansen
07beb3c1fb
add a basepage that is instantiated on all pages. remove meaningless pages
2011-08-26 12:30:28 -05:00
Dan Hansen
d75ef8d020
made backtotop a widget, added jquery-debounce
2011-08-26 12:30:28 -05:00
Dan Hansen
5182c9ef1a
Merge pull request #1821 from vcuculo/fix-live-stream
...
Fixed live stream
2011-08-26 10:25:07 -07:00
vcuculo
d90f38bb38
fix live stream
2011-08-26 18:54:30 +02:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
845aa4e935
Merge branch 'reshare-notification'
2011-08-25 17:20:07 -07: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
Ilyaaaaaaaaaaaaa Zhitomirskiy
e45278a043
notification for reshares WIP
2011-08-25 17:16:09 -07:00
Gonzalo Rodríguez
31733e1f9f
Merge pull request #1686 from grzuy/1486-invalid-birthday-crash
...
Fix #1486 profile update was crashing with invalid birthday date
2011-08-25 16:40:57 -07:00
Maxwell Salzberg
8dfb278509
Merge pull request #1795 from lksnyder0/admin_nav
...
Admin nav
2011-08-25 16:35:09 -07:00
Maxwell Salzberg
b70f684efc
fix css for hovercards in notifications, and people with long names
2011-08-25 12:16:03 -07:00
MrZYX
4dc4c67edd
added scripts to export/import locales to/from xml
2011-08-25 14:51:06 +02:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
2708b0b695
added back the tooltip explaining username constatrains on the accept invite flow
2011-08-24 17:35:27 -07:00