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)
05 Sep, 2012
4 commits
-
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)
17 Aug, 2012
16 commits
-
…into merge-requests/212
-
Also replaced "if !" by "unless"
-
…into merge-requests/211
-
…into merge-requests/210
-
…into merge-requests/209
-
(ActionItem2366)
-
…into merge-requests/185
-
…into merge-requests/203
-
…into merge-requests/201
-
…into merge-requests/208
-
…into merge-requests/207
-
…into merge-requests/205
15 Aug, 2012
3 commits
-
Also cleanup and refactor code
-
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)