01 Nov, 2012
1 commit
-
…into merge-requests/237
13 Oct, 2012
1 commit
-
ActionItem2456
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)
01 Oct, 2012
1 commit
30 Sep, 2012
6 commits
-
…into merge-requests/234
-
…into merge-requests/200
-
…into merge-requests/232
-
…into merge-requests/228
-
…into merge-requests/227
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)
06 Sep, 2012
6 commits
05 Sep, 2012
6 commits
-
Forces the users xml file to be downloaded instead of parsed by the browser, which was a little annoying if the xml was too big since the browser would want to load it all. (ActionItem2284)
-
ActionItem2402
-
ActionItem2420
-
Fixes an error I found in the tasks view while I was investigating another bug. Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
04 Sep, 2012
6 commits
-
…into merge-requests/220
-
…into merge-requests/206
-
…into merge-requests/217
-
…into merge-requests/224
31 Aug, 2012
1 commit
-
(close ActionItem2446)
30 Aug, 2012
3 commits
-
This lets the default VCL logic do its job
-
This fixes the recognition of the IP address from which comments were made. Besides, ammend varnish setup instructions to include the installation of a required apache module to make sure IP address is correctly identified when Apache is behind a proxy. ActionItem2306
29 Aug, 2012
2 commits
-
ActionItem2450
-
Removes from activities the ActionTracker::Records which are redundants to certain profiles. (ActionItem2402)
28 Aug, 2012
2 commits
-
(ActionItem2453)
-
(ActionItem2452)
18 Aug, 2012
2 commits
-
Also: - Added migration to remove action_trackers with target nil - Updated db/schema (ActionItem2400)