01 Nov, 2014
4 commits
31 Oct, 2014
9 commits
-
You cannot use Date.today.day together with arbitrary year/month combinations, because will crash on 2014-10-31 and you are viewing the page for 2014-11 (2014-11-31 is not a valid date).
-
this was commented a long time ago during the rails3 porting because it was broken, but has been fixed since.
30 Oct, 2014
1 commit
29 Oct, 2014
6 commits
-
*sigh*
-
January first is parsed in UTC, but when the local timezone is applied, those dates end up in the wrong month.
-
Fix 400 bad request of varnish with nginx and apache 2.4 http://noosfero.org/Development/ActionItem3186 See merge request !249
28 Oct, 2014
7 commits
-
Fix baseplugins addition See merge request !356
-
Add plugins migrations path As supported on rails2, but without a monkey path See merge request !351
-
Fix creation of profile templates when extra fields were setted as required See merge request !355
27 Oct, 2014
13 commits
-
Update vcl from https://github.com/cosimo/varnish-accept-language ./gen_vcl.pl pt de eo es fr hy it pt ru < accept-language.c > new.vcl (ActionItem3186)
-
Remote user fix Small fix in Remote user plugin: - When the remote user plugin creates a user, it doesn't activate it. See merge request !353
-
Set default timezone as needed by rails 3.2 See commit. See merge request !352
-
Fix focus in input field when clicked on post a comment See merge request !350
-
Fix access denied view for uploaded files in private profiles See merge request !347
-
Fix 'Report Abuse' action See merge request !343
-
This is the proper fix for !325
-
Fix agenda links Days that has events were hidden from the month calendar. See merge request !341
-
- provide sane defaults for $HEAD and $PREV_HEAD - list commits since $PREV_HEAD
-
Signed-off-by: Junior Silva <juniorsilva1001@gmail.com> Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
-
Without this, rails won't convert back to system timezone when reading timestamṕ/datatime fields from database. https://github.com/rails/rails/issues/6816
-
Assumes the CI environment will export the sha1 of the head commit into HEAD, and the sha1 of the previous head commit in PREV_HEAD.