kevivmatrix
6623e86a5a
private message sending changed to ajax
...
added specs for change in controller
one form of hash used in single line of code
rendering create response on sending message
redirect user to conversation page if message sent successfully
removed deprecated way of rendering file
conversations create for mobile fixed
minor code style change
updated changelog
2013-07-06 14:35:09 +05:30
Jonne Haß
cf9659de4a
fix XSS vulnerability in conversations#new, closes #4010
2013-02-26 19:09:30 +01:00
movilla
9913f40a38
Added private conversation for mobile
2012-08-20 16:33:05 +02:00
Maxwell Salzberg
018e513130
remove disable_with depreciation warning.
2012-05-31 22:35:07 -07:00
Maxwell Salzberg
4022ff5163
small possible fix for conversations
2011-10-24 13:06:32 -07:00
danielgrippi
91e649977c
MS DG update copyright
2011-09-14 11:23:12 -07:00
Gonzalo Rodriguez
3eb6d13f95
Issue #1431 : Suggest when the first letter typed, not the third
2011-07-30 15:56:28 -03:00
Raphael Sofaer
4fa5731d5e
Merge remote branch 'jancborchardt/1410-messages-conversation'
...
Conflicts:
app/views/conversations/new.haml
2011-07-28 12:45:40 -07:00
Andrej Kacian
e4a81fbc8a
Use "Sending..." instead of "Posting..." for new conversation.
2011-07-27 23:09:05 +02:00
Jan-Christoph Borchardt
5d998a8e93
Fix issue #1410 , remove cancel button in messages conversation
2011-07-20 11:20:18 +02:00
danielgrippi
47aab723bd
fix message focus bug
2011-07-05 12:17:23 -07:00
danielgrippi
60077bd70a
minor visual changes, more or less. facebox headers are now white.
2011-07-01 10:51:45 -07:00
Raphael Sofaer
d68c8a3a03
Merge pull request #657 from ndee/1050-cancel-message
...
Issue #1050 : Changed cancel-link of a new message to back
2011-07-01 10:46:27 -07:00
danielgrippi
b8ea8e9e75
start a conversation with an aspect from contact index page
2011-06-28 23:09:11 -07:00
Andreas Henrich
7b3711a788
Issue #1050 : Changed cancel-link of a new message to back
2011-06-21 18:48:34 -04:00
Raphael Sofaer
c7358c8664
Fix rendering into json for names with quotes
2011-05-03 10:50:13 -07:00
maxwell
95c1edbab8
disable duplicate sending of a private message
2011-04-04 10:09:53 -07:00
MrZYX
d97939a18f
escape the ' in the json (don't ask me why the four \ are needed, it was trial and error :P)
2011-03-30 21:14:21 +02:00
MrZYX
53bdb2cade
clean up stray hidden input tags by passing the data directly into the js where possible and placing them under an existing form tag elsewhere
2011-03-30 17:17:36 +02:00
zhitomirskiyi
0aaaefeba2
fix tag plugin
2011-03-29 16:53:48 -07:00
zhitomirskiyi
d54a8428d3
add some limits for conversation#new
2011-03-29 15:19:14 -07:00
zhitomirskiyi
ba15ea940b
autosuggest on tags now works, bumped up the version of the autocomplete plugin
2011-03-29 15:03:09 -07:00
zhitomirskiyi
a5bb26a3c4
almost done
2011-03-29 15:03:09 -07:00
danielgrippi
2b8b824230
fixed private mention popup in firefox
2011-03-22 17:25:32 -07:00
MrZYX
5631e45b6d
--amend
2011-03-09 15:49:16 +01:00
MrZYX
0d1133cd51
fixed some translations
...
do not escape html in private_message text only email
2011-03-09 15:33:46 +01:00
danielgrippi
d38e3a6b29
added translations to all conversation/message views. tweaked css
2011-03-08 15:51:46 -08:00
danielgrippi
78e30ff459
update unread count in conversation visibility when hitting conversationscontroller#show
2011-03-08 11:43:58 -08:00
danielgrippi
fb5e5cc341
cleaned up new message facebox
2011-03-07 20:14:22 -08:00
danielgrippi
97aff09140
added autocomplete on message 'to' field, minor css tweaks to inbox
2011-03-07 11:22:59 -08:00
danielgrippi
8fafc48d32
more private message wip.
2011-03-04 18:17:49 -08:00
danielgrippi
d50863cc90
added the ability to message someone from their profile page
2011-03-04 11:28:09 -08:00
zhitomirskiyi
9d7611f8d8
addedthe controllers and the views for the message and the conversation inbox, going to pull in some left nav styling
2011-03-02 12:27:57 -08:00
danielvincent
1072806d8f
PrivateMessage -> Conversation, Message.
2011-03-01 12:25:55 -08:00