02 Oct, 2012
1 commit
-
I chose to use CSS hover instead of javascript to fix this, mainly because it's an style thing too simple to use javascript in my opinion. I also removed an javascript used to hide/show the remove/comment button in activity items. That script wasn't working, I fixed it but it felt like too much stuff showing up in the user's face when hovering the mouse, so I removed it altogether. (ActionItem2463)
30 Sep, 2012
1 commit
-
…into merge-requests/234
28 Sep, 2012
1 commit
-
Instead of a textual feedback to the user when a comment or wall item is deleted, this patch uses jQuery .slideUp() so the user feel like they see instead of read about the item removal. Also updates the Brazilian Portuguese translation. (ActionItem2403)
14 Sep, 2012
1 commit
-
Comments with no author would break the wall. This fixes this issue. Comments are shown similar to the ones in article pages, displaying an specific icon to unknown users (non logged users) and other icon to removed users. Shows author name only if it exists (i.e if the author has a profile or if the name was provided for a non logged user) (ActionItem2445)
17 Aug, 2012
1 commit
-
…into merge-requests/201
15 Aug, 2012
1 commit
-
I did a little refactor in the already existent script to limited_text_area so the part that grows the textarea can be reused elsewhere, e.g. the comment box in the wall. Since I was modifying the limited_text_area function again, I re-did here the fix to the bug in Chrome browsers where the textarea would grow with every key press. So this merge request also fix the ActionItem2288. (ActionItem2405)
06 Aug, 2012
1 commit
-
"What's new" tab have a duplicate content from the Wall tab. This patch just removes the tab from the Community's index page.
03 Aug, 2012
1 commit
-
Also, removed comments from images on profile, because now the gallery is the target of activity (ActionItem1826)
19 Jul, 2012
2 commits
-
Also removed not used monkey patch Removed comments on CSS file
-
Added back add_member_in_community activity Fixed creation of notifications for communities
03 Jul, 2012
1 commit
-
Duplicated comments when it has answers Displaying comment title Fixed avatar images on comment Article title far from article lead Only displaying 1000 cahrs Creating activities on communities feed Fixes on rightbar and leftbar
22 May, 2012
1 commit
21 May, 2012
4 commits
-
Missing feed notification and network
17 May, 2012
22 commits
-
(ActionItem1826)
-
When the item has more than 7 days it shows the date instead of "time ago"
-
Profile is the first tab Replaced "Leave a scrap" by "Share" Fixed CSS of profile-network Fixed js to add title of comment textarea after posting
-
Fixing activities comments submit
-
app/controllers/public/profile_controller.rb
-
…an be removed; Added an method to get the activity related to the article; Alter the counter cache of the activity when a comment is added or removed to the article
09 Apr, 2012
1 commit
08 Mar, 2012
1 commit
-
I had to change a lot of plugin hotspot tests that depended on heavy/evil mocking and stubbing to pass. (ActionItem2315)