Dennis Collinson
|
e16a20e18c
|
toggle all nsfw posts
|
2012-02-14 14:15:24 -08:00 |
|
danielgrippi
|
f3f2b8ca44
|
change routes to properly reflect page names (activity/stream).
|
2012-02-14 11:16:41 -08:00 |
|
Daniel Grippi
|
1638f32042
|
Merge pull request #2841 from Raven24/bookmarklet-specs
intentionally failing specs - dirty input breaks bookmarklet (+fix)
|
2012-02-13 21:14:56 -08:00 |
|
danielgrippi
|
32f93a0391
|
you can now follow / unfollow a post from the stream; fixed cukes.
|
2012-02-13 19:13:43 -08:00 |
|
danielgrippi
|
f1c119452a
|
made nsfw shield nicer and more condensed [ci skip]
|
2012-02-13 14:12:14 -08:00 |
|
danielgrippi
|
535c39ae7b
|
fix jasmine
|
2012-02-09 18:21:51 -08:00 |
|
danielgrippi
|
e6e49bbf1f
|
stubbornella media and img dom structure FTW! major css deletion <3
|
2012-02-09 14:29:01 -08:00 |
|
danielgrippi
|
84eb313e20
|
updated routes to reflect page titles (explore/participate)
|
2012-02-08 14:40:28 -08:00 |
|
danielgrippi
|
8fb3ad710f
|
fix jasmine
|
2012-02-08 10:34:21 -08:00 |
|
Maxwell Salzberg
|
cb23b2d5b7
|
make jasmine happy, by just refrencing the template package we already create
|
2012-02-07 15:35:42 -08:00 |
|
Maxwell Salzberg
|
f141537d0d
|
jasmine ci does not need to re-load jammit, so we can rescue out of any failures in the auto-reload patch
|
2012-02-07 14:07:50 -08:00 |
|
Florian Staudacher
|
d965016cf6
|
added intentionally failing specs, because dirty input breaks bookmarklet
see also #2741 #2751 #2800
|
2012-02-07 21:47:53 +01:00 |
|
danielgrippi
|
7d60d96132
|
set handlebars compiler in jammit config.yml (handlebars worries about maintaining a compilation cache, we don't have to do this manually.) [ci skip]
|
2012-02-05 21:18:34 -08:00 |
|
danielgrippi
|
39ff47150b
|
allow jammit to serve up our handlebars templates, making them cacheable! added bonus: changing a handlebars template now doesn't involve re-running rspec to regenerate them. zing.
|
2012-02-04 15:50:36 -08:00 |
|
Dennis Collective
|
6dbd644b01
|
Merge pull request #2719 from stwf/return-contact-popup-to-notify
aspects popup menu missing from 'started sharing' notifications
|
2012-02-03 00:42:10 -08:00 |
|
Steven Fuchs
|
882853415b
|
commit test for new code that keeps count from going negative.
|
2012-02-02 11:26:58 -05:00 |
|
Sarah Mei
|
7389b895d6
|
Fix #2799 - bullet points in a post that has 'read more'
|
2012-02-01 14:31:07 -08:00 |
|
Steven Fuchs
|
77fc4b6cab
|
moved tests from jasmine to controller specs
|
2012-01-31 13:58:41 -05:00 |
|
Steven Fuchs
|
62dd2fc642
|
moved notifications view tests out of backbone area.
|
2012-01-29 19:29:51 -05:00 |
|
Steven Fuchs
|
5ea4bc0a1b
|
Merge remote branch 'upstream/master' into return-contact-popup-to-notify
|
2012-01-29 18:13:30 -05:00 |
|
Sarah Mei
|
38908396f5
|
Fix stream view spec to look for different things on FF and on webkit. Sigh.
|
2012-01-29 00:09:56 -08:00 |
|
Sarah Mei
|
0e242c3e0a
|
Fix one spec on FF; pendingify the other until I can figure out what's going on. Seems to be different behavior of the expander plugin across chrome and FF.
|
2012-01-28 23:35:26 -08:00 |
|
Sarah Mei
|
1f710232d8
|
Clicking 'read more' now removes the link and collapses the adjacent paragraphs. Also: hella semicolons. Fixes #2766
|
2012-01-28 22:29:43 -08:00 |
|
danielgrippi
|
f250b79105
|
post owners can now delete any comments on their own posts. fixes #2652
|
2012-01-27 18:24:46 -08:00 |
|
danielgrippi
|
410f2d436f
|
fix jasmine
|
2012-01-27 16:09:45 -08:00 |
|
danielgrippi
|
a3d596a853
|
DG MS; only fetch contacts when focused in on Publisher.input(); limit autocomplete; added uma back; fixed jasmine tests.
|
2012-01-26 18:51:02 -08:00 |
|
Steven Fuchs
|
5f705775cd
|
spec to generate some notification fixtures and jasmine specs to test them. Notably making sure that start sharing items have an aspects popup menu.
|
2012-01-24 23:04:35 -05:00 |
|
Daniel Grippi
|
89472992cc
|
Merge pull request #2720 from MrZYX/people_slash_guid
use guid instead of id for /people/ urls
|
2012-01-24 13:14:08 -08:00 |
|
Jonne Haß
|
6f283632c5
|
fix resharing a reshare, javascript isn't ruby :P
|
2012-01-24 19:44:45 +01:00 |
|
Jonne Haß
|
51d1bbbd70
|
app.user returns false instead of undefined if logged out, fix #2723
|
2012-01-24 11:56:48 +01:00 |
|
Dennis Collinson
|
870ad3d9f7
|
DC DG; some fixes, mentioning works.
|
2012-01-23 19:32:15 -08:00 |
|
Jonne Haß
|
7aaaf4f43b
|
use guid instead of id for /people/ urls
|
2012-01-23 23:35:31 +01:00 |
|
danielgrippi
|
3a76490640
|
window.app.user() doesn't return attributes nested in a key; added a comment_view spec
|
2012-01-22 23:37:13 -08:00 |
|
Daniel Grippi
|
2c50de0726
|
Merge pull request #2714 from stwf/im-sorry-bye-vanna
Remove Vanna Controller from app and fix up notifications controller, views, scripts, specs
|
2012-01-22 22:15:14 -08:00 |
|
danielgrippi
|
5d15c53f6b
|
Revert "Revert "now using handlebars for client side templates" for now"
This reverts commit 5f9c469b12.
|
2012-01-22 22:01:57 -08:00 |
|
Dennis Collinson
|
5f9c469b12
|
Revert "now using handlebars for client side templates" for now
This reverts commit 4692055d8a.
|
2012-01-22 17:16:22 -08:00 |
|
Dennis Collinson
|
4692055d8a
|
now using handlebars for client side templates
|
2012-01-22 16:59:44 -08:00 |
|
Steven Fuchs
|
e882dedd33
|
remove vanna controller from app, adjust scripts, specs, views and controllers to work.
|
2012-01-22 17:39:35 -05:00 |
|
danielgrippi
|
cc1ac843cc
|
re-added widget; fixed tests; use _.throttle instead of depricated custom debounce
|
2012-01-21 20:23:00 -08:00 |
|
danielgrippi
|
c3b9bb9a9a
|
expanding likes works again
|
2012-01-21 18:55:07 -08:00 |
|
danielgrippi
|
9e3521396d
|
clear new comment on submit; include the newer autoexpander in jasmine
|
2012-01-20 21:58:07 -08:00 |
|
danielgrippi
|
25d0f0d87f
|
updated jquery autoResize; comment boxes now expand
|
2012-01-20 21:45:55 -08:00 |
|
Steven Fuchs
|
9836860ca3
|
Merge remote branch 'upstream/master' into im-sorry-bye-vanna
|
2012-01-20 12:23:45 -05:00 |
|
danielgrippi
|
356494b78b
|
DG DC; $("window") doesn't actually work in the binding scenario
|
2012-01-19 17:16:58 -08:00 |
|
danielgrippi
|
c219cee97d
|
fix inf scroll issues in stream view
|
2012-01-19 17:01:45 -08:00 |
|
Dennis Collinson
|
9b1d64bb76
|
stream model has a posts collection
|
2012-01-18 19:08:36 -08:00 |
|
Dennis Collinson
|
4ad58bdf2f
|
refactoring backbone urls
|
2012-01-18 19:08:36 -08:00 |
|
Dennis Collinson
|
9cde06a628
|
You can now like "reshares", stream is polymorphic
|
2012-01-17 17:22:56 -08:00 |
|
Steven Fuchs
|
a11c8d8a96
|
javascripts for marking notifications items as unread on both the notifications page and popup menu.
|
2012-01-17 19:20:42 -05:00 |
|
Dennis Collinson
|
66d71a217e
|
you should be able to reshare reshares again, first pass
|
2012-01-16 19:56:52 -08:00 |
|