20 Aug, 2014
8 commits
-
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
Signed-off-by: Álvaro Fernando<alvarofernandoms@gmail.com>
-
(ActionItem3036) Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Wilton Rodrigues <braynwilton@gmail.com>
-
(ActionItem3036) Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
-
When a system that has plugin X enabled gets upgraded to a version where plugin X has been promoted to be a base plugins (i.e. a symlink in baseplugins/), `rake db:migrate` would blow up with Multiple migrations have the version number 12345678901234 Note that we probably don't need to do this deduplication everywhere else, because the Ruby $LOAD_PATH already works by giving prioriry to the first path that is found.
-
Let's quite this string programming there. We do not need to keep a list of all types of tasks, we just need to take the actual list of tasks, and create the filter list accordingly.
19 Aug, 2014
4 commits
18 Aug, 2014
4 commits
-
(ActionItem2915)
15 Aug, 2014
10 commits
-
I build the packages in a different system than the one where I keep my ssh keys. Nevertheless, it will still work for other who don't.
-
Incidentally this removes warnings when loading the environment.
-
Ai3240 fix join and leave See merge request !272
-
Ai3218 article block bug Fixing ArticleBlock blog's pagination bug: http://noosfero.org/Development/ActionItem3218 See merge request !301
14 Aug, 2014
3 commits
-
(ActionItem3218) Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
-
(ActionItem2915)
13 Aug, 2014
11 commits
-
newer versions of bundler will bitch about that.
-
Ai3250 fix comment form captcha http://noosfero.org/Development/ActionItem3250 See merge request !280
-
Ai3189 fix versions back button https://noosfero.org/Development/ActionItem3189 See merge request !266
-
Ai3223 fix article versions http://noosfero.org/Development/ActionItem3223 See merge request !265
-
Ai3263: Fixed reordering of forms submissions See merge request !294
-
- storing the author_name when logged users submit a form - migration to insert =author_name= on existent submissions (ActionItem3263)