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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Dennis Collinson
|
66d71a217e
|
you should be able to reshare reshares again, first pass
|
2012-01-16 19:56:52 -08:00 |
|
Maxwell Salzberg
|
d5563d8802
|
TT MS; fix a bug when the mention string is not actually in the mentions
|
2012-01-16 15:59:40 -08:00 |
|
danielgrippi
|
8150d32b86
|
using pageDown Markdown library, fixing autolinking. created app.helpers.textFormatter, which takes care of text formatting; functions can be called individually throughout the app
|
2012-01-15 18:28:58 -08:00 |
|
danielgrippi
|
177f608276
|
fix oembed issues in backbone land
|
2012-01-15 15:56:34 -08:00 |
|
danielgrippi
|
9d2b1e9415
|
actually clear photos from the publisher. also, i hate the photo uploader we're using.
|
2012-01-14 15:40:44 -08:00 |
|
Jonne Haß
|
5d0223601b
|
fallback to english pluralization rule if none is found
|
2012-01-14 21:26:01 +01:00 |
|
Dennis Collinson
|
dec3006b50
|
DH DC don't render feedback view on public posts
|
2012-01-12 17:47:03 -08:00 |
|
Dennis Collinson
|
7b1d7b8ac9
|
small refactor
|
2012-01-12 17:47:02 -08:00 |
|
danielgrippi
|
c11fdb0459
|
put 'Admin' back in #user_menu for admins. this fixes #2595 [ci skip]
|
2012-01-08 23:43:17 -08:00 |
|
danielgrippi
|
a1cf279226
|
support twitter hashbangs in urls for url parsing [ci skip]
|
2012-01-08 17:35:56 -08:00 |
|
danielgrippi
|
5e65c88bd8
|
better regex for capturing urls (sensitive to urls in tags) [ci skip]
|
2012-01-08 17:06:25 -08:00 |
|
danielgrippi
|
b5dea63774
|
larger buffer for autoscroll
|
2012-01-07 21:25:02 -08:00 |
|
danielgrippi
|
a899e71ce5
|
switch order of auto-linking
|
2012-01-07 21:19:13 -08:00 |
|
danielgrippi
|
ad2e6a414f
|
autolink urls in content view
|
2012-01-07 20:47:30 -08:00 |
|
danielgrippi
|
c9c7cff479
|
don't fetch more posts from the stream if only one post has been returned
|
2012-01-07 19:59:33 -08:00 |
|
danielgrippi
|
e928cc805a
|
fixed markdown issues with reshares; removed puts from specs
|
2012-01-07 17:33:16 -08:00 |
|
Dennis Collinson
|
8fa6c46de2
|
DG DC more hashtag fixes, throw in mention clearing cowboy style
|
2012-01-07 14:24:28 -08:00 |
|
Dennis Collinson
|
daba42c857
|
mentions now render client side, wow
|
2012-01-07 14:24:28 -08:00 |
|
Dennis Collinson
|
b13e72bc00
|
spec fix for markdown
|
2012-01-07 14:24:28 -08:00 |
|
danielgrippi
|
0fb1bf5d4b
|
hash tags are linked on the front end, adding markdown.js file
|
2012-01-07 14:24:27 -08:00 |
|
danielgrippi
|
fd6e3bae62
|
move timeago and tooltip logic to the base View
|
2012-01-07 14:24:27 -08:00 |
|
danielgrippi
|
d2807b5202
|
markdown for posts on front end, tags broken
|
2012-01-07 14:24:27 -08:00 |
|
danielgrippi
|
2024716c2c
|
remove unusued javascript files; GC clearing from application/vanna controller
|
2012-01-07 14:24:27 -08:00 |
|
danielgrippi
|
24950bd364
|
restored ability to 'unlike'
|
2012-01-07 14:23:28 -08:00 |
|
danielgrippi
|
f72edbc039
|
added notification and unread mesasge count back to the header
|
2012-01-07 14:23:28 -08:00 |
|
danielgrippi
|
933299e31c
|
added translations to templates; mock out the locale file in jasmine
|
2012-01-07 14:23:28 -08:00 |
|
danielgrippi
|
a92401f157
|
prevent further pagination if user has fetched all posts for a given stream
|
2012-01-07 14:23:28 -08:00 |
|
Dennis Collinson
|
d5e9c5eebc
|
DG DC add stream faces to page party
|
2012-01-07 14:23:28 -08:00 |
|
Dennis Collinson
|
b582f45452
|
green jasmine, yo
|
2012-01-07 14:23:28 -08:00 |
|
Dennis Collinson
|
9d24b518f5
|
DC DG; correctly populate the stream jasmine fixture
|
2012-01-07 14:23:28 -08:00 |
|
danielgrippi
|
dbfb18e249
|
display reshare counts; test inf scroll & reshare counter in jasmine instead of cucumber
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
85b5974fa9
|
removed top-level element delcarations from app templates
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
64a90a30ef
|
only load photos for a post if photos_count > 0; display 'limited' or 'public' in stream elements; fix small like bug in stream
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
71bae10317
|
fixed notification specs; removed a cuke around reshares already tested in jasmine
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
3268726a9a
|
added LikesInfo view; simplified Feedback view (not sure how to mock the jasmine specs correctly... ugh)
|
2012-01-07 14:23:26 -08:00 |
|
danielgrippi
|
719e265b68
|
modified app to return a hash if current_user is not present; removed view specs in postsController specs & moved logic to js/jasmine
|
2012-01-07 14:23:26 -08:00 |
|
danielgrippi
|
0a4b4fb344
|
remove duplication in jasmine tests (Post view / Feedback view); one correclty failing jasmine spec for Feedback view; created a StatusMessage model for the publisher
|
2012-01-07 14:23:26 -08:00 |
|
danielgrippi
|
02ca7a32f0
|
added reshare logic back (doesn't append it to the stream...)
|
2012-01-07 14:23:25 -08:00 |
|
danielgrippi
|
027bb3dee7
|
removed content-updater widget; better tests around likes on feedback widget; extend the defaultPresenter return value instead of passing the function in Feedback view
|
2012-01-07 14:23:25 -08:00 |
|
danielgrippi
|
4029b26c03
|
created publisher view; wip
|
2012-01-07 14:23:25 -08:00 |
|
danielgrippi
|
1a5e493b22
|
downcase namespacing of app
|
2012-01-07 14:23:25 -08:00 |
|
Dennis Collinson
|
f5609f2182
|
App views base renders subviews like magic
|
2012-01-07 14:23:24 -08:00 |
|
danielgrippi
|
31d24c60c7
|
added spec for .like_action link being rendered; added comments div back to stream_element for now
|
2012-01-07 14:23:24 -08:00 |
|
danielgrippi
|
1ffdfa8465
|
DC DG; created feedback view; moved jasmine fixtures; modified jasmine spec helper; jasmine is green
|
2012-01-07 14:23:24 -08:00 |
|
danielgrippi
|
67e56dce2c
|
backbone view for header; moved user dropdown logic in there; moved jasmine specs over; removed old widget
|
2012-01-07 14:23:23 -08:00 |
|
danielgrippi
|
c6e4172926
|
fixed likes_controller; half of the failing jasmine tests
|
2012-01-07 14:23:23 -08:00 |
|
Dennis Collinson
|
a7627fabea
|
pulling more view logic into superclass
|
2012-01-07 14:23:23 -08:00 |
|
danielgrippi
|
ae6fa5bebb
|
don't use Diaspora widget system or stream.js when backbone is active;
migrating like actions over to backbone; some cleanup; bump jquery to
1.7.1
|
2012-01-07 14:23:22 -08:00 |
|
danielgrippi
|
ffae0f8e85
|
added more jasmine spec; NSFW wip
|
2012-01-07 14:23:22 -08:00 |
|
danielgrippi
|
bc1ffd317e
|
reference 'el' explicitly (render methods now return this instead of this.el); comment area focusing working again
|
2012-01-07 14:23:22 -08:00 |
|
danielgrippi
|
34e3403e2e
|
jasmine green again; template switching in place, defaulting to displaying post text
|
2012-01-07 14:23:21 -08:00 |
|
Dennis Collinson
|
8e3db3aebe
|
make jasmine view tests work, load templates, party
|
2012-01-07 14:23:21 -08:00 |
|
danielgrippi
|
52e3f1b240
|
DC DG; test stream view WIP
|
2012-01-07 14:23:21 -08:00 |
|
danielgrippi
|
1d178116e9
|
DC DG; jasmine green
|
2012-01-07 14:23:21 -08:00 |
|